@socotra/ec-react-schemas 2.19.1-next.0 → 2.19.1-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
@@ -8881,6 +8881,7 @@ export declare const dataModelSchema: z.ZodObject<{
8881
8881
  selectionTimeBasis: z.ZodOptional<z.ZodEnum<["policyStartTime", "termStartTime", "transactionEffectiveTime", "currentTime"]>>;
8882
8882
  trigger: z.ZodOptional<z.ZodEnum<["validated", "priced", "accepted", "issued", "underwritten", "generated"]>>;
8883
8883
  templateSnippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8884
+ customFonts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8884
8885
  rendering: z.ZodUnion<[z.ZodLiteral<"dynamic">, z.ZodLiteral<"prerendered">]>;
8885
8886
  portrait: z.ZodOptional<z.ZodBoolean>;
8886
8887
  pageSize: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"letter">, z.ZodLiteral<"legal">, z.ZodLiteral<"A3">, z.ZodLiteral<"A4">, z.ZodLiteral<"A5">, z.ZodLiteral<"B4">, z.ZodLiteral<"B5">]>>;
@@ -8900,11 +8901,9 @@ export declare const dataModelSchema: z.ZodObject<{
8900
8901
  left?: number | undefined;
8901
8902
  right?: number | undefined;
8902
8903
  }>>;
8903
- customFonts: z.ZodArray<z.ZodString, "many">;
8904
8904
  }, "strip", z.ZodTypeAny, {
8905
8905
  scope: "policy" | "invoice" | "transaction" | "segment" | "term" | "policyUnique" | "termUnique";
8906
8906
  rendering: "dynamic" | "prerendered";
8907
- customFonts: string[];
8908
8907
  displayName?: string | undefined;
8909
8908
  selectionTimeBasis?: "policyStartTime" | "termStartTime" | "transactionEffectiveTime" | "currentTime" | undefined;
8910
8909
  format?: "text" | "html" | "pdf" | "jpg" | "jpeg" | "doc" | "docx" | "xls" | "xlsx" | "csv" | "txt" | "zip" | undefined;
@@ -8918,10 +8917,10 @@ export declare const dataModelSchema: z.ZodObject<{
8918
8917
  right?: number | undefined;
8919
8918
  } | undefined;
8920
8919
  templateSnippets?: string[] | undefined;
8920
+ customFonts?: string[] | undefined;
8921
8921
  }, {
8922
8922
  scope: "policy" | "invoice" | "transaction" | "segment" | "term" | "policyUnique" | "termUnique";
8923
8923
  rendering: "dynamic" | "prerendered";
8924
- customFonts: string[];
8925
8924
  displayName?: string | undefined;
8926
8925
  selectionTimeBasis?: "policyStartTime" | "termStartTime" | "transactionEffectiveTime" | "currentTime" | undefined;
8927
8926
  format?: "text" | "html" | "pdf" | "jpg" | "jpeg" | "doc" | "docx" | "xls" | "xlsx" | "csv" | "txt" | "zip" | undefined;
@@ -8935,6 +8934,7 @@ export declare const dataModelSchema: z.ZodObject<{
8935
8934
  right?: number | undefined;
8936
8935
  } | undefined;
8937
8936
  templateSnippets?: string[] | undefined;
8937
+ customFonts?: string[] | undefined;
8938
8938
  }>>>;
8939
8939
  disbursements: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
8940
8940
  displayName: z.ZodOptional<z.ZodString>;
@@ -9042,7 +9042,7 @@ export declare const dataModelSchema: z.ZodObject<{
9042
9042
  qualifications?: Record<string, string[]> | undefined;
9043
9043
  }>>;
9044
9044
  numberingPlans: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
