@socotra/ec-react-schemas 2.28.0 → 2.29.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
@@ -878,6 +878,7 @@ export declare const BasePolicyTransactionResponseSchema: z.ZodObject<{
878
878
  initialized: "initialized";
879
879
  invalidated: "invalidated";
880
880
  reversed: "reversed";
881
+ underwritingBlocked: "underwritingBlocked";
881
882
  }>;
882
883
  transactionCategory: z.ZodEnum<{
883
884
  issuance: "issuance";
@@ -1255,6 +1256,7 @@ declare const BaseTransactionPriceSchema: z.ZodObject<{
1255
1256
  initialized: "initialized";
1256
1257
  invalidated: "invalidated";
1257
1258
  reversed: "reversed";
1259
+ underwritingBlocked: "underwritingBlocked";
1258
1260
  }>;
1259
1261
  charges: z.ZodArray<z.ZodObject<{
1260
1262
  chargeType: z.ZodString;
@@ -8835,6 +8837,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
8835
8837
  initialized: "initialized";
8836
8838
  invalidated: "invalidated";
8837
8839
  reversed: "reversed";
8840
+ underwritingBlocked: "underwritingBlocked";
8838
8841
  }>;
8839
8842
  transactionCategory: z.ZodEnum<{
8840
8843
  issuance: "issuance";
@@ -9080,6 +9083,7 @@ export declare const PolicyTransactionListResponseSchema: z.ZodObject<{
9080
9083
  initialized: "initialized";
9081
9084
  invalidated: "invalidated";
9082
9085
  reversed: "reversed";
9086
+ underwritingBlocked: "underwritingBlocked";
9083
9087
  }>;
9084
9088
  transactionCategory: z.ZodEnum<{
9085
9089
  issuance: "issuance";
@@ -10632,6 +10636,7 @@ export declare const QuoteListResponseSchema: z.ZodObject<{
10632
10636
  rejected: "rejected";
10633
10637
  refused: "refused";
10634
10638
  discarded: "discarded";
10639
+ underwritingBlocked: "underwritingBlocked";
10635
10640
  }>;
10636
10641
  billingLevel: z.ZodOptional<z.ZodEnum<{
10637
10642
  account: "account";
@@ -10855,6 +10860,7 @@ export declare const QuotePriceResponseSchema: z.ZodObject<{
10855
10860
  rejected: "rejected";
10856
10861
  refused: "refused";
10857
10862
  discarded: "discarded";
10863
+ underwritingBlocked: "underwritingBlocked";
10858
10864
  }>;
10859
10865
  startTime: z.ZodISODateTime;
10860
10866
  endTime: z.ZodISODateTime;
@@ -10936,6 +10942,7 @@ export declare const quotePriceResponseSchema: z.ZodObject<{
10936
10942
  rejected: "rejected";
10937
10943
  refused: "refused";
10938
10944
  discarded: "discarded";
10945
+ underwritingBlocked: "underwritingBlocked";
10939
10946
  }>, z.ZodString]>;
10940
10947
  productName: z.ZodString;
10941
10948
  startTime: z.ZodString;
@@ -11086,6 +11093,7 @@ export declare const QuoteResponseSchema: z.ZodObject<{
11086
11093
  rejected: "rejected";
11087
11094
  refused: "refused";
11088
11095
  discarded: "discarded";
11096
+ underwritingBlocked: "underwritingBlocked";
11089
11097
  }>;
11090
11098
  billingLevel: z.ZodOptional<z.ZodEnum<{
11091
11099
  account: "account";
@@ -11272,6 +11280,7 @@ export declare const QuoteStateEnumSchema: z.ZodEnum<{
11272
11280
  rejected: "rejected";
11273
11281
  refused: "refused";
11274
11282
  discarded: "discarded";
11283
+ underwritingBlocked: "underwritingBlocked";
11275
11284
  }>;
11276
11285
 
11277
11286
  export declare const quoteStateSchema: z.ZodUnion<readonly [z.ZodEnum<{
@@ -11287,6 +11296,7 @@ export declare const quoteStateSchema: z.ZodUnion<readonly [z.ZodEnum<{
11287
11296
  rejected: "rejected";
11288
11297
  refused: "refused";
11289
11298
  discarded: "discarded";
11299
+ underwritingBlocked: "underwritingBlocked";
11290
11300
  }>, z.ZodString]>;
11291
11301
 
11292
11302
  export declare type QuoteUnderwritingFlagsResponse = z.infer<typeof QuoteUnderwritingFlagsResponseSchema>;
@@ -11418,6 +11428,7 @@ export declare const QuoteUnderwritingResponseSchema: z.ZodObject<{
11418
11428
  rejected: "rejected";
11419
11429
  refused: "refused";
11420
11430
  discarded: "discarded";
11431
+ underwritingBlocked: "underwritingBlocked";
11421
11432
  }>>>;
11422
11433
  startTime: z.ZodOptional<z.ZodOptional<z.ZodISODateTime>>;
11423
11434
  endTime: z.ZodOptional<z.ZodOptional<z.ZodISODateTime>>;
@@ -11671,6 +11682,7 @@ export declare const RecentQuoteItemBffSchema: z.ZodObject<{
11671
11682
  rejected: "rejected";
11672
11683
  refused: "refused";
11673
11684
  discarded: "discarded";
11685
+ underwritingBlocked: "underwritingBlocked";
11674
11686
  }>;
11675
11687
  productName: z.ZodOptional<z.ZodString>;
11676
11688
  accountName: z.ZodOptional<z.ZodString>;
@@ -11697,6 +11709,7 @@ export declare const RecentQuoteRequestBffSchema: z.ZodObject<{
11697
11709
  rejected: "rejected";
11698
11710
  refused: "refused";
11699
11711
  discarded: "discarded";
11712
+ underwritingBlocked: "underwritingBlocked";
11700
11713
  }>;
11701
11714
  productName: z.ZodOptional<z.ZodString>;
11702
11715
  accountName: z.ZodOptional<z.ZodString>;
@@ -11728,6 +11741,7 @@ export declare const RecentQuotesListResponseSchema: z.ZodObject<{
11728
11741
  rejected: "rejected";
11729
11742
  refused: "refused";
11730
11743
  discarded: "discarded";
11744
+ underwritingBlocked: "underwritingBlocked";
11731
11745
  }>;
11732
11746
  productName: z.ZodOptional<z.ZodString>;
11733
11747
  accountName: z.ZodOptional<z.ZodString>;
@@ -14000,6 +14014,7 @@ export declare const TransactionStateEnumSchema: z.ZodEnum<{
14000
14014
  initialized: "initialized";
14001
14015
  invalidated: "invalidated";
14002
14016
  reversed: "reversed";
14017
+ underwritingBlocked: "underwritingBlocked";
14003
14018
  }>;
14004
14019
 
14005
14020
  /** @deprecated - use TransactionStateEnumSchema */
@@ -14224,6 +14239,7 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
14224
14239
  reversal: "reversal";
14225
14240
  aggregate: "aggregate";
14226
14241
  }>;
14242
+ effectiveTime: z.ZodISODateTime;
14227
14243
  transactionState: z.ZodEnum<{
14228
14244
  draft: "draft";
14229
14245
  validated: "validated";
@@ -14240,8 +14256,8 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
14240
14256
  initialized: "initialized";
14241
14257
  invalidated: "invalidated";
14242
14258
  reversed: "reversed";
14259
+ underwritingBlocked: "underwritingBlocked";
14243
14260
  }>;
14244
- effectiveTime: z.ZodISODateTime;
14245
14261
  underwritingFlags: z.ZodOptional<z.ZodArray<z.ZodObject<{
14246
14262
  locator: z.ZodULID;
14247
14263
  level: z.ZodEnum<{
@@ -14291,6 +14307,7 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
14291
14307
  reversal: "reversal";
14292
14308
  aggregate: "aggregate";
14293
14309
  }>;
14310
+ effectiveTime: z.ZodISODateTime;
14294
14311
  transactionState: z.ZodEnum<{
14295
14312
  draft: "draft";
14296
14313
  validated: "validated";
@@ -14307,8 +14324,8 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
14307
14324
  initialized: "initialized";
14308
14325
  invalidated: "invalidated";
14309
14326
  reversed: "reversed";
14327
+ underwritingBlocked: "underwritingBlocked";
14310
14328
  }>;
14311
- effectiveTime: z.ZodISODateTime;
14312
14329
  validationResult: z.ZodOptional<z.ZodObject<{
14313
14330
  validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
14314
14331
  locator: z.ZodOptional<z.ZodULID>;
@@ -14385,6 +14402,7 @@ export declare const transactionUnderwritingResponseSchema: z.ZodObject<{
14385
14402
  initialized: "initialized";
14386
14403
  invalidated: "invalidated";
14387
14404
  reversed: "reversed";
14405
+ underwritingBlocked: "underwritingBlocked";
14388
14406
  }>;
14389
14407
  effectiveTime: z.ZodString;
14390
14408
  transactionCategory: z.ZodEnum<{
@@ -14460,6 +14478,7 @@ export declare const transactionUnderwritingResponseSchema: z.ZodObject<{
14460
14478
  initialized: "initialized";
14461
14479
  invalidated: "invalidated";
14462
14480
  reversed: "reversed";
14481
+ underwritingBlocked: "underwritingBlocked";
14463
14482
  }>;
14464
14483
  effectiveTime: z.ZodString;
14465
14484
  transactionCategory: z.ZodEnum<{