@hiver/connector-agent 2.0.5-packageTanstackQuery-beta.0 → 2.0.6-addSmIdsToCardLoadedGsEvents-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": "2.0.5-packageTanstackQuery-beta.0",
3
+ "version": "2.0.6-addSmIdsToCardLoadedGsEvents-beta.0",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",
@@ -7,7 +7,7 @@ export declare const getSpecificConnector: (id: string, count?: number, isPrevie
7
7
  flatDisplay: {
8
8
  readonly label: string;
9
9
  readonly value: string | null;
10
- readonly errorMessage: string | null;
10
+ readonly errorMessage: "" | null;
11
11
  readonly statusCode: 404 | 200 | 400 | 500;
12
12
  readonly priority: number;
13
13
  readonly deepLink: string | null;
@@ -17,7 +17,7 @@ export declare const getSpecificConnector: (id: string, count?: number, isPrevie
17
17
  data: {
18
18
  readonly label: string;
19
19
  readonly value: string | null;
20
- readonly errorMessage: string | null;
20
+ readonly errorMessage: "" | null;
21
21
  readonly statusCode: 404 | 200 | 400 | 500;
22
22
  readonly priority: number;
23
23
  readonly deepLink: string | null;
@@ -29,8 +29,8 @@ export declare const getSpecificConnector: (id: string, count?: number, isPrevie
29
29
  readonly externalResourceId: string | undefined;
30
30
  readonly data: IListItemFieldData[];
31
31
  })[];
32
- errorMessage: string | null;
33
- statusCode: 404 | 200 | 400 | 500;
32
+ errorMessage: "" | null;
33
+ statusCode: 200;
34
34
  };
35
35
  };
36
36
  cardErrorMessage: string;
@@ -1 +1 @@
1
- {"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"AAiUA,eAAO,MAAM,QAAQ,6BASpB,CAAC"}
1
+ {"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"AAyUA,eAAO,MAAM,QAAQ,6BASpB,CAAC"}