@objectstack/service-messaging 11.0.0 → 11.1.0

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.cts CHANGED
@@ -1533,7 +1533,6 @@ declare const InboxMessage: Omit<{
1533
1533
  relationshipField?: string | undefined;
1534
1534
  } | undefined;
1535
1535
  language?: string | undefined;
1536
- maxRating?: number | undefined;
1537
1536
  step?: number | undefined;
1538
1537
  currencyConfig?: {
1539
1538
  precision: number;
@@ -1663,7 +1662,6 @@ declare const InboxMessage: Omit<{
1663
1662
  requiredPermissions?: string[] | undefined;
1664
1663
  system?: boolean | undefined;
1665
1664
  inlineHelpText?: string | undefined;
1666
- caseSensitive?: boolean | undefined;
1667
1665
  autonumberFormat?: string | undefined;
1668
1666
  }>;
1669
1667
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -1751,12 +1749,6 @@ declare const InboxMessage: Omit<{
1751
1749
  versionField: string;
1752
1750
  retentionDays?: number | undefined;
1753
1751
  } | undefined;
1754
- partitioning?: {
1755
- enabled: boolean;
1756
- strategy: "hash" | "list" | "range";
1757
- key: string;
1758
- interval?: string | undefined;
1759
- } | undefined;
1760
1752
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
1761
1753
  activityMilestones?: {
1762
1754
  field: string;
@@ -2087,7 +2079,6 @@ declare const InboxMessage: Omit<{
2087
2079
  debounceMs?: number | undefined;
2088
2080
  } | undefined;
2089
2081
  }> | undefined;
2090
- defaultDetailForm?: string | undefined;
2091
2082
  searchableFields?: string[] | undefined;
2092
2083
  search?: {
2093
2084
  fields: string[];
@@ -2104,7 +2095,7 @@ declare const InboxMessage: Omit<{
2104
2095
  trash: boolean;
2105
2096
  mru: boolean;
2106
2097
  clone: boolean;
2107
- apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
2098
+ apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "get" | "update" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
2108
2099
  } | undefined;
2109
2100
  sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
2110
2101
  publicSharing?: {
@@ -2132,6 +2123,7 @@ declare const InboxMessage: Omit<{
2132
2123
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
2133
2124
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
2134
2125
  target?: string | undefined;
2126
+ openIn?: "self" | "new-tab" | undefined;
2135
2127
  body?: {
2136
2128
  language: "expression";
2137
2129
  source: string;
@@ -2344,7 +2336,6 @@ declare const InboxMessage: Omit<{
2344
2336
  relationshipField?: string | undefined;
2345
2337
  } | undefined;
2346
2338
  readonly language?: string | undefined;
2347
- readonly maxRating?: number | undefined;
2348
2339
  readonly step?: number | undefined;
2349
2340
  readonly currencyConfig?: {
2350
2341
  precision: number;
@@ -2438,7 +2429,6 @@ declare const InboxMessage: Omit<{
2438
2429
  } | undefined;
2439
2430
  readonly sortable?: boolean | undefined;
2440
2431
  readonly inlineHelpText?: string | undefined;
2441
- readonly caseSensitive?: boolean | undefined;
2442
2432
  readonly autonumberFormat?: string | undefined;
2443
2433
  readonly index?: boolean | undefined;
2444
2434
  readonly type: "text";
@@ -2520,7 +2510,6 @@ declare const InboxMessage: Omit<{
2520
2510
  relationshipField?: string | undefined;
2521
2511
  } | undefined;
2522
2512
  readonly language?: string | undefined;
2523
- readonly maxRating?: number | undefined;
2524
2513
  readonly step?: number | undefined;
2525
2514
  readonly currencyConfig?: {
2526
2515
  precision: number;
@@ -2614,7 +2603,6 @@ declare const InboxMessage: Omit<{
2614
2603
  } | undefined;
2615
2604
  readonly sortable?: boolean | undefined;
2616
2605
  readonly inlineHelpText?: string | undefined;
2617
- readonly caseSensitive?: boolean | undefined;
2618
2606
  readonly autonumberFormat?: string | undefined;
2619
2607
  readonly index?: boolean | undefined;
2620
2608
  readonly type: "text";
@@ -2696,7 +2684,6 @@ declare const InboxMessage: Omit<{
2696
2684
  relationshipField?: string | undefined;
2697
2685
  } | undefined;
2698
2686
  readonly language?: string | undefined;
2699
- readonly maxRating?: number | undefined;
2700
2687
  readonly step?: number | undefined;
2701
2688
  readonly currencyConfig?: {
2702
2689
  precision: number;
@@ -2790,7 +2777,6 @@ declare const InboxMessage: Omit<{
2790
2777
  } | undefined;
2791
2778
  readonly sortable?: boolean | undefined;
2792
2779
  readonly inlineHelpText?: string | undefined;
2793
- readonly caseSensitive?: boolean | undefined;
2794
2780
  readonly autonumberFormat?: string | undefined;
2795
2781
  readonly index?: boolean | undefined;
2796
2782
  readonly type: "text";
@@ -2872,7 +2858,6 @@ declare const InboxMessage: Omit<{
2872
2858
  relationshipField?: string | undefined;
2873
2859
  } | undefined;
2874
2860
  readonly language?: string | undefined;
2875
- readonly maxRating?: number | undefined;
2876
2861
  readonly step?: number | undefined;
2877
2862
  readonly currencyConfig?: {
2878
2863
  precision: number;
@@ -2966,7 +2951,6 @@ declare const InboxMessage: Omit<{
2966
2951
  } | undefined;
2967
2952
  readonly sortable?: boolean | undefined;
2968
2953
  readonly inlineHelpText?: string | undefined;
2969
- readonly caseSensitive?: boolean | undefined;
2970
2954
  readonly autonumberFormat?: string | undefined;
2971
2955
  readonly index?: boolean | undefined;
2972
2956
  readonly type: "text";
@@ -3048,7 +3032,6 @@ declare const InboxMessage: Omit<{
3048
3032
  relationshipField?: string | undefined;
3049
3033
  } | undefined;
3050
3034
  readonly language?: string | undefined;
3051
- readonly maxRating?: number | undefined;
3052
3035
  readonly step?: number | undefined;
3053
3036
  readonly currencyConfig?: {
3054
3037
  precision: number;
@@ -3142,7 +3125,6 @@ declare const InboxMessage: Omit<{
3142
3125
  } | undefined;
3143
3126
  readonly sortable?: boolean | undefined;
3144
3127
  readonly inlineHelpText?: string | undefined;
3145
- readonly caseSensitive?: boolean | undefined;
3146
3128
  readonly autonumberFormat?: string | undefined;
3147
3129
  readonly index?: boolean | undefined;
3148
3130
  readonly type: "text";
@@ -3224,7 +3206,6 @@ declare const InboxMessage: Omit<{
3224
3206
  relationshipField?: string | undefined;
3225
3207
  } | undefined;
3226
3208
  readonly language?: string | undefined;
3227
- readonly maxRating?: number | undefined;
3228
3209
  readonly step?: number | undefined;
3229
3210
  readonly currencyConfig?: {
3230
3211
  precision: number;
@@ -3318,7 +3299,6 @@ declare const InboxMessage: Omit<{
3318
3299
  } | undefined;
3319
3300
  readonly sortable?: boolean | undefined;
3320
3301
  readonly inlineHelpText?: string | undefined;
3321
- readonly caseSensitive?: boolean | undefined;
3322
3302
  readonly autonumberFormat?: string | undefined;
3323
3303
  readonly index?: boolean | undefined;
3324
3304
  readonly type: "text";
@@ -3400,7 +3380,6 @@ declare const InboxMessage: Omit<{
3400
3380
  relationshipField?: string | undefined;
3401
3381
  } | undefined;
3402
3382
  readonly language?: string | undefined;
3403
- readonly maxRating?: number | undefined;
3404
3383
  readonly step?: number | undefined;
3405
3384
  readonly currencyConfig?: {
3406
3385
  precision: number;
@@ -3494,7 +3473,6 @@ declare const InboxMessage: Omit<{
3494
3473
  } | undefined;
3495
3474
  readonly sortable?: boolean | undefined;
3496
3475
  readonly inlineHelpText?: string | undefined;
3497
- readonly caseSensitive?: boolean | undefined;
3498
3476
  readonly autonumberFormat?: string | undefined;
3499
3477
  readonly index?: boolean | undefined;
3500
3478
  readonly type: "markdown";
@@ -3576,7 +3554,6 @@ declare const InboxMessage: Omit<{
3576
3554
  relationshipField?: string | undefined;
3577
3555
  } | undefined;
3578
3556
  readonly language?: string | undefined;
3579
- readonly maxRating?: number | undefined;
3580
3557
  readonly step?: number | undefined;
3581
3558
  readonly currencyConfig?: {
3582
3559
  precision: number;
@@ -3670,7 +3647,6 @@ declare const InboxMessage: Omit<{
3670
3647
  } | undefined;
3671
3648
  readonly sortable?: boolean | undefined;
3672
3649
  readonly inlineHelpText?: string | undefined;
3673
- readonly caseSensitive?: boolean | undefined;
3674
3650
  readonly autonumberFormat?: string | undefined;
3675
3651
  readonly index?: boolean | undefined;
3676
3652
  readonly type: "select";
@@ -3752,7 +3728,6 @@ declare const InboxMessage: Omit<{
3752
3728
  relationshipField?: string | undefined;
3753
3729
  } | undefined;
3754
3730
  readonly language?: string | undefined;
3755
- readonly maxRating?: number | undefined;
3756
3731
  readonly step?: number | undefined;
3757
3732
  readonly currencyConfig?: {
3758
3733
  precision: number;
@@ -3846,7 +3821,6 @@ declare const InboxMessage: Omit<{
3846
3821
  } | undefined;
3847
3822
  readonly sortable?: boolean | undefined;
3848
3823
  readonly inlineHelpText?: string | undefined;
3849
- readonly caseSensitive?: boolean | undefined;
3850
3824
  readonly autonumberFormat?: string | undefined;
3851
3825
  readonly index?: boolean | undefined;
3852
3826
  readonly type: "text";
@@ -3928,7 +3902,6 @@ declare const InboxMessage: Omit<{
3928
3902
  relationshipField?: string | undefined;
3929
3903
  } | undefined;
3930
3904
  readonly language?: string | undefined;
3931
- readonly maxRating?: number | undefined;
3932
3905
  readonly step?: number | undefined;
3933
3906
  readonly currencyConfig?: {
3934
3907
  precision: number;
@@ -4022,7 +3995,6 @@ declare const InboxMessage: Omit<{
4022
3995
  } | undefined;
4023
3996
  readonly sortable?: boolean | undefined;
4024
3997
  readonly inlineHelpText?: string | undefined;
4025
- readonly caseSensitive?: boolean | undefined;
4026
3998
  readonly autonumberFormat?: string | undefined;
4027
3999
  readonly index?: boolean | undefined;
4028
4000
  readonly type: "datetime";
@@ -4136,7 +4108,6 @@ declare const NotificationReceipt: Omit<{
4136
4108
  relationshipField?: string | undefined;
4137
4109
  } | undefined;
4138
4110
  language?: string | undefined;
4139
- maxRating?: number | undefined;
4140
4111
  step?: number | undefined;
4141
4112
  currencyConfig?: {
4142
4113
  precision: number;
@@ -4266,7 +4237,6 @@ declare const NotificationReceipt: Omit<{
4266
4237
  requiredPermissions?: string[] | undefined;
4267
4238
  system?: boolean | undefined;
4268
4239
  inlineHelpText?: string | undefined;
4269
- caseSensitive?: boolean | undefined;
4270
4240
  autonumberFormat?: string | undefined;
4271
4241
  }>;
4272
4242
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -4354,12 +4324,6 @@ declare const NotificationReceipt: Omit<{
4354
4324
  versionField: string;
4355
4325
  retentionDays?: number | undefined;
4356
4326
  } | undefined;
4357
- partitioning?: {
4358
- enabled: boolean;
4359
- strategy: "hash" | "list" | "range";
4360
- key: string;
4361
- interval?: string | undefined;
4362
- } | undefined;
4363
4327
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
4364
4328
  activityMilestones?: {
4365
4329
  field: string;
@@ -4690,7 +4654,6 @@ declare const NotificationReceipt: Omit<{
4690
4654
  debounceMs?: number | undefined;
4691
4655
  } | undefined;
4692
4656
  }> | undefined;
4693
- defaultDetailForm?: string | undefined;
4694
4657
  searchableFields?: string[] | undefined;
4695
4658
  search?: {
4696
4659
  fields: string[];
@@ -4707,7 +4670,7 @@ declare const NotificationReceipt: Omit<{
4707
4670
  trash: boolean;
4708
4671
  mru: boolean;
4709
4672
  clone: boolean;
4710
- apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
4673
+ apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "get" | "update" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
4711
4674
  } | undefined;
4712
4675
  sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
4713
4676
  publicSharing?: {
@@ -4735,6 +4698,7 @@ declare const NotificationReceipt: Omit<{
4735
4698
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
4736
4699
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
4737
4700
  target?: string | undefined;
4701
+ openIn?: "self" | "new-tab" | undefined;
4738
4702
  body?: {
4739
4703
  language: "expression";
4740
4704
  source: string;
@@ -4921,7 +4885,6 @@ declare const NotificationReceipt: Omit<{
4921
4885
  relationshipField?: string | undefined;
4922
4886
  } | undefined;
4923
4887
  readonly language?: string | undefined;
4924
- readonly maxRating?: number | undefined;
4925
4888
  readonly step?: number | undefined;
4926
4889
  readonly currencyConfig?: {
4927
4890
  precision: number;
@@ -5015,7 +4978,6 @@ declare const NotificationReceipt: Omit<{
5015
4978
  } | undefined;
5016
4979
  readonly sortable?: boolean | undefined;
5017
4980
  readonly inlineHelpText?: string | undefined;
5018
- readonly caseSensitive?: boolean | undefined;
5019
4981
  readonly autonumberFormat?: string | undefined;
5020
4982
  readonly index?: boolean | undefined;
5021
4983
  readonly type: "text";
@@ -5097,7 +5059,6 @@ declare const NotificationReceipt: Omit<{
5097
5059
  relationshipField?: string | undefined;
5098
5060
  } | undefined;
5099
5061
  readonly language?: string | undefined;
5100
- readonly maxRating?: number | undefined;
5101
5062
  readonly step?: number | undefined;
5102
5063
  readonly currencyConfig?: {
5103
5064
  precision: number;
@@ -5191,7 +5152,6 @@ declare const NotificationReceipt: Omit<{
5191
5152
  } | undefined;
5192
5153
  readonly sortable?: boolean | undefined;
5193
5154
  readonly inlineHelpText?: string | undefined;
5194
- readonly caseSensitive?: boolean | undefined;
5195
5155
  readonly autonumberFormat?: string | undefined;
5196
5156
  readonly index?: boolean | undefined;
5197
5157
  readonly type: "text";
@@ -5273,7 +5233,6 @@ declare const NotificationReceipt: Omit<{
5273
5233
  relationshipField?: string | undefined;
5274
5234
  } | undefined;
5275
5235
  readonly language?: string | undefined;
5276
- readonly maxRating?: number | undefined;
5277
5236
  readonly step?: number | undefined;
5278
5237
  readonly currencyConfig?: {
5279
5238
  precision: number;
@@ -5367,7 +5326,6 @@ declare const NotificationReceipt: Omit<{
5367
5326
  } | undefined;
5368
5327
  readonly sortable?: boolean | undefined;
5369
5328
  readonly inlineHelpText?: string | undefined;
5370
- readonly caseSensitive?: boolean | undefined;
5371
5329
  readonly autonumberFormat?: string | undefined;
5372
5330
  readonly index?: boolean | undefined;
5373
5331
  readonly type: "text";
@@ -5449,7 +5407,6 @@ declare const NotificationReceipt: Omit<{
5449
5407
  relationshipField?: string | undefined;
5450
5408
  } | undefined;
5451
5409
  readonly language?: string | undefined;
5452
- readonly maxRating?: number | undefined;
5453
5410
  readonly step?: number | undefined;
5454
5411
  readonly currencyConfig?: {
5455
5412
  precision: number;
@@ -5543,7 +5500,6 @@ declare const NotificationReceipt: Omit<{
5543
5500
  } | undefined;
5544
5501
  readonly sortable?: boolean | undefined;
5545
5502
  readonly inlineHelpText?: string | undefined;
5546
- readonly caseSensitive?: boolean | undefined;
5547
5503
  readonly autonumberFormat?: string | undefined;
5548
5504
  readonly index?: boolean | undefined;
5549
5505
  readonly type: "text";
@@ -5625,7 +5581,6 @@ declare const NotificationReceipt: Omit<{
5625
5581
  relationshipField?: string | undefined;
5626
5582
  } | undefined;
5627
5583
  readonly language?: string | undefined;
5628
- readonly maxRating?: number | undefined;
5629
5584
  readonly step?: number | undefined;
5630
5585
  readonly currencyConfig?: {
5631
5586
  precision: number;
@@ -5719,7 +5674,6 @@ declare const NotificationReceipt: Omit<{
5719
5674
  } | undefined;
5720
5675
  readonly sortable?: boolean | undefined;
5721
5676
  readonly inlineHelpText?: string | undefined;
5722
- readonly caseSensitive?: boolean | undefined;
5723
5677
  readonly autonumberFormat?: string | undefined;
5724
5678
  readonly index?: boolean | undefined;
5725
5679
  readonly type: "text";
@@ -5801,7 +5755,6 @@ declare const NotificationReceipt: Omit<{
5801
5755
  relationshipField?: string | undefined;
5802
5756
  } | undefined;
5803
5757
  readonly language?: string | undefined;
5804
- readonly maxRating?: number | undefined;
5805
5758
  readonly step?: number | undefined;
5806
5759
  readonly currencyConfig?: {
5807
5760
  precision: number;
@@ -5895,7 +5848,6 @@ declare const NotificationReceipt: Omit<{
5895
5848
  } | undefined;
5896
5849
  readonly sortable?: boolean | undefined;
5897
5850
  readonly inlineHelpText?: string | undefined;
5898
- readonly caseSensitive?: boolean | undefined;
5899
5851
  readonly autonumberFormat?: string | undefined;
5900
5852
  readonly index?: boolean | undefined;
5901
5853
  readonly type: "select";
@@ -5977,7 +5929,6 @@ declare const NotificationReceipt: Omit<{
5977
5929
  relationshipField?: string | undefined;
5978
5930
  } | undefined;
5979
5931
  readonly language?: string | undefined;
5980
- readonly maxRating?: number | undefined;
5981
5932
  readonly step?: number | undefined;
5982
5933
  readonly currencyConfig?: {
5983
5934
  precision: number;
@@ -6071,7 +6022,6 @@ declare const NotificationReceipt: Omit<{
6071
6022
  } | undefined;
6072
6023
  readonly sortable?: boolean | undefined;
6073
6024
  readonly inlineHelpText?: string | undefined;
6074
- readonly caseSensitive?: boolean | undefined;
6075
6025
  readonly autonumberFormat?: string | undefined;
6076
6026
  readonly index?: boolean | undefined;
6077
6027
  readonly type: "datetime";
@@ -6153,7 +6103,6 @@ declare const NotificationReceipt: Omit<{
6153
6103
  relationshipField?: string | undefined;
6154
6104
  } | undefined;
6155
6105
  readonly language?: string | undefined;
6156
- readonly maxRating?: number | undefined;
6157
6106
  readonly step?: number | undefined;
6158
6107
  readonly currencyConfig?: {
6159
6108
  precision: number;
@@ -6247,7 +6196,6 @@ declare const NotificationReceipt: Omit<{
6247
6196
  } | undefined;
6248
6197
  readonly sortable?: boolean | undefined;
6249
6198
  readonly inlineHelpText?: string | undefined;
6250
- readonly caseSensitive?: boolean | undefined;
6251
6199
  readonly autonumberFormat?: string | undefined;
6252
6200
  readonly index?: boolean | undefined;
6253
6201
  readonly type: "datetime";
@@ -6365,7 +6313,6 @@ declare const NotificationDelivery: Omit<{
6365
6313
  relationshipField?: string | undefined;
6366
6314
  } | undefined;
6367
6315
  language?: string | undefined;
6368
- maxRating?: number | undefined;
6369
6316
  step?: number | undefined;
6370
6317
  currencyConfig?: {
6371
6318
  precision: number;
@@ -6495,7 +6442,6 @@ declare const NotificationDelivery: Omit<{
6495
6442
  requiredPermissions?: string[] | undefined;
6496
6443
  system?: boolean | undefined;
6497
6444
  inlineHelpText?: string | undefined;
6498
- caseSensitive?: boolean | undefined;
6499
6445
  autonumberFormat?: string | undefined;
6500
6446
  }>;
6501
6447
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -6583,12 +6529,6 @@ declare const NotificationDelivery: Omit<{
6583
6529
  versionField: string;
6584
6530
  retentionDays?: number | undefined;
6585
6531
  } | undefined;
6586
- partitioning?: {
6587
- enabled: boolean;
6588
- strategy: "hash" | "list" | "range";
6589
- key: string;
6590
- interval?: string | undefined;
6591
- } | undefined;
6592
6532
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
6593
6533
  activityMilestones?: {
6594
6534
  field: string;
@@ -6919,7 +6859,6 @@ declare const NotificationDelivery: Omit<{
6919
6859
  debounceMs?: number | undefined;
6920
6860
  } | undefined;
6921
6861
  }> | undefined;
6922
- defaultDetailForm?: string | undefined;
6923
6862
  searchableFields?: string[] | undefined;
6924
6863
  search?: {
6925
6864
  fields: string[];
@@ -6936,7 +6875,7 @@ declare const NotificationDelivery: Omit<{
6936
6875
  trash: boolean;
6937
6876
  mru: boolean;
6938
6877
  clone: boolean;
6939
- apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6878
+ apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "get" | "update" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6940
6879
  } | undefined;
6941
6880
  sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
6942
6881
  publicSharing?: {
@@ -6964,6 +6903,7 @@ declare const NotificationDelivery: Omit<{
6964
6903
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
6965
6904
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
6966
6905
  target?: string | undefined;
6906
+ openIn?: "self" | "new-tab" | undefined;
6967
6907
  body?: {
6968
6908
  language: "expression";
6969
6909
  source: string;
@@ -7150,7 +7090,6 @@ declare const NotificationDelivery: Omit<{
7150
7090
  relationshipField?: string | undefined;
7151
7091
  } | undefined;
7152
7092
  readonly language?: string | undefined;
7153
- readonly maxRating?: number | undefined;
7154
7093
  readonly step?: number | undefined;
7155
7094
  readonly currencyConfig?: {
7156
7095
  precision: number;
@@ -7244,7 +7183,6 @@ declare const NotificationDelivery: Omit<{
7244
7183
  } | undefined;
7245
7184
  readonly sortable?: boolean | undefined;
7246
7185
  readonly inlineHelpText?: string | undefined;
7247
- readonly caseSensitive?: boolean | undefined;
7248
7186
  readonly autonumberFormat?: string | undefined;
7249
7187
  readonly index?: boolean | undefined;
7250
7188
  readonly type: "text";
@@ -7326,7 +7264,6 @@ declare const NotificationDelivery: Omit<{
7326
7264
  relationshipField?: string | undefined;
7327
7265
  } | undefined;
7328
7266
  readonly language?: string | undefined;
7329
- readonly maxRating?: number | undefined;
7330
7267
  readonly step?: number | undefined;
7331
7268
  readonly currencyConfig?: {
7332
7269
  precision: number;
@@ -7420,7 +7357,6 @@ declare const NotificationDelivery: Omit<{
7420
7357
  } | undefined;
7421
7358
  readonly sortable?: boolean | undefined;
7422
7359
  readonly inlineHelpText?: string | undefined;
7423
- readonly caseSensitive?: boolean | undefined;
7424
7360
  readonly autonumberFormat?: string | undefined;
7425
7361
  readonly index?: boolean | undefined;
7426
7362
  readonly type: "text";
@@ -7502,7 +7438,6 @@ declare const NotificationDelivery: Omit<{
7502
7438
  relationshipField?: string | undefined;
7503
7439
  } | undefined;
7504
7440
  readonly language?: string | undefined;
7505
- readonly maxRating?: number | undefined;
7506
7441
  readonly step?: number | undefined;
7507
7442
  readonly currencyConfig?: {
7508
7443
  precision: number;
@@ -7596,7 +7531,6 @@ declare const NotificationDelivery: Omit<{
7596
7531
  } | undefined;
7597
7532
  readonly sortable?: boolean | undefined;
7598
7533
  readonly inlineHelpText?: string | undefined;
7599
- readonly caseSensitive?: boolean | undefined;
7600
7534
  readonly autonumberFormat?: string | undefined;
7601
7535
  readonly index?: boolean | undefined;
7602
7536
  readonly type: "text";
@@ -7678,7 +7612,6 @@ declare const NotificationDelivery: Omit<{
7678
7612
  relationshipField?: string | undefined;
7679
7613
  } | undefined;
7680
7614
  readonly language?: string | undefined;
7681
- readonly maxRating?: number | undefined;
7682
7615
  readonly step?: number | undefined;
7683
7616
  readonly currencyConfig?: {
7684
7617
  precision: number;
@@ -7772,7 +7705,6 @@ declare const NotificationDelivery: Omit<{
7772
7705
  } | undefined;
7773
7706
  readonly sortable?: boolean | undefined;
7774
7707
  readonly inlineHelpText?: string | undefined;
7775
- readonly caseSensitive?: boolean | undefined;
7776
7708
  readonly autonumberFormat?: string | undefined;
7777
7709
  readonly index?: boolean | undefined;
7778
7710
  readonly type: "text";
@@ -7854,7 +7786,6 @@ declare const NotificationDelivery: Omit<{
7854
7786
  relationshipField?: string | undefined;
7855
7787
  } | undefined;
7856
7788
  readonly language?: string | undefined;
7857
- readonly maxRating?: number | undefined;
7858
7789
  readonly step?: number | undefined;
7859
7790
  readonly currencyConfig?: {
7860
7791
  precision: number;
@@ -7948,7 +7879,6 @@ declare const NotificationDelivery: Omit<{
7948
7879
  } | undefined;
7949
7880
  readonly sortable?: boolean | undefined;
7950
7881
  readonly inlineHelpText?: string | undefined;
7951
- readonly caseSensitive?: boolean | undefined;
7952
7882
  readonly autonumberFormat?: string | undefined;
7953
7883
  readonly index?: boolean | undefined;
7954
7884
  readonly type: "text";
@@ -8030,7 +7960,6 @@ declare const NotificationDelivery: Omit<{
8030
7960
  relationshipField?: string | undefined;
8031
7961
  } | undefined;
8032
7962
  readonly language?: string | undefined;
8033
- readonly maxRating?: number | undefined;
8034
7963
  readonly step?: number | undefined;
8035
7964
  readonly currencyConfig?: {
8036
7965
  precision: number;
@@ -8124,7 +8053,6 @@ declare const NotificationDelivery: Omit<{
8124
8053
  } | undefined;
8125
8054
  readonly sortable?: boolean | undefined;
8126
8055
  readonly inlineHelpText?: string | undefined;
8127
- readonly caseSensitive?: boolean | undefined;
8128
8056
  readonly autonumberFormat?: string | undefined;
8129
8057
  readonly index?: boolean | undefined;
8130
8058
  readonly type: "text";
@@ -8206,7 +8134,6 @@ declare const NotificationDelivery: Omit<{
8206
8134
  relationshipField?: string | undefined;
8207
8135
  } | undefined;
8208
8136
  readonly language?: string | undefined;
8209
- readonly maxRating?: number | undefined;
8210
8137
  readonly step?: number | undefined;
8211
8138
  readonly currencyConfig?: {
8212
8139
  precision: number;
@@ -8300,7 +8227,6 @@ declare const NotificationDelivery: Omit<{
8300
8227
  } | undefined;
8301
8228
  readonly sortable?: boolean | undefined;
8302
8229
  readonly inlineHelpText?: string | undefined;
8303
- readonly caseSensitive?: boolean | undefined;
8304
8230
  readonly autonumberFormat?: string | undefined;
8305
8231
  readonly index?: boolean | undefined;
8306
8232
  readonly type: "json";
@@ -8382,7 +8308,6 @@ declare const NotificationDelivery: Omit<{
8382
8308
  relationshipField?: string | undefined;
8383
8309
  } | undefined;
8384
8310
  readonly language?: string | undefined;
8385
- readonly maxRating?: number | undefined;
8386
8311
  readonly step?: number | undefined;
8387
8312
  readonly currencyConfig?: {
8388
8313
  precision: number;
@@ -8476,7 +8401,6 @@ declare const NotificationDelivery: Omit<{
8476
8401
  } | undefined;
8477
8402
  readonly sortable?: boolean | undefined;
8478
8403
  readonly inlineHelpText?: string | undefined;
8479
- readonly caseSensitive?: boolean | undefined;
8480
8404
  readonly autonumberFormat?: string | undefined;
8481
8405
  readonly index?: boolean | undefined;
8482
8406
  readonly type: "select";
@@ -8558,7 +8482,6 @@ declare const NotificationDelivery: Omit<{
8558
8482
  relationshipField?: string | undefined;
8559
8483
  } | undefined;
8560
8484
  readonly language?: string | undefined;
8561
- readonly maxRating?: number | undefined;
8562
8485
  readonly step?: number | undefined;
8563
8486
  readonly currencyConfig?: {
8564
8487
  precision: number;
@@ -8652,7 +8575,6 @@ declare const NotificationDelivery: Omit<{
8652
8575
  } | undefined;
8653
8576
  readonly sortable?: boolean | undefined;
8654
8577
  readonly inlineHelpText?: string | undefined;
8655
- readonly caseSensitive?: boolean | undefined;
8656
8578
  readonly autonumberFormat?: string | undefined;
8657
8579
  readonly index?: boolean | undefined;
8658
8580
  readonly type: "number";
@@ -8734,7 +8656,6 @@ declare const NotificationDelivery: Omit<{
8734
8656
  relationshipField?: string | undefined;
8735
8657
  } | undefined;
8736
8658
  readonly language?: string | undefined;
8737
- readonly maxRating?: number | undefined;
8738
8659
  readonly step?: number | undefined;
8739
8660
  readonly currencyConfig?: {
8740
8661
  precision: number;
@@ -8828,7 +8749,6 @@ declare const NotificationDelivery: Omit<{
8828
8749
  } | undefined;
8829
8750
  readonly sortable?: boolean | undefined;
8830
8751
  readonly inlineHelpText?: string | undefined;
8831
- readonly caseSensitive?: boolean | undefined;
8832
8752
  readonly autonumberFormat?: string | undefined;
8833
8753
  readonly index?: boolean | undefined;
8834
8754
  readonly type: "number";
@@ -8910,7 +8830,6 @@ declare const NotificationDelivery: Omit<{
8910
8830
  relationshipField?: string | undefined;
8911
8831
  } | undefined;
8912
8832
  readonly language?: string | undefined;
8913
- readonly maxRating?: number | undefined;
8914
8833
  readonly step?: number | undefined;
8915
8834
  readonly currencyConfig?: {
8916
8835
  precision: number;
@@ -9004,7 +8923,6 @@ declare const NotificationDelivery: Omit<{
9004
8923
  } | undefined;
9005
8924
  readonly sortable?: boolean | undefined;
9006
8925
  readonly inlineHelpText?: string | undefined;
9007
- readonly caseSensitive?: boolean | undefined;
9008
8926
  readonly autonumberFormat?: string | undefined;
9009
8927
  readonly index?: boolean | undefined;
9010
8928
  readonly type: "text";
@@ -9086,7 +9004,6 @@ declare const NotificationDelivery: Omit<{
9086
9004
  relationshipField?: string | undefined;
9087
9005
  } | undefined;
9088
9006
  readonly language?: string | undefined;
9089
- readonly maxRating?: number | undefined;
9090
9007
  readonly step?: number | undefined;
9091
9008
  readonly currencyConfig?: {
9092
9009
  precision: number;
@@ -9180,7 +9097,6 @@ declare const NotificationDelivery: Omit<{
9180
9097
  } | undefined;
9181
9098
  readonly sortable?: boolean | undefined;
9182
9099
  readonly inlineHelpText?: string | undefined;
9183
- readonly caseSensitive?: boolean | undefined;
9184
9100
  readonly autonumberFormat?: string | undefined;
9185
9101
  readonly index?: boolean | undefined;
9186
9102
  readonly type: "number";
@@ -9262,7 +9178,6 @@ declare const NotificationDelivery: Omit<{
9262
9178
  relationshipField?: string | undefined;
9263
9179
  } | undefined;
9264
9180
  readonly language?: string | undefined;
9265
- readonly maxRating?: number | undefined;
9266
9181
  readonly step?: number | undefined;
9267
9182
  readonly currencyConfig?: {
9268
9183
  precision: number;
@@ -9356,7 +9271,6 @@ declare const NotificationDelivery: Omit<{
9356
9271
  } | undefined;
9357
9272
  readonly sortable?: boolean | undefined;
9358
9273
  readonly inlineHelpText?: string | undefined;
9359
- readonly caseSensitive?: boolean | undefined;
9360
9274
  readonly autonumberFormat?: string | undefined;
9361
9275
  readonly index?: boolean | undefined;
9362
9276
  readonly type: "number";
@@ -9438,7 +9352,6 @@ declare const NotificationDelivery: Omit<{
9438
9352
  relationshipField?: string | undefined;
9439
9353
  } | undefined;
9440
9354
  readonly language?: string | undefined;
9441
- readonly maxRating?: number | undefined;
9442
9355
  readonly step?: number | undefined;
9443
9356
  readonly currencyConfig?: {
9444
9357
  precision: number;
@@ -9532,7 +9445,6 @@ declare const NotificationDelivery: Omit<{
9532
9445
  } | undefined;
9533
9446
  readonly sortable?: boolean | undefined;
9534
9447
  readonly inlineHelpText?: string | undefined;
9535
- readonly caseSensitive?: boolean | undefined;
9536
9448
  readonly autonumberFormat?: string | undefined;
9537
9449
  readonly index?: boolean | undefined;
9538
9450
  readonly type: "number";
@@ -9614,7 +9526,6 @@ declare const NotificationDelivery: Omit<{
9614
9526
  relationshipField?: string | undefined;
9615
9527
  } | undefined;
9616
9528
  readonly language?: string | undefined;
9617
- readonly maxRating?: number | undefined;
9618
9529
  readonly step?: number | undefined;
9619
9530
  readonly currencyConfig?: {
9620
9531
  precision: number;
@@ -9708,7 +9619,6 @@ declare const NotificationDelivery: Omit<{
9708
9619
  } | undefined;
9709
9620
  readonly sortable?: boolean | undefined;
9710
9621
  readonly inlineHelpText?: string | undefined;
9711
- readonly caseSensitive?: boolean | undefined;
9712
9622
  readonly autonumberFormat?: string | undefined;
9713
9623
  readonly index?: boolean | undefined;
9714
9624
  readonly type: "textarea";
@@ -9790,7 +9700,6 @@ declare const NotificationDelivery: Omit<{
9790
9700
  relationshipField?: string | undefined;
9791
9701
  } | undefined;
9792
9702
  readonly language?: string | undefined;
9793
- readonly maxRating?: number | undefined;
9794
9703
  readonly step?: number | undefined;
9795
9704
  readonly currencyConfig?: {
9796
9705
  precision: number;
@@ -9884,7 +9793,6 @@ declare const NotificationDelivery: Omit<{
9884
9793
  } | undefined;
9885
9794
  readonly sortable?: boolean | undefined;
9886
9795
  readonly inlineHelpText?: string | undefined;
9887
- readonly caseSensitive?: boolean | undefined;
9888
9796
  readonly autonumberFormat?: string | undefined;
9889
9797
  readonly index?: boolean | undefined;
9890
9798
  readonly type: "datetime";
@@ -9966,7 +9874,6 @@ declare const NotificationDelivery: Omit<{
9966
9874
  relationshipField?: string | undefined;
9967
9875
  } | undefined;
9968
9876
  readonly language?: string | undefined;
9969
- readonly maxRating?: number | undefined;
9970
9877
  readonly step?: number | undefined;
9971
9878
  readonly currencyConfig?: {
9972
9879
  precision: number;
@@ -10060,7 +9967,6 @@ declare const NotificationDelivery: Omit<{
10060
9967
  } | undefined;
10061
9968
  readonly sortable?: boolean | undefined;
10062
9969
  readonly inlineHelpText?: string | undefined;
10063
- readonly caseSensitive?: boolean | undefined;
10064
9970
  readonly autonumberFormat?: string | undefined;
10065
9971
  readonly index?: boolean | undefined;
10066
9972
  readonly type: "datetime";
@@ -10186,7 +10092,6 @@ declare const NotificationPreference: Omit<{
10186
10092
  relationshipField?: string | undefined;
10187
10093
  } | undefined;
10188
10094
  language?: string | undefined;
10189
- maxRating?: number | undefined;
10190
10095
  step?: number | undefined;
10191
10096
  currencyConfig?: {
10192
10097
  precision: number;
@@ -10316,7 +10221,6 @@ declare const NotificationPreference: Omit<{
10316
10221
  requiredPermissions?: string[] | undefined;
10317
10222
  system?: boolean | undefined;
10318
10223
  inlineHelpText?: string | undefined;
10319
- caseSensitive?: boolean | undefined;
10320
10224
  autonumberFormat?: string | undefined;
10321
10225
  }>;
10322
10226
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -10404,12 +10308,6 @@ declare const NotificationPreference: Omit<{
10404
10308
  versionField: string;
10405
10309
  retentionDays?: number | undefined;
10406
10310
  } | undefined;
10407
- partitioning?: {
10408
- enabled: boolean;
10409
- strategy: "hash" | "list" | "range";
10410
- key: string;
10411
- interval?: string | undefined;
10412
- } | undefined;
10413
10311
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
10414
10312
  activityMilestones?: {
10415
10313
  field: string;
@@ -10740,7 +10638,6 @@ declare const NotificationPreference: Omit<{
10740
10638
  debounceMs?: number | undefined;
10741
10639
  } | undefined;
10742
10640
  }> | undefined;
10743
- defaultDetailForm?: string | undefined;
10744
10641
  searchableFields?: string[] | undefined;
10745
10642
  search?: {
10746
10643
  fields: string[];
@@ -10757,7 +10654,7 @@ declare const NotificationPreference: Omit<{
10757
10654
  trash: boolean;
10758
10655
  mru: boolean;
10759
10656
  clone: boolean;
10760
- apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
10657
+ apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "get" | "update" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
10761
10658
  } | undefined;
10762
10659
  sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
10763
10660
  publicSharing?: {
@@ -10785,6 +10682,7 @@ declare const NotificationPreference: Omit<{
10785
10682
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
10786
10683
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
10787
10684
  target?: string | undefined;
10685
+ openIn?: "self" | "new-tab" | undefined;
10788
10686
  body?: {
10789
10687
  language: "expression";
10790
10688
  source: string;
@@ -10971,7 +10869,6 @@ declare const NotificationPreference: Omit<{
10971
10869
  relationshipField?: string | undefined;
10972
10870
  } | undefined;
10973
10871
  readonly language?: string | undefined;
10974
- readonly maxRating?: number | undefined;
10975
10872
  readonly step?: number | undefined;
10976
10873
  readonly currencyConfig?: {
10977
10874
  precision: number;
@@ -11065,7 +10962,6 @@ declare const NotificationPreference: Omit<{
11065
10962
  } | undefined;
11066
10963
  readonly sortable?: boolean | undefined;
11067
10964
  readonly inlineHelpText?: string | undefined;
11068
- readonly caseSensitive?: boolean | undefined;
11069
10965
  readonly autonumberFormat?: string | undefined;
11070
10966
  readonly index?: boolean | undefined;
11071
10967
  readonly type: "text";
@@ -11147,7 +11043,6 @@ declare const NotificationPreference: Omit<{
11147
11043
  relationshipField?: string | undefined;
11148
11044
  } | undefined;
11149
11045
  readonly language?: string | undefined;
11150
- readonly maxRating?: number | undefined;
11151
11046
  readonly step?: number | undefined;
11152
11047
  readonly currencyConfig?: {
11153
11048
  precision: number;
@@ -11241,7 +11136,6 @@ declare const NotificationPreference: Omit<{
11241
11136
  } | undefined;
11242
11137
  readonly sortable?: boolean | undefined;
11243
11138
  readonly inlineHelpText?: string | undefined;
11244
- readonly caseSensitive?: boolean | undefined;
11245
11139
  readonly autonumberFormat?: string | undefined;
11246
11140
  readonly index?: boolean | undefined;
11247
11141
  readonly type: "text";
@@ -11323,7 +11217,6 @@ declare const NotificationPreference: Omit<{
11323
11217
  relationshipField?: string | undefined;
11324
11218
  } | undefined;
11325
11219
  readonly language?: string | undefined;
11326
- readonly maxRating?: number | undefined;
11327
11220
  readonly step?: number | undefined;
11328
11221
  readonly currencyConfig?: {
11329
11222
  precision: number;
@@ -11417,7 +11310,6 @@ declare const NotificationPreference: Omit<{
11417
11310
  } | undefined;
11418
11311
  readonly sortable?: boolean | undefined;
11419
11312
  readonly inlineHelpText?: string | undefined;
11420
- readonly caseSensitive?: boolean | undefined;
11421
11313
  readonly autonumberFormat?: string | undefined;
11422
11314
  readonly index?: boolean | undefined;
11423
11315
  readonly type: "text";
@@ -11499,7 +11391,6 @@ declare const NotificationPreference: Omit<{
11499
11391
  relationshipField?: string | undefined;
11500
11392
  } | undefined;
11501
11393
  readonly language?: string | undefined;
11502
- readonly maxRating?: number | undefined;
11503
11394
  readonly step?: number | undefined;
11504
11395
  readonly currencyConfig?: {
11505
11396
  precision: number;
@@ -11593,7 +11484,6 @@ declare const NotificationPreference: Omit<{
11593
11484
  } | undefined;
11594
11485
  readonly sortable?: boolean | undefined;
11595
11486
  readonly inlineHelpText?: string | undefined;
11596
- readonly caseSensitive?: boolean | undefined;
11597
11487
  readonly autonumberFormat?: string | undefined;
11598
11488
  readonly index?: boolean | undefined;
11599
11489
  readonly type: "text";
@@ -11675,7 +11565,6 @@ declare const NotificationPreference: Omit<{
11675
11565
  relationshipField?: string | undefined;
11676
11566
  } | undefined;
11677
11567
  readonly language?: string | undefined;
11678
- readonly maxRating?: number | undefined;
11679
11568
  readonly step?: number | undefined;
11680
11569
  readonly currencyConfig?: {
11681
11570
  precision: number;
@@ -11769,7 +11658,6 @@ declare const NotificationPreference: Omit<{
11769
11658
  } | undefined;
11770
11659
  readonly sortable?: boolean | undefined;
11771
11660
  readonly inlineHelpText?: string | undefined;
11772
- readonly caseSensitive?: boolean | undefined;
11773
11661
  readonly autonumberFormat?: string | undefined;
11774
11662
  readonly index?: boolean | undefined;
11775
11663
  readonly type: "boolean";
@@ -11851,7 +11739,6 @@ declare const NotificationPreference: Omit<{
11851
11739
  relationshipField?: string | undefined;
11852
11740
  } | undefined;
11853
11741
  readonly language?: string | undefined;
11854
- readonly maxRating?: number | undefined;
11855
11742
  readonly step?: number | undefined;
11856
11743
  readonly currencyConfig?: {
11857
11744
  precision: number;
@@ -11945,7 +11832,6 @@ declare const NotificationPreference: Omit<{
11945
11832
  } | undefined;
11946
11833
  readonly sortable?: boolean | undefined;
11947
11834
  readonly inlineHelpText?: string | undefined;
11948
- readonly caseSensitive?: boolean | undefined;
11949
11835
  readonly autonumberFormat?: string | undefined;
11950
11836
  readonly index?: boolean | undefined;
11951
11837
  readonly type: "select";
@@ -12027,7 +11913,6 @@ declare const NotificationPreference: Omit<{
12027
11913
  relationshipField?: string | undefined;
12028
11914
  } | undefined;
12029
11915
  readonly language?: string | undefined;
12030
- readonly maxRating?: number | undefined;
12031
11916
  readonly step?: number | undefined;
12032
11917
  readonly currencyConfig?: {
12033
11918
  precision: number;
@@ -12121,7 +12006,6 @@ declare const NotificationPreference: Omit<{
12121
12006
  } | undefined;
12122
12007
  readonly sortable?: boolean | undefined;
12123
12008
  readonly inlineHelpText?: string | undefined;
12124
- readonly caseSensitive?: boolean | undefined;
12125
12009
  readonly autonumberFormat?: string | undefined;
12126
12010
  readonly index?: boolean | undefined;
12127
12011
  readonly type: "json";
@@ -12203,7 +12087,6 @@ declare const NotificationPreference: Omit<{
12203
12087
  relationshipField?: string | undefined;
12204
12088
  } | undefined;
12205
12089
  readonly language?: string | undefined;
12206
- readonly maxRating?: number | undefined;
12207
12090
  readonly step?: number | undefined;
12208
12091
  readonly currencyConfig?: {
12209
12092
  precision: number;
@@ -12297,7 +12180,6 @@ declare const NotificationPreference: Omit<{
12297
12180
  } | undefined;
12298
12181
  readonly sortable?: boolean | undefined;
12299
12182
  readonly inlineHelpText?: string | undefined;
12300
- readonly caseSensitive?: boolean | undefined;
12301
12183
  readonly autonumberFormat?: string | undefined;
12302
12184
  readonly index?: boolean | undefined;
12303
12185
  readonly type: "datetime";
@@ -12379,7 +12261,6 @@ declare const NotificationPreference: Omit<{
12379
12261
  relationshipField?: string | undefined;
12380
12262
  } | undefined;
12381
12263
  readonly language?: string | undefined;
12382
- readonly maxRating?: number | undefined;
12383
12264
  readonly step?: number | undefined;
12384
12265
  readonly currencyConfig?: {
12385
12266
  precision: number;
@@ -12473,7 +12354,6 @@ declare const NotificationPreference: Omit<{
12473
12354
  } | undefined;
12474
12355
  readonly sortable?: boolean | undefined;
12475
12356
  readonly inlineHelpText?: string | undefined;
12476
- readonly caseSensitive?: boolean | undefined;
12477
12357
  readonly autonumberFormat?: string | undefined;
12478
12358
  readonly index?: boolean | undefined;
12479
12359
  readonly type: "datetime";
@@ -12591,7 +12471,6 @@ declare const NotificationSubscription: Omit<{
12591
12471
  relationshipField?: string | undefined;
12592
12472
  } | undefined;
12593
12473
  language?: string | undefined;
12594
- maxRating?: number | undefined;
12595
12474
  step?: number | undefined;
12596
12475
  currencyConfig?: {
12597
12476
  precision: number;
@@ -12721,7 +12600,6 @@ declare const NotificationSubscription: Omit<{
12721
12600
  requiredPermissions?: string[] | undefined;
12722
12601
  system?: boolean | undefined;
12723
12602
  inlineHelpText?: string | undefined;
12724
- caseSensitive?: boolean | undefined;
12725
12603
  autonumberFormat?: string | undefined;
12726
12604
  }>;
12727
12605
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -12809,12 +12687,6 @@ declare const NotificationSubscription: Omit<{
12809
12687
  versionField: string;
12810
12688
  retentionDays?: number | undefined;
12811
12689
  } | undefined;
12812
- partitioning?: {
12813
- enabled: boolean;
12814
- strategy: "hash" | "list" | "range";
12815
- key: string;
12816
- interval?: string | undefined;
12817
- } | undefined;
12818
12690
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
12819
12691
  activityMilestones?: {
12820
12692
  field: string;
@@ -13145,7 +13017,6 @@ declare const NotificationSubscription: Omit<{
13145
13017
  debounceMs?: number | undefined;
13146
13018
  } | undefined;
13147
13019
  }> | undefined;
13148
- defaultDetailForm?: string | undefined;
13149
13020
  searchableFields?: string[] | undefined;
13150
13021
  search?: {
13151
13022
  fields: string[];
@@ -13162,7 +13033,7 @@ declare const NotificationSubscription: Omit<{
13162
13033
  trash: boolean;
13163
13034
  mru: boolean;
13164
13035
  clone: boolean;
13165
- apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
13036
+ apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "get" | "update" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
13166
13037
  } | undefined;
13167
13038
  sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
13168
13039
  publicSharing?: {
@@ -13190,6 +13061,7 @@ declare const NotificationSubscription: Omit<{
13190
13061
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
13191
13062
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
13192
13063
  target?: string | undefined;
13064
+ openIn?: "self" | "new-tab" | undefined;
13193
13065
  body?: {
13194
13066
  language: "expression";
13195
13067
  source: string;
@@ -13376,7 +13248,6 @@ declare const NotificationSubscription: Omit<{
13376
13248
  relationshipField?: string | undefined;
13377
13249
  } | undefined;
13378
13250
  readonly language?: string | undefined;
13379
- readonly maxRating?: number | undefined;
13380
13251
  readonly step?: number | undefined;
13381
13252
  readonly currencyConfig?: {
13382
13253
  precision: number;
@@ -13470,7 +13341,6 @@ declare const NotificationSubscription: Omit<{
13470
13341
  } | undefined;
13471
13342
  readonly sortable?: boolean | undefined;
13472
13343
  readonly inlineHelpText?: string | undefined;
13473
- readonly caseSensitive?: boolean | undefined;
13474
13344
  readonly autonumberFormat?: string | undefined;
13475
13345
  readonly index?: boolean | undefined;
13476
13346
  readonly type: "text";
@@ -13552,7 +13422,6 @@ declare const NotificationSubscription: Omit<{
13552
13422
  relationshipField?: string | undefined;
13553
13423
  } | undefined;
13554
13424
  readonly language?: string | undefined;
13555
- readonly maxRating?: number | undefined;
13556
13425
  readonly step?: number | undefined;
13557
13426
  readonly currencyConfig?: {
13558
13427
  precision: number;
@@ -13646,7 +13515,6 @@ declare const NotificationSubscription: Omit<{
13646
13515
  } | undefined;
13647
13516
  readonly sortable?: boolean | undefined;
13648
13517
  readonly inlineHelpText?: string | undefined;
13649
- readonly caseSensitive?: boolean | undefined;
13650
13518
  readonly autonumberFormat?: string | undefined;
13651
13519
  readonly index?: boolean | undefined;
13652
13520
  readonly type: "text";
@@ -13728,7 +13596,6 @@ declare const NotificationSubscription: Omit<{
13728
13596
  relationshipField?: string | undefined;
13729
13597
  } | undefined;
13730
13598
  readonly language?: string | undefined;
13731
- readonly maxRating?: number | undefined;
13732
13599
  readonly step?: number | undefined;
13733
13600
  readonly currencyConfig?: {
13734
13601
  precision: number;
@@ -13822,7 +13689,6 @@ declare const NotificationSubscription: Omit<{
13822
13689
  } | undefined;
13823
13690
  readonly sortable?: boolean | undefined;
13824
13691
  readonly inlineHelpText?: string | undefined;
13825
- readonly caseSensitive?: boolean | undefined;
13826
13692
  readonly autonumberFormat?: string | undefined;
13827
13693
  readonly index?: boolean | undefined;
13828
13694
  readonly type: "text";
@@ -13904,7 +13770,6 @@ declare const NotificationSubscription: Omit<{
13904
13770
  relationshipField?: string | undefined;
13905
13771
  } | undefined;
13906
13772
  readonly language?: string | undefined;
13907
- readonly maxRating?: number | undefined;
13908
13773
  readonly step?: number | undefined;
13909
13774
  readonly currencyConfig?: {
13910
13775
  precision: number;
@@ -13998,7 +13863,6 @@ declare const NotificationSubscription: Omit<{
13998
13863
  } | undefined;
13999
13864
  readonly sortable?: boolean | undefined;
14000
13865
  readonly inlineHelpText?: string | undefined;
14001
- readonly caseSensitive?: boolean | undefined;
14002
13866
  readonly autonumberFormat?: string | undefined;
14003
13867
  readonly index?: boolean | undefined;
14004
13868
  readonly type: "boolean";
@@ -14080,7 +13944,6 @@ declare const NotificationSubscription: Omit<{
14080
13944
  relationshipField?: string | undefined;
14081
13945
  } | undefined;
14082
13946
  readonly language?: string | undefined;
14083
- readonly maxRating?: number | undefined;
14084
13947
  readonly step?: number | undefined;
14085
13948
  readonly currencyConfig?: {
14086
13949
  precision: number;
@@ -14174,7 +14037,6 @@ declare const NotificationSubscription: Omit<{
14174
14037
  } | undefined;
14175
14038
  readonly sortable?: boolean | undefined;
14176
14039
  readonly inlineHelpText?: string | undefined;
14177
- readonly caseSensitive?: boolean | undefined;
14178
14040
  readonly autonumberFormat?: string | undefined;
14179
14041
  readonly index?: boolean | undefined;
14180
14042
  readonly type: "datetime";
@@ -14291,7 +14153,6 @@ declare const NotificationTemplate: Omit<{
14291
14153
  relationshipField?: string | undefined;
14292
14154
  } | undefined;
14293
14155
  language?: string | undefined;
14294
- maxRating?: number | undefined;
14295
14156
  step?: number | undefined;
14296
14157
  currencyConfig?: {
14297
14158
  precision: number;
@@ -14421,7 +14282,6 @@ declare const NotificationTemplate: Omit<{
14421
14282
  requiredPermissions?: string[] | undefined;
14422
14283
  system?: boolean | undefined;
14423
14284
  inlineHelpText?: string | undefined;
14424
- caseSensitive?: boolean | undefined;
14425
14285
  autonumberFormat?: string | undefined;
14426
14286
  }>;
14427
14287
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -14509,12 +14369,6 @@ declare const NotificationTemplate: Omit<{
14509
14369
  versionField: string;
14510
14370
  retentionDays?: number | undefined;
14511
14371
  } | undefined;
14512
- partitioning?: {
14513
- enabled: boolean;
14514
- strategy: "hash" | "list" | "range";
14515
- key: string;
14516
- interval?: string | undefined;
14517
- } | undefined;
14518
14372
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
14519
14373
  activityMilestones?: {
14520
14374
  field: string;
@@ -14845,7 +14699,6 @@ declare const NotificationTemplate: Omit<{
14845
14699
  debounceMs?: number | undefined;
14846
14700
  } | undefined;
14847
14701
  }> | undefined;
14848
- defaultDetailForm?: string | undefined;
14849
14702
  searchableFields?: string[] | undefined;
14850
14703
  search?: {
14851
14704
  fields: string[];
@@ -14862,7 +14715,7 @@ declare const NotificationTemplate: Omit<{
14862
14715
  trash: boolean;
14863
14716
  mru: boolean;
14864
14717
  clone: boolean;
14865
- apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
14718
+ apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "get" | "update" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
14866
14719
  } | undefined;
14867
14720
  sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
14868
14721
  publicSharing?: {
@@ -14890,6 +14743,7 @@ declare const NotificationTemplate: Omit<{
14890
14743
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
14891
14744
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
14892
14745
  target?: string | undefined;
14746
+ openIn?: "self" | "new-tab" | undefined;
14893
14747
  body?: {
14894
14748
  language: "expression";
14895
14749
  source: string;
@@ -15076,7 +14930,6 @@ declare const NotificationTemplate: Omit<{
15076
14930
  relationshipField?: string | undefined;
15077
14931
  } | undefined;
15078
14932
  readonly language?: string | undefined;
15079
- readonly maxRating?: number | undefined;
15080
14933
  readonly step?: number | undefined;
15081
14934
  readonly currencyConfig?: {
15082
14935
  precision: number;
@@ -15170,7 +15023,6 @@ declare const NotificationTemplate: Omit<{
15170
15023
  } | undefined;
15171
15024
  readonly sortable?: boolean | undefined;
15172
15025
  readonly inlineHelpText?: string | undefined;
15173
- readonly caseSensitive?: boolean | undefined;
15174
15026
  readonly autonumberFormat?: string | undefined;
15175
15027
  readonly index?: boolean | undefined;
15176
15028
  readonly type: "text";
@@ -15252,7 +15104,6 @@ declare const NotificationTemplate: Omit<{
15252
15104
  relationshipField?: string | undefined;
15253
15105
  } | undefined;
15254
15106
  readonly language?: string | undefined;
15255
- readonly maxRating?: number | undefined;
15256
15107
  readonly step?: number | undefined;
15257
15108
  readonly currencyConfig?: {
15258
15109
  precision: number;
@@ -15346,7 +15197,6 @@ declare const NotificationTemplate: Omit<{
15346
15197
  } | undefined;
15347
15198
  readonly sortable?: boolean | undefined;
15348
15199
  readonly inlineHelpText?: string | undefined;
15349
- readonly caseSensitive?: boolean | undefined;
15350
15200
  readonly autonumberFormat?: string | undefined;
15351
15201
  readonly index?: boolean | undefined;
15352
15202
  readonly type: "text";
@@ -15428,7 +15278,6 @@ declare const NotificationTemplate: Omit<{
15428
15278
  relationshipField?: string | undefined;
15429
15279
  } | undefined;
15430
15280
  readonly language?: string | undefined;
15431
- readonly maxRating?: number | undefined;
15432
15281
  readonly step?: number | undefined;
15433
15282
  readonly currencyConfig?: {
15434
15283
  precision: number;
@@ -15522,7 +15371,6 @@ declare const NotificationTemplate: Omit<{
15522
15371
  } | undefined;
15523
15372
  readonly sortable?: boolean | undefined;
15524
15373
  readonly inlineHelpText?: string | undefined;
15525
- readonly caseSensitive?: boolean | undefined;
15526
15374
  readonly autonumberFormat?: string | undefined;
15527
15375
  readonly index?: boolean | undefined;
15528
15376
  readonly type: "text";
@@ -15604,7 +15452,6 @@ declare const NotificationTemplate: Omit<{
15604
15452
  relationshipField?: string | undefined;
15605
15453
  } | undefined;
15606
15454
  readonly language?: string | undefined;
15607
- readonly maxRating?: number | undefined;
15608
15455
  readonly step?: number | undefined;
15609
15456
  readonly currencyConfig?: {
15610
15457
  precision: number;
@@ -15698,7 +15545,6 @@ declare const NotificationTemplate: Omit<{
15698
15545
  } | undefined;
15699
15546
  readonly sortable?: boolean | undefined;
15700
15547
  readonly inlineHelpText?: string | undefined;
15701
- readonly caseSensitive?: boolean | undefined;
15702
15548
  readonly autonumberFormat?: string | undefined;
15703
15549
  readonly index?: boolean | undefined;
15704
15550
  readonly type: "text";
@@ -15780,7 +15626,6 @@ declare const NotificationTemplate: Omit<{
15780
15626
  relationshipField?: string | undefined;
15781
15627
  } | undefined;
15782
15628
  readonly language?: string | undefined;
15783
- readonly maxRating?: number | undefined;
15784
15629
  readonly step?: number | undefined;
15785
15630
  readonly currencyConfig?: {
15786
15631
  precision: number;
@@ -15874,7 +15719,6 @@ declare const NotificationTemplate: Omit<{
15874
15719
  } | undefined;
15875
15720
  readonly sortable?: boolean | undefined;
15876
15721
  readonly inlineHelpText?: string | undefined;
15877
- readonly caseSensitive?: boolean | undefined;
15878
15722
  readonly autonumberFormat?: string | undefined;
15879
15723
  readonly index?: boolean | undefined;
15880
15724
  readonly type: "number";
@@ -15956,7 +15800,6 @@ declare const NotificationTemplate: Omit<{
15956
15800
  relationshipField?: string | undefined;
15957
15801
  } | undefined;
15958
15802
  readonly language?: string | undefined;
15959
- readonly maxRating?: number | undefined;
15960
15803
  readonly step?: number | undefined;
15961
15804
  readonly currencyConfig?: {
15962
15805
  precision: number;
@@ -16050,7 +15893,6 @@ declare const NotificationTemplate: Omit<{
16050
15893
  } | undefined;
16051
15894
  readonly sortable?: boolean | undefined;
16052
15895
  readonly inlineHelpText?: string | undefined;
16053
- readonly caseSensitive?: boolean | undefined;
16054
15896
  readonly autonumberFormat?: string | undefined;
16055
15897
  readonly index?: boolean | undefined;
16056
15898
  readonly type: "text";
@@ -16132,7 +15974,6 @@ declare const NotificationTemplate: Omit<{
16132
15974
  relationshipField?: string | undefined;
16133
15975
  } | undefined;
16134
15976
  readonly language?: string | undefined;
16135
- readonly maxRating?: number | undefined;
16136
15977
  readonly step?: number | undefined;
16137
15978
  readonly currencyConfig?: {
16138
15979
  precision: number;
@@ -16226,7 +16067,6 @@ declare const NotificationTemplate: Omit<{
16226
16067
  } | undefined;
16227
16068
  readonly sortable?: boolean | undefined;
16228
16069
  readonly inlineHelpText?: string | undefined;
16229
- readonly caseSensitive?: boolean | undefined;
16230
16070
  readonly autonumberFormat?: string | undefined;
16231
16071
  readonly index?: boolean | undefined;
16232
16072
  readonly type: "markdown";
@@ -16308,7 +16148,6 @@ declare const NotificationTemplate: Omit<{
16308
16148
  relationshipField?: string | undefined;
16309
16149
  } | undefined;
16310
16150
  readonly language?: string | undefined;
16311
- readonly maxRating?: number | undefined;
16312
16151
  readonly step?: number | undefined;
16313
16152
  readonly currencyConfig?: {
16314
16153
  precision: number;
@@ -16402,7 +16241,6 @@ declare const NotificationTemplate: Omit<{
16402
16241
  } | undefined;
16403
16242
  readonly sortable?: boolean | undefined;
16404
16243
  readonly inlineHelpText?: string | undefined;
16405
- readonly caseSensitive?: boolean | undefined;
16406
16244
  readonly autonumberFormat?: string | undefined;
16407
16245
  readonly index?: boolean | undefined;
16408
16246
  readonly type: "select";
@@ -16484,7 +16322,6 @@ declare const NotificationTemplate: Omit<{
16484
16322
  relationshipField?: string | undefined;
16485
16323
  } | undefined;
16486
16324
  readonly language?: string | undefined;
16487
- readonly maxRating?: number | undefined;
16488
16325
  readonly step?: number | undefined;
16489
16326
  readonly currencyConfig?: {
16490
16327
  precision: number;
@@ -16578,7 +16415,6 @@ declare const NotificationTemplate: Omit<{
16578
16415
  } | undefined;
16579
16416
  readonly sortable?: boolean | undefined;
16580
16417
  readonly inlineHelpText?: string | undefined;
16581
- readonly caseSensitive?: boolean | undefined;
16582
16418
  readonly autonumberFormat?: string | undefined;
16583
16419
  readonly index?: boolean | undefined;
16584
16420
  readonly type: "boolean";
@@ -16660,7 +16496,6 @@ declare const NotificationTemplate: Omit<{
16660
16496
  relationshipField?: string | undefined;
16661
16497
  } | undefined;
16662
16498
  readonly language?: string | undefined;
16663
- readonly maxRating?: number | undefined;
16664
16499
  readonly step?: number | undefined;
16665
16500
  readonly currencyConfig?: {
16666
16501
  precision: number;
@@ -16754,7 +16589,6 @@ declare const NotificationTemplate: Omit<{
16754
16589
  } | undefined;
16755
16590
  readonly sortable?: boolean | undefined;
16756
16591
  readonly inlineHelpText?: string | undefined;
16757
- readonly caseSensitive?: boolean | undefined;
16758
16592
  readonly autonumberFormat?: string | undefined;
16759
16593
  readonly index?: boolean | undefined;
16760
16594
  readonly type: "datetime";
@@ -16836,7 +16670,6 @@ declare const NotificationTemplate: Omit<{
16836
16670
  relationshipField?: string | undefined;
16837
16671
  } | undefined;
16838
16672
  readonly language?: string | undefined;
16839
- readonly maxRating?: number | undefined;
16840
16673
  readonly step?: number | undefined;
16841
16674
  readonly currencyConfig?: {
16842
16675
  precision: number;
@@ -16930,7 +16763,6 @@ declare const NotificationTemplate: Omit<{
16930
16763
  } | undefined;
16931
16764
  readonly sortable?: boolean | undefined;
16932
16765
  readonly inlineHelpText?: string | undefined;
16933
- readonly caseSensitive?: boolean | undefined;
16934
16766
  readonly autonumberFormat?: string | undefined;
16935
16767
  readonly index?: boolean | undefined;
16936
16768
  readonly type: "datetime";
@@ -17055,7 +16887,6 @@ declare const HttpDelivery: Omit<{
17055
16887
  relationshipField?: string | undefined;
17056
16888
  } | undefined;
17057
16889
  language?: string | undefined;
17058
- maxRating?: number | undefined;
17059
16890
  step?: number | undefined;
17060
16891
  currencyConfig?: {
17061
16892
  precision: number;
@@ -17185,7 +17016,6 @@ declare const HttpDelivery: Omit<{
17185
17016
  requiredPermissions?: string[] | undefined;
17186
17017
  system?: boolean | undefined;
17187
17018
  inlineHelpText?: string | undefined;
17188
- caseSensitive?: boolean | undefined;
17189
17019
  autonumberFormat?: string | undefined;
17190
17020
  }>;
17191
17021
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -17273,12 +17103,6 @@ declare const HttpDelivery: Omit<{
17273
17103
  versionField: string;
17274
17104
  retentionDays?: number | undefined;
17275
17105
  } | undefined;
17276
- partitioning?: {
17277
- enabled: boolean;
17278
- strategy: "hash" | "list" | "range";
17279
- key: string;
17280
- interval?: string | undefined;
17281
- } | undefined;
17282
17106
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
17283
17107
  activityMilestones?: {
17284
17108
  field: string;
@@ -17609,7 +17433,6 @@ declare const HttpDelivery: Omit<{
17609
17433
  debounceMs?: number | undefined;
17610
17434
  } | undefined;
17611
17435
  }> | undefined;
17612
- defaultDetailForm?: string | undefined;
17613
17436
  searchableFields?: string[] | undefined;
17614
17437
  search?: {
17615
17438
  fields: string[];
@@ -17626,7 +17449,7 @@ declare const HttpDelivery: Omit<{
17626
17449
  trash: boolean;
17627
17450
  mru: boolean;
17628
17451
  clone: boolean;
17629
- apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
17452
+ apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "get" | "update" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
17630
17453
  } | undefined;
17631
17454
  sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
17632
17455
  publicSharing?: {
@@ -17654,6 +17477,7 @@ declare const HttpDelivery: Omit<{
17654
17477
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
17655
17478
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
17656
17479
  target?: string | undefined;
17480
+ openIn?: "self" | "new-tab" | undefined;
17657
17481
  body?: {
17658
17482
  language: "expression";
17659
17483
  source: string;
@@ -17910,7 +17734,6 @@ declare const HttpDelivery: Omit<{
17910
17734
  relationshipField?: string | undefined;
17911
17735
  } | undefined;
17912
17736
  readonly language?: string | undefined;
17913
- readonly maxRating?: number | undefined;
17914
17737
  readonly step?: number | undefined;
17915
17738
  readonly currencyConfig?: {
17916
17739
  precision: number;
@@ -18004,7 +17827,6 @@ declare const HttpDelivery: Omit<{
18004
17827
  } | undefined;
18005
17828
  readonly sortable?: boolean | undefined;
18006
17829
  readonly inlineHelpText?: string | undefined;
18007
- readonly caseSensitive?: boolean | undefined;
18008
17830
  readonly autonumberFormat?: string | undefined;
18009
17831
  readonly index?: boolean | undefined;
18010
17832
  readonly type: "text";
@@ -18086,7 +17908,6 @@ declare const HttpDelivery: Omit<{
18086
17908
  relationshipField?: string | undefined;
18087
17909
  } | undefined;
18088
17910
  readonly language?: string | undefined;
18089
- readonly maxRating?: number | undefined;
18090
17911
  readonly step?: number | undefined;
18091
17912
  readonly currencyConfig?: {
18092
17913
  precision: number;
@@ -18180,7 +18001,6 @@ declare const HttpDelivery: Omit<{
18180
18001
  } | undefined;
18181
18002
  readonly sortable?: boolean | undefined;
18182
18003
  readonly inlineHelpText?: string | undefined;
18183
- readonly caseSensitive?: boolean | undefined;
18184
18004
  readonly autonumberFormat?: string | undefined;
18185
18005
  readonly index?: boolean | undefined;
18186
18006
  readonly type: "text";
@@ -18262,7 +18082,6 @@ declare const HttpDelivery: Omit<{
18262
18082
  relationshipField?: string | undefined;
18263
18083
  } | undefined;
18264
18084
  readonly language?: string | undefined;
18265
- readonly maxRating?: number | undefined;
18266
18085
  readonly step?: number | undefined;
18267
18086
  readonly currencyConfig?: {
18268
18087
  precision: number;
@@ -18356,7 +18175,6 @@ declare const HttpDelivery: Omit<{
18356
18175
  } | undefined;
18357
18176
  readonly sortable?: boolean | undefined;
18358
18177
  readonly inlineHelpText?: string | undefined;
18359
- readonly caseSensitive?: boolean | undefined;
18360
18178
  readonly autonumberFormat?: string | undefined;
18361
18179
  readonly index?: boolean | undefined;
18362
18180
  readonly type: "text";
@@ -18438,7 +18256,6 @@ declare const HttpDelivery: Omit<{
18438
18256
  relationshipField?: string | undefined;
18439
18257
  } | undefined;
18440
18258
  readonly language?: string | undefined;
18441
- readonly maxRating?: number | undefined;
18442
18259
  readonly step?: number | undefined;
18443
18260
  readonly currencyConfig?: {
18444
18261
  precision: number;
@@ -18532,7 +18349,6 @@ declare const HttpDelivery: Omit<{
18532
18349
  } | undefined;
18533
18350
  readonly sortable?: boolean | undefined;
18534
18351
  readonly inlineHelpText?: string | undefined;
18535
- readonly caseSensitive?: boolean | undefined;
18536
18352
  readonly autonumberFormat?: string | undefined;
18537
18353
  readonly index?: boolean | undefined;
18538
18354
  readonly type: "text";
@@ -18614,7 +18430,6 @@ declare const HttpDelivery: Omit<{
18614
18430
  relationshipField?: string | undefined;
18615
18431
  } | undefined;
18616
18432
  readonly language?: string | undefined;
18617
- readonly maxRating?: number | undefined;
18618
18433
  readonly step?: number | undefined;
18619
18434
  readonly currencyConfig?: {
18620
18435
  precision: number;
@@ -18708,7 +18523,6 @@ declare const HttpDelivery: Omit<{
18708
18523
  } | undefined;
18709
18524
  readonly sortable?: boolean | undefined;
18710
18525
  readonly inlineHelpText?: string | undefined;
18711
- readonly caseSensitive?: boolean | undefined;
18712
18526
  readonly autonumberFormat?: string | undefined;
18713
18527
  readonly index?: boolean | undefined;
18714
18528
  readonly type: "text";
@@ -18790,7 +18604,6 @@ declare const HttpDelivery: Omit<{
18790
18604
  relationshipField?: string | undefined;
18791
18605
  } | undefined;
18792
18606
  readonly language?: string | undefined;
18793
- readonly maxRating?: number | undefined;
18794
18607
  readonly step?: number | undefined;
18795
18608
  readonly currencyConfig?: {
18796
18609
  precision: number;
@@ -18884,7 +18697,6 @@ declare const HttpDelivery: Omit<{
18884
18697
  } | undefined;
18885
18698
  readonly sortable?: boolean | undefined;
18886
18699
  readonly inlineHelpText?: string | undefined;
18887
- readonly caseSensitive?: boolean | undefined;
18888
18700
  readonly autonumberFormat?: string | undefined;
18889
18701
  readonly index?: boolean | undefined;
18890
18702
  readonly type: "text";
@@ -18966,7 +18778,6 @@ declare const HttpDelivery: Omit<{
18966
18778
  relationshipField?: string | undefined;
18967
18779
  } | undefined;
18968
18780
  readonly language?: string | undefined;
18969
- readonly maxRating?: number | undefined;
18970
18781
  readonly step?: number | undefined;
18971
18782
  readonly currencyConfig?: {
18972
18783
  precision: number;
@@ -19060,7 +18871,6 @@ declare const HttpDelivery: Omit<{
19060
18871
  } | undefined;
19061
18872
  readonly sortable?: boolean | undefined;
19062
18873
  readonly inlineHelpText?: string | undefined;
19063
- readonly caseSensitive?: boolean | undefined;
19064
18874
  readonly autonumberFormat?: string | undefined;
19065
18875
  readonly index?: boolean | undefined;
19066
18876
  readonly type: "text";
@@ -19142,7 +18952,6 @@ declare const HttpDelivery: Omit<{
19142
18952
  relationshipField?: string | undefined;
19143
18953
  } | undefined;
19144
18954
  readonly language?: string | undefined;
19145
- readonly maxRating?: number | undefined;
19146
18955
  readonly step?: number | undefined;
19147
18956
  readonly currencyConfig?: {
19148
18957
  precision: number;
@@ -19236,7 +19045,6 @@ declare const HttpDelivery: Omit<{
19236
19045
  } | undefined;
19237
19046
  readonly sortable?: boolean | undefined;
19238
19047
  readonly inlineHelpText?: string | undefined;
19239
- readonly caseSensitive?: boolean | undefined;
19240
19048
  readonly autonumberFormat?: string | undefined;
19241
19049
  readonly index?: boolean | undefined;
19242
19050
  readonly type: "textarea";
@@ -19318,7 +19126,6 @@ declare const HttpDelivery: Omit<{
19318
19126
  relationshipField?: string | undefined;
19319
19127
  } | undefined;
19320
19128
  readonly language?: string | undefined;
19321
- readonly maxRating?: number | undefined;
19322
19129
  readonly step?: number | undefined;
19323
19130
  readonly currencyConfig?: {
19324
19131
  precision: number;
@@ -19412,7 +19219,6 @@ declare const HttpDelivery: Omit<{
19412
19219
  } | undefined;
19413
19220
  readonly sortable?: boolean | undefined;
19414
19221
  readonly inlineHelpText?: string | undefined;
19415
- readonly caseSensitive?: boolean | undefined;
19416
19222
  readonly autonumberFormat?: string | undefined;
19417
19223
  readonly index?: boolean | undefined;
19418
19224
  readonly type: "text";
@@ -19494,7 +19300,6 @@ declare const HttpDelivery: Omit<{
19494
19300
  relationshipField?: string | undefined;
19495
19301
  } | undefined;
19496
19302
  readonly language?: string | undefined;
19497
- readonly maxRating?: number | undefined;
19498
19303
  readonly step?: number | undefined;
19499
19304
  readonly currencyConfig?: {
19500
19305
  precision: number;
@@ -19588,7 +19393,6 @@ declare const HttpDelivery: Omit<{
19588
19393
  } | undefined;
19589
19394
  readonly sortable?: boolean | undefined;
19590
19395
  readonly inlineHelpText?: string | undefined;
19591
- readonly caseSensitive?: boolean | undefined;
19592
19396
  readonly autonumberFormat?: string | undefined;
19593
19397
  readonly index?: boolean | undefined;
19594
19398
  readonly type: "number";
@@ -19670,7 +19474,6 @@ declare const HttpDelivery: Omit<{
19670
19474
  relationshipField?: string | undefined;
19671
19475
  } | undefined;
19672
19476
  readonly language?: string | undefined;
19673
- readonly maxRating?: number | undefined;
19674
19477
  readonly step?: number | undefined;
19675
19478
  readonly currencyConfig?: {
19676
19479
  precision: number;
@@ -19764,7 +19567,6 @@ declare const HttpDelivery: Omit<{
19764
19567
  } | undefined;
19765
19568
  readonly sortable?: boolean | undefined;
19766
19569
  readonly inlineHelpText?: string | undefined;
19767
- readonly caseSensitive?: boolean | undefined;
19768
19570
  readonly autonumberFormat?: string | undefined;
19769
19571
  readonly index?: boolean | undefined;
19770
19572
  readonly type: "textarea";
@@ -19846,7 +19648,6 @@ declare const HttpDelivery: Omit<{
19846
19648
  relationshipField?: string | undefined;
19847
19649
  } | undefined;
19848
19650
  readonly language?: string | undefined;
19849
- readonly maxRating?: number | undefined;
19850
19651
  readonly step?: number | undefined;
19851
19652
  readonly currencyConfig?: {
19852
19653
  precision: number;
@@ -19940,7 +19741,6 @@ declare const HttpDelivery: Omit<{
19940
19741
  } | undefined;
19941
19742
  readonly sortable?: boolean | undefined;
19942
19743
  readonly inlineHelpText?: string | undefined;
19943
- readonly caseSensitive?: boolean | undefined;
19944
19744
  readonly autonumberFormat?: string | undefined;
19945
19745
  readonly index?: boolean | undefined;
19946
19746
  readonly type: "number";
@@ -20022,7 +19822,6 @@ declare const HttpDelivery: Omit<{
20022
19822
  relationshipField?: string | undefined;
20023
19823
  } | undefined;
20024
19824
  readonly language?: string | undefined;
20025
- readonly maxRating?: number | undefined;
20026
19825
  readonly step?: number | undefined;
20027
19826
  readonly currencyConfig?: {
20028
19827
  precision: number;
@@ -20116,7 +19915,6 @@ declare const HttpDelivery: Omit<{
20116
19915
  } | undefined;
20117
19916
  readonly sortable?: boolean | undefined;
20118
19917
  readonly inlineHelpText?: string | undefined;
20119
- readonly caseSensitive?: boolean | undefined;
20120
19918
  readonly autonumberFormat?: string | undefined;
20121
19919
  readonly index?: boolean | undefined;
20122
19920
  readonly type: "text";
@@ -20198,7 +19996,6 @@ declare const HttpDelivery: Omit<{
20198
19996
  relationshipField?: string | undefined;
20199
19997
  } | undefined;
20200
19998
  readonly language?: string | undefined;
20201
- readonly maxRating?: number | undefined;
20202
19999
  readonly step?: number | undefined;
20203
20000
  readonly currencyConfig?: {
20204
20001
  precision: number;
@@ -20292,7 +20089,6 @@ declare const HttpDelivery: Omit<{
20292
20089
  } | undefined;
20293
20090
  readonly sortable?: boolean | undefined;
20294
20091
  readonly inlineHelpText?: string | undefined;
20295
- readonly caseSensitive?: boolean | undefined;
20296
20092
  readonly autonumberFormat?: string | undefined;
20297
20093
  readonly index?: boolean | undefined;
20298
20094
  readonly type: "number";
@@ -20374,7 +20170,6 @@ declare const HttpDelivery: Omit<{
20374
20170
  relationshipField?: string | undefined;
20375
20171
  } | undefined;
20376
20172
  readonly language?: string | undefined;
20377
- readonly maxRating?: number | undefined;
20378
20173
  readonly step?: number | undefined;
20379
20174
  readonly currencyConfig?: {
20380
20175
  precision: number;
@@ -20468,7 +20263,6 @@ declare const HttpDelivery: Omit<{
20468
20263
  } | undefined;
20469
20264
  readonly sortable?: boolean | undefined;
20470
20265
  readonly inlineHelpText?: string | undefined;
20471
- readonly caseSensitive?: boolean | undefined;
20472
20266
  readonly autonumberFormat?: string | undefined;
20473
20267
  readonly index?: boolean | undefined;
20474
20268
  readonly type: "text";
@@ -20550,7 +20344,6 @@ declare const HttpDelivery: Omit<{
20550
20344
  relationshipField?: string | undefined;
20551
20345
  } | undefined;
20552
20346
  readonly language?: string | undefined;
20553
- readonly maxRating?: number | undefined;
20554
20347
  readonly step?: number | undefined;
20555
20348
  readonly currencyConfig?: {
20556
20349
  precision: number;
@@ -20644,7 +20437,6 @@ declare const HttpDelivery: Omit<{
20644
20437
  } | undefined;
20645
20438
  readonly sortable?: boolean | undefined;
20646
20439
  readonly inlineHelpText?: string | undefined;
20647
- readonly caseSensitive?: boolean | undefined;
20648
20440
  readonly autonumberFormat?: string | undefined;
20649
20441
  readonly index?: boolean | undefined;
20650
20442
  readonly type: "number";
@@ -20726,7 +20518,6 @@ declare const HttpDelivery: Omit<{
20726
20518
  relationshipField?: string | undefined;
20727
20519
  } | undefined;
20728
20520
  readonly language?: string | undefined;
20729
- readonly maxRating?: number | undefined;
20730
20521
  readonly step?: number | undefined;
20731
20522
  readonly currencyConfig?: {
20732
20523
  precision: number;
@@ -20820,7 +20611,6 @@ declare const HttpDelivery: Omit<{
20820
20611
  } | undefined;
20821
20612
  readonly sortable?: boolean | undefined;
20822
20613
  readonly inlineHelpText?: string | undefined;
20823
- readonly caseSensitive?: boolean | undefined;
20824
20614
  readonly autonumberFormat?: string | undefined;
20825
20615
  readonly index?: boolean | undefined;
20826
20616
  readonly type: "number";
@@ -20902,7 +20692,6 @@ declare const HttpDelivery: Omit<{
20902
20692
  relationshipField?: string | undefined;
20903
20693
  } | undefined;
20904
20694
  readonly language?: string | undefined;
20905
- readonly maxRating?: number | undefined;
20906
20695
  readonly step?: number | undefined;
20907
20696
  readonly currencyConfig?: {
20908
20697
  precision: number;
@@ -20996,7 +20785,6 @@ declare const HttpDelivery: Omit<{
20996
20785
  } | undefined;
20997
20786
  readonly sortable?: boolean | undefined;
20998
20787
  readonly inlineHelpText?: string | undefined;
20999
- readonly caseSensitive?: boolean | undefined;
21000
20788
  readonly autonumberFormat?: string | undefined;
21001
20789
  readonly index?: boolean | undefined;
21002
20790
  readonly type: "number";
@@ -21078,7 +20866,6 @@ declare const HttpDelivery: Omit<{
21078
20866
  relationshipField?: string | undefined;
21079
20867
  } | undefined;
21080
20868
  readonly language?: string | undefined;
21081
- readonly maxRating?: number | undefined;
21082
20869
  readonly step?: number | undefined;
21083
20870
  readonly currencyConfig?: {
21084
20871
  precision: number;
@@ -21172,7 +20959,6 @@ declare const HttpDelivery: Omit<{
21172
20959
  } | undefined;
21173
20960
  readonly sortable?: boolean | undefined;
21174
20961
  readonly inlineHelpText?: string | undefined;
21175
- readonly caseSensitive?: boolean | undefined;
21176
20962
  readonly autonumberFormat?: string | undefined;
21177
20963
  readonly index?: boolean | undefined;
21178
20964
  readonly type: "number";
@@ -21254,7 +21040,6 @@ declare const HttpDelivery: Omit<{
21254
21040
  relationshipField?: string | undefined;
21255
21041
  } | undefined;
21256
21042
  readonly language?: string | undefined;
21257
- readonly maxRating?: number | undefined;
21258
21043
  readonly step?: number | undefined;
21259
21044
  readonly currencyConfig?: {
21260
21045
  precision: number;
@@ -21348,7 +21133,6 @@ declare const HttpDelivery: Omit<{
21348
21133
  } | undefined;
21349
21134
  readonly sortable?: boolean | undefined;
21350
21135
  readonly inlineHelpText?: string | undefined;
21351
- readonly caseSensitive?: boolean | undefined;
21352
21136
  readonly autonumberFormat?: string | undefined;
21353
21137
  readonly index?: boolean | undefined;
21354
21138
  readonly type: "textarea";
@@ -21430,7 +21214,6 @@ declare const HttpDelivery: Omit<{
21430
21214
  relationshipField?: string | undefined;
21431
21215
  } | undefined;
21432
21216
  readonly language?: string | undefined;
21433
- readonly maxRating?: number | undefined;
21434
21217
  readonly step?: number | undefined;
21435
21218
  readonly currencyConfig?: {
21436
21219
  precision: number;
@@ -21524,7 +21307,6 @@ declare const HttpDelivery: Omit<{
21524
21307
  } | undefined;
21525
21308
  readonly sortable?: boolean | undefined;
21526
21309
  readonly inlineHelpText?: string | undefined;
21527
- readonly caseSensitive?: boolean | undefined;
21528
21310
  readonly autonumberFormat?: string | undefined;
21529
21311
  readonly index?: boolean | undefined;
21530
21312
  readonly type: "textarea";
@@ -21606,7 +21388,6 @@ declare const HttpDelivery: Omit<{
21606
21388
  relationshipField?: string | undefined;
21607
21389
  } | undefined;
21608
21390
  readonly language?: string | undefined;
21609
- readonly maxRating?: number | undefined;
21610
21391
  readonly step?: number | undefined;
21611
21392
  readonly currencyConfig?: {
21612
21393
  precision: number;
@@ -21700,7 +21481,6 @@ declare const HttpDelivery: Omit<{
21700
21481
  } | undefined;
21701
21482
  readonly sortable?: boolean | undefined;
21702
21483
  readonly inlineHelpText?: string | undefined;
21703
- readonly caseSensitive?: boolean | undefined;
21704
21484
  readonly autonumberFormat?: string | undefined;
21705
21485
  readonly index?: boolean | undefined;
21706
21486
  readonly type: "datetime";
@@ -21782,7 +21562,6 @@ declare const HttpDelivery: Omit<{
21782
21562
  relationshipField?: string | undefined;
21783
21563
  } | undefined;
21784
21564
  readonly language?: string | undefined;
21785
- readonly maxRating?: number | undefined;
21786
21565
  readonly step?: number | undefined;
21787
21566
  readonly currencyConfig?: {
21788
21567
  precision: number;
@@ -21876,7 +21655,6 @@ declare const HttpDelivery: Omit<{
21876
21655
  } | undefined;
21877
21656
  readonly sortable?: boolean | undefined;
21878
21657
  readonly inlineHelpText?: string | undefined;
21879
- readonly caseSensitive?: boolean | undefined;
21880
21658
  readonly autonumberFormat?: string | undefined;
21881
21659
  readonly index?: boolean | undefined;
21882
21660
  readonly type: "datetime";