@northflank/js-client 0.8.8 → 0.8.9
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/esm/api-client.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare class NorthflankPortForwarder extends EventEmitter {
|
|
|
355
355
|
forwardService(parameters: {
|
|
356
356
|
projectId: string;
|
|
357
357
|
serviceId: string;
|
|
358
|
+
instanceId?: string;
|
|
358
359
|
}, ipOnly?: boolean): Promise<PortForwardingResult[]>;
|
|
359
360
|
withAddonForwarding<T = any>(parameters: {
|
|
360
361
|
projectId: string;
|
|
@@ -10087,7 +10088,7 @@ type CreateAddonResult = {
|
|
|
10087
10088
|
'billing': {
|
|
10088
10089
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
10089
10090
|
'deploymentPlan': string;
|
|
10090
|
-
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "
|
|
10091
|
+
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "nvme" */
|
|
10091
10092
|
'storageClass'?: string;
|
|
10092
10093
|
/** The size of the addon storage, in megabytes. Example: 6144 */
|
|
10093
10094
|
'storage': number;
|
|
@@ -10264,7 +10265,7 @@ type CreateAddonData = {
|
|
|
10264
10265
|
'billing': {
|
|
10265
10266
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
10266
10267
|
'deploymentPlan': string;
|
|
10267
|
-
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "
|
|
10268
|
+
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "nvme" */
|
|
10268
10269
|
'storageClass'?: string;
|
|
10269
10270
|
/** The size of the addon storage, in megabytes. Example: 6144 */
|
|
10270
10271
|
'storage': number;
|
|
@@ -10400,7 +10401,7 @@ type PutAddonResult = {
|
|
|
10400
10401
|
'billing': {
|
|
10401
10402
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
10402
10403
|
'deploymentPlan': string;
|
|
10403
|
-
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "
|
|
10404
|
+
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "nvme" */
|
|
10404
10405
|
'storageClass'?: string;
|
|
10405
10406
|
/** The size of the addon storage, in megabytes. Example: 6144 */
|
|
10406
10407
|
'storage': number;
|
|
@@ -10577,7 +10578,7 @@ type PutAddonData = {
|
|
|
10577
10578
|
'billing': {
|
|
10578
10579
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
10579
10580
|
'deploymentPlan': string;
|
|
10580
|
-
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "
|
|
10581
|
+
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "nvme" */
|
|
10581
10582
|
'storageClass'?: string;
|
|
10582
10583
|
/** The size of the addon storage, in megabytes. Example: 6144 */
|
|
10583
10584
|
'storage': number;
|
|
@@ -10724,9 +10725,9 @@ type GetAddonResult = {
|
|
|
10724
10725
|
'deployment': {
|
|
10725
10726
|
/** The number of replicas running for this addon. Example: 1 */
|
|
10726
10727
|
'replicas': number;
|
|
10727
|
-
/** The type of storage used by the addon. Example: "
|
|
10728
|
+
/** The type of storage used by the addon. Example: "nvme" */
|
|
10728
10729
|
'storageClass': string;
|
|
10729
|
-
/** The size of the addon storage, in MB. Example:
|
|
10730
|
+
/** The size of the addon storage, in MB. Example: 6144 */
|
|
10730
10731
|
'storageSize': number;
|
|
10731
10732
|
/** The deployment plan used by the addon. Example: "nf-compute-20" */
|
|
10732
10733
|
'planId': string;
|
|
@@ -10800,7 +10801,7 @@ type PatchAddonResult = {
|
|
|
10800
10801
|
'billing': {
|
|
10801
10802
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
10802
10803
|
'deploymentPlan': string;
|
|
10803
|
-
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "
|
|
10804
|
+
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "nvme" */
|
|
10804
10805
|
'storageClass'?: string;
|
|
10805
10806
|
/** The size of the addon storage, in megabytes. Example: 6144 */
|
|
10806
10807
|
'storage': number;
|
|
@@ -10970,7 +10971,7 @@ type PatchAddonData = {
|
|
|
10970
10971
|
'billing'?: {
|
|
10971
10972
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
10972
10973
|
'deploymentPlan'?: string;
|
|
10973
|
-
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "
|
|
10974
|
+
/** The type of storage. Only configurable if the relevant feature flag is enabled for you account Example: "nvme" */
|
|
10974
10975
|
'storageClass'?: string;
|
|
10975
10976
|
/** The size of the addon storage, in megabytes. Example: 6144 */
|
|
10976
10977
|
'storage'?: number;
|