@socotra/ec-react-schemas 2.19.3-next.3 → 2.19.3-next.4

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
@@ -32379,7 +32379,7 @@ export declare const UserAssociationListResponseBffSchema: z.ZodObject<{
32379
32379
  locator: z.ZodString;
32380
32380
  userLocator: z.ZodString;
32381
32381
  referenceType: z.ZodEnum<["account", "quickQuote", "quote", "policy", "transaction", "invoice"]>;
32382
- userAssociationState: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
32382
+ userAssociationState: z.ZodEnum<["active", "completed", "disassociated", "discarded"]>;
32383
32383
  createdAt: z.ZodString;
32384
32384
  updatedAt: z.ZodOptional<z.ZodString>;
32385
32385
  userAssociationRole: z.ZodString;
@@ -32391,7 +32391,7 @@ export declare const UserAssociationListResponseBffSchema: z.ZodObject<{
32391
32391
  createdAt: string;
32392
32392
  userLocator: string;
32393
32393
  userAssociationRole: string;
32394
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32394
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32395
32395
  createdBy?: {
32396
32396
  locator: string;
32397
32397
  userName: string;
@@ -32434,7 +32434,7 @@ export declare const UserAssociationListResponseBffSchema: z.ZodObject<{
32434
32434
  createdAt: string;
32435
32435
  userLocator: string;
32436
32436
  userAssociationRole: string;
32437
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32437
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32438
32438
  createdBy?: {
32439
32439
  locator: string;
32440
32440
  userName: string;
@@ -32479,7 +32479,7 @@ export declare const UserAssociationListResponseBffSchema: z.ZodObject<{
32479
32479
  createdAt: string;
32480
32480
  userLocator: string;
32481
32481
  userAssociationRole: string;
32482
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32482
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32483
32483
  createdBy?: {
32484
32484
  locator: string;
32485
32485
  userName: string;
@@ -32525,7 +32525,7 @@ export declare const UserAssociationListResponseBffSchema: z.ZodObject<{
32525
32525
  createdAt: string;
32526
32526
  userLocator: string;
32527
32527
  userAssociationRole: string;
32528
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32528
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32529
32529
  createdBy?: {
32530
32530
  locator: string;
32531
32531
  userName: string;
@@ -32571,7 +32571,7 @@ export declare const UserAssociationListResponseSchema: z.ZodObject<{
32571
32571
  locator: z.ZodString;
32572
32572
  userLocator: z.ZodString;
32573
32573
  referenceType: z.ZodEnum<["account", "quickQuote", "quote", "policy", "transaction", "invoice"]>;
32574
- userAssociationState: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
32574
+ userAssociationState: z.ZodEnum<["active", "completed", "disassociated", "discarded"]>;
32575
32575
  createdBy: z.ZodString;
32576
32576
  createdAt: z.ZodString;
32577
32577
  updatedBy: z.ZodOptional<z.ZodString>;
@@ -32586,7 +32586,7 @@ export declare const UserAssociationListResponseSchema: z.ZodObject<{
32586
32586
  createdAt: string;
32587
32587
  userLocator: string;
32588
32588
  userAssociationRole: string;
32589
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32589
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32590
32590
  updatedBy?: string | undefined;
32591
32591
  updatedAt?: string | undefined;
32592
32592
  }, {
@@ -32597,7 +32597,7 @@ export declare const UserAssociationListResponseSchema: z.ZodObject<{
32597
32597
  createdAt: string;
32598
32598
  userLocator: string;
32599
32599
  userAssociationRole: string;
32600
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32600
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32601
32601
  updatedBy?: string | undefined;
32602
32602
  updatedAt?: string | undefined;
32603
32603
  }>, "many">;
@@ -32610,7 +32610,7 @@ export declare const UserAssociationListResponseSchema: z.ZodObject<{
32610
32610
  createdAt: string;
32611
32611
  userLocator: string;
32612
32612
  userAssociationRole: string;
32613
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32613
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32614
32614
  updatedBy?: string | undefined;
32615
32615
  updatedAt?: string | undefined;
32616
32616
  }[];
@@ -32624,7 +32624,7 @@ export declare const UserAssociationListResponseSchema: z.ZodObject<{
32624
32624
  createdAt: string;
32625
32625
  userLocator: string;
32626
32626
  userAssociationRole: string;
32627
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32627
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32628
32628
  updatedBy?: string | undefined;
32629
32629
  updatedAt?: string | undefined;
32630
32630
  }[];
@@ -32767,7 +32767,7 @@ export declare const UserAssociationResponseBffSchema: z.ZodObject<{
32767
32767
  locator: z.ZodString;
32768
32768
  userLocator: z.ZodString;
32769
32769
  referenceType: z.ZodEnum<["account", "quickQuote", "quote", "policy", "transaction", "invoice"]>;
32770
- userAssociationState: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
32770
+ userAssociationState: z.ZodEnum<["active", "completed", "disassociated", "discarded"]>;
32771
32771
  createdAt: z.ZodString;
32772
32772
  updatedAt: z.ZodOptional<z.ZodString>;
32773
32773
  userAssociationRole: z.ZodString;
@@ -32779,7 +32779,7 @@ export declare const UserAssociationResponseBffSchema: z.ZodObject<{
32779
32779
  createdAt: string;
32780
32780
  userLocator: string;
32781
32781
  userAssociationRole: string;
32782
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32782
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32783
32783
  createdBy?: {
32784
32784
  locator: string;
32785
32785
  userName: string;
@@ -32822,7 +32822,7 @@ export declare const UserAssociationResponseBffSchema: z.ZodObject<{
32822
32822
  createdAt: string;
32823
32823
  userLocator: string;
32824
32824
  userAssociationRole: string;
32825
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32825
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32826
32826
  createdBy?: {
32827
32827
  locator: string;
32828
32828
  userName: string;
@@ -32864,7 +32864,7 @@ export declare const UserAssociationResponseSchema: z.ZodObject<{
32864
32864
  locator: z.ZodString;
32865
32865
  userLocator: z.ZodString;
32866
32866
  referenceType: z.ZodEnum<["account", "quickQuote", "quote", "policy", "transaction", "invoice"]>;
32867
- userAssociationState: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
32867
+ userAssociationState: z.ZodEnum<["active", "completed", "disassociated", "discarded"]>;
32868
32868
  createdBy: z.ZodString;
32869
32869
  createdAt: z.ZodString;
32870
32870
  updatedBy: z.ZodOptional<z.ZodString>;
@@ -32879,7 +32879,7 @@ export declare const UserAssociationResponseSchema: z.ZodObject<{
32879
32879
  createdAt: string;
32880
32880
  userLocator: string;
32881
32881
  userAssociationRole: string;
32882
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32882
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32883
32883
  updatedBy?: string | undefined;
32884
32884
  updatedAt?: string | undefined;
32885
32885
  }, {
@@ -32890,7 +32890,7 @@ export declare const UserAssociationResponseSchema: z.ZodObject<{
32890
32890
  createdAt: string;
32891
32891
  userLocator: string;
32892
32892
  userAssociationRole: string;
32893
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
32893
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
32894
32894
  updatedBy?: string | undefined;
32895
32895
  updatedAt?: string | undefined;
32896
32896
  }>;
@@ -32928,7 +32928,7 @@ export declare const UserAssociationsByRefParamsSchema: z.ZodObject<{
32928
32928
 
32929
32929
  export declare type UserAssociationStateEnum = z.infer<typeof UserAssociationStateEnumSchema>;
32930
32930
 
32931
- export declare const UserAssociationStateEnumSchema: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
32931
+ export declare const UserAssociationStateEnumSchema: z.ZodEnum<["active", "completed", "disassociated", "discarded"]>;
32932
32932
 
32933
32933
  export declare type UserCreateRequest = z.infer<typeof UserCreateRequestSchema>;
32934
32934
 
@@ -33170,7 +33170,7 @@ export declare const UserUserAssociationListResponseBffSchema: z.ZodObject<{
33170
33170
  locator: z.ZodString;
33171
33171
  userLocator: z.ZodString;
33172
33172
  referenceType: z.ZodEnum<["account", "quickQuote", "quote", "policy", "transaction", "invoice"]>;
33173
- userAssociationState: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
33173
+ userAssociationState: z.ZodEnum<["active", "completed", "disassociated", "discarded"]>;
33174
33174
  createdBy: z.ZodString;
33175
33175
  createdAt: z.ZodString;
33176
33176
  updatedBy: z.ZodOptional<z.ZodString>;
@@ -33185,7 +33185,7 @@ export declare const UserUserAssociationListResponseBffSchema: z.ZodObject<{
33185
33185
  createdAt: string;
33186
33186
  userLocator: string;
33187
33187
  userAssociationRole: string;
33188
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
33188
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
33189
33189
  updatedBy?: string | undefined;
33190
33190
  updatedAt?: string | undefined;
33191
33191
  referenceDetails?: {
@@ -33203,7 +33203,7 @@ export declare const UserUserAssociationListResponseBffSchema: z.ZodObject<{
33203
33203
  createdAt: string;
33204
33204
  userLocator: string;
33205
33205
  userAssociationRole: string;
33206
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
33206
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
33207
33207
  updatedBy?: string | undefined;
33208
33208
  updatedAt?: string | undefined;
33209
33209
  referenceDetails?: {
@@ -33223,7 +33223,7 @@ export declare const UserUserAssociationListResponseBffSchema: z.ZodObject<{
33223
33223
  createdAt: string;
33224
33224
  userLocator: string;
33225
33225
  userAssociationRole: string;
33226
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
33226
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
33227
33227
  updatedBy?: string | undefined;
33228
33228
  updatedAt?: string | undefined;
33229
33229
  referenceDetails?: {
@@ -33244,7 +33244,7 @@ export declare const UserUserAssociationListResponseBffSchema: z.ZodObject<{
33244
33244
  createdAt: string;
33245
33245
  userLocator: string;
33246
33246
  userAssociationRole: string;
33247
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
33247
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
33248
33248
  updatedBy?: string | undefined;
33249
33249
  updatedAt?: string | undefined;
33250
33250
  referenceDetails?: {
@@ -33283,7 +33283,7 @@ export declare const UserUserAssociationResponseBffSchema: z.ZodObject<{
33283
33283
  locator: z.ZodString;
33284
33284
  userLocator: z.ZodString;
33285
33285
  referenceType: z.ZodEnum<["account", "quickQuote", "quote", "policy", "transaction", "invoice"]>;
33286
- userAssociationState: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
33286
+ userAssociationState: z.ZodEnum<["active", "completed", "disassociated", "discarded"]>;
33287
33287
  createdBy: z.ZodString;
33288
33288
  createdAt: z.ZodString;
33289
33289
  updatedBy: z.ZodOptional<z.ZodString>;
@@ -33298,7 +33298,7 @@ export declare const UserUserAssociationResponseBffSchema: z.ZodObject<{
33298
33298
  createdAt: string;
33299
33299
  userLocator: string;
33300
33300
  userAssociationRole: string;
33301
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
33301
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
33302
33302
  updatedBy?: string | undefined;
33303
33303
  updatedAt?: string | undefined;
33304
33304
  referenceDetails?: {
@@ -33316,7 +33316,7 @@ export declare const UserUserAssociationResponseBffSchema: z.ZodObject<{
33316
33316
  createdAt: string;
33317
33317
  userLocator: string;
33318
33318
  userAssociationRole: string;
33319
- userAssociationState: "discarded" | "active" | "completed" | "unassigned";
33319
+ userAssociationState: "discarded" | "active" | "completed" | "disassociated";
33320
33320
  updatedBy?: string | undefined;
33321
33321
  updatedAt?: string | undefined;
33322
33322
  referenceDetails?: {
package/dist/index.es.js CHANGED
@@ -3823,7 +3823,7 @@ const Ht = g([
3823
3823
  ]), Fi = g([
3824
3824
  "active",
3825
3825
  "completed",
3826
- "unassigned",
3826
+ "disassociated",
3827
3827
  "discarded"
3828
3828
  ]), Zi = g([
3829
3829
  "quote",