9045
- data: z.ZodRecord<z.ZodString, z.ZodObject<z.objectUtil.extendShape<{
9045
+ data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.objectUtil.extendShape<{
9046
9046
  displayName: z.ZodString;
9047
9047
  type: z.ZodString;
9048
9048
  scope: z.ZodString;
@@ -9360,17 +9360,17 @@ export declare const dataModelSchema: z.ZodObject<{
9360
9360
  anonymizable: boolean;
9361
9361
  maskingLevel: "none" | "level1" | "level2";
9362
9362
  };
9363
- }>>;
9364
- displayName: z.ZodString;
9365
- initialCoreNumber: z.ZodString;
9366
- format: z.ZodString;
9367
- copyFromQuote: z.ZodBoolean;
9368
- termNumberFormat: z.ZodString;
9369
- quoteNumberFormat: z.ZodString;
9370
- initialQuoteCoreNumber: z.ZodString;
9363
+ }>>>;
9364
+ displayName: z.ZodOptional<z.ZodString>;
9365
+ initialCoreNumber: z.ZodOptional<z.ZodString>;
9366
+ format: z.ZodOptional<z.ZodString>;
9367
+ copyFromQuote: z.ZodOptional<z.ZodBoolean>;
9368
+ termNumberFormat: z.ZodOptional<z.ZodString>;
9369
+ quoteNumberFormat: z.ZodOptional<z.ZodString>;
9370
+ initialQuoteCoreNumber: z.ZodOptional<z.ZodString>;
9371
9371
  }, "strip", z.ZodTypeAny, {
9372
- displayName: string;
9373
- data: Record<string, {
9372
+ displayName?: string | undefined;
9373
+ data?: Record<string, {
9374
9374
  options: string[];
9375
9375
  type: string;
9376
9376
  displayName: string;
@@ -9415,16 +9415,16 @@ export declare const dataModelSchema: z.ZodObject<{
9415
9415
  anonymizable: boolean;
9416
9416
  maskingLevel: "none" | "level1" | "level2";
9417
9417
  };
9418
- }>;
9419
- initialCoreNumber: string;
9420
- format: string;
9421
- copyFromQuote: boolean;
9422
- termNumberFormat: string;
9423
- quoteNumberFormat: string;
9424
- initialQuoteCoreNumber: string;
9418
+ }> | undefined;
9419
+ initialCoreNumber?: string | undefined;
9420
+ format?: string | undefined;
9421
+ copyFromQuote?: boolean | undefined;
9422
+ termNumberFormat?: string | undefined;
9423
+ quoteNumberFormat?: string | undefined;
9424
+ initialQuoteCoreNumber?: string | undefined;
9425
9425
  }, {
9426
- displayName: string;
9427
- data: Record<string, {
9426
+ displayName?: string | undefined;
9427
+ data?: Record<string, {
9428
9428
  options: string[];
9429
9429
  type: string;
9430
9430
  displayName: string;
@@ -9469,13 +9469,13 @@ export declare const dataModelSchema: z.ZodObject<{
9469
9469
  anonymizable: boolean;
9470
9470
  maskingLevel: "none" | "level1" | "level2";
9471
9471
  };
9472
- }>;
9473
- initialCoreNumber: string;
9474
- format: string;
9475
- copyFromQuote: boolean;
9476
- termNumberFormat: string;
9477
- quoteNumberFormat: string;
9478
- initialQuoteCoreNumber: string;
9472
+ }> | undefined;
9473
+ initialCoreNumber?: string | undefined;
9474
+ format?: string | undefined;
9475
+ copyFromQuote?: boolean | undefined;
9476
+ termNumberFormat?: string | undefined;
9477
+ quoteNumberFormat?: string | undefined;
9478
+ initialQuoteCoreNumber?: string | undefined;
9479
9479
  }>>>;
9480
9480
  fnol: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
