@socotra/ec-react-utils 2.4.0-next.0 → 2.4.0-next.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -76,9 +76,9 @@ export declare const extractElementFromQuote: (quote: QuoteResponse, elementLoca
76
76
  staticLocator: string;
77
77
  data?: Record<string, any> | undefined;
78
78
  coverageTerms?: Record<string, string> | undefined;
79
+ parentLocator?: string | undefined;
79
80
  rootLocator?: string | undefined;
80
81
  tenantLocator?: string | undefined;
81
- parentLocator?: string | undefined;
82
82
  originalEffectiveTime?: string | undefined;
83
83
  } & {
84
84
  elements?: ({
@@ -87,9 +87,9 @@ export declare const extractElementFromQuote: (quote: QuoteResponse, elementLoca
87
87
  staticLocator: string;
88
88
  data?: Record<string, any> | undefined;
89
89
  coverageTerms?: Record<string, string> | undefined;
90
+ parentLocator?: string | undefined;
90
91
  rootLocator?: string | undefined;
91
92
  tenantLocator?: string | undefined;
92
- parentLocator?: string | undefined;
93
93
  originalEffectiveTime?: string | undefined;
94
94
  } & any)[];
95
95
  });
@@ -100,9 +100,9 @@ export declare const extractElementsFromQuote: (elements: Array<ElementResponse>
100
100
  staticLocator: string;
101
101
  data?: Record<string, any> | undefined;
102
102
  coverageTerms?: Record<string, string> | undefined;
103
+ parentLocator?: string | undefined;
103
104
  rootLocator?: string | undefined;
104
105
  tenantLocator?: string | undefined;
105
- parentLocator?: string | undefined;
106
106
  originalEffectiveTime?: string | undefined;
107
107
  } & {
108
108
  elements?: ({
@@ -111,9 +111,9 @@ export declare const extractElementsFromQuote: (elements: Array<ElementResponse>
111
111
  staticLocator: string;
112
112
  data?: Record<string, any> | undefined;
113
113
  coverageTerms?: Record<string, string> | undefined;
114
+ parentLocator?: string | undefined;
114
115
  rootLocator?: string | undefined;
115
116
  tenantLocator?: string | undefined;
116
- parentLocator?: string | undefined;
117
117
  originalEffectiveTime?: string | undefined;
118
118
  } & any)[];
119
119
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socotra/ec-react-utils",
3
- "version": "2.4.0-next.0",
3
+ "version": "2.4.0-next.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@jsonforms/core": "^3.3.0",
36
- "@socotra/ec-react-schemas": "2.4.0-next.0",
36
+ "@socotra/ec-react-schemas": "2.4.0-next.1",
37
37
  "ajv": "^8.14.0",
38
38
  "dayjs": "^1.11.11"
39
39
  },
40
- "gitHead": "536053bbc94a3cab96cb008701fb66d2bd73eb82"
40
+ "gitHead": "c1ff841ca24d4b07a67ec67861cfce3dfb018ef1"
41
41
  }