@hiver/connector-agent 3.1.1 → 3.1.2-linkingerror-beta.0

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": "@hiver/connector-agent",
3
- "version": "3.1.1",
3
+ "version": "3.1.2-linkingerror-beta.0",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",
@@ -8,7 +8,7 @@ export declare const getSpecificConnector: (id: string, count?: number, isPrevie
8
8
  readonly label: string;
9
9
  readonly value: string | null;
10
10
  readonly errorMessage: "" | null;
11
- readonly statusCode: 404 | 500 | 200 | 400;
11
+ readonly statusCode: 404 | 400 | 500 | 200;
12
12
  readonly priority: number;
13
13
  readonly deepLink: string | null;
14
14
  readonly key: string;
@@ -18,7 +18,7 @@ export declare const getSpecificConnector: (id: string, count?: number, isPrevie
18
18
  readonly label: string;
19
19
  readonly value: string | null;
20
20
  readonly errorMessage: "" | null;
21
- readonly statusCode: 404 | 500 | 200 | 400;
21
+ readonly statusCode: 404 | 400 | 500 | 200;
22
22
  readonly priority: number;
23
23
  readonly deepLink: string | null;
24
24
  readonly key: string;