9481
9481
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -11460,7 +11460,6 @@ export declare const dataModelSchema: z.ZodObject<{
11460
11460
  documents?: Record<string, {
11461
11461
  scope: "policy" | "invoice" | "transaction" | "segment" | "term" | "policyUnique" | "termUnique";
11462
11462
  rendering: "dynamic" | "prerendered";
11463
- customFonts: string[];
11464
11463
  displayName?: string | undefined;
11465
11464
  selectionTimeBasis?: "policyStartTime" | "termStartTime" | "transactionEffectiveTime" | "currentTime" | undefined;
11466
11465
  format?: "text" | "html" | "pdf" | "jpg" | "jpeg" | "doc" | "docx" | "xls" | "xlsx" | "csv" | "txt" | "zip" | undefined;
@@ -11474,6 +11473,7 @@ export declare const dataModelSchema: z.ZodObject<{
11474
11473
  right?: number | undefined;
11475
11474
  } | undefined;
11476
11475
  templateSnippets?: string[] | undefined;
11476
+ customFonts?: string[] | undefined;
11477
11477
  }> | undefined;
11478
11478
  defaultBillingTrigger?: string | undefined;
11479
11479
  defaultTimeZone?: string | undefined;
@@ -11732,8 +11732,8 @@ export declare const dataModelSchema: z.ZodObject<{
11732
11732
  creditType?: "payment" | "any" | "creditDistribution" | undefined;
11733
11733
  }> | undefined;
11734
11734
  numberingPlans?: Record<string, {
11735
- displayName: string;
11736
- data: Record<string, {
11735
+ displayName?: string | undefined;
11736
+ data?: Record<string, {
11737
11737
  options: string[];
11738
11738
  type: string;
11739
11739
  displayName: string;
@@ -11778,13 +11778,13 @@ export declare const dataModelSchema: z.ZodObject<{
11778
11778
  anonymizable: boolean;
11779
11779
  maskingLevel: "none" | "level1" | "level2";
11780
11780
  };
11781
- }>;
11782
- initialCoreNumber: string;
11783
- format: string;
11784
- copyFromQuote: boolean;
11785
- termNumberFormat: string;
11786
- quoteNumberFormat: string;
11787
- initialQuoteCoreNumber: string;
11781
+ }> | undefined;
11782
+ initialCoreNumber?: string | undefined;
11783
+ format?: string | undefined;
11784
+ copyFromQuote?: boolean | undefined;
11785
+ termNumberFormat?: string | undefined;
11786
+ quoteNumberFormat?: string | undefined;
11787
+ initialQuoteCoreNumber?: string | undefined;
11788
11788
  }> | undefined;
11789
11789
  losses?: Record<string, {
11790
11790
  abstract?: boolean | undefined;
@@ -12146,7 +12146,6 @@ export declare const dataModelSchema: z.ZodObject<{
12146
12146
  documents?: Record<string, {
12147
12147
  scope: "policy" | "invoice" | "transaction" | "segment" | "term" | "policyUnique" | "termUnique";
12148
12148
  rendering: "dynamic" | "prerendered";
12149
- customFonts: string[];
12150
12149
  displayName?: string | undefined;
12151
12150
  selectionTimeBasis?: "policyStartTime" | "termStartTime" | "transactionEffectiveTime" | "currentTime" | undefined;
12152
12151
  format?: "text" | "html" | "pdf" | "jpg" | "jpeg" | "doc" | "docx" | "xls" | "xlsx" | "csv" | "txt" | "zip" | undefined;
@@ -12160,6 +12159,7 @@ export declare const dataModelSchema: z.ZodObject<{
12160
12159
  right?: number | undefined;
12161
12160
  } | undefined;
12162
12161
  templateSnippets?: string[] | undefined;
12162
+ customFonts?: string[] | undefined;
12163
12163
  }> | undefined;
12164
12164
  defaultBillingTrigger?: string | undefined;
12165
12165
  defaultTimeZone?: string | undefined;
@@ -12418,8 +12418,8 @@ export declare const dataModelSchema: z.ZodObject<{
12418
12418
  creditType?: "payment" | "any" | "creditDistribution" | undefined;
12419
12419
  }> | undefined;
12420
12420
  numberingPlans?: Record<string, {
12421
- displayName: string;
12422
- data: Record<string, {
12421
+ displayName?: string | undefined;
12422
+ data?: Record<string, {
12423
12423
  options: string[];
12424
12424
  type: string;
12425
12425
  displayName: string;
@@ -12464,13 +12464,13 @@ export declare const dataModelSchema: z.ZodObject<{
12464
12464
  anonymizable: boolean;
12465
12465
  maskingLevel: "none" | "level1" | "level2";
12466
12466
  };
12467
- }>;
12468
- initialCoreNumber: string;
12469
- format: string;
12470
- copyFromQuote: boolean;
12471
- termNumberFormat: string;
12472
- quoteNumberFormat: string;
12473
- initialQuoteCoreNumber: string;
12467
+ }> | undefined;
12468
+ initialCoreNumber?: string | undefined;
12469
+ format?: string | undefined;
12470
+ copyFromQuote?: boolean | undefined;
12471
+ termNumberFormat?: string | undefined;
12472
+ quoteNumberFormat?: string | undefined;
12473
+ initialQuoteCoreNumber?: string | undefined;
12474
12474
  }> | undefined;
12475
12475
  losses?: Record<string, {
12476
12476
  abstract?: boolean | undefined;
@@ -14597,6 +14597,7 @@ export declare const DocumentRefRecordSchema: z.ZodRecord<z.ZodString, z.ZodObje
14597
14597
  selectionTimeBasis: z.ZodOptional<z.ZodEnum<["policyStartTime", "termStartTime", "transactionEffectiveTime", "currentTime"]>>;
14598
14598
  trigger: z.ZodOptional<z.ZodEnum<["validated", "priced", "accepted", "issued", "underwritten", "generated"]>>;
14599
14599
  templateSnippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14600
+ customFonts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14600
14601
  rendering: z.ZodUnion<[z.ZodLiteral<"dynamic">, z.ZodLiteral<"prerendered">]>;
14601
14602
  portrait: z.ZodOptional<z.ZodBoolean>;
14602
14603
  pageSize: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"letter">, z.ZodLiteral<"legal">, z.ZodLiteral<"A3">, z.ZodLiteral<"A4">, z.ZodLiteral<"A5">, z.ZodLiteral<"B4">, z.ZodLiteral<"B5">]>>;
@@ -14616,11 +14617,9 @@ export declare const DocumentRefRecordSchema: z.ZodRecord<z.ZodString, z.ZodObje
14616
14617
  left?: number | undefined;
14617
14618
  right?: number | undefined;
14618
14619
  }>>;
14619
- customFonts: z.ZodArray<z.ZodString, "many">;
14620
14620
  }, "strip", z.ZodTypeAny, {
14621
14621
  scope: "policy" | "invoice" | "transaction" | "segment" | "term" | "policyUnique" | "termUnique";
14622
14622
  rendering: "dynamic" | "prerendered";
14623
- customFonts: string[];
14624
14623
  displayName?: string | undefined;
14625
14624
  selectionTimeBasis?: "policyStartTime" | "termStartTime" | "transactionEffectiveTime" | "currentTime" | undefined;
14626
14625
  format?: "text" | "html" | "pdf" | "jpg" | "jpeg" | "doc" | "docx" | "xls" | "xlsx" | "csv" | "txt" | "zip" | undefined;
@@ -14634,10 +14633,10 @@ export declare const DocumentRefRecordSchema: z.ZodRecord<z.ZodString, z.ZodObje
14634
14633
  right?: number | undefined;
14635
14634
  } | undefined;
14636
14635
  templateSnippets?: string[] | undefined;
14636
+ customFonts?: string[] | undefined;
14637
14637
  }, {
14638
14638
  scope: "policy" | "invoice" | "transaction" | "segment" | "term" | "policyUnique" | "termUnique";
14639
14639
  rendering: "dynamic" | "prerendered";
14640
- customFonts: string[];
14641
14640
  displayName?: string | undefined;
14642
14641
  selectionTimeBasis?: "policyStartTime" | "termStartTime" | "transactionEffectiveTime" | "currentTime" | undefined;
14643
14642
  format?: "text" | "html" | "pdf" | "jpg" | "jpeg" | "doc" | "docx" | "xls" | "xlsx" | "csv" | "txt" | "zip" | undefined;
@@ -14651,6 +14650,7 @@ export declare const DocumentRefRecordSchema: z.ZodRecord<z.ZodString, z.ZodObje
14651
14650
  right?: number | undefined;
14652
14651
  } | undefined;
