@datatr-ux/ovhcloud-types 1.0.67 → 1.0.68

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.
@@ -1,6 +1,6 @@
1
1
  /** A numeric value tagged with its unit */
2
2
  export interface UnitAndValueString {
3
- /** Unit of the value */
3
+ /** */
4
4
  unit: string;
5
5
  /** */
6
6
  value: string;
@@ -1 +1 @@
1
- {"version":3,"file":"UnitAndValueString.d.ts","sourceRoot":"","sources":["../../generated/types/complexType/UnitAndValueString.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,wBAAwB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO;IACP,KAAK,EAAE,MAAM,CAAC;CACf"}
1
+ {"version":3,"file":"UnitAndValueString.d.ts","sourceRoot":"","sources":["../../generated/types/complexType/UnitAndValueString.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,OAAO;IACP,IAAI,EAAE,MAAM,CAAC;IACb,OAAO;IACP,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1,9 +1,12 @@
1
+ import { StateEnum } from './resourceMetadata/StateEnum';
1
2
  /** IAM resource metadata embedded in services models */
2
3
  export interface ResourceMetadata {
3
4
  /** Resource display name */
4
5
  displayName?: string;
5
6
  /** Unique identifier of the resource */
6
7
  id: string;
8
+ /** Resource state */
9
+ state?: StateEnum;
7
10
  /** Resource tags. Tags that were internally computed are prefixed with ovh: */
8
11
  tags?: {
9
12
  [key: string]: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ResourceMetadata.d.ts","sourceRoot":"","sources":["../../generated/types/iam/ResourceMetadata.ts"],"names":[],"mappings":"AAAA,wDAAwD;AACxD,MAAM,WAAW,gBAAgB;IAC/B,4BAA4B;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wCAAwC;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,+EAA+E;IAC/E,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACjC,4CAA4C;IAC5C,GAAG,EAAE,MAAM,CAAC;CACb"}
1
+ {"version":3,"file":"ResourceMetadata.d.ts","sourceRoot":"","sources":["../../generated/types/iam/ResourceMetadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAC;AAEnE,wDAAwD;AACxD,MAAM,WAAW,gBAAgB;IAC/B,4BAA4B;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wCAAwC;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,qBAAqB;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,+EAA+E;IAC/E,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACjC,4CAA4C;IAC5C,GAAG,EAAE,MAAM,CAAC;CACb"}
@@ -1,4 +1,6 @@
1
1
  import * as resource from './resource/index';
2
+ import * as resourceMetadata from './resourceMetadata/index';
2
3
  export * from './ResourceMetadata';
3
4
  export { resource };
5
+ export { resourceMetadata };
4
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../generated/types/iam/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAE7C,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../generated/types/iam/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,gBAAgB,MAAM,0BAA0B,CAAC;AAE7D,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
package/dist/iam/index.js CHANGED
@@ -1,3 +1,5 @@
1
1
  import * as resource from './resource/index.js';
2
+ import * as resourceMetadata from './resourceMetadata/index.js';
2
3
  export * from './ResourceMetadata.js';
3
4
  export { resource };
5
+ export { resourceMetadata };
@@ -0,0 +1,8 @@
1
+ /** Resource state */
2
+ export declare enum StateEnum {
3
+ 'EXPIRED' = "EXPIRED",
4
+ 'IN_CREATION' = "IN_CREATION",
5
+ 'OK' = "OK",
6
+ 'SUSPENDED' = "SUSPENDED"
7
+ }
8
+ //# sourceMappingURL=StateEnum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StateEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/iam/resourceMetadata/StateEnum.ts"],"names":[],"mappings":"AAAA,qBAAqB;AACrB,oBAAY,SAAS;IACnB,SAAS,YAAY;IACrB,aAAa,gBAAgB;IAC7B,IAAI,OAAO;IACX,WAAW,cAAc;CAC1B"}
@@ -0,0 +1,8 @@
1
+ /** Resource state */
2
+ export var StateEnum;
3
+ (function (StateEnum) {
4
+ StateEnum["EXPIRED"] = "EXPIRED";
5
+ StateEnum["IN_CREATION"] = "IN_CREATION";
6
+ StateEnum["OK"] = "OK";
7
+ StateEnum["SUSPENDED"] = "SUSPENDED";
8
+ })(StateEnum || (StateEnum = {}));
@@ -0,0 +1,2 @@
1
+ export * from './StateEnum';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../generated/types/iam/resourceMetadata/index.ts"],"names":[],"mappings":"AACA,cAAc,aAAa,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './StateEnum.js';