@datatr-ux/ovhcloud-types 2.0.119 → 2.0.121
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/dist/cloud/project/database/Availability.d.ts +3 -0
- package/dist/cloud/project/database/Availability.d.ts.map +1 -1
- package/dist/cloud/project/database/availability/PlanCodes.d.ts +10 -0
- package/dist/cloud/project/database/availability/PlanCodes.d.ts.map +1 -0
- package/dist/cloud/project/database/availability/PlanCodes.js +1 -0
- package/dist/cloud/project/database/availability/index.d.ts +1 -0
- package/dist/cloud/project/database/availability/index.d.ts.map +1 -1
- package/dist/cloud/project/database/availability/index.js +1 -0
- package/dist/cloud/region/Volume.d.ts +3 -0
- package/dist/cloud/region/Volume.d.ts.map +1 -1
- package/dist/cloud/region/volume/Create.d.ts +3 -0
- package/dist/cloud/region/volume/Create.d.ts.map +1 -1
- package/dist/cloud/region/volume/Encryption.d.ts +9 -0
- package/dist/cloud/region/volume/Encryption.d.ts.map +1 -0
- package/dist/cloud/region/volume/Encryption.js +1 -0
- package/dist/cloud/region/volume/encryption/Kms.d.ts +8 -0
- package/dist/cloud/region/volume/encryption/Kms.d.ts.map +1 -0
- package/dist/cloud/region/volume/encryption/Kms.js +1 -0
- package/dist/cloud/region/volume/encryption/index.d.ts +2 -0
- package/dist/cloud/region/volume/encryption/index.d.ts.map +1 -0
- package/dist/cloud/region/volume/encryption/index.js +1 -0
- package/dist/cloud/region/volume/index.d.ts +3 -0
- package/dist/cloud/region/volume/index.d.ts.map +1 -1
- package/dist/cloud/region/volume/index.js +3 -0
- package/dist/common/RegionEnum.d.ts +1 -0
- package/dist/common/RegionEnum.d.ts.map +1 -1
- package/dist/common/RegionEnum.js +1 -0
- package/dist/dedicated/server/Interfaces.d.ts +2 -0
- package/dist/dedicated/server/Interfaces.d.ts.map +1 -1
- package/dist/email/exchange/ExchangeRemoteMailboxTypeEnum.d.ts +7 -0
- package/dist/email/exchange/ExchangeRemoteMailboxTypeEnum.d.ts.map +1 -0
- package/dist/email/exchange/ExchangeRemoteMailboxTypeEnum.js +7 -0
- package/dist/email/exchange/RemoteMailbox.d.ts +73 -0
- package/dist/email/exchange/RemoteMailbox.d.ts.map +1 -0
- package/dist/email/exchange/RemoteMailbox.js +1 -0
- package/dist/email/exchange/TaskFunctionEnum.d.ts +3 -0
- package/dist/email/exchange/TaskFunctionEnum.d.ts.map +1 -1
- package/dist/email/exchange/TaskFunctionEnum.js +3 -0
- package/dist/email/exchange/index.d.ts +2 -0
- package/dist/email/exchange/index.d.ts.map +1 -1
- package/dist/email/exchange/index.js +2 -0
- package/dist/nutanix/Vrack.d.ts +6 -0
- package/dist/nutanix/Vrack.d.ts.map +1 -0
- package/dist/nutanix/Vrack.js +1 -0
- package/dist/nutanix/index.d.ts +1 -0
- package/dist/nutanix/index.d.ts.map +1 -1
- package/dist/nutanix/index.js +1 -0
- package/dist/ovhcloud-types.js +4017 -4013
- package/dist/services/billing/InvoiceLineTypeEnum.d.ts +1 -0
- package/dist/services/billing/InvoiceLineTypeEnum.d.ts.map +1 -1
- package/dist/services/billing/InvoiceLineTypeEnum.js +1 -0
- package/package.json +5 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvoiceLineTypeEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/services/billing/InvoiceLineTypeEnum.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,oBAAY,mBAAmB;IAC7B,WAAW,cAAc;IACzB,aAAa,gBAAgB;IAC7B,UAAU,aAAa;IACvB,SAAS,YAAY;IACrB,UAAU,aAAa;IACvB,MAAM,SAAS;IACf,cAAc,iBAAiB;IAC/B,MAAM,SAAS;IACf,OAAO,UAAU;IACjB,SAAS,YAAY;IACrB,UAAU,aAAa;IACvB,SAAS,YAAY;IACrB,SAAS,YAAY;CACtB"}
|
|
1
|
+
{"version":3,"file":"InvoiceLineTypeEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/services/billing/InvoiceLineTypeEnum.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,oBAAY,mBAAmB;IAC7B,WAAW,cAAc;IACzB,aAAa,gBAAgB;IAC7B,UAAU,aAAa;IACvB,SAAS,YAAY;IACrB,UAAU,aAAa;IACvB,MAAM,SAAS;IACf,cAAc,iBAAiB;IAC/B,MAAM,SAAS;IACf,OAAO,UAAU;IACjB,SAAS,YAAY;IACrB,UAAU,aAAa;IACvB,OAAO,UAAU;IACjB,SAAS,YAAY;IACrB,SAAS,YAAY;CACtB"}
|
|
@@ -12,6 +12,7 @@ export var InvoiceLineTypeEnum;
|
|
|
12
12
|
InvoiceLineTypeEnum["other"] = "other";
|
|
13
13
|
InvoiceLineTypeEnum["outplan"] = "outplan";
|
|
14
14
|
InvoiceLineTypeEnum["quantity"] = "quantity";
|
|
15
|
+
InvoiceLineTypeEnum["renew"] = "renew";
|
|
15
16
|
InvoiceLineTypeEnum["special"] = "special";
|
|
16
17
|
InvoiceLineTypeEnum["voucher"] = "voucher";
|
|
17
18
|
})(InvoiceLineTypeEnum || (InvoiceLineTypeEnum = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datatr-ux/ovhcloud-types",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.121",
|
|
4
4
|
"description": "TypeScript types for OVHCloud projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -602,6 +602,10 @@
|
|
|
602
602
|
"types": "./dist/cloud/region/volume/create/index.d.ts",
|
|
603
603
|
"import": "./dist/cloud/region/volume/create/index.js"
|
|
604
604
|
},
|
|
605
|
+
"./cloud/region/volume/encryption": {
|
|
606
|
+
"types": "./dist/cloud/region/volume/encryption/index.d.ts",
|
|
607
|
+
"import": "./dist/cloud/region/volume/encryption/index.js"
|
|
608
|
+
},
|
|
605
609
|
"./cloud/role": {
|
|
606
610
|
"types": "./dist/cloud/role/index.d.ts",
|
|
607
611
|
"import": "./dist/cloud/role/index.js"
|