14653
14652
  templateSnippets?: string[] | undefined;
14653
+ customFonts?: string[] | undefined;
14654
14654
  }>>;
14655
14655
 
14656
14656
  export declare const DocumentRefSchema: z.ZodObject<{
@@ -14660,6 +14660,7 @@ export declare const DocumentRefSchema: z.ZodObject<{
14660
14660
  selectionTimeBasis: z.ZodOptional<z.ZodEnum<["policyStartTime", "termStartTime", "transactionEffectiveTime", "currentTime"]>>;
14661
14661
  trigger: z.ZodOptional<z.ZodEnum<["validated", "priced", "accepted", "issued", "underwritten", "generated"]>>;
14662
14662
  templateSnippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14663
+ customFonts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14663
14664
  rendering: z.ZodUnion<[z.ZodLiteral<"dynamic">, z.ZodLiteral<"prerendered">]>;
14664
14665
  portrait: z.ZodOptional<z.ZodBoolean>;
14665
14666
  pageSize: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"letter">, z.ZodLiteral<"legal">, z.ZodLiteral<"A3">, z.ZodLiteral<"A4">, z.ZodLiteral<"A5">, z.ZodLiteral<"B4">, z.ZodLiteral<"B5">]>>;
@@ -14679,11 +14680,9 @@ export declare const DocumentRefSchema: z.ZodObject<{
14679
14680
  left?: number | undefined;
14680
14681
  right?: number | undefined;
14681
14682
  }>>;
14682
- customFonts: z.ZodArray<z.ZodString, "many">;
14683
14683
  }, "strip", z.ZodTypeAny, {
14684
14684
  scope: "policy" | "invoice" | "transaction" | "segment" | "term" | "policyUnique" | "termUnique";
14685
14685
  rendering: "dynamic" | "prerendered";
14686
- customFonts: string[];
14687
14686
  displayName?: string | undefined;
14688
14687
  selectionTimeBasis?: "policyStartTime" | "termStartTime" | "transactionEffectiveTime" | "currentTime" | undefined;
14689
14688
  format?: "text" | "html" | "pdf" | "jpg" | "jpeg" | "doc" | "docx" | "xls" | "xlsx" | "csv" | "txt" | "zip" | undefined;
@@ -14697,10 +14696,10 @@ export declare const DocumentRefSchema: z.ZodObject<{
14697
14696
  right?: number | undefined;
14698
14697
  } | undefined;
14699
14698
  templateSnippets?: string[] | undefined;
14699
+ customFonts?: string[] | undefined;
14700
14700
  }, {
14701
14701
  scope: "policy" | "invoice" | "transaction" | "segment" | "term" | "policyUnique" | "termUnique";
14702
14702
  rendering: "dynamic" | "prerendered";
14703
- customFonts: string[];
14704
14703
  displayName?: string | undefined;
14705
14704
  selectionTimeBasis?: "policyStartTime" | "termStartTime" | "transactionEffectiveTime" | "currentTime" | undefined;
14706
14705
  format?: "text" | "html" | "pdf" | "jpg" | "jpeg" | "doc" | "docx" | "xls" | "xlsx" | "csv" | "txt" | "zip" | undefined;
@@ -14714,6 +14713,7 @@ export declare const DocumentRefSchema: z.ZodObject<{
14714
14713
  right?: number | undefined;
14715
14714
  } | undefined;
14716
14715
  templateSnippets?: string[] | undefined;
14716
+ customFonts?: string[] | undefined;
14717
14717
  }>;
