@socotra/ec-react-schemas 2.30.0-next.0 → 2.30.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.
package/dist/index.d.ts CHANGED
@@ -3963,6 +3963,7 @@ export declare const dataModelSchema: z.ZodObject<{
3963
3963
  defaultShortfallTolerancePlan: z.ZodOptional<z.ZodString>;
3964
3964
  defaultSearchable: z.ZodOptional<z.ZodBoolean>;
3965
3965
  defaultInvoiceDocument: z.ZodOptional<z.ZodString>;
3966
+ defaultOperationsWorkbenchUIConfig: z.ZodOptional<z.ZodString>;
3966
3967
  billingPlans: z.ZodOptional<z.ZodAny>;
3967
3968
  tables: z.ZodOptional<z.ZodAny>;
3968
3969
  secrets: z.ZodOptional<z.ZodAny>;
package/dist/index.es.js CHANGED
@@ -20285,6 +20285,7 @@ const h_ = [
20285
20285
  defaultShortfallTolerancePlan: e().optional(),
20286
20286
  defaultSearchable: y().optional(),
20287
20287
  defaultInvoiceDocument: e().optional(),
20288
+ defaultOperationsWorkbenchUIConfig: e().optional(),
20288
20289
  // TODO
20289
20290
  billingPlans: Z().optional(),
20290
20291
  tables: Z().optional(),