@datatr-ux/ovhcloud-types 2.0.63 → 2.0.64

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.
Files changed (67) hide show
  1. package/dist/billing/CorrectiveInvoice.d.ts +33 -0
  2. package/dist/billing/CorrectiveInvoice.d.ts.map +1 -0
  3. package/dist/billing/CorrectiveInvoice.js +1 -0
  4. package/dist/billing/CorrectiveInvoiceDetail.d.ts +22 -0
  5. package/dist/billing/CorrectiveInvoiceDetail.d.ts.map +1 -0
  6. package/dist/billing/CorrectiveInvoiceDetail.js +1 -0
  7. package/dist/billing/index.d.ts +2 -0
  8. package/dist/billing/index.d.ts.map +1 -1
  9. package/dist/billing/index.js +2 -0
  10. package/dist/cloud/project/database/EngineEnum.d.ts +1 -0
  11. package/dist/cloud/project/database/EngineEnum.d.ts.map +1 -1
  12. package/dist/cloud/project/database/EngineEnum.js +1 -0
  13. package/dist/cloud/project/database/clickhouse/QueryStatistics.d.ts +7 -0
  14. package/dist/cloud/project/database/clickhouse/QueryStatistics.d.ts.map +1 -0
  15. package/dist/cloud/project/database/clickhouse/QueryStatistics.js +1 -0
  16. package/dist/cloud/project/database/clickhouse/index.d.ts +4 -0
  17. package/dist/cloud/project/database/clickhouse/index.d.ts.map +1 -0
  18. package/dist/cloud/project/database/clickhouse/index.js +3 -0
  19. package/dist/cloud/project/database/clickhouse/querystatistics/Query.d.ts +24 -0
  20. package/dist/cloud/project/database/clickhouse/querystatistics/Query.d.ts.map +1 -0
  21. package/dist/cloud/project/database/clickhouse/querystatistics/Query.js +1 -0
  22. package/dist/cloud/project/database/clickhouse/querystatistics/index.d.ts +2 -0
  23. package/dist/cloud/project/database/clickhouse/querystatistics/index.d.ts.map +1 -0
  24. package/dist/cloud/project/database/clickhouse/querystatistics/index.js +1 -0
  25. package/dist/cloud/project/database/index.d.ts +2 -0
  26. package/dist/cloud/project/database/index.d.ts.map +1 -1
  27. package/dist/cloud/project/database/index.js +2 -0
  28. package/dist/cloud/project/database/service/endpoint/ComponentEnum.d.ts +1 -0
  29. package/dist/cloud/project/database/service/endpoint/ComponentEnum.d.ts.map +1 -1
  30. package/dist/cloud/project/database/service/endpoint/ComponentEnum.js +1 -0
  31. package/dist/ip/FirewallNetworkRule.d.ts +2 -0
  32. package/dist/ip/FirewallNetworkRule.d.ts.map +1 -1
  33. package/dist/ovhcloud-types.js +2583 -2575
  34. package/dist/storage/NetAppServiceSummary.d.ts +8 -0
  35. package/dist/storage/NetAppServiceSummary.d.ts.map +1 -0
  36. package/dist/storage/NetAppServiceSummary.js +1 -0
  37. package/dist/storage/NetAppShareForShareReplication.d.ts +15 -0
  38. package/dist/storage/NetAppShareForShareReplication.d.ts.map +1 -0
  39. package/dist/storage/NetAppShareForShareReplication.js +1 -0
  40. package/dist/storage/NetAppShareReplicaStateEnum.d.ts +8 -0
  41. package/dist/storage/NetAppShareReplicaStateEnum.d.ts.map +1 -0
  42. package/dist/storage/NetAppShareReplicaStateEnum.js +8 -0
  43. package/dist/storage/NetAppShareReplication.d.ts +22 -0
  44. package/dist/storage/NetAppShareReplication.d.ts.map +1 -0
  45. package/dist/storage/NetAppShareReplication.js +1 -0
  46. package/dist/storage/NetAppShareReplicationAccept.d.ts +7 -0
  47. package/dist/storage/NetAppShareReplicationAccept.d.ts.map +1 -0
  48. package/dist/storage/NetAppShareReplicationAccept.js +1 -0
  49. package/dist/storage/NetAppShareReplicationCreate.d.ts +10 -0
  50. package/dist/storage/NetAppShareReplicationCreate.d.ts.map +1 -0
  51. package/dist/storage/NetAppShareReplicationCreate.js +1 -0
  52. package/dist/storage/NetAppShareReplicationDestination.d.ts +8 -0
  53. package/dist/storage/NetAppShareReplicationDestination.d.ts.map +1 -0
  54. package/dist/storage/NetAppShareReplicationDestination.js +1 -0
  55. package/dist/storage/NetAppShareReplicationServicesCompatibility.d.ts +11 -0
  56. package/dist/storage/NetAppShareReplicationServicesCompatibility.d.ts.map +1 -0
  57. package/dist/storage/NetAppShareReplicationServicesCompatibility.js +1 -0
  58. package/dist/storage/NetAppShareReplicationSource.d.ts +8 -0
  59. package/dist/storage/NetAppShareReplicationSource.d.ts.map +1 -0
  60. package/dist/storage/NetAppShareReplicationSource.js +1 -0
  61. package/dist/storage/NetAppShareReplicationStatusEnum.d.ts +11 -0
  62. package/dist/storage/NetAppShareReplicationStatusEnum.d.ts.map +1 -0
  63. package/dist/storage/NetAppShareReplicationStatusEnum.js +11 -0
  64. package/dist/storage/index.d.ts +10 -0
  65. package/dist/storage/index.d.ts.map +1 -1
  66. package/dist/storage/index.js +10 -0
  67. package/package.json +9 -1
