@uniteverses/shared 1.0.73 → 1.0.75

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.
@@ -32,6 +32,15 @@ export type LawyersRealEstateAssistantsResearchOrgPropertyResearchWorkflowRunDet
32
32
  name: string;
33
33
  url: string;
34
34
  };
35
+ property: {
36
+ addressLine: string | null;
37
+ borough: {
38
+ code: string;
39
+ name: string;
40
+ } | null;
41
+ block: number | null;
42
+ lot: number | null;
43
+ };
35
44
  completedAt: string | null;
36
45
  createdAt: string;
37
46
  steps: {
@@ -4,4 +4,5 @@ export declare const LAWYERS_REAL_ESTATE_ASSISTANTS_RESEARCH_NAVIGATION_ACTION_T
4
4
  readonly NAVIGATE: "navigate";
5
5
  readonly WAIT_FOR: "waitFor";
6
6
  readonly EXTRACT: "extract";
7
+ readonly COUNT: "count";
7
8
  };
@@ -9,4 +9,5 @@ exports.LAWYERS_REAL_ESTATE_ASSISTANTS_RESEARCH_NAVIGATION_ACTION_TYPES = {
9
9
  NAVIGATE: "navigate",
10
10
  WAIT_FOR: "waitFor",
11
11
  EXTRACT: "extract",
12
+ COUNT: "count",
12
13
  };
@@ -1,4 +1,4 @@
1
- export type LawyersRealEstateAssistantsResearchPropertyResearchWorkflowStepTaskInstructionNavigationActionType = "click" | "type" | "navigate" | "waitFor" | "extract";
1
+ export type LawyersRealEstateAssistantsResearchPropertyResearchWorkflowStepTaskInstructionNavigationActionType = "click" | "type" | "navigate" | "waitFor" | "extract" | "count";
2
2
  export type LawyersRealEstateAssistantsResearchPropertyResearchWorkflowStepTaskInstructionNavigationAction = {
3
3
  action: "click";
4
4
  selector: string;
@@ -20,4 +20,8 @@ export type LawyersRealEstateAssistantsResearchPropertyResearchWorkflowStepTaskI
20
20
  selector: string;
21
21
  as: string;
22
22
  attribute?: string;
23
+ } | {
24
+ action: "count";
25
+ selector: string;
26
+ as: string;
23
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniteverses/shared",
3
- "version": "1.0.73",
3
+ "version": "1.0.75",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [