@socotra/ec-react-utils 2.35.0-next.0 → 2.35.0-next.2
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 +2 -0
- package/dist/index.es.js +4161 -4144
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +13 -13
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ declare const advancedFieldSchema_3: z.ZodObject<{
|
|
|
67
67
|
}>>;
|
|
68
68
|
invoiceDocument: z.ZodOptional<z.ZodString>;
|
|
69
69
|
installmentPlanName: z.ZodOptional<z.ZodString>;
|
|
70
|
+
timezone: z.ZodOptional<z.ZodString>;
|
|
70
71
|
}, z.core.$strip>;
|
|
71
72
|
|
|
72
73
|
declare type AnyObject = {
|
|
@@ -474,6 +475,7 @@ export declare const getDefaultAccountFormValues: ({ defaultValues, accountType,
|
|
|
474
475
|
shortfallTolerancePlanName: string | undefined;
|
|
475
476
|
billingLevel: "account" | "inherit" | "policy" | undefined;
|
|
476
477
|
invoiceDocument: string | undefined;
|
|
478
|
+
timezone: string | undefined;
|
|
477
479
|
installmentPlanName: string | undefined;
|
|
478
480
|
};
|
|
479
481
|
saveAsDraft: boolean;
|