@@ -0,0 +1,8 @@
1
+ /** A summarized representation of a service */
2
+ export interface NetAppServiceSummary {
3
+ /** Service ID */
4
+ id: string;
5
+ /** Service name */
6
+ name: string;
7
+ }
8
+ //# sourceMappingURL=NetAppServiceSummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppServiceSummary.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppServiceSummary.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,MAAM,WAAW,oBAAoB;IACnC,iBAAiB;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,15 @@
1
+ import { ProtocolEnum } from './ProtocolEnum';
2
+ /** A share used for share replication creation */
3
+ export interface NetAppShareForShareReplication {
4
+ /** Share description */
5
+ description: string;
6
+ /** User-defined name used to generate human readable access path for the share */
7
+ mountPointName: string;
8
+ /** Share name */
9
+ name: string;
10
+ /** Share protocol */
11
+ protocol: ProtocolEnum;
12
+ /** Share size in Gigabytes */
13
+ size: number;
14
+ }
15
+ //# sourceMappingURL=NetAppShareForShareReplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareForShareReplication.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareForShareReplication.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,kDAAkD;AAClD,MAAM,WAAW,8BAA8B;IAC7C,wBAAwB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,kFAAkF;IAClF,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,QAAQ,EAAE,YAAY,CAAC;IACvB,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ /** Share replica state */
2
+ export declare enum NetAppShareReplicaStateEnum {
3
+ 'active' = "active",
4
+ 'error' = "error",
5
+ 'in_sync' = "in_sync",
6
+ 'out_of_sync' = "out_of_sync"
7
+ }
8
+ //# sourceMappingURL=NetAppShareReplicaStateEnum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareReplicaStateEnum.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareReplicaStateEnum.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,oBAAY,2BAA2B;IACrC,QAAQ,WAAW;IACnB,OAAO,UAAU;IACjB,SAAS,YAAY;IACrB,aAAa,gBAAgB;CAC9B"}
@@ -0,0 +1,8 @@
1
+ /** Share replica state */
2
+ export var NetAppShareReplicaStateEnum;
3
+ (function (NetAppShareReplicaStateEnum) {
4
+ NetAppShareReplicaStateEnum["active"] = "active";
5
+ NetAppShareReplicaStateEnum["error"] = "error";
6
+ NetAppShareReplicaStateEnum["in_sync"] = "in_sync";
7
+ NetAppShareReplicaStateEnum["out_of_sync"] = "out_of_sync";
8
+ })(NetAppShareReplicaStateEnum || (NetAppShareReplicaStateEnum = {}));
@@ -0,0 +1,22 @@
1
+ import { NetAppShareReplicaStateEnum } from './NetAppShareReplicaStateEnum';
2
+ import { NetAppShareReplicationDestination } from './NetAppShareReplicationDestination';
3
+ import { NetAppShareReplicationSource } from './NetAppShareReplicationSource';
4
+ import { NetAppShareReplicationStatusEnum } from './NetAppShareReplicationStatusEnum';
5
+ /** A share replication */
6
+ export interface NetAppShareReplication {
7
+ /** Share replication creation date */
8
+ createdAt?: string;
9
+ /** Share replication description */
10
+ description?: string;
11
+ /** Share replication destination information */
12
+ destination: NetAppShareReplicationDestination;
13
+ /** Share replication ID */
14
+ id: string;
15
+ /** Share replica state */
16
+ replicaState?: NetAppShareReplicaStateEnum;
17
+ /** Share replication source information */
18
+ source: NetAppShareReplicationSource;
19
+ /** Share replication status */
20
+ status?: NetAppShareReplicationStatusEnum;
21
+ }
22
+ //# sourceMappingURL=NetAppShareReplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareReplication.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareReplication.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,6CAA6C,CAAC;AAC1F,OAAO,EAAE,iCAAiC,EAAE,MAAM,mDAAmD,CAAC;AACtG,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;AAC5F,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AAEpG,0BAA0B;AAC1B,MAAM,WAAW,sBAAsB;IACrC,sCAAsC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oCAAoC;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gDAAgD;IAChD,WAAW,EAAE,iCAAiC,CAAC;IAC/C,2BAA2B;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,0BAA0B;IAC1B,YAAY,CAAC,EAAE,2BAA2B,CAAC;IAC3C,2CAA2C;IAC3C,MAAM,EAAE,4BAA4B,CAAC;IACrC,+BAA+B;IAC/B,MAAM,CAAC,EAAE,gCAAgC,CAAC;CAC3C"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ import { NetAppShareForShareReplication } from './NetAppShareForShareReplication';
2
+ /** A share replication acceptation */
3
+ export interface NetAppShareReplicationAccept {
4
+ /** Replication share */
5
+ share: NetAppShareForShareReplication;
6
+ }
7
+ //# sourceMappingURL=NetAppShareReplicationAccept.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareReplicationAccept.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareReplicationAccept.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAEhG,sCAAsC;AACtC,MAAM,WAAW,4BAA4B;IAC3C,wBAAwB;IACxB,KAAK,EAAE,8BAA8B,CAAC;CACvC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ /** A share replication creation input */
2
+ export interface NetAppShareReplicationCreate {
3
+ /** Share replication description */
4
+ description?: string;
5
+ /** Replication service ID (destination) */
6
+ destinationServiceId: string;
7
+ /** Replication share ID (source) */
8
+ sourceShareId: string;
9
+ }
10
+ //# sourceMappingURL=NetAppShareReplicationCreate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareReplicationCreate.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareReplicationCreate.ts"],"names":[],"mappings":"AAAA,yCAAyC;AACzC,MAAM,WAAW,4BAA4B;IAC3C,oCAAoC;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2CAA2C;IAC3C,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oCAAoC;IACpC,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ /** A share replication destination */
2
+ export interface NetAppShareReplicationDestination {
3
+ /** Service ID */
4
+ serviceID: string;
5
+ /** Share ID */
6
+ shareID?: string;
7
+ }
8
+ //# sourceMappingURL=NetAppShareReplicationDestination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareReplicationDestination.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareReplicationDestination.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,MAAM,WAAW,iCAAiC;IAChD,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { NetAppServiceSummary } from './NetAppServiceSummary';
2
+ /** Result of checking if a service can be a share replication destination */
3
+ export interface NetAppShareReplicationServicesCompatibility {
4
+ /** Whether service can be used as destination */
5
+ compatible: boolean;
6
+ /** Indicates why service can't be used as destination if applicable */
7
+ reason?: string;
8
+ /** Summarized properties of the checked service */
9
+ service: NetAppServiceSummary;
10
+ }
11
+ //# sourceMappingURL=NetAppShareReplicationServicesCompatibility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareReplicationServicesCompatibility.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareReplicationServicesCompatibility.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAE5E,6EAA6E;AAC7E,MAAM,WAAW,2CAA2C;IAC1D,iDAAiD;IACjD,UAAU,EAAE,OAAO,CAAC;IACpB,uEAAuE;IACvE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mDAAmD;IACnD,OAAO,EAAE,oBAAoB,CAAC;CAC/B"}
@@ -0,0 +1,8 @@
1
+ /** A share replication source */
2
+ export interface NetAppShareReplicationSource {
3
+ /** Service ID */
4
+ serviceID: string;
5
+ /** Share ID */
6
+ shareID: string;
7
+ }
8
+ //# sourceMappingURL=NetAppShareReplicationSource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareReplicationSource.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareReplicationSource.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,MAAM,WAAW,4BAA4B;IAC3C,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe;IACf,OAAO,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ /** Share replication status */
2
+ export declare enum NetAppShareReplicationStatusEnum {
3
+ 'accepted' = "accepted",
4
+ 'completed' = "completed",
5
+ 'cutover' = "cutover",
6
+ 'deleted' = "deleted",
7
+ 'deleting' = "deleting",
8
+ 'error' = "error",
9
+ 'pending' = "pending"
10
+ }
11
+ //# sourceMappingURL=NetAppShareReplicationStatusEnum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetAppShareReplicationStatusEnum.d.ts","sourceRoot":"","sources":["../../generated/types/storage/NetAppShareReplicationStatusEnum.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,oBAAY,gCAAgC;IAC1C,UAAU,aAAa;IACvB,WAAW,cAAc;IACzB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,UAAU,aAAa;IACvB,OAAO,UAAU;IACjB,SAAS,YAAY;CACtB"}
@@ -0,0 +1,11 @@
1
+ /** Share replication status */
2
+ export var NetAppShareReplicationStatusEnum;
3
+ (function (NetAppShareReplicationStatusEnum) {
4
+ NetAppShareReplicationStatusEnum["accepted"] = "accepted";
5
+ NetAppShareReplicationStatusEnum["completed"] = "completed";
6
+ NetAppShareReplicationStatusEnum["cutover"] = "cutover";
7
+ NetAppShareReplicationStatusEnum["deleted"] = "deleted";
8
+ NetAppShareReplicationStatusEnum["deleting"] = "deleting";
9
+ NetAppShareReplicationStatusEnum["error"] = "error";
10
+ NetAppShareReplicationStatusEnum["pending"] = "pending";
11
+ })(NetAppShareReplicationStatusEnum || (NetAppShareReplicationStatusEnum = {}));
@@ -4,6 +4,7 @@ export * from './NetAppNetworkStatusEnum';
4
4
  export * from './NetAppService';
