@univerjs/sheets-formula 0.2.4 → 0.2.6

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.
Files changed (49) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +4882 -4712
  3. package/lib/index.css +1 -1
  4. package/lib/locale/en-US.json +387 -349
  5. package/lib/locale/ru-RU.json +315 -325
  6. package/lib/locale/vi-VN.json +177 -227
  7. package/lib/locale/zh-CN.json +391 -353
  8. package/lib/locale/zh-TW.json +403 -365
  9. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +7 -8
  10. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -2
  11. package/lib/types/controllers/formula-clipboard.controller.d.ts +1 -2
  12. package/lib/types/controllers/formula-ui.controller.d.ts +1 -2
  13. package/lib/types/controllers/menu.d.ts +1 -1
  14. package/lib/types/controllers/prompt.controller.d.ts +3 -0
  15. package/lib/types/controllers/update-formula.controller.d.ts +1 -2
  16. package/lib/types/formula-ui-plugin.d.ts +2 -3
  17. package/lib/types/locale/en-US.d.ts +207 -169
  18. package/lib/types/locale/function-list/date/en-US.d.ts +25 -17
  19. package/lib/types/locale/function-list/date/ja-JP.d.ts +25 -17
  20. package/lib/types/locale/function-list/date/zh-CN.d.ts +25 -17
  21. package/lib/types/locale/function-list/date/zh-TW.d.ts +27 -19
  22. package/lib/types/locale/function-list/information/en-US.d.ts +4 -12
  23. package/lib/types/locale/function-list/information/ja-JP.d.ts +4 -12
  24. package/lib/types/locale/function-list/information/zh-CN.d.ts +4 -12
  25. package/lib/types/locale/function-list/information/zh-TW.d.ts +4 -12
  26. package/lib/types/locale/function-list/lookup/en-US.d.ts +53 -21
  27. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +53 -21
  28. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +53 -21
  29. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +53 -21
  30. package/lib/types/locale/function-list/math/en-US.d.ts +69 -111
  31. package/lib/types/locale/function-list/math/ja-JP.d.ts +69 -111
  32. package/lib/types/locale/function-list/math/zh-CN.d.ts +69 -111
  33. package/lib/types/locale/function-list/math/zh-TW.d.ts +71 -113
  34. package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
  35. package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
  36. package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
  37. package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
  38. package/lib/types/locale/ru-RU.d.ts +151 -161
  39. package/lib/types/locale/vi-VN.d.ts +73 -123
  40. package/lib/types/locale/zh-CN.d.ts +207 -169
  41. package/lib/types/locale/zh-TW.d.ts +211 -173
  42. package/lib/types/services/description.service.d.ts +2 -3
  43. package/lib/types/services/formula-ref-range.service.d.ts +1 -2
  44. package/lib/types/services/prompt.service.d.ts +2 -3
  45. package/lib/types/services/register-function.service.d.ts +2 -3
  46. package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
  47. package/lib/types/services/render-services/ref-selections.render-service.d.ts +5 -4
  48. package/lib/umd/index.js +4 -4
  49. package/package.json +25 -27
@@ -1869,11 +1869,11 @@ declare const _default: {
1869
1869
  url: string;
1870
1870
  }[];