14718
14718
 
14719
14719
  export declare type DocumentScopeEnum = z.infer<typeof DocumentScopeEnumSchema>;
@@ -17865,7 +17865,7 @@ export declare type NumberingPlanRef = z.infer<typeof NumberingPlanRefSchema>;
17865
17865
  export declare type NumberingPlanRefRecord = z.infer<typeof NumberingPlanRefRecordSchema>;
17866
17866
 
17867
17867
  export declare const NumberingPlanRefRecordSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
17868
- data: z.ZodRecord<z.ZodString, z.ZodObject<z.objectUtil.extendShape<{
17868
+ data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.objectUtil.extendShape<{
17869
17869
  displayName: z.ZodString;
17870
17870
  type: z.ZodString;
17871
17871
  scope: z.ZodString;
@@ -18183,17 +18183,17 @@ export declare const NumberingPlanRefRecordSchema: z.ZodRecord<z.ZodString, z.Zo
18183
18183
  anonymizable: boolean;
18184
18184
  maskingLevel: "none" | "level1" | "level2";
18185
18185
  };
18186
- }>>;
18187
- displayName: z.ZodString;
18188
- initialCoreNumber: z.ZodString;
18189
- format: z.ZodString;
18190
- copyFromQuote: z.ZodBoolean;
18191
- termNumberFormat: z.ZodString;
18192
- quoteNumberFormat: z.ZodString;
18193
- initialQuoteCoreNumber: z.ZodString;
18186
+ }>>>;
18187
+ displayName: z.ZodOptional<z.ZodString>;
18188
+ initialCoreNumber: z.ZodOptional<z.ZodString>;
18189
+ format: z.ZodOptional<z.ZodString>;
18190
+ copyFromQuote: z.ZodOptional<z.ZodBoolean>;
18191
+ termNumberFormat: z.ZodOptional<z.ZodString>;
18192
+ quoteNumberFormat: z.ZodOptional<z.ZodString>;
18193
+ initialQuoteCoreNumber: z.ZodOptional<z.ZodString>;
18194
18194
  }, "strip", z.ZodTypeAny, {
18195
- displayName: string;
18196
- data: Record<string, {
18195
+ displayName?: string | undefined;
18196
+ data?: Record<string, {
18197
18197
  options: string[];
18198
18198
  type: string;
18199
18199
  displayName: string;
@@ -18238,16 +18238,16 @@ export declare const NumberingPlanRefRecordSchema: z.ZodRecord<z.ZodString, z.Zo
18238
18238
  anonymizable: boolean;
18239
18239
  maskingLevel: "none" | "level1" | "level2";
18240
18240
  };
18241
- }>;
18242
- initialCoreNumber: string;
18243
- format: string;
18244
- copyFromQuote: boolean;
18245
- termNumberFormat: string;
18246
- quoteNumberFormat: string;
18247
- initialQuoteCoreNumber: string;
18241
+ }> | undefined;
18242
+ initialCoreNumber?: string | undefined;
18243
+ format?: string | undefined;
18244
+ copyFromQuote?: boolean | undefined;
18245
+ termNumberFormat?: string | undefined;
18246
+ quoteNumberFormat?: string | undefined;
18247
+ initialQuoteCoreNumber?: string | undefined;
18248
18248
  }, {
18249
- displayName: string;
18250
- data: Record<string, {
18249
+ displayName?: string | undefined;
18250
+ data?: Record<string, {
18251
18251
  options: string[];
18252
18252
  type: string;
18253
18253
  displayName: string;
@@ -18292,17 +18292,17 @@ export declare const NumberingPlanRefRecordSchema: z.ZodRecord<z.ZodString, z.Zo
18292
18292
  anonymizable: boolean;
18293
18293
  maskingLevel: "none" | "level1" | "level2";
18294
18294
  };
18295
- }>;
18296
- initialCoreNumber: string;
18297
- format: string;
18298
- copyFromQuote: boolean;
18299
- termNumberFormat: string;
18300
- quoteNumberFormat: string;
18301
- initialQuoteCoreNumber: string;
18295
+ }> | undefined;
18296
+ initialCoreNumber?: string | undefined;
18297
+ format?: string | undefined;
18298
+ copyFromQuote?: boolean | undefined;
18299
+ termNumberFormat?: string | undefined;
18300
+ quoteNumberFormat?: string | undefined;
18301
+ initialQuoteCoreNumber?: string | undefined;
18302
18302
  }>>;
