@socotra/ec-react-schemas 2.29.0-next.8 → 2.29.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/dist/index.d.ts CHANGED
@@ -3259,6 +3259,7 @@ export declare const dataModelSchema: z.ZodObject<{
3259
3259
  tag: z.ZodOptional<z.ZodArray<z.ZodString>>;
3260
3260
  }, z.core.$strip>>>;
3261
3261
  defaultSearchable: z.ZodOptional<z.ZodBoolean>;
3262
+ riskAssessmentCriteria: z.ZodOptional<z.ZodString>;
3262
3263
  defaultTimeZone: z.ZodOptional<z.ZodString>;
3263
3264
  defaultCurrency: z.ZodOptional<z.ZodString>;
3264
3265
  defaultTermDuration: z.ZodOptional<z.ZodNumber>;
@@ -9761,6 +9762,7 @@ export declare const productConfigRecordSchema: z.ZodRecord<z.ZodString, z.ZodOb
9761
9762
  tag: z.ZodOptional<z.ZodArray<z.ZodString>>;
9762
9763
  }, z.core.$strip>>>;
9763
9764
  defaultSearchable: z.ZodOptional<z.ZodBoolean>;
9765
+ riskAssessmentCriteria: z.ZodOptional<z.ZodString>;
9764
9766
  defaultTimeZone: z.ZodOptional<z.ZodString>;
9765
9767
  defaultCurrency: z.ZodOptional<z.ZodString>;
9766
9768
  defaultTermDuration: z.ZodOptional<z.ZodNumber>;
@@ -9838,6 +9840,7 @@ export declare const productConfigSchema: z.ZodObject<{
9838
9840
  tag: z.ZodOptional<z.ZodArray<z.ZodString>>;
9839
9841
  }, z.core.$strip>>>;
9840
9842
  defaultSearchable: z.ZodOptional<z.ZodBoolean>;
9843
+ riskAssessmentCriteria: z.ZodOptional<z.ZodString>;
9841
9844
  defaultTimeZone: z.ZodOptional<z.ZodString>;
9842
9845
  defaultCurrency: z.ZodOptional<z.ZodString>;
9843
9846
  defaultTermDuration: z.ZodOptional<z.ZodNumber>;
package/dist/index.es.js CHANGED
@@ -20207,7 +20207,8 @@ const f_ = [
20207
20207
  charges: m(e()).optional(),
20208
20208
  data: p(e(), Ge).optional(),
20209
20209
  staticData: p(e(), Ge).optional(),
20210
- defaultSearchable: y().optional()
20210
+ defaultSearchable: y().optional(),
20211
+ riskAssessmentCriteria: e().optional()
20211
20212
  }).extend(fL.shape), yL = p(
20212
20213
  e(),
20213
20214
  hL