@socotra/ec-react-schemas 2.19.3-next.1 → 2.19.3-next.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
@@ -965,33 +965,6 @@ export declare const accountUpdateSchema: z.ZodObject<{
965
965
  autoValidate?: boolean | undefined;
966
966
  }>;
967
967
 
968
- export declare const ActivitiesByRefParamsSchema: z.ZodObject<{
969
- tenantLocator: z.ZodString;
970
- } & {
971
- referenceType: z.ZodString;
972
- referenceLocator: z.ZodString;
973
- }, "strip", z.ZodTypeAny, {
974
- referenceType: string;
975
- referenceLocator: string;
976
- tenantLocator: string;
977
- }, {
978
- referenceType: string;
979
- referenceLocator: string;
980
- tenantLocator: string;
981
- }>;
982
-
983
- export declare const ActivityParamsSchema: z.ZodObject<{
984
- tenantLocator: z.ZodString;
985
- } & {
986
- activityLocator: z.ZodString;
987
- }, "strip", z.ZodTypeAny, {
988
- tenantLocator: string;
989
- activityLocator: string;
990
- }, {
991
- tenantLocator: string;
992
- activityLocator: string;
993
- }>;
994
-
995
968
  export declare type AddChangeInstructionCreateRequest = z.infer<typeof addChangeInstructionCreateRequestSchema>;
996
969
 
