@socotra/ec-react-schemas 2.15.3-next.2 → 2.15.3

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
@@ -2857,11 +2857,11 @@ export declare const AssignmentListResponseBffSchema: z.ZodObject<{
2857
2857
  listCompleted: z.ZodBoolean;
2858
2858
  items: z.ZodArray<z.ZodObject<{
2859
2859
  referenceDetails: z.ZodOptional<z.ZodObject<{
2860
- entityNumber: z.ZodString;
2860
+ entityNumber: z.ZodOptional<z.ZodString>;
2861
2861
  }, "strip", z.ZodTypeAny, {
2862
- entityNumber: string;
2862
+ entityNumber?: string | undefined;
2863
2863
  }, {
2864
- entityNumber: string;
2864
+ entityNumber?: string | undefined;
2865
2865
  }>>;
2866
2866
  locator: z.ZodString;
2867
2867
  userLocator: z.ZodString;
@@ -2885,7 +2885,7 @@ export declare const AssignmentListResponseBffSchema: z.ZodObject<{
2885
2885
  updatedBy?: string | undefined;
2886
2886
  updatedAt?: string | undefined;
2887
2887
  referenceDetails?: {
2888
- entityNumber: string;
2888
+ entityNumber?: string | undefined;
2889
2889
  } | undefined;
2890
2890
  }, {
2891
2891
  locator: string;
@@ -2899,7 +2899,7 @@ export declare const AssignmentListResponseBffSchema: z.ZodObject<{
2899
2899
  updatedBy?: string | undefined;
2900
2900
  updatedAt?: string | undefined;
2901
2901
  referenceDetails?: {
2902
- entityNumber: string;
2902
+ entityNumber?: string | undefined;
2903
2903
  } | undefined;
2904
2904
  }>, "many">;
2905
2905
  }, "strip", z.ZodTypeAny, {
@@ -2915,7 +2915,7 @@ export declare const AssignmentListResponseBffSchema: z.ZodObject<{
2915
2915
  updatedBy?: string | undefined;
2916
2916
  updatedAt?: string | undefined;
2917
2917
  referenceDetails?: {
2918
- entityNumber: string;
2918
+ entityNumber?: string | undefined;
2919
2919
  } | undefined;
2920
2920
  }[];
2921
2921
  listCompleted: boolean;
@@ -2932,7 +2932,7 @@ export declare const AssignmentListResponseBffSchema: z.ZodObject<{
2932
2932
  updatedBy?: string | undefined;
2933
2933
  updatedAt?: string | undefined;
2934
2934
  referenceDetails?: {
2935
- entityNumber: string;
2935
+ entityNumber?: string | undefined;
2936
2936
  } | undefined;
2937
2937
  }[];
2938
2938
  listCompleted: boolean;
@@ -3022,11 +3022,11 @@ export declare type AssignmentResponseBff = z.infer<typeof AssignmentResponseBff
3022
3022
 
3023
3023
  export declare const AssignmentResponseBffSchema: z.ZodObject<{
3024
3024
  referenceDetails: z.ZodOptional<z.ZodObject<{
3025
- entityNumber: z.ZodString;
3025
+ entityNumber: z.ZodOptional<z.ZodString>;
3026
3026
  }, "strip", z.ZodTypeAny, {
3027
- entityNumber: string;
3027
+ entityNumber?: string | undefined;
3028
3028
  }, {
3029
- entityNumber: string;
3029
+ entityNumber?: string | undefined;
3030
3030
  }>>;
3031
3031
  locator: z.ZodString;
3032
3032
  userLocator: z.ZodString;
@@ -3050,7 +3050,7 @@ export declare const AssignmentResponseBffSchema: z.ZodObject<{
3050
3050
  updatedBy?: string | undefined;
3051
3051
  updatedAt?: string | undefined;
3052
3052
  referenceDetails?: {
3053
- entityNumber: string;
3053
+ entityNumber?: string | undefined;
3054
3054
  } | undefined;
3055
3055
  }, {
3056
3056
  locator: string;
@@ -3064,7 +3064,7 @@ export declare const AssignmentResponseBffSchema: z.ZodObject<{
3064
3064
  updatedBy?: string | undefined;
3065
3065
  updatedAt?: string | undefined;
3066
3066
  referenceDetails?: {
3067
- entityNumber: string;
3067
+ entityNumber?: string | undefined;
3068
3068
  } | undefined;
3069
3069
  }>;
3070
3070
 
package/dist/index.es.js CHANGED
@@ -11059,7 +11059,7 @@ const gr = e.object({
11059
11059
  }), Ym = x(Ad), _d = e.object({
11060
11060
  ...Rn.shape,
11061
11061
  referenceDetails: e.object({
11062
- entityNumber: e.string()
11062
+ entityNumber: e.string().optional()
11063
11063
  }).optional()
11064
11064
  }), Xm = x(_d), wd = e.object({
11065
11065
  ...va.shape,