5
5
  export * from './NetAppServicePerformanceLevelEnum';
6
6
  export * from './NetAppServiceStatusEnum';
7
+ export * from './NetAppServiceSummary';
7
8
  export * from './NetAppServiceUpdate';
8
9
  export * from './NetAppServiceWithIAM';
9
10
  export * from './NetAppShare';
@@ -13,6 +14,15 @@ export * from './NetAppShareACLStatusEnum';
13
14
  export * from './NetAppShareACLTypeEnum';
14
15
  export * from './NetAppShareAccessPath';
15
16
  export * from './NetAppShareExtendOrShrink';
17
+ export * from './NetAppShareForShareReplication';
18
+ export * from './NetAppShareReplicaStateEnum';
19
+ export * from './NetAppShareReplication';
20
+ export * from './NetAppShareReplicationAccept';
21
+ export * from './NetAppShareReplicationCreate';
22
+ export * from './NetAppShareReplicationDestination';
23
+ export * from './NetAppShareReplicationServicesCompatibility';
24
+ export * from './NetAppShareReplicationSource';
25
+ export * from './NetAppShareReplicationStatusEnum';
16
26
  export * from './NetAppShareRevertToSnapshot';
17
27
  export * from './NetAppShareSnapshot';
18
28
  export * from './NetAppShareSnapshotPolicy';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../generated/types/storage/index.ts"],"names":[],"mappings":"AACA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../generated/types/storage/index.ts"],"names":[],"mappings":"AACA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC"}
