@socotra/ec-react-schemas 2.26.1-next.10 → 2.26.1-next.11
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/dist/index.d.ts +1 -0
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1157,6 +1157,7 @@ declare const basePolicyTransactionResponseSchema: z.ZodObject<{
|
|
|
1157
1157
|
level2: "level2";
|
|
1158
1158
|
}>>;
|
|
1159
1159
|
anonymizedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1160
|
+
staticLocator: z.ZodString;
|
|
1160
1161
|
changeInstructions: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1161
1162
|
preferences: z.ZodOptional<z.ZodObject<{
|
|
1162
1163
|
billingPreferences: z.ZodOptional<z.ZodObject<{
|
package/dist/index.es.js
CHANGED
|
@@ -11341,7 +11341,8 @@ const av = a({
|
|
|
11341
11341
|
"level1",
|
|
11342
11342
|
"level2"
|
|
11343
11343
|
])),
|
|
11344
|
-
anonymizedAt: t(h())
|
|
11344
|
+
anonymizedAt: t(h()),
|
|
11345
|
+
staticLocator: e()
|
|
11345
11346
|
}), gd = a({
|
|
11346
11347
|
locator: e(),
|
|
11347
11348
|
policyLocator: e(),
|