1871
1871
  functionParameter: {
1872
- number1: {
1872
+ infoType: {
1873
1873
  name: string;
1874
1874
  detail: string;
1875
1875
  };
1876
- number2: {
1876
+ reference: {
1877
1877
  name: string;
1878
1878
  detail: string;
1879
1879
  };
@@ -1887,11 +1887,7 @@ declare const _default: {
1887
1887
  url: string;
1888
1888
  }[];
1889
1889
  functionParameter: {
1890
- number1: {
1891
- name: string;
1892
- detail: string;
1893
- };
1894
- number2: {
1890
+ errorVal: {
1895
1891
  name: string;
1896
1892
  detail: string;
1897
1893
  };
@@ -2185,11 +2181,7 @@ declare const _default: {
2185
2181
  url: string;
2186
2182
  }[];
2187
2183
  functionParameter: {
2188
- number1: {
2189
- name: string;
2190
- detail: string;
2191
- };
2192
- number2: {
2184
+ value: {
2193
2185
  name: string;
2194
2186
  detail: string;
2195
2187
  };
@@ -3673,11 +3665,15 @@ declare const _default: {
3673
3665
  url: string;
3674
3666
  }[];
3675
3667
  functionParameter: {
3676
- number1: {
3668
+ array: {
3677
3669
  name: string;
3678
3670
  detail: string;
3679
3671
  };
3680
- number2: {
3672
+ colNum1: {
3673
+ name: string;
3674
+ detail: string;
3675
+ };
3676
+ colNum2: {
3681
3677
  name: string;
3682
3678
  detail: string;
3683
3679
  };
@@ -3691,11 +3687,15 @@ declare const _default: {
3691
3687
  url: string;
3692
3688
  }[];
3693
3689
  functionParameter: {
3694
- number1: {
3690
+ array: {
3695
3691
  name: string;
3696
3692
  detail: string;
3697
3693
  };
3698
- number2: {
3694
+ rowNum1: {
3695
+ name: string;
3696
+ detail: string;
3697
+ };
3698
+ rowNum2: {
3699
3699
  name: string;
3700
3700
  detail: string;
3701
3701
  };
@@ -3773,11 +3773,15 @@ declare const _default: {
3773
3773
  url: string;
3774
3774
  }[];
3775
3775
  functionParameter: {
3776
- number1: {
3776
+ array: {
3777
3777
  name: string;
3778
3778
  detail: string;
3779
3779
  };
3780
- number2: {
3780
+ include: {
3781
+ name: string;
3782
+ detail: string;
3783
+ };
3784
+ ifEmpty: {
3781
3785
  name: string;
3782
3786
  detail: string;
3783
3787
  };
@@ -3853,11 +3857,11 @@ declare const _default: {
3853
3857
  url: string;
3854
3858
  }[];
3855
3859
  functionParameter: {
3856
- number1: {
3860
+ array1: {
3857
3861
  name: string;
3858
3862
  detail: string;
3859
3863
  };
3860
- number2: {
3864
+ array2: {
3861
3865
  name: string;
3862
3866
  detail: string;
3863
3867
  };
@@ -4071,11 +4075,19 @@ declare const _default: {
4071
4075
  url: string;
4072
4076
  }[];
4073
4077
  functionParameter: {
4074
- number1: {
4078
+ array: {
4075
4079
  name: string;
4076
4080
  detail: string;
4077
4081
  };
4078
- number2: {
4082
+ sortIndex: {
4083
+ name: string;
4084
+ detail: string;
4085
+ };
4086
+ sortOrder: {
4087
+ name: string;
4088
+ detail: string;
4089
+ };
4090
+ byCol: {
4079
4091
  name: string;
4080
4092
  detail: string;
4081
4093
  };
@@ -4089,11 +4101,23 @@ declare const _default: {
4089
4101
  url: string;
4090
4102
  }[];
4091
4103
  functionParameter: {
4092
- number1: {
4104
+ array: {
4093
4105
  name: string;
4094
4106
  detail: string;
4095
4107
  };
4096
- number2: {
4108
+ byArray1: {
4109
+ name: string;
4110
+ detail: string;
4111
+ };
4112
+ sortOrder1: {
4113
+ name: string;
4114
+ detail: string;
4115
+ };
4116
+ byArray2: {
4117
+ name: string;
4118
+ detail: string;
4119
+ };
4120
+ sortOrder2: {
4097
4121
  name: string;
4098
4122
  detail: string;
4099
4123
  };
@@ -4161,11 +4185,7 @@ declare const _default: {
4161
4185
  url: string;
4162
4186
  }[];
4163
4187
  functionParameter: {
4164
- number1: {
4165
- name: string;
4166
- detail: string;
4167
- };
4168
- number2: {
4188
+ array: {
4169
4189
  name: string;
4170
4190
  detail: string;
4171
4191
  };
@@ -4179,11 +4199,15 @@ declare const _default: {
4179
4199
  url: string;
4180
4200
  }[];
4181
4201
  functionParameter: {
4182
- number1: {
4202
+ array: {
4183
4203
  name: string;
4184
4204
  detail: string;
4185
4205
  };
4186
- number2: {
4206
+ byCol: {
4207
+ name: string;
4208
+ detail: string;
4209
+ };
4210
+ exactlyOnce: {
4187
4211
  name: string;
4188
4212
  detail: string;
4189
4213
  };
@@ -4223,11 +4247,11 @@ declare const _default: {
4223
4247
  url: string;
4224
4248
  }[];
4225
4249
  functionParameter: {
4226
- number1: {
4250
+ array1: {
4227
4251
  name: string;
4228
4252
  detail: string;
4229
4253
  };
4230
- number2: {
4254
+ array2: {
4231
4255
  name: string;
4232
4256
  detail: string;
4233
4257
  };
@@ -6581,11 +6605,11 @@ declare const _default: {
6581
6605
  url: string;
6582
6606
  }[];
6583
6607
  functionParameter: {
6584
- number1: {
6608
+ number: {
6585
6609
  name: string;
6586
6610
  detail: string;
6587
6611
  };
6588
- number2: {
6612
+ significance: {
6589
6613
  name: string;
6590
6614
  detail: string;
6591
6615
  };
@@ -6599,11 +6623,15 @@ declare const _default: {
6599
6623
  url: string;
6600
6624
  }[];
6601
6625
  functionParameter: {
6602
- number1: {
6626
+ number: {
6603
6627
  name: string;
6604
6628
  detail: string;
6605
6629
  };
6606
- number2: {
6630
+ significance: {
6631
+ name: string;
6632
+ detail: string;
6633
+ };
6634
+ mode: {
6607
6635
  name: string;
6608
6636
  detail: string;
6609
6637
  };
@@ -6617,11 +6645,11 @@ declare const _default: {
6617
6645
  url: string;
6618
6646
  }[];
6619
6647
  functionParameter: {
6620
- number1: {
6648
+ number: {
6621
6649
  name: string;
6622
6650
  detail: string;
6623
6651
  };
6624
- number2: {
6652
+ significance: {
6625
6653
  name: string;
6626
6654
  detail: string;
6627
6655
  };
@@ -6755,11 +6783,11 @@ declare const _default: {
6755
6783
  url: string;
6756
6784
  }[];
6757
6785
  functionParameter: {
6758
- number1: {
6786
+ text: {
6759
6787
  name: string;
6760
6788
  detail: string;
6761
6789
  };
6762
- number2: {
6790
+ radix: {
6763
6791
  name: string;
6764
6792
  detail: string;
6765
6793
  };
@@ -6773,11 +6801,7 @@ declare const _default: {
6773
6801
  url: string;
6774
6802
  }[];
6775
6803
  functionParameter: {
6776
- number1: {
6777
- name: string;
6778
- detail: string;
6779
- };
6780
- number2: {
6804
+ angle: {
6781
6805
  name: string;
6782
6806
  detail: string;
6783
6807
  };
@@ -6791,11 +6815,7 @@ declare const _default: {
6791
6815
  url: string;
6792
6816
  }[];
6793
6817
  functionParameter: {
6794
- number1: {
6795
- name: string;
6796
- detail: string;
6797
- };
6798
- number2: {
6818
+ number: {
6799
6819
  name: string;
6800
6820
  detail: string;
6801
6821
  };
@@ -6809,11 +6829,7 @@ declare const _default: {
6809
6829
  url: string;
6810
6830
  }[];
6811
6831
  functionParameter: {
6812
- number1: {
6813
- name: string;
6814
- detail: string;
6815
- };
6816
- number2: {
6832
+ number: {
6817
6833
  name: string;
6818
6834
  detail: string;
6819
6835
  };
@@ -6863,11 +6879,11 @@ declare const _default: {
6863
6879
  url: string;
6864
6880
  }[];
6865
6881
  functionParameter: {
6866
- number1: {
6882
+ number: {
6867
6883
  name: string;
6868
6884
  detail: string;
6869
6885
  };
6870
- number2: {
6886
+ significance: {
6871
6887
  name: string;
6872
6888
  detail: string;
6873
6889
  };
@@ -6881,11 +6897,15 @@ declare const _default: {
6881
6897
  url: string;
6882
6898
  }[];
6883
6899
  functionParameter: {
6884
- number1: {
6900
+ number: {
6885
6901
  name: string;
6886
6902
  detail: string;
6887
6903
  };
6888
- number2: {
6904
+ significance: {
6905
+ name: string;
6906
+ detail: string;
6907
+ };
6908
+ mode: {
6889
6909
  name: string;
6890
6910
  detail: string;
6891
6911
  };
@@ -6899,11 +6919,11 @@ declare const _default: {
6899
6919
  url: string;
6900
6920
  }[];
6901
6921
  functionParameter: {
6902
- number1: {
6922
+ number: {
6903
6923
  name: string;
6904
6924
  detail: string;
6905
6925
  };
6906
- number2: {
6926
+ significance: {
6907
6927
  name: string;
6908
6928
  detail: string;
6909
6929
  };
@@ -6989,11 +7009,7 @@ declare const _default: {
6989
7009
  url: string;
6990
7010
  }[];
6991
7011
  functionParameter: {
6992
- number1: {
6993
- name: string;
6994
- detail: string;
6995
- };
6996
- number2: {
7012
+ number: {
6997
7013
  name: string;
6998
7014
  detail: string;
6999
7015
  };
@@ -7007,11 +7023,11 @@ declare const _default: {
7007
7023
  url: string;
7008
7024
  }[];
7009
7025
  functionParameter: {
7010
- number1: {
7026
+ number: {
7011
7027
  name: string;
7012
7028
  detail: string;
7013
7029
  };
7014
- number2: {
7030
+ base: {
7015
7031
  name: string;
7016
7032
  detail: string;
7017
7033
  };
@@ -7025,11 +7041,7 @@ declare const _default: {
7025
7041
  url: string;
7026
7042
  }[];
7027
7043
  functionParameter: {
7028
- number1: {
7029
- name: string;
7030
- detail: string;
7031
- };
7032
- number2: {
7044
+ number: {
7033
7045
  name: string;
7034
7046
  detail: string;
7035
7047
  };
@@ -7115,11 +7127,11 @@ declare const _default: {
7115
7127
  url: string;
7116
7128
  }[];
7117
7129
  functionParameter: {
7118
- number1: {
7130
+ number: {
7119
7131
  name: string;
7120
7132
  detail: string;
7121
7133
  };
7122
- number2: {
7134
+ multiple: {
7123
7135
  name: string;
7124
7136
  detail: string;
7125
7137
  };
@@ -7169,11 +7181,7 @@ declare const _default: {
7169
7181
  url: string;
7170
7182
  }[];
7171
7183
  functionParameter: {
7172
- number1: {
7173
- name: string;
7174
- detail: string;
7175
- };
7176
- number2: {
7184
+ number: {
7177
7185
  name: string;
7178
7186
  detail: string;
7179
7187
  };
@@ -7186,16 +7194,7 @@ declare const _default: {
7186
7194
  title: string;
7187
7195
  url: string;
7188
7196
  }[];
7189
- functionParameter: {
7190
- number1: {
7191
- name: string;
7192
- detail: string;
7193
- };
7194
- number2: {
7195
- name: string;
7196
- detail: string;
7197
- };
7198
- };
7197
+ functionParameter: {};
7199
7198
  };
7200
7199
  POWER: {
7201
7200
  description: string;
@@ -7259,11 +7258,7 @@ declare const _default: {
7259
7258
  url: string;
7260
7259
  }[];
7261
7260
  functionParameter: {
7262
- number1: {
7263
- name: string;
7264
- detail: string;
7265
- };
7266
- number2: {
7261
+ angle: {
7267
7262
  name: string;
7268
7263
  detail: string;
7269
7264
  };
@@ -7276,16 +7271,7 @@ declare const _default: {
7276
7271
  title: string;
7277
7272
  url: string;
7278
7273
  }[];
7279
- functionParameter: {
7280
- number1: {
7281
- name: string;
7282
- detail: string;
7283
- };
7284
- number2: {
7285
- name: string;
7286
- detail: string;
7287
- };
7288
- };
7274
+ functionParameter: {};
7289
7275
  };
7290
7276
  RANDARRAY: {
7291
7277
  description: string;
@@ -7295,11 +7281,23 @@ declare const _default: {
7295
7281
  url: string;
7296
7282
  }[];
7297
7283
  functionParameter: {
7298
- number1: {
7284
+ rows: {
7299
7285
  name: string;
7300
7286
  detail: string;
7301
7287
  };
7302
- number2: {
7288
+ columns: {
7289
+ name: string;
7290
+ detail: string;
7291
+ };
7292
+ min: {
7293
+ name: string;
7294
+ detail: string;
7295
+ };
7296
+ max: {
7297
+ name: string;
7298
+ detail: string;
7299
+ };
7300
+ wholeNumber: {
7303
7301
  name: string;
7304
7302
  detail: string;
7305
7303
  };
@@ -7313,11 +7311,11 @@ declare const _default: {
7313
7311
  url: string;
7314
7312
  }[];
7315
7313
  functionParameter: {
7316
- number1: {
7314
+ bottom: {
7317
7315
  name: string;
7318
7316
  detail: string;
7319
7317
  };
7320
- number2: {
7318
+ top: {
7321
7319
  name: string;
7322
7320
  detail: string;
7323
7321
  };
@@ -7349,11 +7347,11 @@ declare const _default: {
7349
7347
  url: string;
7350
7348
  }[];
7351
7349
  functionParameter: {
7352
- number1: {
7350
+ number: {
7353
7351
  name: string;
7354
7352
  detail: string;
7355
7353
  };
7356
- number2: {
7354
+ numDigits: {
7357
7355
  name: string;
7358
7356
  detail: string;
7359
7357
  };
@@ -7367,11 +7365,11 @@ declare const _default: {
7367
7365
  url: string;
7368
7366
  }[];
7369
7367
  functionParameter: {
7370
- number1: {
7368
+ number: {
7371
7369
  name: string;
7372
7370
  detail: string;
7373
7371
  };
7374
- number2: {
7372
+ numDigits: {
7375
7373
  name: string;
7376
7374
  detail: string;
7377
7375
  };
@@ -7385,11 +7383,11 @@ declare const _default: {
7385
7383
  url: string;
7386
7384
  }[];
7387
7385
  functionParameter: {
7388
- number1: {
7386
+ number: {
7389
7387
  name: string;
7390
7388
  detail: string;
7391
7389
  };
7392
- number2: {
7390
+ numDigits: {
7393
7391
  name: string;
7394
7392
  detail: string;
7395
7393
  };
@@ -7403,11 +7401,7 @@ declare const _default: {
7403
7401
  url: string;
7404
7402
  }[];
7405
7403
  functionParameter: {
7406
- number1: {
7407
- name: string;
7408
- detail: string;
7409
- };
7410
- number2: {
7404
+ number: {
7411
7405
  name: string;
7412
7406
  detail: string;
7413
7407
  };
@@ -7421,11 +7415,7 @@ declare const _default: {
7421
7415
  url: string;
7422
7416
  }[];
7423
7417
  functionParameter: {
7424
- number1: {
7425
- name: string;
7426
- detail: string;
7427
- };
7428
- number2: {
7418
+ number: {
7429
7419
  name: string;
7430
7420
  detail: string;
7431
7421
  };
@@ -7521,11 +7511,7 @@ declare const _default: {
7521
7511
  url: string;
7522
7512
  }[];
7523
7513
  functionParameter: {
7524
- number1: {
7525
- name: string;
7526
- detail: string;
7527
- };
7528
- number2: {
7514
+ number: {
7529
7515
  name: string;
7530
7516
  detail: string;
7531
7517
  };
@@ -7539,11 +7525,7 @@ declare const _default: {
7539
7525
  url: string;
7540
7526
  }[];
7541
7527
  functionParameter: {
7542
- number1: {
7543
- name: string;
7544
- detail: string;
7545
- };
7546
- number2: {
7528
+ number: {
7547
7529
  name: string;
7548
7530
  detail: string;
7549
7531
  };
@@ -7685,11 +7667,11 @@ declare const _default: {
7685
7667
  url: string;
7686
7668
  }[];
7687
7669
  functionParameter: {
7688
- number1: {
7670
+ arrayX: {
7689
7671
  name: string;
7690
7672
  detail: string;
7691
7673
  };
7692
- number2: {
7674
+ arrayY: {
7693
7675
  name: string;
7694
7676
  detail: string;
7695
7677
  };
@@ -7703,11 +7685,11 @@ declare const _default: {
7703
7685
  url: string;
7704
7686
  }[];
7705
7687
  functionParameter: {
7706
- number1: {
7688
+ arrayX: {
7707
7689
  name: string;
7708
7690
  detail: string;
7709
7691
  };
7710
- number2: {
7692
+ arrayY: {
7711
7693
  name: string;
7712
7694
  detail: string;
7713
7695
  };
@@ -7721,11 +7703,11 @@ declare const _default: {
7721
7703
  url: string;
7722
7704
  }[];
7723
7705
  functionParameter: {
7724
- number1: {
7706
+ arrayX: {
7725
7707
  name: string;
7726
7708
  detail: string;
7727
7709
  };
7728
- number2: {
7710
+ arrayY: {
7729
7711
  name: string;
7730
7712
  detail: string;
7731
7713
  };
@@ -7767,11 +7749,11 @@ declare const _default: {
7767
7749
  url: string;
7768
7750
  }[];
7769
7751
  functionParameter: {
7770
- number1: {
7752
+ number: {
7771
7753
  name: string;
7772
7754
  detail: string;
7773
7755
  };
7774
- number2: {
7756
+ numDigits: {
7775
7757
  name: string;
7776
7758
  detail: string;
7777
7759
  };
@@ -7807,11 +7789,15 @@ declare const _default: {
7807
7789
  url: string;
7808
7790
  }[];
7809
7791
  functionParameter: {
7810
- number1: {
7792
+ startDate: {
7811
7793
  name: string;
7812
7794
  detail: string;
7813
7795
  };
7814
- number2: {
7796
+ endDate: {
7797
+ name: string;
7798
+ detail: string;
7799
+ };
7800
+ method: {
7815
7801
  name: string;
7816
7802
  detail: string;
7817
7803
  };
@@ -7853,11 +7839,11 @@ declare const _default: {
7853
7839
  url: string;
7854
7840
  }[];
7855
7841
  functionParameter: {
7856
- number1: {
7842
+ endDate: {
7857
7843
  name: string;
7858
7844
  detail: string;
7859
7845
  };
7860
- number2: {
7846
+ startDate: {
7861
7847
  name: string;
7862
7848
  detail: string;
7863
7849
  };
@@ -7871,11 +7857,15 @@ declare const _default: {
7871
7857
  url: string;
7872
7858
  }[];
7873
7859
  functionParameter: {
7874
- number1: {
7860
+ startDate: {
7875
7861
  name: string;
7876
7862
  detail: string;
7877
7863
  };
7878
- number2: {
7864
+ endDate: {
7865
+ name: string;
7866
+ detail: string;
7867
+ };
7868
+ method: {
7879
7869
  name: string;
7880
7870
  detail: string;
7881
7871
  };
@@ -7907,11 +7897,11 @@ declare const _default: {
7907
7897
  url: string;
7908
7898
  }[];
7909
7899
  functionParameter: {
7910
- number1: {
7900
+ startDate: {
7911
7901
  name: string;
7912
7902
  detail: string;
7913
7903
  };
7914
- number2: {
7904
+ months: {
7915
7905
  name: string;
7916
7906
  detail: string;
7917
7907
  };
@@ -7939,11 +7929,7 @@ declare const _default: {
7939
7929
  url: string;
7940
7930
  }[];
7941
7931
  functionParameter: {
7942
- number1: {
7943
- name: string;
7944
- detail: string;
7945
- };
7946
- number2: {
7932
+ date: {
7947
7933
  name: string;
7948
7934
  detail: string;
7949
7935
  };
@@ -8119,11 +8105,11 @@ declare const _default: {
8119
8105
  url: string;
8120
8106
  }[];
8121
8107
  functionParameter: {
8122
- number1: {
8108
+ serialNumber: {
8123
8109
  name: string;
8124
8110
  detail: string;
8125
8111
  };
8126
- number2: {
8112
+ returnType: {
8127
8113
  name: string;
8128
8114
  detail: string;
8129
8115
  };
@@ -8199,11 +8185,15 @@ declare const _default: {
8199
8185
  url: string;
8200
8186
  }[];
8201
8187
  functionParameter: {
8202
- number1: {
8188
+ startDate: {
8203
8189
  name: string;
8204
8190
  detail: string;
8205
8191
  };
8206
- number2: {
8192
+ endDate: {
8193
+ name: string;
8194
+ detail: string;
8195
+ };
8196
+ basis: {
8207
8197
  name: string;
8208
8198
  detail: string;
8209
8199
  };