18303
18303
 
18304
18304
  export declare const NumberingPlanRefSchema: z.ZodObject<{
18305
- data: z.ZodRecord<z.ZodString, z.ZodObject<z.objectUtil.extendShape<{
18305
+ data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.objectUtil.extendShape<{
18306
18306
  displayName: z.ZodString;
18307
18307
  type: z.ZodString;
18308
18308
  scope: z.ZodString;
@@ -18620,17 +18620,17 @@ export declare const NumberingPlanRefSchema: z.ZodObject<{
18620
18620
  anonymizable: boolean;
18621
18621
  maskingLevel: "none" | "level1" | "level2";
18622
18622
  };
18623
- }>>;
18624
- displayName: z.ZodString;
18625
- initialCoreNumber: z.ZodString;
18626
- format: z.ZodString;
18627
- copyFromQuote: z.ZodBoolean;
18628
- termNumberFormat: z.ZodString;
18629
- quoteNumberFormat: z.ZodString;
18630
- initialQuoteCoreNumber: z.ZodString;
18623
+ }>>>;
18624
+ displayName: z.ZodOptional<z.ZodString>;
18625
+ initialCoreNumber: z.ZodOptional<z.ZodString>;
18626
+ format: z.ZodOptional<z.ZodString>;
18627
+ copyFromQuote: z.ZodOptional<z.ZodBoolean>;
18628
+ termNumberFormat: z.ZodOptional<z.ZodString>;
18629
+ quoteNumberFormat: z.ZodOptional<z.ZodString>;
18630
+ initialQuoteCoreNumber: z.ZodOptional<z.ZodString>;
18631
18631
  }, "strip", z.ZodTypeAny, {
18632
- displayName: string;
18633
- data: Record<string, {
18632
+ displayName?: string | undefined;
18633
+ data?: Record<string, {
18634
18634
  options: string[];
18635
18635
  type: string;
18636
18636
  displayName: string;
@@ -18675,16 +18675,16 @@ export declare const NumberingPlanRefSchema: z.ZodObject<{
18675
18675
  anonymizable: boolean;
18676
18676
  maskingLevel: "none" | "level1" | "level2";
18677
18677
  };
18678
- }>;
18679
- initialCoreNumber: string;
18680
- format: string;
18681
- copyFromQuote: boolean;
18682
- termNumberFormat: string;
18683
- quoteNumberFormat: string;
18684
- initialQuoteCoreNumber: string;
18678
+ }> | undefined;
18679
+ initialCoreNumber?: string | undefined;
18680
+ format?: string | undefined;
18681
+ copyFromQuote?: boolean | undefined;
18682
+ termNumberFormat?: string | undefined;
18683
+ quoteNumberFormat?: string | undefined;
18684
+ initialQuoteCoreNumber?: string | undefined;
18685
18685
  }, {
18686
- displayName: string;
18687
- data: Record<string, {
18686
+ displayName?: string | undefined;
18687
+ data?: Record<string, {
18688
18688
  options: string[];
18689
18689
  type: string;
18690
18690
  displayName: string;
@@ -18729,13 +18729,13 @@ export declare const NumberingPlanRefSchema: z.ZodObject<{
18729
18729
  anonymizable: boolean;
18730
18730
  maskingLevel: "none" | "level1" | "level2";
18731
18731
  };
18732
- }>;
18733
- initialCoreNumber: string;
18734
- format: string;
18735
- copyFromQuote: boolean;
18736
- termNumberFormat: string;
18737
- quoteNumberFormat: string;
18738
- initialQuoteCoreNumber: string;
18732
+ }> | undefined;
18733
+ initialCoreNumber?: string | undefined;
18734
+ format?: string | undefined;
18735
+ copyFromQuote?: boolean | undefined;
18736
+ termNumberFormat?: string | undefined;
18737
+ quoteNumberFormat?: string | undefined;
18738
+ initialQuoteCoreNumber?: string | undefined;
18739
18739
  }>;
