@wandelbots/nova-api 25.3.0-rc.2 → 25.4.0-dev.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.3.0-rc.2",
3
+ "version": "25.4.0-dev.3",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -5556,25 +5556,6 @@ export interface StartOnIO {
5556
5556
  */
5557
5557
  'comparator': Comparator;
5558
5558
  }
5559
- /**
5560
- * The `Status` type defines a logical error model that is suitable for different programming environments including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `status` message contains two pieces of data: error code and error message. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
5561
- * @export
5562
- * @interface Status
5563
- */
5564
- export interface Status {
5565
- /**
5566
- * The status code, which should be an enum value of [google.rpc.Code](https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto).
5567
- * @type {number}
5568
- * @memberof Status
5569
- */
5570
- 'code'?: number;
5571
- /**
5572
- * An error message in English.
5573
- * @type {string}
5574
- * @memberof Status
5575
- */
5576
- 'message'?: string;
5577
- }
5578
5559
  /**
5579
5560
  *
5580
5561
  * @export