997
970
  export declare const addChangeInstructionCreateRequestSchema: z.ZodObject<{
@@ -1248,71 +1221,44 @@ export declare const AnchorTypeEnumSchema: z.ZodEnum<["none", "dayOfMonth", "anc
1248
1221
 
1249
1222
  export declare const anchorTypeEnumSchema: z.ZodEnum<["none", "dayOfMonth", "anchorTime", "dayOfWeek", "weekOfMonth"]>;
1250
1223
 
1251
- export declare const AssignActivityParamsSchema: z.ZodObject<{
1224
+ /** @deprecated - use UserAssociationStateEnum instead */
1225
+ export declare type AssignmentStateEnum = z.infer<typeof AssignmentStateEnumSchema>;
1226
+
1227
+ /** @deprecated - use UserAssociationStateEnumSchema instead */
1228
+ export declare const AssignmentStateEnumSchema: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
1229
+
1230
+ export declare const AssignTaskParamsSchema: z.ZodObject<{
1252
1231
  tenantLocator: z.ZodString;
1253
1232
  } & {
1254
- activityLocator: z.ZodString;
1233
+ taskLocator: z.ZodString;
1255
1234
  } & {
1256
1235
  userLocator: z.ZodString;
1257
1236
  }, "strip", z.ZodTypeAny, {
1258
1237
  tenantLocator: string;
1259
1238
  userLocator: string;
1260
- activityLocator: string;
1239
+ taskLocator: string;
1261
1240
  }, {
1262
1241
  tenantLocator: string;
1263
1242
  userLocator: string;
1264
- activityLocator: string;
1243
+ taskLocator: string;
1265
1244
  }>;
1266
1245
 
1267
- export declare const AssignAssignmentParamsSchema: z.ZodObject<{
1246
+ export declare const AssignUserAssociationParamsSchema: z.ZodObject<{
1268
1247
  tenantLocator: z.ZodString;
1269
1248
  } & {
1270
- assignmentLocator: z.ZodString;
1249
+ userAssociationLocator: z.ZodString;
1271
1250
  } & {
1272
1251
  userLocator: z.ZodString;
1273
1252
  }, "strip", z.ZodTypeAny, {
1274
1253
  tenantLocator: string;
1275
1254
  userLocator: string;
1276
- assignmentLocator: string;
1255
+ userAssociationLocator: string;
1277
1256
  }, {
1278
1257
  tenantLocator: string;
1279
1258
  userLocator: string;
1280
- assignmentLocator: string;
1281
- }>;
1282
-
1283
- export declare const AssignmentParamsSchema: z.ZodObject<{
1284
- tenantLocator: z.ZodString;
1285
- } & {
1286
- assignmentLocator: z.ZodString;
1287
- }, "strip", z.ZodTypeAny, {
1288
- tenantLocator: string;
1289
- assignmentLocator: string;
1290
- }, {
1291
- tenantLocator: string;
1292
- assignmentLocator: string;
1259
+ userAssociationLocator: string;
1293
1260
  }>;
1294
1261
 
1295
- export declare const AssignmentsByRefParamsSchema: z.ZodObject<{
1296
- tenantLocator: z.ZodString;
1297
- } & {
1298
- referenceType: z.ZodString;
1299
- referenceLocator: z.ZodString;
1300
- }, "strip", z.ZodTypeAny, {
1301
- referenceType: string;
1302
- referenceLocator: string;
1303
- tenantLocator: string;
1304
- }, {
1305
- referenceType: string;
1306
- referenceLocator: string;
1307
- tenantLocator: string;
1308
- }>;
1309
-
1310
- /** @deprecated - use UserAssociationStateEnum instead */
1311
- export declare type AssignmentStateEnum = z.infer<typeof AssignmentStateEnumSchema>;
1312
-
1313
- /** @deprecated - use UserAssociationStateEnumSchema instead */
1314
- export declare const AssignmentStateEnumSchema: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
1315
-
1316
1262
  export declare type AttachDocumentParams = z.infer<typeof AttachDocumentParamsSchema>;
1317
1263
 
1318
1264
  export declare const AttachDocumentParamsSchema: z.ZodObject<{
@@ -6458,22 +6404,22 @@ export declare const dataModelSchema: z.ZodObject<{
6458
6404
  numberingPlan: z.ZodOptional<z.ZodString>;
6459
6405
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
6460
6406
  extend: z.ZodOptional<z.ZodString>;
6407
+ numberingTrigger: z.ZodOptional<z.ZodEnum<["creation", "validation"]>>;
6461
6408
  abstract: z.ZodBoolean;
6462
- numberingTrigger: z.ZodUnion<[z.ZodLiteral<"creation">, z.ZodLiteral<"validation">]>;
6463
6409
  }, "strip", z.ZodTypeAny, {
6464
6410
  abstract: boolean;
6465
- numberingTrigger: "validation" | "creation";
6466
6411
  displayName?: string | undefined;
6467
6412
  extend?: string | undefined;
6468
6413
  data?: Record<string, any> | undefined;
6469
6414
  numberingPlan?: string | undefined;
6415
+ numberingTrigger?: "validation" | "creation" | undefined;
6470
6416
  }, {
6471
6417
  abstract: boolean;
6472
- numberingTrigger: "validation" | "creation";
6473
6418
  displayName?: string | undefined;
6474
6419
  extend?: string | undefined;
6475
6420
  data?: Record<string, any> | undefined;
6476
6421
  numberingPlan?: string | undefined;
6422
+ numberingTrigger?: "validation" | "creation" | undefined;
6477
6423
  }>>>;
6478
6424
  installmentPlans: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
6479
6425
  displayName: z.ZodOptional<z.ZodString>;
@@ -6484,26 +6430,26 @@ export declare const dataModelSchema: z.ZodObject<{
6484
6430
  installmentWeights: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
6485
6431
  maxInstallmentsPerTerm: z.ZodOptional<z.ZodNumber>;
6486
6432
  invoiceFeeAmounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
6487
- autopayLeadDays: z.ZodNumber;
6433
+ autopayLeadDays: z.ZodOptional<z.ZodNumber>;
6488
6434
  }, "strip", z.ZodTypeAny, {
6489
6435
  cadence: "none" | "fullPay" | "weekly" | "everyOtherWeek" | "monthly" | "quarterly" | "semiannually" | "annually" | "thirtyDays" | "everyNDays";
6490
- autopayLeadDays: number;
6491
6436
  anchorMode?: "generateDay" | "termStartDay" | "dueDay" | undefined;
6492
6437
  dueLeadDays?: number | undefined;
6493
6438
  generateLeadDays?: number | undefined;
6494
6439
  maxInstallmentsPerTerm?: number | undefined;
6495
6440
  displayName?: string | undefined;
6496
6441
  installmentWeights?: number[] | undefined;
6442
+ autopayLeadDays?: number | undefined;
6497
6443
  invoiceFeeAmounts?: Record<string, any> | undefined;
6498
6444
  }, {
6499
6445
  cadence: "none" | "fullPay" | "weekly" | "everyOtherWeek" | "monthly" | "quarterly" | "semiannually" | "annually" | "thirtyDays" | "everyNDays";
6500
- autopayLeadDays: number;
6501
6446
  anchorMode?: "generateDay" | "termStartDay" | "dueDay" | undefined;
6502
6447
  dueLeadDays?: number | undefined;
6503
6448
  generateLeadDays?: number | undefined;
6504
6449
  maxInstallmentsPerTerm?: number | undefined;
6505
6450
  displayName?: string | undefined;
6506
6451
  installmentWeights?: number[] | undefined;
6452
+ autopayLeadDays?: number | undefined;
6507
6453
  invoiceFeeAmounts?: Record<string, any> | undefined;
6508
6454
  }>>>;
6509
6455
  workManagement: z.ZodOptional<z.ZodObject<{
@@ -9085,13 +9031,13 @@ export declare const dataModelSchema: z.ZodObject<{
9085
9031
  }> | undefined;
9086
9032
  installmentPlans?: Record<string, {
9087
9033
  cadence: "none" | "fullPay" | "weekly" | "everyOtherWeek" | "monthly" | "quarterly" | "semiannually" | "annually" | "thirtyDays" | "everyNDays";
9088
- autopayLeadDays: number;
9089
9034
  anchorMode?: "generateDay" | "termStartDay" | "dueDay" | undefined;
9090
9035
  dueLeadDays?: number | undefined;
9091
9036
  generateLeadDays?: number | undefined;
9092
9037
  maxInstallmentsPerTerm?: number | undefined;
9093
9038
  displayName?: string | undefined;
9094
9039
  installmentWeights?: number[] | undefined;
9040
+ autopayLeadDays?: number | undefined;
9095
9041
  invoiceFeeAmounts?: Record<string, any> | undefined;
9096
9042
  }> | undefined;
9097
9043
  billingPlans?: any;
@@ -9129,11 +9075,11 @@ export declare const dataModelSchema: z.ZodObject<{
9129
9075
  }> | undefined;
9130
9076
  disbursements?: Record<string, {
9131
9077
  abstract: boolean;
9132
- numberingTrigger: "validation" | "creation";
9133
9078
  displayName?: string | undefined;
9134
9079
  extend?: string | undefined;
9135
9080
  data?: Record<string, any> | undefined;
9136
9081
  numberingPlan?: string | undefined;
9082
+ numberingTrigger?: "validation" | "creation" | undefined;
9137
9083
  }> | undefined;
9138
9084
  tables?: any;
9139
9085
  constraintTables?: Record<string, {
@@ -9773,13 +9719,13 @@ export declare const dataModelSchema: z.ZodObject<{
9773
9719
  }> | undefined;
9774
9720
  installmentPlans?: Record<string, {
9775
9721
  cadence: "none" | "fullPay" | "weekly" | "everyOtherWeek" | "monthly" | "quarterly" | "semiannually" | "annually" | "thirtyDays" | "everyNDays";
9776
- autopayLeadDays: number;
9777
9722
  anchorMode?: "generateDay" | "termStartDay" | "dueDay" | undefined;
9778
9723
  dueLeadDays?: number | undefined;
9779
9724
  generateLeadDays?: number | undefined;
9780
9725
  maxInstallmentsPerTerm?: number | undefined;
9781
9726
  displayName?: string | undefined;
9782
9727
  installmentWeights?: number[] | undefined;
9728
+ autopayLeadDays?: number | undefined;
9783
9729
  invoiceFeeAmounts?: Record<string, any> | undefined;
9784
9730
  }> | undefined;
9785
9731
  billingPlans?: any;
@@ -9817,11 +9763,11 @@ export declare const dataModelSchema: z.ZodObject<{
9817
9763
  }> | undefined;
9818
9764
  disbursements?: Record<string, {
9819
9765
  abstract: boolean;
9820
- numberingTrigger: "validation" | "creation";
9821
9766
  displayName?: string | undefined;
9822
9767
  extend?: string | undefined;
9823
9768
  data?: Record<string, any> | undefined;
9824
9769
  numberingPlan?: string | undefined;
9770
+ numberingTrigger?: "validation" | "creation" | undefined;
9825
9771
  }> | undefined;
9826
9772
  tables?: any;
9827
9773
  constraintTables?: Record<string, {
@@ -11332,22 +11278,22 @@ export declare const DisbursementRefRecordSchema: z.ZodRecord<z.ZodString, z.Zod
11332
11278
  numberingPlan: z.ZodOptional<z.ZodString>;
11333
11279
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
11334
11280
  extend: z.ZodOptional<z.ZodString>;
11281
+ numberingTrigger: z.ZodOptional<z.ZodEnum<["creation", "validation"]>>;
11335
11282
  abstract: z.ZodBoolean;
11336
- numberingTrigger: z.ZodUnion<[z.ZodLiteral<"creation">, z.ZodLiteral<"validation">]>;
11337
11283
  }, "strip", z.ZodTypeAny, {
11338
11284
  abstract: boolean;
11339
- numberingTrigger: "validation" | "creation";
11340
11285
  displayName?: string | undefined;
11341
11286
  extend?: string | undefined;
11342
11287
  data?: Record<string, any> | undefined;
11343
11288
  numberingPlan?: string | undefined;
11289
+ numberingTrigger?: "validation" | "creation" | undefined;
11344
11290
  }, {
11345
11291
  abstract: boolean;
11346
- numberingTrigger: "validation" | "creation";
11347
11292
  displayName?: string | undefined;
11348
11293
  extend?: string | undefined;
11349
11294
  data?: Record<string, any> | undefined;
11350
11295
  numberingPlan?: string | undefined;
11296
+ numberingTrigger?: "validation" | "creation" | undefined;
11351
11297
  }>>;
11352
11298
 
11353
11299
  export declare const DisbursementRefSchema: z.ZodObject<{
@@ -11355,22 +11301,22 @@ export declare const DisbursementRefSchema: z.ZodObject<{
11355
11301
  numberingPlan: z.ZodOptional<z.ZodString>;
11356
11302
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
11357
11303
  extend: z.ZodOptional<z.ZodString>;
11304
+ numberingTrigger: z.ZodOptional<z.ZodEnum<["creation", "validation"]>>;
11358
11305
  abstract: z.ZodBoolean;
11359
- numberingTrigger: z.ZodUnion<[z.ZodLiteral<"creation">, z.ZodLiteral<"validation">]>;
11360
11306
  }, "strip", z.ZodTypeAny, {
11361
11307
  abstract: boolean;
11362
- numberingTrigger: "validation" | "creation";
11363
11308
  displayName?: string | undefined;
11364
11309
  extend?: string | undefined;
11365
11310
  data?: Record<string, any> | undefined;
11366
11311
  numberingPlan?: string | undefined;
11312
+ numberingTrigger?: "validation" | "creation" | undefined;
11367
11313
  }, {
11368
11314
  abstract: boolean;
11369
- numberingTrigger: "validation" | "creation";
11370
11315
  displayName?: string | undefined;
11371
11316
  extend?: string | undefined;
11372
11317
  data?: Record<string, any> | undefined;
11373
11318
  numberingPlan?: string | undefined;
11319
+ numberingTrigger?: "validation" | "creation" | undefined;
11374
11320
  }>;
11375
11321
 
11376
11322
  export declare type DisbursementResponse = z.infer<typeof DisbursementResponseSchema>;
@@ -12632,7 +12578,7 @@ export declare type EvaluateConstraintsRequest = z.infer<typeof evaluateConstrai
12632
12578
 
12633
12579
  export declare const evaluateConstraintsRequestSchema: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>>>;
12634
12580
 
12635
- export declare const FetchUserAssignmentsParamsSchema: z.ZodObject<{
12581
+ export declare const FetchUserAssociationsParamsSchema: z.ZodObject<{
12636
12582
  tenantLocator: z.ZodString;
12637
12583
  } & {
12638
12584
  userLocator: z.ZodString;
@@ -13591,26 +13537,26 @@ export declare const InstallmentPlanRecordSchema: z.ZodRecord<z.ZodString, z.Zod
13591
13537
  installmentWeights: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
13592
13538
  maxInstallmentsPerTerm: z.ZodOptional<z.ZodNumber>;
13593
13539
  invoiceFeeAmounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
13594
- autopayLeadDays: z.ZodNumber;
13540
+ autopayLeadDays: z.ZodOptional<z.ZodNumber>;
13595
13541
  }, "strip", z.ZodTypeAny, {
13596
13542
  cadence: "none" | "fullPay" | "weekly" | "everyOtherWeek" | "monthly" | "quarterly" | "semiannually" | "annually" | "thirtyDays" | "everyNDays";
13597
- autopayLeadDays: number;
13598
13543
  anchorMode?: "generateDay" | "termStartDay" | "dueDay" | undefined;
13599
13544
  dueLeadDays?: number | undefined;
13600
13545
  generateLeadDays?: number | undefined;
13601
13546
  maxInstallmentsPerTerm?: number | undefined;
13602
13547
  displayName?: string | undefined;
13603
13548
  installmentWeights?: number[] | undefined;
13549
+ autopayLeadDays?: number | undefined;
13604
13550
  invoiceFeeAmounts?: Record<string, any> | undefined;
13605
13551
  }, {
13606
13552
  cadence: "none" | "fullPay" | "weekly" | "everyOtherWeek" | "monthly" | "quarterly" | "semiannually" | "annually" | "thirtyDays" | "everyNDays";
13607
- autopayLeadDays: number;
13608
13553
  anchorMode?: "generateDay" | "termStartDay" | "dueDay" | undefined;
13609
13554
  dueLeadDays?: number | undefined;
13610
13555
  generateLeadDays?: number | undefined;
13611
13556
  maxInstallmentsPerTerm?: number | undefined;
13612
13557
  displayName?: string | undefined;
13613
13558
  installmentWeights?: number[] | undefined;
13559
+ autopayLeadDays?: number | undefined;
13614
13560
  invoiceFeeAmounts?: Record<string, any> | undefined;
13615
13561
  }>>;
13616
13562
 
@@ -13625,26 +13571,26 @@ export declare const InstallmentPlanRefSchema: z.ZodObject<{
13625
13571
  installmentWeights: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
13626
13572
  maxInstallmentsPerTerm: z.ZodOptional<z.ZodNumber>;
13627
13573
  invoiceFeeAmounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
13628
- autopayLeadDays: z.ZodNumber;
13574
+ autopayLeadDays: z.ZodOptional<z.ZodNumber>;
13629
13575
  }, "strip", z.ZodTypeAny, {
13630
13576
  cadence: "none" | "fullPay" | "weekly" | "everyOtherWeek" | "monthly" | "quarterly" | "semiannually" | "annually" | "thirtyDays" | "everyNDays";
13631
- autopayLeadDays: number;
13632
13577
  anchorMode?: "generateDay" | "termStartDay" | "dueDay" | undefined;
13633
13578
  dueLeadDays?: number | undefined;
13634
13579
  generateLeadDays?: number | undefined;
13635
13580
  maxInstallmentsPerTerm?: number | undefined;
13636
13581
  displayName?: string | undefined;
13637
13582
  installmentWeights?: number[] | undefined;
13583
+ autopayLeadDays?: number | undefined;
13638
13584
  invoiceFeeAmounts?: Record<string, any> | undefined;
13639
13585
  }, {
13640
13586
  cadence: "none" | "fullPay" | "weekly" | "everyOtherWeek" | "monthly" | "quarterly" | "semiannually" | "annually" | "thirtyDays" | "everyNDays";
13641
- autopayLeadDays: number;
13642
13587
  anchorMode?: "generateDay" | "termStartDay" | "dueDay" | undefined;
13643
13588
  dueLeadDays?: number | undefined;
13644
13589
  generateLeadDays?: number | undefined;
13645
13590
  maxInstallmentsPerTerm?: number | undefined;
13646
13591
  displayName?: string | undefined;
13647
13592
  installmentWeights?: number[] | undefined;
13593
+ autopayLeadDays?: number | undefined;
13648
13594
  invoiceFeeAmounts?: Record<string, any> | undefined;
13649
13595
  }>;
13650
13596
 
@@ -16135,6 +16081,10 @@ export declare const NumberingPlanRefSchema: z.ZodObject<{
16135
16081
  initialQuoteCoreNumber?: string | undefined;
16136
16082
  }>;
16137
16083
 
16084
+ export declare type NumberingTriggerEnum = z.infer<typeof NumberingTriggerEnumSchema>;
16085
+
16086
+ export declare const NumberingTriggerEnumSchema: z.ZodEnum<["creation", "validation"]>;
16087
+
16138
16088
  export declare type OptionalQuantifiers = z.infer<typeof optionalQuantifiersSchema>;
16139
16089
 
16140
16090
  export declare const optionalQuantifiersSchema: z.ZodEnum<["?", "*"]>;
@@ -25318,33 +25268,33 @@ export declare const quoteDependencyMapResponseSchema: z.ZodRecord<z.ZodString,
25318
25268
  column: z.ZodString;
25319
25269
  table: z.ZodString;
25320
25270
  where: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
25321
- staticLocator: z.ZodString;
25322
- fieldName: z.ZodString;
25271
+ staticLocator: z.ZodOptional<z.ZodString>;
25272
+ fieldName: z.ZodOptional<z.ZodString>;
25323
25273
  values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25324
25274
  }, "strip", z.ZodTypeAny, {
25325
- staticLocator: string;
25326
- fieldName: string;
25327
25275
  values?: string[] | undefined;
25276
+ staticLocator?: string | undefined;
25277
+ fieldName?: string | undefined;
25328
25278
  }, {
25329
- staticLocator: string;
25330
- fieldName: string;
25331
25279
  values?: string[] | undefined;
25280
+ staticLocator?: string | undefined;
25281
+ fieldName?: string | undefined;
25332
25282
  }>>>;
25333
25283
  }, "strip", z.ZodTypeAny, {
25334
25284
  column: string;
25335
25285
  table: string;
25336
25286
  where?: Record<string, {
25337
- staticLocator: string;
25338
- fieldName: string;
25339
25287
  values?: string[] | undefined;
25288
+ staticLocator?: string | undefined;
25289
+ fieldName?: string | undefined;
25340
25290
  }> | undefined;
25341
25291
  }, {
25342
25292
  column: string;
25343
25293
  table: string;
25344
25294
  where?: Record<string, {
25345
- staticLocator: string;
25346
- fieldName: string;
25347
25295
  values?: string[] | undefined;
25296
+ staticLocator?: string | undefined;
25297
+ fieldName?: string | undefined;
25348
25298
  }> | undefined;
25349
25299
  }>>>;
25350
25300
 
@@ -28656,7 +28606,7 @@ export declare const TaskHistoryListResponseBffSchema: z.ZodObject<{
28656
28606
  locator: z.ZodString;
28657
28607
  category: z.ZodString;
28658
28608
  type: z.ZodString;
28659
- activityState: z.ZodEnum<["active", "pastDeadline", "completed", "cancelled"]>;
28609
+ taskState: z.ZodEnum<["active", "pastDeadline", "completed", "cancelled"]>;
28660
28610
  underwritingFlagLocators: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
28661
28611
  deadlineTime: z.ZodOptional<z.ZodString>;
28662
28612
  assignedTo: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
@@ -28750,7 +28700,7 @@ export declare const TaskHistoryListResponseBffSchema: z.ZodObject<{
28750
28700
  };
28751
28701
  category: string;
28752
28702
  createdAt: string;
28753
- activityState: "active" | "pastDeadline" | "completed" | "cancelled";
28703
+ taskState: "active" | "pastDeadline" | "completed" | "cancelled";
28754
28704
  updatedBy?: {
28755
28705
  locator: string;
28756
28706
  userName: string;
@@ -28786,7 +28736,7 @@ export declare const TaskHistoryListResponseBffSchema: z.ZodObject<{
28786
28736
  };
28787
28737
  category: string;
28788
28738
  createdAt: string;
28789
- activityState: "active" | "pastDeadline" | "completed" | "cancelled";
28739
+ taskState: "active" | "pastDeadline" | "completed" | "cancelled";
28790
28740
  updatedBy?: {
28791
28741
  locator: string;
28792
28742
  userName: string;
@@ -28824,7 +28774,7 @@ export declare const TaskHistoryListResponseBffSchema: z.ZodObject<{
28824
28774
  };
28825
28775
  category: string;
28826
28776
  createdAt: string;
28827
- activityState: "active" | "pastDeadline" | "completed" | "cancelled";
28777
+ taskState: "active" | "pastDeadline" | "completed" | "cancelled";
28828
28778
  updatedBy?: {
28829
28779
  locator: string;
28830
28780
  userName: string;
@@ -28863,7 +28813,7 @@ export declare const TaskHistoryListResponseBffSchema: z.ZodObject<{
28863
28813
  };
28864
28814
  category: string;
28865
28815
  createdAt: string;
28866
- activityState: "active" | "pastDeadline" | "completed" | "cancelled";
28816
+ taskState: "active" | "pastDeadline" | "completed" | "cancelled";
28867
28817
  updatedBy?: {
28868
28818
  locator: string;
28869
28819
  userName: string;
@@ -29019,7 +28969,7 @@ export declare const TaskHistoryResponseBffSchema: z.ZodObject<{
29019
28969
  locator: z.ZodString;
29020
28970
  category: z.ZodString;
29021
28971
  type: z.ZodString;
29022
- activityState: z.ZodEnum<["active", "pastDeadline", "completed", "cancelled"]>;
28972
+ taskState: z.ZodEnum<["active", "pastDeadline", "completed", "cancelled"]>;
29023
28973
  underwritingFlagLocators: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
29024
28974
  deadlineTime: z.ZodOptional<z.ZodString>;
29025
28975
  assignedTo: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
@@ -29113,7 +29063,7 @@ export declare const TaskHistoryResponseBffSchema: z.ZodObject<{
29113
29063
  };
29114
29064
  category: string;
29115
29065
  createdAt: string;
29116
- activityState: "active" | "pastDeadline" | "completed" | "cancelled";
29066
+ taskState: "active" | "pastDeadline" | "completed" | "cancelled";
29117
29067
  updatedBy?: {
29118
29068
  locator: string;
29119
29069
  userName: string;
@@ -29149,7 +29099,7 @@ export declare const TaskHistoryResponseBffSchema: z.ZodObject<{
29149
29099
  };
29150
29100
  category: string;
29151
29101
  createdAt: string;
29152
- activityState: "active" | "pastDeadline" | "completed" | "cancelled";
29102
+ taskState: "active" | "pastDeadline" | "completed" | "cancelled";
29153
29103
  updatedBy?: {
29154
29104
  locator: string;
29155
29105
  userName: string;
@@ -29637,6 +29587,18 @@ export declare const TaskListResponseSchema: z.ZodObject<{
29637
29587
  listCompleted: boolean;
29638
29588
  }>;
29639
29589
 
29590
+ export declare const TaskParamsSchema: z.ZodObject<{
29591
+ tenantLocator: z.ZodString;
29592
+ } & {
29593
+ taskLocator: z.ZodString;
29594
+ }, "strip", z.ZodTypeAny, {
29595
+ tenantLocator: string;
29596
+ taskLocator: string;
29597
+ }, {
29598
+ tenantLocator: string;
29599
+ taskLocator: string;
29600
+ }>;
29601
+
29640
29602
  export declare type TaskReference = z.infer<typeof TaskReferenceSchema>;
29641
29603
 
29642
29604
  export declare type TaskReferenceBff = z.infer<typeof TaskReferenceBffSchema>;
@@ -29955,6 +29917,21 @@ export declare const TaskResponseSchema: z.ZodObject<{
29955
29917
  taskNumber?: string | undefined;
29956
29918
  }>;
29957
29919
 
29920
+ export declare const TasksByRefParamsSchema: z.ZodObject<{
29921
+ tenantLocator: z.ZodString;
29922
+ } & {
29923
+ referenceType: z.ZodString;
29924
+ referenceLocator: z.ZodString;
29925
+ }, "strip", z.ZodTypeAny, {
29926
+ referenceType: string;
29927
+ referenceLocator: string;
29928
+ tenantLocator: string;
29929
+ }, {
29930
+ referenceType: string;
29931
+ referenceLocator: string;
29932
+ tenantLocator: string;
29933
+ }>;
29934
+
29958
29935
  export declare type TaskStateEnum = z.infer<typeof TaskStateEnumSchema>;
29959
29936
 
29960
29937
  export declare const TaskStateEnumSchema: z.ZodEnum<["active", "pastDeadline", "completed", "cancelled"]>;
@@ -32275,18 +32252,6 @@ export declare const UpdateBillingLevelRequestSchema: z.ZodObject<{
32275
32252
  billing: "account" | "inherit" | "policy";
32276
32253
  }>;
32277
32254
 
32278
- export declare const UserActivitiesParamsSchema: z.ZodObject<{
32279
- tenantLocator: z.ZodString;
32280
- } & {
32281
- userLocator: z.ZodString;
32282
- }, "strip", z.ZodTypeAny, {
32283
- tenantLocator: string;
32284
- userLocator: string;
32285
- }, {
32286
- tenantLocator: string;
32287
- userLocator: string;
32288
- }>;
32289
-
32290
32255
  export declare type UserAssociationCreateRequest = z.infer<typeof UserAssociationCreateRequestSchema>;
32291
32256
 
32292
32257
  export declare const UserAssociationCreateRequestSchema: z.ZodObject<{
@@ -32666,6 +32631,18 @@ export declare const UserAssociationListResponseSchema: z.ZodObject<{
32666
32631
  listCompleted: boolean;
32667
32632
  }>;
32668
32633
 
32634
+ export declare const UserAssociationParamsSchema: z.ZodObject<{
32635
+ tenantLocator: z.ZodString;
32636
+ } & {
32637
+ userAssociationLocator: z.ZodString;
32638
+ }, "strip", z.ZodTypeAny, {
32639
+ tenantLocator: string;
32640
+ userAssociationLocator: string;
32641
+ }, {
32642
+ tenantLocator: string;
32643
+ userAssociationLocator: string;
32644
+ }>;
32645
+
32669
32646
  export declare type UserAssociationReferenceDetails = z.infer<typeof UserAssociationReferenceDetailsSchema>;
32670
32647
 
32671
32648
  export declare const UserAssociationReferenceDetailsSchema: z.ZodObject<{
@@ -32934,6 +32911,21 @@ export declare const UserAssociationRoleRefSchema: z.ZodObject<{
32934
32911
  qualification?: Record<string, string> | undefined;
32935
32912
  }>;
32936
32913
 
32914
+ export declare const UserAssociationsByRefParamsSchema: z.ZodObject<{
32915
+ tenantLocator: z.ZodString;
32916
+ } & {
32917
+ referenceType: z.ZodString;
32918
+ referenceLocator: z.ZodString;
32919
+ }, "strip", z.ZodTypeAny, {
32920
+ referenceType: string;
32921
+ referenceLocator: string;
32922
+ tenantLocator: string;
32923
+ }, {
32924
+ referenceType: string;
32925
+ referenceLocator: string;
32926
+ tenantLocator: string;
32927
+ }>;
32928
+
32937
32929
  export declare type UserAssociationStateEnum = z.infer<typeof UserAssociationStateEnumSchema>;
32938
32930
 
32939
32931
  export declare const UserAssociationStateEnumSchema: z.ZodEnum<["active", "completed", "unassigned", "discarded"]>;
@@ -33104,6 +33096,18 @@ export declare const UserRolesUpdateRequestSchema: z.ZodObject<{
33104
33096
  removeRoles: string[];
33105
33097
  }>;
33106
33098
 
33099
+ export declare const UserTasksParamsSchema: z.ZodObject<{
33100
+ tenantLocator: z.ZodString;
33101
+ } & {
33102
+ userLocator: z.ZodString;
33103
+ }, "strip", z.ZodTypeAny, {
33104
+ tenantLocator: string;
33105
+ userLocator: string;
33106
+ }, {
33107
+ tenantLocator: string;
33108
+ userLocator: string;
33109
+ }>;
33110
+
33107
33111
  export declare type UserTenantsAssignmentsUpdateRequest = z.infer<typeof UserTenantsAssignmentsUpdateRequestSchema>;
33108
33112
 
33109
33113
  export declare const UserTenantsAssignmentsUpdateRequestSchema: z.ZodObject<{