@northflank/js-client 0.9.1 → 0.9.2
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/cjs/api-client.d.ts +6 -6
- package/dist/cjs/api-client.js +894 -1
- package/dist/esm/api-client.d.ts +6 -6
- package/dist/esm/api-client.js +881 -1
- package/package.json +1 -1
package/dist/esm/api-client.d.ts
CHANGED
|
@@ -12813,7 +12813,7 @@ type CreateAddonResult = {
|
|
|
12813
12813
|
'infrastructure'?: {
|
|
12814
12814
|
'architecture'?: 'x86' | 'arm';
|
|
12815
12815
|
};
|
|
12816
|
-
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest`, the addon will be created with the most recent minor version belonging to that major version. Example: "latest" */
|
|
12816
|
+
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest` or `14.5-latest`, the addon will be created with the most recent minor/patch version belonging to that major version. Example: "latest" */
|
|
12817
12817
|
'version': string;
|
|
12818
12818
|
'billing': {
|
|
12819
12819
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
@@ -13005,7 +13005,7 @@ type CreateAddonData = {
|
|
|
13005
13005
|
'infrastructure'?: {
|
|
13006
13006
|
'architecture'?: 'x86' | 'arm';
|
|
13007
13007
|
};
|
|
13008
|
-
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest`, the addon will be created with the most recent minor version belonging to that major version. Example: "latest" */
|
|
13008
|
+
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest` or `14.5-latest`, the addon will be created with the most recent minor/patch version belonging to that major version. Example: "latest" */
|
|
13009
13009
|
'version': string;
|
|
13010
13010
|
'billing': {
|
|
13011
13011
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
@@ -13150,7 +13150,7 @@ type PutAddonResult = {
|
|
|
13150
13150
|
'infrastructure'?: {
|
|
13151
13151
|
'architecture'?: 'x86' | 'arm';
|
|
13152
13152
|
};
|
|
13153
|
-
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest`, the addon will be created with the most recent minor version belonging to that major version. Example: "latest" */
|
|
13153
|
+
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest` or `14.5-latest`, the addon will be created with the most recent minor/patch version belonging to that major version. Example: "latest" */
|
|
13154
13154
|
'version': string;
|
|
13155
13155
|
'billing': {
|
|
13156
13156
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
@@ -13342,7 +13342,7 @@ type PutAddonData = {
|
|
|
13342
13342
|
'infrastructure'?: {
|
|
13343
13343
|
'architecture'?: 'x86' | 'arm';
|
|
13344
13344
|
};
|
|
13345
|
-
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest`, the addon will be created with the most recent minor version belonging to that major version. Example: "latest" */
|
|
13345
|
+
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. e.g. `14-latest` or `14.5-latest`, the addon will be created with the most recent minor/patch version belonging to that major version. Example: "latest" */
|
|
13346
13346
|
'version': string;
|
|
13347
13347
|
'billing': {
|
|
13348
13348
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
@@ -13582,7 +13582,7 @@ type PatchAddonResult = {
|
|
|
13582
13582
|
'infrastructure'?: {
|
|
13583
13583
|
'architecture'?: 'x86' | 'arm';
|
|
13584
13584
|
};
|
|
13585
|
-
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest`, the addon will be created with the most recent minor version belonging to that major version. Example: "latest" */
|
|
13585
|
+
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest` or `14.5-latest`, the addon will be created with the most recent minor/patch version belonging to that major version. Example: "latest" */
|
|
13586
13586
|
'version': string;
|
|
13587
13587
|
'billing': {
|
|
13588
13588
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|
|
@@ -13769,7 +13769,7 @@ type PatchAddonData = {
|
|
|
13769
13769
|
'stageId'?: string | null;
|
|
13770
13770
|
/** An array of previously defined tags to help identify and group the resource. */
|
|
13771
13771
|
'tags'?: string[];
|
|
13772
|
-
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. `14-latest`, the addon will be created with the most recent minor version belonging to that major version. Example: "latest" */
|
|
13772
|
+
/** The version of the addon type to use. If set to `latest`, the addon will be created with the most recent addon version. If set to a major version appended with `-latest`, e.g. e.g. `14-latest` or `14.5-latest`, the addon will be created with the most recent minor/patch version belonging to that major version. Example: "latest" */
|
|
13773
13773
|
'version'?: string;
|
|
13774
13774
|
'billing'?: {
|
|
13775
13775
|
/** The ID of the deployment plan to use. Example: "nf-compute-20" */
|