@socotra/ec-react-utils 2.13.1 → 2.14.0-next.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
@@ -31,7 +31,7 @@ import { z } from 'zod';
31
31
  */
32
32
  declare type AccountRequestAdvancedFields = z.infer<typeof advancedFieldSchema_2>;
33
33
 
34
- declare const advancedFieldSchema: z.ZodRecord<z.ZodEnum<["currency", "timezone", "billingLevel", "billingTrigger", "durationBasis", "delinquencyPlanName", "autoRenewalPlanName"]>, z.ZodOptional<z.ZodString>>;
34
+ declare const advancedFieldSchema: z.ZodRecord<z.ZodEnum<["currency", "timezone", "billingLevel", "billingTrigger", "durationBasis", "delinquencyPlanName", "autoRenewalPlanName", "installmentPlanName"]>, z.ZodOptional<z.ZodString>>;
35
35
 
36
36
  declare const advancedFieldSchema_2: z.ZodObject<{
37
37
  autoRenewalPlanName: z.ZodOptional<z.ZodString>;
@@ -45,18 +45,18 @@ declare const advancedFieldSchema_2: z.ZodObject<{
45
45
  billingLevel?: "account" | "policy" | undefined;
46
46
  delinquencyPlanName?: string | undefined;
47
47
  autoRenewalPlanName?: string | undefined;
48
+ installmentPlanName?: string | undefined;
48
49
  shortfallTolerancePlanName?: string | undefined;
49
50
  excessCreditPlanName?: string | undefined;
50
51
  invoiceDocument?: string | undefined;
51
- installmentPlanName?: string | undefined;
52
52
  }, {
53
53
  billingLevel?: "account" | "policy" | undefined;
54
54
  delinquencyPlanName?: string | undefined;
55
55
  autoRenewalPlanName?: string | undefined;
56
+ installmentPlanName?: string | undefined;
56
57
  shortfallTolerancePlanName?: string | undefined;
57
58
  excessCreditPlanName?: string | undefined;
58
59
  invoiceDocument?: string | undefined;
59
- installmentPlanName?: string | undefined;
60
60
  }>;
61
61
 
62
62
  declare type AnyObject = {
@@ -394,6 +394,7 @@ export declare const getDefaultQuoteValues: (quote: QuoteResponse, productModel:
394
394
  durationBasis: string | undefined;
395
395
  delinquencyPlanName: string | undefined;
396
396
  autoRenewalPlanName: string | undefined;
397
+ installmentPlanName: any;
397
398
  };
398
399
  coverageTerms: Record<string, string>;
399
400
  };