@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 +1 -1
- package/v2/api.d.ts +0 -19
- package/v2/api.js.map +1 -1
- package/v2/api.ts +0 -19
package/v2/api.ts
CHANGED
|
@@ -5769,25 +5769,6 @@ export interface StartOnIO {
|
|
|
5769
5769
|
}
|
|
5770
5770
|
|
|
5771
5771
|
|
|
5772
|
-
/**
|
|
5773
|
-
* 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).
|
|
5774
|
-
* @export
|
|
5775
|
-
* @interface Status
|
|
5776
|
-
*/
|
|
5777
|
-
export interface Status {
|
|
5778
|
-
/**
|
|
5779
|
-
* The status code, which should be an enum value of [google.rpc.Code](https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto).
|
|
5780
|
-
* @type {number}
|
|
5781
|
-
* @memberof Status
|
|
5782
|
-
*/
|
|
5783
|
-
'code'?: number;
|
|
5784
|
-
/**
|
|
5785
|
-
* An error message in English.
|
|
5786
|
-
* @type {string}
|
|
5787
|
-
* @memberof Status
|
|
5788
|
-
*/
|
|
5789
|
-
'message'?: string;
|
|
5790
|
-
}
|
|
5791
5772
|
/**
|
|
5792
5773
|
*
|
|
5793
5774
|
* @export
|