@planqk/planqk-service-sdk 2.2.0 → 2.2.1

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.
@@ -2,6 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export declare const PlanqkServiceApiEnvironment: {
5
- readonly Default: "https://gateway.platform.planqk.de";
5
+ readonly Default: "https://gateway.platform.planqk.de/<context>/<service>/<version>";
6
6
  };
7
7
  export type PlanqkServiceApiEnvironment = typeof PlanqkServiceApiEnvironment.Default;
@@ -5,5 +5,5 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.PlanqkServiceApiEnvironment = void 0;
7
7
  exports.PlanqkServiceApiEnvironment = {
8
- Default: "https://gateway.platform.planqk.de",
8
+ Default: "https://gateway.platform.planqk.de/<context>/<service>/<version>",
9
9
  };
@@ -248,5 +248,5 @@ components:
248
248
  security:
249
249
  - ApplicationCredentials: []
250
250
  servers:
251
- - url: https://gateway.34.90.225.20.nip.io/<context>/<service>/<version>
251
+ - url: https://gateway.platform.planqk.de/<context>/<service>/<version>
252
252
  description: The service endpoint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planqk/planqk-service-sdk",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "SDK to interact with PLANQK Managed Services.",
5
5
  "author": "Kipu Quantum GmbH",
6
6
  "contributors": [
@@ -1 +1 @@
1
- __version__ = "2.2.0"
1
+ __version__ = "2.2.1"
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "planqk-service-sdk"
3
- version = "2.2.0"
3
+ version = "2.2.1"
4
4
  description = "SDK to interact with PLANQK Managed Services."
5
5
  authors = [
6
6
  { name = "Kipu Quantum GmbH", email = "info@kipu-quantum.com" },
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  export const PlanqkServiceApiEnvironment = {
6
- Default: "https://gateway.platform.planqk.de",
6
+ Default: "https://gateway.platform.planqk.de/<context>/<service>/<version>",
7
7
  } as const;
8
8
 
9
9
  export type PlanqkServiceApiEnvironment = typeof PlanqkServiceApiEnvironment.Default;