18740
18740
 
18741
18741
  export declare type OptionalQuantifiers = z.infer<typeof optionalQuantifiersSchema>;
package/dist/index.es.js CHANGED
@@ -7626,7 +7626,8 @@ const nt = e.object({
7626
7626
  format: la.optional(),
7627
7627
  selectionTimeBasis: ln.optional(),
7628
7628
  trigger: Li.optional(),
7629
- templateSnippets: e.array(e.string()).optional()
7629
+ templateSnippets: e.array(e.string()).optional(),
7630
+ customFonts: e.array(e.string()).optional()
7630
7631
  }), ls = e.record(is), ss = e.object({
7631
7632
  ...pn.shape,
7632
7633
  displayName: e.string().optional(),
@@ -7652,7 +7653,14 @@ const nt = e.object({
7652
7653
  restrictedData: st
7653
7654
  })
7654
7655
  )
7655
- )
7656
+ ).optional(),
7657
+ displayName: e.string().optional(),
7658
+ initialCoreNumber: e.string().optional(),
7659
+ format: e.string().optional(),
7660
+ copyFromQuote: e.boolean().optional(),
7661
+ termNumberFormat: e.string().optional(),
7662
+ quoteNumberFormat: e.string().optional(),
7663
+ initialQuoteCoreNumber: e.string().optional()
7656
7664
  }), ms = e.record(us), ps = e.object({
7657
7665
  ...vn.shape,
7658
7666
  data: e.record(