@opentap/runner-client 2.31.1-alpha.1.2.14054681442 → 2.31.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.
@@ -62,7 +62,6 @@ export declare class SystemClient extends BaseClient {
62
62
  /**
63
63
  * Subscribe to the asset update events for the given Runner ID.
64
64
  * Wildcard can be used to receive all asset update events.
65
- * @param {string} realm
66
65
  * @param {string} runnerId
67
66
  * @param {(error:ErrorResponse|null,message:AssetUpdatedEvent|null)=>void} listener
68
67
  * @param {SubscriptionOptions} options?
@@ -195,7 +195,6 @@ var SystemClient = /** @class */ (function (_super) {
195
195
  /**
196
196
  * Subscribe to the asset update events for the given Runner ID.
197
197
  * Wildcard can be used to receive all asset update events.
198
- * @param {string} realm
199
198
  * @param {string} runnerId
200
199
  * @param {(error:ErrorResponse|null,message:AssetUpdatedEvent|null)=>void} listener
201
200
  * @param {SubscriptionOptions} options?
@@ -62,7 +62,6 @@ export declare class SystemClient extends BaseClient {
62
62
  /**
63
63
  * Subscribe to the asset update events for the given Runner ID.
64
64
  * Wildcard can be used to receive all asset update events.
65
- * @param {string} realm
66
65
  * @param {string} runnerId
67
66
  * @param {(error:ErrorResponse|null,message:AssetUpdatedEvent|null)=>void} listener
68
67
  * @param {SubscriptionOptions} options?
@@ -159,7 +159,6 @@ export class SystemClient extends BaseClient {
159
159
  /**
160
160
  * Subscribe to the asset update events for the given Runner ID.
161
161
  * Wildcard can be used to receive all asset update events.
162
- * @param {string} realm
163
162
  * @param {string} runnerId
164
163
  * @param {(error:ErrorResponse|null,message:AssetUpdatedEvent|null)=>void} listener
165
164
  * @param {SubscriptionOptions} options?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "2.31.1-alpha.1.2.14054681442",
3
+ "version": "2.31.1",
4
4
  "description": "This is the web client for the OpenTAP Runner.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/mjs/index.js",