@@ -4,6 +4,7 @@ export * from './NetAppNetworkStatusEnum.js';
4
4
  export * from './NetAppService.js';
5
5
  export * from './NetAppServicePerformanceLevelEnum.js';
6
6
  export * from './NetAppServiceStatusEnum.js';
7
+ export * from './NetAppServiceSummary.js';
7
8
  export * from './NetAppServiceUpdate.js';
8
9
  export * from './NetAppServiceWithIAM.js';
9
10
  export * from './NetAppShare.js';
@@ -13,6 +14,15 @@ export * from './NetAppShareACLStatusEnum.js';
13
14
  export * from './NetAppShareACLTypeEnum.js';
14
15
  export * from './NetAppShareAccessPath.js';
15
16
  export * from './NetAppShareExtendOrShrink.js';
17
+ export * from './NetAppShareForShareReplication.js';
18
+ export * from './NetAppShareReplicaStateEnum.js';
19
+ export * from './NetAppShareReplication.js';
20
+ export * from './NetAppShareReplicationAccept.js';
21
+ export * from './NetAppShareReplicationCreate.js';
22
+ export * from './NetAppShareReplicationDestination.js';
23
+ export * from './NetAppShareReplicationServicesCompatibility.js';
24
+ export * from './NetAppShareReplicationSource.js';
25
+ export * from './NetAppShareReplicationStatusEnum.js';
16
26
  export * from './NetAppShareRevertToSnapshot.js';
17
27
  export * from './NetAppShareSnapshot.js';
18
28
  export * from './NetAppShareSnapshotPolicy.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatr-ux/ovhcloud-types",
3
- "version": "2.0.63",
3
+ "version": "2.0.64",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -354,6 +354,14 @@
354
354
  "types": "./dist/cloud/project/database/capabilities/integration/parameter/index.d.ts",
355
355
  "import": "./dist/cloud/project/database/capabilities/integration/parameter/index.js"
356
356
  },
357
+ "./cloud/project/database/clickhouse": {
358
+ "types": "./dist/cloud/project/database/clickhouse/index.d.ts",
359
+ "import": "./dist/cloud/project/database/clickhouse/index.js"
360
+ },
361
+ "./cloud/project/database/clickhouse/querystatistics": {
362
+ "types": "./dist/cloud/project/database/clickhouse/querystatistics/index.d.ts",
363
+ "import": "./dist/cloud/project/database/clickhouse/querystatistics/index.js"
364
+ },
357
365
  "./cloud/project/database/engine": {
358
366
  "types": "./dist/cloud/project/database/engine/index.d.ts",
359
367
  "import": "./dist/cloud/project/database/engine/index.js"