@datatr-ux/ovhcloud-types 2.0.76 → 2.0.77

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,4 +1,4 @@
1
- import { StorageClassEnum } from './storage/StorageClassEnum';
1
+ import { StorageClassReplicationEnum } from './storage/StorageClassReplicationEnum';
2
2
  /** Object Storage replication configuration rule destination. */
3
3
  export interface StorageReplicationRuleDestination {
4
4
  /** Destination bucket name. */
@@ -6,6 +6,6 @@ export interface StorageReplicationRuleDestination {
6
6
  /** Destination region, can be null if destination bucket has been deleted. */
7
7
  region?: string;
8
8
  /** Destination storage class. */
9
- storageClass?: StorageClassEnum;
9
+ storageClass?: StorageClassReplicationEnum;
10
10
  }
11
11
  //# sourceMappingURL=StorageReplicationRuleDestination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StorageReplicationRuleDestination.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleDestination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,iEAAiE;AACjE,MAAM,WAAW,iCAAiC;IAChD,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,8EAA8E;IAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC"}
1
+ {"version":3,"file":"StorageReplicationRuleDestination.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleDestination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,mDAAmD,CAAC;AAEhG,iEAAiE;AACjE,MAAM,WAAW,iCAAiC;IAChD,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,8EAA8E;IAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,YAAY,CAAC,EAAE,2BAA2B,CAAC;CAC5C"}
@@ -1,4 +1,4 @@
1
- import { StorageClassEnum } from './storage/StorageClassEnum';
1
+ import { StorageClassReplicationEnum } from './storage/StorageClassReplicationEnum';
2
2
  /** Object Storage replication configuration rule destination. */
3
3
  export interface StorageReplicationRuleDestinationIn {
4
4
  /** Destination bucket name. */
@@ -6,6 +6,6 @@ export interface StorageReplicationRuleDestinationIn {
6
6
  /** Destination region. */
7
7
  region: string;
8
8
  /** Destination storage class. */
9
- storageClass?: StorageClassEnum;
9
+ storageClass?: StorageClassReplicationEnum;
10
10
  }
11
11
  //# sourceMappingURL=StorageReplicationRuleDestinationIn.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StorageReplicationRuleDestinationIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleDestinationIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,iEAAiE;AACjE,MAAM,WAAW,mCAAmC;IAClD,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC"}
1
+ {"version":3,"file":"StorageReplicationRuleDestinationIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleDestinationIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,mDAAmD,CAAC;AAEhG,iEAAiE;AACjE,MAAM,WAAW,mCAAmC;IAClD,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,YAAY,CAAC,EAAE,2BAA2B,CAAC;CAC5C"}
@@ -0,0 +1,12 @@
1
+ /** Storage class */
2
+ export declare enum StorageClassReplicationEnum {
3
+ 'DEEP_ARCHIVE' = "DEEP_ARCHIVE",
4
+ 'GLACIER' = "GLACIER",
5
+ 'GLACIER_IR' = "GLACIER_IR",
6
+ 'HIGH_PERF' = "HIGH_PERF",
7
+ 'INTELLIGENT_TIERING' = "INTELLIGENT_TIERING",
8
+ 'ONEZONE_IA' = "ONEZONE_IA",
9
+ 'STANDARD' = "STANDARD",
10
+ 'STANDARD_IA' = "STANDARD_IA"
11
+ }
12
+ //# sourceMappingURL=StorageClassReplicationEnum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StorageClassReplicationEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/StorageClassReplicationEnum.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAY,2BAA2B;IACrC,cAAc,iBAAiB;IAC/B,SAAS,YAAY;IACrB,YAAY,eAAe;IAC3B,WAAW,cAAc;IACzB,qBAAqB,wBAAwB;IAC7C,YAAY,eAAe;IAC3B,UAAU,aAAa;IACvB,aAAa,gBAAgB;CAC9B"}
@@ -0,0 +1,12 @@
1
+ /** Storage class */
2
+ export var StorageClassReplicationEnum;
3
+ (function (StorageClassReplicationEnum) {
4
+ StorageClassReplicationEnum["DEEP_ARCHIVE"] = "DEEP_ARCHIVE";
5
+ StorageClassReplicationEnum["GLACIER"] = "GLACIER";
6
+ StorageClassReplicationEnum["GLACIER_IR"] = "GLACIER_IR";
7
+ StorageClassReplicationEnum["HIGH_PERF"] = "HIGH_PERF";
8
+ StorageClassReplicationEnum["INTELLIGENT_TIERING"] = "INTELLIGENT_TIERING";
9
+ StorageClassReplicationEnum["ONEZONE_IA"] = "ONEZONE_IA";
10
+ StorageClassReplicationEnum["STANDARD"] = "STANDARD";
11
+ StorageClassReplicationEnum["STANDARD_IA"] = "STANDARD_IA";
12
+ })(StorageClassReplicationEnum || (StorageClassReplicationEnum = {}));
@@ -27,6 +27,7 @@ export * from './ReplicationRuleStatusEnum';
27
27
  export * from './RetrievalStateEnum';
28
28
  export * from './RightEnum';
29
29
  export * from './StorageClassEnum';
30
+ export * from './StorageClassReplicationEnum';
30
31
  export * from './TypeEnum';
31
32
  export * from './VersioningStatusEnum';
32
33
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/index.ts"],"names":[],"mappings":"AACA,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,oDAAoD,CAAC;AACnE,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/index.ts"],"names":[],"mappings":"AACA,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,oDAAoD,CAAC;AACnE,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC"}
@@ -27,5 +27,6 @@ export * from './ReplicationRuleStatusEnum.js';
27
27
  export * from './RetrievalStateEnum.js';
28
28
  export * from './RightEnum.js';
29
29
  export * from './StorageClassEnum.js';
30
+ export * from './StorageClassReplicationEnum.js';
30
31
  export * from './TypeEnum.js';
31
32
  export * from './VersioningStatusEnum.js';
@@ -1,6 +1,6 @@
1
1
  /** A numeric value tagged with its unit */
2
2
  export interface UnitAndValueString {
3
- /** */
3
+ /** Unit of the value */
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,OAAO;IACP,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,wBAAwB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO;IACP,KAAK,EAAE,MAAM,CAAC;CACf"}