@northflank/js-client 0.8.4 → 0.8.5

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.
@@ -8846,6 +8846,14 @@ type CreateProjectResult = {
8846
8846
  'region'?: string;
8847
8847
  /** The BYOC cluster this project will be hosted in. Example: "gcp-cluster-1" */
8848
8848
  'clusterId'?: string;
8849
+ /** Registry configuration for the project. Can be PaaS or Self-Hosted */
8850
+ 'customRegistry'?: {
8851
+ 'enabled'?: boolean;
8852
+ 'configuration'?: {
8853
+ 'credentialId': string;
8854
+ 'provider'?: 'acr' | 'ecr' | 'gar' | 'dockerhub' | 'github' | 'gitlab' | 'custom' | 'legacy';
8855
+ };
8856
+ };
8849
8857
  /** Advanced project networking settings. */
8850
8858
  'networking'?: {
8851
8859
  /** Projects from which ingress request should be permitted. */
@@ -9067,6 +9075,14 @@ type PutProjectResult = {
9067
9075
  'region'?: string;
9068
9076
  /** The BYOC cluster this project will be hosted in. Example: "gcp-cluster-1" */
9069
9077
  'clusterId'?: string;
9078
+ /** Registry configuration for the project. Can be PaaS or Self-Hosted */
9079
+ 'customRegistry'?: {
9080
+ 'enabled'?: boolean;
9081
+ 'configuration'?: {
9082
+ 'credentialId': string;
9083
+ 'provider'?: 'acr' | 'ecr' | 'gar' | 'dockerhub' | 'github' | 'gitlab' | 'custom' | 'legacy';
9084
+ };
9085
+ };
9070
9086
  /** Advanced project networking settings. */
9071
9087
  'networking'?: {
9072
9088
  /** Projects from which ingress request should be permitted. */
@@ -9288,6 +9304,14 @@ type PatchProjectResult = {
9288
9304
  'region'?: string;
9289
9305
  /** The BYOC cluster this project will be hosted in. Example: "gcp-cluster-1" */
9290
9306
  'clusterId'?: string;
9307
+ /** Registry configuration for the project. Can be PaaS or Self-Hosted */
9308
+ 'customRegistry'?: {
9309
+ 'enabled'?: boolean;
9310
+ 'configuration'?: {
9311
+ 'credentialId': string;
9312
+ 'provider'?: 'acr' | 'ecr' | 'gar' | 'dockerhub' | 'github' | 'gitlab' | 'custom' | 'legacy';
9313
+ };
9314
+ };
9291
9315
  /** Advanced project networking settings. */
9292
9316
  'networking'?: {
9293
9317
  /** Projects from which ingress request should be permitted. */
@@ -9452,6 +9476,15 @@ type GetProjectResult = {
9452
9476
  /** Type of the service (combined, build or deployment) Example: "combined" */
9453
9477
  'serviceType': 'combined' | 'build' | 'deployment';
9454
9478
  }[];
9479
+ 'customRegistry'?: {
9480
+ /** Whether the project has a custom registry. */
9481
+ 'enabled': boolean;
9482
+ /** The configuration of the custom registry. */
9483
+ 'configuration'?: {
9484
+ 'credentialId'?: string;
9485
+ 'provider'?: 'acr' | 'ecr' | 'gar' | 'dockerhub' | 'github' | 'gitlab' | 'custom' | 'legacy';
9486
+ };
9487
+ };
9455
9488
  /** An array of jobs belonging to the project. */
9456
9489
  'jobs': {
9457
9490
  /** Identifier for the job. Example: "example-job" */
@@ -8846,6 +8846,14 @@ type CreateProjectResult = {
8846
8846
  'region'?: string;
8847
8847
  /** The BYOC cluster this project will be hosted in. Example: "gcp-cluster-1" */
8848
8848
  'clusterId'?: string;
8849
+ /** Registry configuration for the project. Can be PaaS or Self-Hosted */
8850
+ 'customRegistry'?: {
8851
+ 'enabled'?: boolean;
8852
+ 'configuration'?: {
8853
+ 'credentialId': string;
8854
+ 'provider'?: 'acr' | 'ecr' | 'gar' | 'dockerhub' | 'github' | 'gitlab' | 'custom' | 'legacy';
8855
+ };
8856
+ };
8849
8857
  /** Advanced project networking settings. */
8850
8858
  'networking'?: {
8851
8859
  /** Projects from which ingress request should be permitted. */
@@ -9067,6 +9075,14 @@ type PutProjectResult = {
9067
9075
  'region'?: string;
9068
9076
  /** The BYOC cluster this project will be hosted in. Example: "gcp-cluster-1" */
9069
9077
  'clusterId'?: string;
9078
+ /** Registry configuration for the project. Can be PaaS or Self-Hosted */
9079
+ 'customRegistry'?: {
9080
+ 'enabled'?: boolean;
9081
+ 'configuration'?: {
9082
+ 'credentialId': string;
9083
+ 'provider'?: 'acr' | 'ecr' | 'gar' | 'dockerhub' | 'github' | 'gitlab' | 'custom' | 'legacy';
9084
+ };
9085
+ };
9070
9086
  /** Advanced project networking settings. */
9071
9087
  'networking'?: {
9072
9088
  /** Projects from which ingress request should be permitted. */
@@ -9288,6 +9304,14 @@ type PatchProjectResult = {
9288
9304
  'region'?: string;
9289
9305
  /** The BYOC cluster this project will be hosted in. Example: "gcp-cluster-1" */
9290
9306
  'clusterId'?: string;
9307
+ /** Registry configuration for the project. Can be PaaS or Self-Hosted */
9308
+ 'customRegistry'?: {
9309
+ 'enabled'?: boolean;
9310
+ 'configuration'?: {
9311
+ 'credentialId': string;
9312
+ 'provider'?: 'acr' | 'ecr' | 'gar' | 'dockerhub' | 'github' | 'gitlab' | 'custom' | 'legacy';
9313
+ };
9314
+ };
9291
9315
  /** Advanced project networking settings. */
9292
9316
  'networking'?: {
9293
9317
  /** Projects from which ingress request should be permitted. */
@@ -9452,6 +9476,15 @@ type GetProjectResult = {
9452
9476
  /** Type of the service (combined, build or deployment) Example: "combined" */
9453
9477
  'serviceType': 'combined' | 'build' | 'deployment';
9454
9478
  }[];
9479
+ 'customRegistry'?: {
9480
+ /** Whether the project has a custom registry. */
9481
+ 'enabled': boolean;
9482
+ /** The configuration of the custom registry. */
9483
+ 'configuration'?: {
9484
+ 'credentialId'?: string;
9485
+ 'provider'?: 'acr' | 'ecr' | 'gar' | 'dockerhub' | 'github' | 'gitlab' | 'custom' | 'legacy';
9486
+ };
9487
+ };
9455
9488
  /** An array of jobs belonging to the project. */
9456
9489
  'jobs': {
9457
9490
  /** Identifier for the job. Example: "example-job" */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@northflank/js-client",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "license": "MIT",
5
5
  "author": "Marco Suter",
6
6
  "main": "dist/cjs/api-client.js",