@be-logixpair/api 0.0.67 → 0.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +753 -2
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -616408,11 +616408,11 @@ type usersOrderByWithRelationInput = {
|
|
|
616408
616408
|
};
|
|
616409
616409
|
type usersWhereUniqueInput = AtLeast<{
|
|
616410
616410
|
id?: bigint | number;
|
|
616411
|
+
id_sso?: string;
|
|
616411
616412
|
logic_code?: string;
|
|
616412
616413
|
AND?: usersWhereInput | usersWhereInput[];
|
|
616413
616414
|
OR?: usersWhereInput[];
|
|
616414
616415
|
NOT?: usersWhereInput | usersWhereInput[];
|
|
616415
|
-
id_sso?: StringNullableFilter<"users"> | string | null;
|
|
616416
616416
|
id_country?: BigIntNullableFilter<"users"> | bigint | number | null;
|
|
616417
616417
|
id_state?: BigIntNullableFilter<"users"> | bigint | number | null;
|
|
616418
616418
|
id_city?: BigIntNullableFilter<"users"> | bigint | number | null;
|
|
@@ -616470,7 +616470,7 @@ type usersWhereUniqueInput = AtLeast<{
|
|
|
616470
616470
|
user_attachments?: User_attachmentsListRelationFilter;
|
|
616471
616471
|
forwarding_shipment_billings_sales_rep?: Forwarding_shipment_billingsListRelationFilter;
|
|
616472
616472
|
forwarding_shipment_billings_operation_rep?: Forwarding_shipment_billingsListRelationFilter;
|
|
616473
|
-
}, "id" | "logic_code">;
|
|
616473
|
+
}, "id" | "id_sso" | "logic_code">;
|
|
616474
616474
|
type usersOrderByWithAggregationInput = {
|
|
616475
616475
|
id?: SortOrder;
|
|
616476
616476
|
id_sso?: SortOrderInput | SortOrder;
|
|
@@ -664646,6 +664646,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
664646
664646
|
is_system?: (string | boolean)[] | null | undefined;
|
|
664647
664647
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
664648
664648
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
664649
|
+
ids_string_include?: string[] | null | undefined;
|
|
664650
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
664649
664651
|
logic_codes_include?: string[] | null | undefined;
|
|
664650
664652
|
logic_codes_exclude?: string[] | null | undefined;
|
|
664651
664653
|
order_by?: {
|
|
@@ -665121,6 +665123,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
665121
665123
|
is_active?: (string | boolean)[] | null | undefined;
|
|
665122
665124
|
is_system?: (string | boolean)[] | null | undefined;
|
|
665123
665125
|
id?: string | number | bigint | null | undefined;
|
|
665126
|
+
id_string?: string | null | undefined;
|
|
665124
665127
|
logic_code?: string | null | undefined;
|
|
665125
665128
|
id_org_type_company?: string | number | bigint | null | undefined;
|
|
665126
665129
|
ids_org_type_company?: (string | number | bigint)[] | null | undefined;
|
|
@@ -665620,6 +665623,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
665620
665623
|
is_system?: (string | boolean)[] | null | undefined;
|
|
665621
665624
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
665622
665625
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
665626
|
+
ids_string_include?: string[] | null | undefined;
|
|
665627
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
665623
665628
|
logic_codes_include?: string[] | null | undefined;
|
|
665624
665629
|
logic_codes_exclude?: string[] | null | undefined;
|
|
665625
665630
|
order_by?: {
|
|
@@ -665666,6 +665671,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
665666
665671
|
is_active?: (string | boolean)[] | null | undefined;
|
|
665667
665672
|
is_system?: (string | boolean)[] | null | undefined;
|
|
665668
665673
|
id?: string | number | bigint | null | undefined;
|
|
665674
|
+
id_string?: string | null | undefined;
|
|
665669
665675
|
logic_code?: string | null | undefined;
|
|
665670
665676
|
};
|
|
665671
665677
|
output: {
|
|
@@ -665775,6 +665781,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
665775
665781
|
input: {
|
|
665776
665782
|
is_system?: (string | boolean)[] | null | undefined;
|
|
665777
665783
|
id?: string | number | bigint | null | undefined;
|
|
665784
|
+
id_string?: string | null | undefined;
|
|
665778
665785
|
logic_code?: string | null | undefined;
|
|
665779
665786
|
is_active?: string | boolean | null | undefined;
|
|
665780
665787
|
is_active_global?: string | boolean | null | undefined;
|
|
@@ -665855,6 +665862,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
665855
665862
|
input: {
|
|
665856
665863
|
id?: string | number | bigint | null | undefined;
|
|
665857
665864
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
665865
|
+
id_string?: string | null | undefined;
|
|
665866
|
+
ids_string?: string[] | null | undefined;
|
|
665858
665867
|
};
|
|
665859
665868
|
output: {
|
|
665860
665869
|
data: ({
|
|
@@ -665902,6 +665911,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
665902
665911
|
is_system?: (string | boolean)[] | null | undefined;
|
|
665903
665912
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
665904
665913
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
665914
|
+
ids_string_include?: string[] | null | undefined;
|
|
665915
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
665905
665916
|
logic_codes_include?: string[] | null | undefined;
|
|
665906
665917
|
logic_codes_exclude?: string[] | null | undefined;
|
|
665907
665918
|
order_by?: {
|
|
@@ -665934,6 +665945,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
665934
665945
|
is_active?: (string | boolean)[] | null | undefined;
|
|
665935
665946
|
is_system?: (string | boolean)[] | null | undefined;
|
|
665936
665947
|
id?: string | number | bigint | null | undefined;
|
|
665948
|
+
id_string?: string | null | undefined;
|
|
665937
665949
|
logic_code?: string | null | undefined;
|
|
665938
665950
|
};
|
|
665939
665951
|
output: {
|
|
@@ -665970,6 +665982,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
665970
665982
|
is_system?: (string | boolean)[] | null | undefined;
|
|
665971
665983
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
665972
665984
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
665985
|
+
ids_string_include?: string[] | null | undefined;
|
|
665986
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
665973
665987
|
logic_codes_include?: string[] | null | undefined;
|
|
665974
665988
|
logic_codes_exclude?: string[] | null | undefined;
|
|
665975
665989
|
order_by?: {
|
|
@@ -666016,6 +666030,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
666016
666030
|
is_active?: (string | boolean)[] | null | undefined;
|
|
666017
666031
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666018
666032
|
id?: string | number | bigint | null | undefined;
|
|
666033
|
+
id_string?: string | null | undefined;
|
|
666019
666034
|
logic_code?: string | null | undefined;
|
|
666020
666035
|
};
|
|
666021
666036
|
output: {
|
|
@@ -666080,6 +666095,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
666080
666095
|
input: {
|
|
666081
666096
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666082
666097
|
id?: string | number | bigint | null | undefined;
|
|
666098
|
+
id_string?: string | null | undefined;
|
|
666083
666099
|
logic_code?: string | null | undefined;
|
|
666084
666100
|
is_active?: boolean | undefined;
|
|
666085
666101
|
code?: string | null | undefined;
|
|
@@ -666115,6 +666131,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
666115
666131
|
input: {
|
|
666116
666132
|
id?: string | number | bigint | null | undefined;
|
|
666117
666133
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
666134
|
+
id_string?: string | null | undefined;
|
|
666135
|
+
ids_string?: string[] | null | undefined;
|
|
666118
666136
|
};
|
|
666119
666137
|
output: {
|
|
666120
666138
|
data: ({
|
|
@@ -666147,6 +666165,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
666147
666165
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666148
666166
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
666149
666167
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
666168
|
+
ids_string_include?: string[] | null | undefined;
|
|
666169
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
666150
666170
|
logic_codes_include?: string[] | null | undefined;
|
|
666151
666171
|
logic_codes_exclude?: string[] | null | undefined;
|
|
666152
666172
|
order_by?: {
|
|
@@ -666332,6 +666352,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
666332
666352
|
is_active?: (string | boolean)[] | null | undefined;
|
|
666333
666353
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666334
666354
|
id?: string | number | bigint | null | undefined;
|
|
666355
|
+
id_string?: string | null | undefined;
|
|
666335
666356
|
logic_code?: string | null | undefined;
|
|
666336
666357
|
};
|
|
666337
666358
|
output: {
|
|
@@ -666524,6 +666545,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
666524
666545
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666525
666546
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
666526
666547
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
666548
|
+
ids_string_include?: string[] | null | undefined;
|
|
666549
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
666527
666550
|
logic_codes_include?: string[] | null | undefined;
|
|
666528
666551
|
logic_codes_exclude?: string[] | null | undefined;
|
|
666529
666552
|
order_by?: {
|
|
@@ -666570,6 +666593,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
666570
666593
|
is_active?: (string | boolean)[] | null | undefined;
|
|
666571
666594
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666572
666595
|
id?: string | number | bigint | null | undefined;
|
|
666596
|
+
id_string?: string | null | undefined;
|
|
666573
666597
|
logic_code?: string | null | undefined;
|
|
666574
666598
|
};
|
|
666575
666599
|
output: {
|
|
@@ -666656,6 +666680,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
666656
666680
|
input: {
|
|
666657
666681
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666658
666682
|
id?: string | number | bigint | null | undefined;
|
|
666683
|
+
id_string?: string | null | undefined;
|
|
666659
666684
|
logic_code?: string | null | undefined;
|
|
666660
666685
|
is_active?: boolean | undefined;
|
|
666661
666686
|
id_organization?: string | number | bigint | null | undefined;
|
|
@@ -666713,6 +666738,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
666713
666738
|
input: {
|
|
666714
666739
|
id?: string | number | bigint | null | undefined;
|
|
666715
666740
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
666741
|
+
id_string?: string | null | undefined;
|
|
666742
|
+
ids_string?: string[] | null | undefined;
|
|
666716
666743
|
};
|
|
666717
666744
|
output: {
|
|
666718
666745
|
data: ({
|
|
@@ -666754,6 +666781,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
666754
666781
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666755
666782
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
666756
666783
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
666784
|
+
ids_string_include?: string[] | null | undefined;
|
|
666785
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
666757
666786
|
logic_codes_include?: string[] | null | undefined;
|
|
666758
666787
|
logic_codes_exclude?: string[] | null | undefined;
|
|
666759
666788
|
order_by?: {
|
|
@@ -666786,6 +666815,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
666786
666815
|
is_active?: (string | boolean)[] | null | undefined;
|
|
666787
666816
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666788
666817
|
id?: string | number | bigint | null | undefined;
|
|
666818
|
+
id_string?: string | null | undefined;
|
|
666789
666819
|
logic_code?: string | null | undefined;
|
|
666790
666820
|
};
|
|
666791
666821
|
output: {
|
|
@@ -666822,6 +666852,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
666822
666852
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666823
666853
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
666824
666854
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
666855
|
+
ids_string_include?: string[] | null | undefined;
|
|
666856
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
666825
666857
|
logic_codes_include?: string[] | null | undefined;
|
|
666826
666858
|
logic_codes_exclude?: string[] | null | undefined;
|
|
666827
666859
|
order_by?: {
|
|
@@ -666868,6 +666900,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
666868
666900
|
is_active?: (string | boolean)[] | null | undefined;
|
|
666869
666901
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666870
666902
|
id?: string | number | bigint | null | undefined;
|
|
666903
|
+
id_string?: string | null | undefined;
|
|
666871
666904
|
logic_code?: string | null | undefined;
|
|
666872
666905
|
};
|
|
666873
666906
|
output: {
|
|
@@ -666932,6 +666965,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
666932
666965
|
input: {
|
|
666933
666966
|
is_system?: (string | boolean)[] | null | undefined;
|
|
666934
666967
|
id?: string | number | bigint | null | undefined;
|
|
666968
|
+
id_string?: string | null | undefined;
|
|
666935
666969
|
logic_code?: string | null | undefined;
|
|
666936
666970
|
is_active?: boolean | undefined;
|
|
666937
666971
|
code?: string | null | undefined;
|
|
@@ -666967,6 +667001,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
666967
667001
|
input: {
|
|
666968
667002
|
id?: string | number | bigint | null | undefined;
|
|
666969
667003
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
667004
|
+
id_string?: string | null | undefined;
|
|
667005
|
+
ids_string?: string[] | null | undefined;
|
|
666970
667006
|
};
|
|
666971
667007
|
output: {
|
|
666972
667008
|
data: ({
|
|
@@ -666999,6 +667035,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
666999
667035
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667000
667036
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
667001
667037
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
667038
|
+
ids_string_include?: string[] | null | undefined;
|
|
667039
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
667002
667040
|
logic_codes_include?: string[] | null | undefined;
|
|
667003
667041
|
logic_codes_exclude?: string[] | null | undefined;
|
|
667004
667042
|
order_by?: {
|
|
@@ -667067,6 +667105,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
667067
667105
|
is_active?: (string | boolean)[] | null | undefined;
|
|
667068
667106
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667069
667107
|
id?: string | number | bigint | null | undefined;
|
|
667108
|
+
id_string?: string | null | undefined;
|
|
667070
667109
|
logic_code?: string | null | undefined;
|
|
667071
667110
|
};
|
|
667072
667111
|
output: {
|
|
@@ -667135,6 +667174,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
667135
667174
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667136
667175
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
667137
667176
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
667177
|
+
ids_string_include?: string[] | null | undefined;
|
|
667178
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
667138
667179
|
logic_codes_include?: string[] | null | undefined;
|
|
667139
667180
|
logic_codes_exclude?: string[] | null | undefined;
|
|
667140
667181
|
order_by?: {
|
|
@@ -667181,6 +667222,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
667181
667222
|
is_active?: (string | boolean)[] | null | undefined;
|
|
667182
667223
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667183
667224
|
id?: string | number | bigint | null | undefined;
|
|
667225
|
+
id_string?: string | null | undefined;
|
|
667184
667226
|
logic_code?: string | null | undefined;
|
|
667185
667227
|
};
|
|
667186
667228
|
output: {
|
|
@@ -667262,6 +667304,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
667262
667304
|
input: {
|
|
667263
667305
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667264
667306
|
id?: string | number | bigint | null | undefined;
|
|
667307
|
+
id_string?: string | null | undefined;
|
|
667265
667308
|
logic_code?: string | null | undefined;
|
|
667266
667309
|
is_active?: boolean | undefined;
|
|
667267
667310
|
id_header_organization_address?: string | number | bigint | null | undefined;
|
|
@@ -667340,6 +667383,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
667340
667383
|
input: {
|
|
667341
667384
|
id?: string | number | bigint | null | undefined;
|
|
667342
667385
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
667386
|
+
id_string?: string | null | undefined;
|
|
667387
|
+
ids_string?: string[] | null | undefined;
|
|
667343
667388
|
is_active?: boolean | undefined;
|
|
667344
667389
|
id_header_organization_address?: string | number | bigint | null | undefined;
|
|
667345
667390
|
ids_connect_organization_address?: (string | number | bigint)[] | null | undefined;
|
|
@@ -667377,6 +667422,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
667377
667422
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667378
667423
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
667379
667424
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
667425
|
+
ids_string_include?: string[] | null | undefined;
|
|
667426
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
667380
667427
|
logic_codes_include?: string[] | null | undefined;
|
|
667381
667428
|
logic_codes_exclude?: string[] | null | undefined;
|
|
667382
667429
|
order_by?: {
|
|
@@ -667500,6 +667547,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
667500
667547
|
is_active?: (string | boolean)[] | null | undefined;
|
|
667501
667548
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667502
667549
|
id?: string | number | bigint | null | undefined;
|
|
667550
|
+
id_string?: string | null | undefined;
|
|
667503
667551
|
logic_code?: string | null | undefined;
|
|
667504
667552
|
};
|
|
667505
667553
|
output: {
|
|
@@ -667623,6 +667671,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
667623
667671
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667624
667672
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
667625
667673
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
667674
|
+
ids_string_include?: string[] | null | undefined;
|
|
667675
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
667626
667676
|
logic_codes_include?: string[] | null | undefined;
|
|
667627
667677
|
logic_codes_exclude?: string[] | null | undefined;
|
|
667628
667678
|
order_by?: {
|
|
@@ -667669,6 +667719,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
667669
667719
|
is_active?: (string | boolean)[] | null | undefined;
|
|
667670
667720
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667671
667721
|
id?: string | number | bigint | null | undefined;
|
|
667722
|
+
id_string?: string | null | undefined;
|
|
667672
667723
|
logic_code?: string | null | undefined;
|
|
667673
667724
|
};
|
|
667674
667725
|
output: {
|
|
@@ -667819,6 +667870,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
667819
667870
|
input: {
|
|
667820
667871
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667821
667872
|
id?: string | number | bigint | null | undefined;
|
|
667873
|
+
id_string?: string | null | undefined;
|
|
667822
667874
|
logic_code?: string | null | undefined;
|
|
667823
667875
|
is_active?: boolean | undefined;
|
|
667824
667876
|
id_organization?: string | number | bigint | null | undefined;
|
|
@@ -667940,6 +667992,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
667940
667992
|
input: {
|
|
667941
667993
|
id?: string | number | bigint | null | undefined;
|
|
667942
667994
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
667995
|
+
id_string?: string | null | undefined;
|
|
667996
|
+
ids_string?: string[] | null | undefined;
|
|
667943
667997
|
};
|
|
667944
667998
|
output: {
|
|
667945
667999
|
data: ({
|
|
@@ -667971,6 +668025,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
667971
668025
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667972
668026
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
667973
668027
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
668028
|
+
ids_string_include?: string[] | null | undefined;
|
|
668029
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
667974
668030
|
logic_codes_include?: string[] | null | undefined;
|
|
667975
668031
|
logic_codes_exclude?: string[] | null | undefined;
|
|
667976
668032
|
order_by?: {
|
|
@@ -668003,6 +668059,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668003
668059
|
is_active?: (string | boolean)[] | null | undefined;
|
|
668004
668060
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668005
668061
|
id?: string | number | bigint | null | undefined;
|
|
668062
|
+
id_string?: string | null | undefined;
|
|
668006
668063
|
logic_code?: string | null | undefined;
|
|
668007
668064
|
};
|
|
668008
668065
|
output: {
|
|
@@ -668039,6 +668096,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668039
668096
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668040
668097
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
668041
668098
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
668099
|
+
ids_string_include?: string[] | null | undefined;
|
|
668100
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
668042
668101
|
logic_codes_include?: string[] | null | undefined;
|
|
668043
668102
|
logic_codes_exclude?: string[] | null | undefined;
|
|
668044
668103
|
order_by?: {
|
|
@@ -668085,6 +668144,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668085
668144
|
is_active?: (string | boolean)[] | null | undefined;
|
|
668086
668145
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668087
668146
|
id?: string | number | bigint | null | undefined;
|
|
668147
|
+
id_string?: string | null | undefined;
|
|
668088
668148
|
logic_code?: string | null | undefined;
|
|
668089
668149
|
};
|
|
668090
668150
|
output: {
|
|
@@ -668149,6 +668209,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668149
668209
|
input: {
|
|
668150
668210
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668151
668211
|
id?: string | number | bigint | null | undefined;
|
|
668212
|
+
id_string?: string | null | undefined;
|
|
668152
668213
|
logic_code?: string | null | undefined;
|
|
668153
668214
|
is_active?: boolean | undefined;
|
|
668154
668215
|
code?: string | null | undefined;
|
|
@@ -668184,6 +668245,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668184
668245
|
input: {
|
|
668185
668246
|
id?: string | number | bigint | null | undefined;
|
|
668186
668247
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
668248
|
+
id_string?: string | null | undefined;
|
|
668249
|
+
ids_string?: string[] | null | undefined;
|
|
668187
668250
|
};
|
|
668188
668251
|
output: {
|
|
668189
668252
|
data: ({
|
|
@@ -668217,6 +668280,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668217
668280
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668218
668281
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
668219
668282
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
668283
|
+
ids_string_include?: string[] | null | undefined;
|
|
668284
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
668220
668285
|
logic_codes_include?: string[] | null | undefined;
|
|
668221
668286
|
logic_codes_exclude?: string[] | null | undefined;
|
|
668222
668287
|
order_by?: {
|
|
@@ -668281,6 +668346,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668281
668346
|
is_active?: (string | boolean)[] | null | undefined;
|
|
668282
668347
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668283
668348
|
id?: string | number | bigint | null | undefined;
|
|
668349
|
+
id_string?: string | null | undefined;
|
|
668284
668350
|
logic_code?: string | null | undefined;
|
|
668285
668351
|
};
|
|
668286
668352
|
output: {
|
|
@@ -668347,6 +668413,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668347
668413
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668348
668414
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
668349
668415
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
668416
|
+
ids_string_include?: string[] | null | undefined;
|
|
668417
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
668350
668418
|
logic_codes_include?: string[] | null | undefined;
|
|
668351
668419
|
logic_codes_exclude?: string[] | null | undefined;
|
|
668352
668420
|
order_by?: {
|
|
@@ -668393,6 +668461,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668393
668461
|
is_active?: (string | boolean)[] | null | undefined;
|
|
668394
668462
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668395
668463
|
id?: string | number | bigint | null | undefined;
|
|
668464
|
+
id_string?: string | null | undefined;
|
|
668396
668465
|
logic_code?: string | null | undefined;
|
|
668397
668466
|
};
|
|
668398
668467
|
output: {
|
|
@@ -668463,6 +668532,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668463
668532
|
input: {
|
|
668464
668533
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668465
668534
|
id?: string | number | bigint | null | undefined;
|
|
668535
|
+
id_string?: string | null | undefined;
|
|
668466
668536
|
logic_code?: string | null | undefined;
|
|
668467
668537
|
is_active?: boolean | undefined;
|
|
668468
668538
|
id_organization?: string | number | bigint | null | undefined;
|
|
@@ -668504,6 +668574,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668504
668574
|
input: {
|
|
668505
668575
|
id?: string | number | bigint | null | undefined;
|
|
668506
668576
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
668577
|
+
id_string?: string | null | undefined;
|
|
668578
|
+
ids_string?: string[] | null | undefined;
|
|
668507
668579
|
};
|
|
668508
668580
|
output: {
|
|
668509
668581
|
data: ({
|
|
@@ -668539,6 +668611,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668539
668611
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668540
668612
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
668541
668613
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
668614
|
+
ids_string_include?: string[] | null | undefined;
|
|
668615
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
668542
668616
|
logic_codes_include?: string[] | null | undefined;
|
|
668543
668617
|
logic_codes_exclude?: string[] | null | undefined;
|
|
668544
668618
|
order_by?: {
|
|
@@ -668598,6 +668672,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668598
668672
|
is_active?: (string | boolean)[] | null | undefined;
|
|
668599
668673
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668600
668674
|
id?: string | number | bigint | null | undefined;
|
|
668675
|
+
id_string?: string | null | undefined;
|
|
668601
668676
|
logic_code?: string | null | undefined;
|
|
668602
668677
|
};
|
|
668603
668678
|
output: {
|
|
@@ -668661,6 +668736,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668661
668736
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668662
668737
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
668663
668738
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
668739
|
+
ids_string_include?: string[] | null | undefined;
|
|
668740
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
668664
668741
|
logic_codes_include?: string[] | null | undefined;
|
|
668665
668742
|
logic_codes_exclude?: string[] | null | undefined;
|
|
668666
668743
|
order_by?: {
|
|
@@ -668707,6 +668784,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668707
668784
|
is_active?: (string | boolean)[] | null | undefined;
|
|
668708
668785
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668709
668786
|
id?: string | number | bigint | null | undefined;
|
|
668787
|
+
id_string?: string | null | undefined;
|
|
668710
668788
|
logic_code?: string | null | undefined;
|
|
668711
668789
|
};
|
|
668712
668790
|
output: {
|
|
@@ -668771,6 +668849,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668771
668849
|
input: {
|
|
668772
668850
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668773
668851
|
id?: string | number | bigint | null | undefined;
|
|
668852
|
+
id_string?: string | null | undefined;
|
|
668774
668853
|
logic_code?: string | null | undefined;
|
|
668775
668854
|
is_active?: boolean | undefined;
|
|
668776
668855
|
code?: string | null | undefined;
|
|
@@ -668806,6 +668885,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668806
668885
|
input: {
|
|
668807
668886
|
id?: string | number | bigint | null | undefined;
|
|
668808
668887
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
668888
|
+
id_string?: string | null | undefined;
|
|
668889
|
+
ids_string?: string[] | null | undefined;
|
|
668809
668890
|
};
|
|
668810
668891
|
output: {
|
|
668811
668892
|
data: ({
|
|
@@ -668851,6 +668932,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668851
668932
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668852
668933
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
668853
668934
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
668935
|
+
ids_string_include?: string[] | null | undefined;
|
|
668936
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
668854
668937
|
logic_codes_include?: string[] | null | undefined;
|
|
668855
668938
|
logic_codes_exclude?: string[] | null | undefined;
|
|
668856
668939
|
order_by?: {
|
|
@@ -668910,6 +668993,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
668910
668993
|
is_active?: (string | boolean)[] | null | undefined;
|
|
668911
668994
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668912
668995
|
id?: string | number | bigint | null | undefined;
|
|
668996
|
+
id_string?: string | null | undefined;
|
|
668913
668997
|
logic_code?: string | null | undefined;
|
|
668914
668998
|
};
|
|
668915
668999
|
output: {
|
|
@@ -668973,6 +669057,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
668973
669057
|
is_system?: (string | boolean)[] | null | undefined;
|
|
668974
669058
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
668975
669059
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
669060
|
+
ids_string_include?: string[] | null | undefined;
|
|
669061
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
668976
669062
|
logic_codes_include?: string[] | null | undefined;
|
|
668977
669063
|
logic_codes_exclude?: string[] | null | undefined;
|
|
668978
669064
|
order_by?: {
|
|
@@ -669019,6 +669105,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
669019
669105
|
is_active?: (string | boolean)[] | null | undefined;
|
|
669020
669106
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669021
669107
|
id?: string | number | bigint | null | undefined;
|
|
669108
|
+
id_string?: string | null | undefined;
|
|
669022
669109
|
logic_code?: string | null | undefined;
|
|
669023
669110
|
};
|
|
669024
669111
|
output: {
|
|
@@ -669083,6 +669170,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
669083
669170
|
input: {
|
|
669084
669171
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669085
669172
|
id?: string | number | bigint | null | undefined;
|
|
669173
|
+
id_string?: string | null | undefined;
|
|
669086
669174
|
logic_code?: string | null | undefined;
|
|
669087
669175
|
is_active?: boolean | undefined;
|
|
669088
669176
|
code?: string | null | undefined;
|
|
@@ -669118,6 +669206,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
669118
669206
|
input: {
|
|
669119
669207
|
id?: string | number | bigint | null | undefined;
|
|
669120
669208
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
669209
|
+
id_string?: string | null | undefined;
|
|
669210
|
+
ids_string?: string[] | null | undefined;
|
|
669121
669211
|
};
|
|
669122
669212
|
output: {
|
|
669123
669213
|
data: ({
|
|
@@ -669169,6 +669259,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
669169
669259
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669170
669260
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
669171
669261
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
669262
|
+
ids_string_include?: string[] | null | undefined;
|
|
669263
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
669172
669264
|
logic_codes_include?: string[] | null | undefined;
|
|
669173
669265
|
logic_codes_exclude?: string[] | null | undefined;
|
|
669174
669266
|
order_by?: {
|
|
@@ -669319,6 +669411,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
669319
669411
|
is_active?: (string | boolean)[] | null | undefined;
|
|
669320
669412
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669321
669413
|
id?: string | number | bigint | null | undefined;
|
|
669414
|
+
id_string?: string | null | undefined;
|
|
669322
669415
|
logic_code?: string | null | undefined;
|
|
669323
669416
|
};
|
|
669324
669417
|
output: {
|
|
@@ -669466,6 +669559,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
669466
669559
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669467
669560
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
669468
669561
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
669562
|
+
ids_string_include?: string[] | null | undefined;
|
|
669563
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
669469
669564
|
logic_codes_include?: string[] | null | undefined;
|
|
669470
669565
|
logic_codes_exclude?: string[] | null | undefined;
|
|
669471
669566
|
order_by?: {
|
|
@@ -669512,6 +669607,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
669512
669607
|
is_active?: (string | boolean)[] | null | undefined;
|
|
669513
669608
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669514
669609
|
id?: string | number | bigint | null | undefined;
|
|
669610
|
+
id_string?: string | null | undefined;
|
|
669515
669611
|
logic_code?: string | null | undefined;
|
|
669516
669612
|
};
|
|
669517
669613
|
output: {
|
|
@@ -669586,6 +669682,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
669586
669682
|
input: {
|
|
669587
669683
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669588
669684
|
id?: string | number | bigint | null | undefined;
|
|
669685
|
+
id_string?: string | null | undefined;
|
|
669589
669686
|
logic_code?: string | null | undefined;
|
|
669590
669687
|
is_active?: string | boolean | null | undefined;
|
|
669591
669688
|
id_organization?: string | number | bigint | null | undefined;
|
|
@@ -669631,6 +669728,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
669631
669728
|
input: {
|
|
669632
669729
|
id?: string | number | bigint | null | undefined;
|
|
669633
669730
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
669731
|
+
id_string?: string | null | undefined;
|
|
669732
|
+
ids_string?: string[] | null | undefined;
|
|
669634
669733
|
};
|
|
669635
669734
|
output: {
|
|
669636
669735
|
data: ({
|
|
@@ -669667,6 +669766,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
669667
669766
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669668
669767
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
669669
669768
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
669769
|
+
ids_string_include?: string[] | null | undefined;
|
|
669770
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
669670
669771
|
logic_codes_include?: string[] | null | undefined;
|
|
669671
669772
|
logic_codes_exclude?: string[] | null | undefined;
|
|
669672
669773
|
order_by?: {
|
|
@@ -669771,6 +669872,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
669771
669872
|
is_active?: (string | boolean)[] | null | undefined;
|
|
669772
669873
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669773
669874
|
id?: string | number | bigint | null | undefined;
|
|
669875
|
+
id_string?: string | null | undefined;
|
|
669774
669876
|
logic_code?: string | null | undefined;
|
|
669775
669877
|
};
|
|
669776
669878
|
output: {
|
|
@@ -669918,6 +670020,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
669918
670020
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669919
670021
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
669920
670022
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
670023
|
+
ids_string_include?: string[] | null | undefined;
|
|
670024
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
669921
670025
|
logic_codes_include?: string[] | null | undefined;
|
|
669922
670026
|
logic_codes_exclude?: string[] | null | undefined;
|
|
669923
670027
|
order_by?: {
|
|
@@ -669964,6 +670068,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
669964
670068
|
is_active?: (string | boolean)[] | null | undefined;
|
|
669965
670069
|
is_system?: (string | boolean)[] | null | undefined;
|
|
669966
670070
|
id?: string | number | bigint | null | undefined;
|
|
670071
|
+
id_string?: string | null | undefined;
|
|
669967
670072
|
logic_code?: string | null | undefined;
|
|
669968
670073
|
};
|
|
669969
670074
|
output: {
|
|
@@ -670032,6 +670137,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670032
670137
|
input: {
|
|
670033
670138
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670034
670139
|
id?: string | number | bigint | null | undefined;
|
|
670140
|
+
id_string?: string | null | undefined;
|
|
670035
670141
|
logic_code?: string | null | undefined;
|
|
670036
670142
|
is_active?: boolean | undefined;
|
|
670037
670143
|
id_account_payable?: string | number | bigint | null | undefined;
|
|
@@ -670071,6 +670177,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
670071
670177
|
input: {
|
|
670072
670178
|
id?: string | number | bigint | null | undefined;
|
|
670073
670179
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
670180
|
+
id_string?: string | null | undefined;
|
|
670181
|
+
ids_string?: string[] | null | undefined;
|
|
670074
670182
|
};
|
|
670075
670183
|
output: {
|
|
670076
670184
|
data: ({
|
|
@@ -670106,6 +670214,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
670106
670214
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670107
670215
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
670108
670216
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
670217
|
+
ids_string_include?: string[] | null | undefined;
|
|
670218
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
670109
670219
|
logic_codes_include?: string[] | null | undefined;
|
|
670110
670220
|
logic_codes_exclude?: string[] | null | undefined;
|
|
670111
670221
|
order_by?: {
|
|
@@ -670238,6 +670348,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670238
670348
|
is_active?: (string | boolean)[] | null | undefined;
|
|
670239
670349
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670240
670350
|
id?: string | number | bigint | null | undefined;
|
|
670351
|
+
id_string?: string | null | undefined;
|
|
670241
670352
|
logic_code?: string | null | undefined;
|
|
670242
670353
|
};
|
|
670243
670354
|
output: {
|
|
@@ -670366,6 +670477,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
670366
670477
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670367
670478
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
670368
670479
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
670480
|
+
ids_string_include?: string[] | null | undefined;
|
|
670481
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
670369
670482
|
logic_codes_include?: string[] | null | undefined;
|
|
670370
670483
|
logic_codes_exclude?: string[] | null | undefined;
|
|
670371
670484
|
order_by?: {
|
|
@@ -670412,6 +670525,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670412
670525
|
is_active?: (string | boolean)[] | null | undefined;
|
|
670413
670526
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670414
670527
|
id?: string | number | bigint | null | undefined;
|
|
670528
|
+
id_string?: string | null | undefined;
|
|
670415
670529
|
logic_code?: string | null | undefined;
|
|
670416
670530
|
};
|
|
670417
670531
|
output: {
|
|
@@ -670488,6 +670602,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670488
670602
|
input: {
|
|
670489
670603
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670490
670604
|
id?: string | number | bigint | null | undefined;
|
|
670605
|
+
id_string?: string | null | undefined;
|
|
670491
670606
|
logic_code?: string | null | undefined;
|
|
670492
670607
|
is_active?: boolean | undefined;
|
|
670493
670608
|
id_organization?: string | number | bigint | null | undefined;
|
|
@@ -670535,6 +670650,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
670535
670650
|
input: {
|
|
670536
670651
|
id?: string | number | bigint | null | undefined;
|
|
670537
670652
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
670653
|
+
id_string?: string | null | undefined;
|
|
670654
|
+
ids_string?: string[] | null | undefined;
|
|
670538
670655
|
};
|
|
670539
670656
|
output: {
|
|
670540
670657
|
data: ({
|
|
@@ -670574,6 +670691,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
670574
670691
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670575
670692
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
670576
670693
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
670694
|
+
ids_string_include?: string[] | null | undefined;
|
|
670695
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
670577
670696
|
logic_codes_include?: string[] | null | undefined;
|
|
670578
670697
|
logic_codes_exclude?: string[] | null | undefined;
|
|
670579
670698
|
order_by?: {
|
|
@@ -670744,6 +670863,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670744
670863
|
is_active?: (string | boolean)[] | null | undefined;
|
|
670745
670864
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670746
670865
|
id?: string | number | bigint | null | undefined;
|
|
670866
|
+
id_string?: string | null | undefined;
|
|
670747
670867
|
logic_code?: string | null | undefined;
|
|
670748
670868
|
};
|
|
670749
670869
|
output: {
|
|
@@ -670909,6 +671029,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
670909
671029
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670910
671030
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
670911
671031
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
671032
|
+
ids_string_include?: string[] | null | undefined;
|
|
671033
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
670912
671034
|
logic_codes_include?: string[] | null | undefined;
|
|
670913
671035
|
logic_codes_exclude?: string[] | null | undefined;
|
|
670914
671036
|
order_by?: {
|
|
@@ -670955,6 +671077,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670955
671077
|
is_active?: (string | boolean)[] | null | undefined;
|
|
670956
671078
|
is_system?: (string | boolean)[] | null | undefined;
|
|
670957
671079
|
id?: string | number | bigint | null | undefined;
|
|
671080
|
+
id_string?: string | null | undefined;
|
|
670958
671081
|
logic_code?: string | null | undefined;
|
|
670959
671082
|
};
|
|
670960
671083
|
output: {
|
|
@@ -671033,6 +671156,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671033
671156
|
input: {
|
|
671034
671157
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671035
671158
|
id?: string | number | bigint | null | undefined;
|
|
671159
|
+
id_string?: string | null | undefined;
|
|
671036
671160
|
logic_code?: string | null | undefined;
|
|
671037
671161
|
is_active?: boolean | undefined;
|
|
671038
671162
|
id_organization?: string | number | bigint | null | undefined;
|
|
@@ -671082,6 +671206,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671082
671206
|
input: {
|
|
671083
671207
|
id?: string | number | bigint | null | undefined;
|
|
671084
671208
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
671209
|
+
id_string?: string | null | undefined;
|
|
671210
|
+
ids_string?: string[] | null | undefined;
|
|
671085
671211
|
};
|
|
671086
671212
|
output: {
|
|
671087
671213
|
data: ({
|
|
@@ -671121,6 +671247,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671121
671247
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671122
671248
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
671123
671249
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
671250
|
+
ids_string_include?: string[] | null | undefined;
|
|
671251
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
671124
671252
|
logic_codes_include?: string[] | null | undefined;
|
|
671125
671253
|
logic_codes_exclude?: string[] | null | undefined;
|
|
671126
671254
|
order_by?: {
|
|
@@ -671300,6 +671428,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671300
671428
|
is_active?: (string | boolean)[] | null | undefined;
|
|
671301
671429
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671302
671430
|
id?: string | number | bigint | null | undefined;
|
|
671431
|
+
id_string?: string | null | undefined;
|
|
671303
671432
|
logic_code?: string | null | undefined;
|
|
671304
671433
|
};
|
|
671305
671434
|
output: {
|
|
@@ -671469,6 +671598,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671469
671598
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671470
671599
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
671471
671600
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
671601
|
+
ids_string_include?: string[] | null | undefined;
|
|
671602
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
671472
671603
|
logic_codes_include?: string[] | null | undefined;
|
|
671473
671604
|
logic_codes_exclude?: string[] | null | undefined;
|
|
671474
671605
|
order_by?: {
|
|
@@ -671515,6 +671646,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671515
671646
|
is_active?: (string | boolean)[] | null | undefined;
|
|
671516
671647
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671517
671648
|
id?: string | number | bigint | null | undefined;
|
|
671649
|
+
id_string?: string | null | undefined;
|
|
671518
671650
|
logic_code?: string | null | undefined;
|
|
671519
671651
|
};
|
|
671520
671652
|
output: {
|
|
@@ -671615,6 +671747,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671615
671747
|
input: {
|
|
671616
671748
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671617
671749
|
id?: string | number | bigint | null | undefined;
|
|
671750
|
+
id_string?: string | null | undefined;
|
|
671618
671751
|
logic_code?: string | null | undefined;
|
|
671619
671752
|
is_active?: boolean | undefined;
|
|
671620
671753
|
id_organization?: string | number | bigint | null | undefined;
|
|
@@ -671686,6 +671819,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671686
671819
|
input: {
|
|
671687
671820
|
id?: string | number | bigint | null | undefined;
|
|
671688
671821
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
671822
|
+
id_string?: string | null | undefined;
|
|
671823
|
+
ids_string?: string[] | null | undefined;
|
|
671689
671824
|
};
|
|
671690
671825
|
output: {
|
|
671691
671826
|
data: ({
|
|
@@ -671737,6 +671872,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671737
671872
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671738
671873
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
671739
671874
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
671875
|
+
ids_string_include?: string[] | null | undefined;
|
|
671876
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
671740
671877
|
logic_codes_include?: string[] | null | undefined;
|
|
671741
671878
|
logic_codes_exclude?: string[] | null | undefined;
|
|
671742
671879
|
order_by?: {
|
|
@@ -671769,6 +671906,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671769
671906
|
is_active?: (string | boolean)[] | null | undefined;
|
|
671770
671907
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671771
671908
|
id?: string | number | bigint | null | undefined;
|
|
671909
|
+
id_string?: string | null | undefined;
|
|
671772
671910
|
logic_code?: string | null | undefined;
|
|
671773
671911
|
};
|
|
671774
671912
|
output: {
|
|
@@ -671806,6 +671944,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671806
671944
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671807
671945
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
671808
671946
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
671947
|
+
ids_string_include?: string[] | null | undefined;
|
|
671948
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
671809
671949
|
logic_codes_include?: string[] | null | undefined;
|
|
671810
671950
|
logic_codes_exclude?: string[] | null | undefined;
|
|
671811
671951
|
order_by?: {
|
|
@@ -671852,6 +671992,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671852
671992
|
is_active?: (string | boolean)[] | null | undefined;
|
|
671853
671993
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671854
671994
|
id?: string | number | bigint | null | undefined;
|
|
671995
|
+
id_string?: string | null | undefined;
|
|
671855
671996
|
logic_code?: string | null | undefined;
|
|
671856
671997
|
};
|
|
671857
671998
|
output: {
|
|
@@ -671916,6 +672057,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671916
672057
|
input: {
|
|
671917
672058
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671918
672059
|
id?: string | number | bigint | null | undefined;
|
|
672060
|
+
id_string?: string | null | undefined;
|
|
671919
672061
|
logic_code?: string | null | undefined;
|
|
671920
672062
|
is_active?: boolean | undefined;
|
|
671921
672063
|
code?: string | null | undefined;
|
|
@@ -671951,6 +672093,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671951
672093
|
input: {
|
|
671952
672094
|
id?: string | number | bigint | null | undefined;
|
|
671953
672095
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
672096
|
+
id_string?: string | null | undefined;
|
|
672097
|
+
ids_string?: string[] | null | undefined;
|
|
671954
672098
|
};
|
|
671955
672099
|
output: {
|
|
671956
672100
|
data: ({
|
|
@@ -671983,6 +672127,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
671983
672127
|
is_system?: (string | boolean)[] | null | undefined;
|
|
671984
672128
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
671985
672129
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
672130
|
+
ids_string_include?: string[] | null | undefined;
|
|
672131
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
671986
672132
|
logic_codes_include?: string[] | null | undefined;
|
|
671987
672133
|
logic_codes_exclude?: string[] | null | undefined;
|
|
671988
672134
|
order_by?: {
|
|
@@ -672015,6 +672161,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672015
672161
|
is_active?: (string | boolean)[] | null | undefined;
|
|
672016
672162
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672017
672163
|
id?: string | number | bigint | null | undefined;
|
|
672164
|
+
id_string?: string | null | undefined;
|
|
672018
672165
|
logic_code?: string | null | undefined;
|
|
672019
672166
|
};
|
|
672020
672167
|
output: {
|
|
@@ -672052,6 +672199,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672052
672199
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672053
672200
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
672054
672201
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
672202
|
+
ids_string_include?: string[] | null | undefined;
|
|
672203
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
672055
672204
|
logic_codes_include?: string[] | null | undefined;
|
|
672056
672205
|
logic_codes_exclude?: string[] | null | undefined;
|
|
672057
672206
|
order_by?: {
|
|
@@ -672098,6 +672247,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672098
672247
|
is_active?: (string | boolean)[] | null | undefined;
|
|
672099
672248
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672100
672249
|
id?: string | number | bigint | null | undefined;
|
|
672250
|
+
id_string?: string | null | undefined;
|
|
672101
672251
|
logic_code?: string | null | undefined;
|
|
672102
672252
|
};
|
|
672103
672253
|
output: {
|
|
@@ -672162,6 +672312,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672162
672312
|
input: {
|
|
672163
672313
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672164
672314
|
id?: string | number | bigint | null | undefined;
|
|
672315
|
+
id_string?: string | null | undefined;
|
|
672165
672316
|
logic_code?: string | null | undefined;
|
|
672166
672317
|
is_active?: boolean | undefined;
|
|
672167
672318
|
code?: string | null | undefined;
|
|
@@ -672197,6 +672348,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672197
672348
|
input: {
|
|
672198
672349
|
id?: string | number | bigint | null | undefined;
|
|
672199
672350
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
672351
|
+
id_string?: string | null | undefined;
|
|
672352
|
+
ids_string?: string[] | null | undefined;
|
|
672200
672353
|
};
|
|
672201
672354
|
output: {
|
|
672202
672355
|
data: ({
|
|
@@ -672229,6 +672382,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672229
672382
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672230
672383
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
672231
672384
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
672385
|
+
ids_string_include?: string[] | null | undefined;
|
|
672386
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
672232
672387
|
logic_codes_include?: string[] | null | undefined;
|
|
672233
672388
|
logic_codes_exclude?: string[] | null | undefined;
|
|
672234
672389
|
order_by?: {
|
|
@@ -672261,6 +672416,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672261
672416
|
is_active?: (string | boolean)[] | null | undefined;
|
|
672262
672417
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672263
672418
|
id?: string | number | bigint | null | undefined;
|
|
672419
|
+
id_string?: string | null | undefined;
|
|
672264
672420
|
logic_code?: string | null | undefined;
|
|
672265
672421
|
};
|
|
672266
672422
|
output: {
|
|
@@ -672298,6 +672454,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672298
672454
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672299
672455
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
672300
672456
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
672457
|
+
ids_string_include?: string[] | null | undefined;
|
|
672458
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
672301
672459
|
logic_codes_include?: string[] | null | undefined;
|
|
672302
672460
|
logic_codes_exclude?: string[] | null | undefined;
|
|
672303
672461
|
order_by?: {
|
|
@@ -672344,6 +672502,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672344
672502
|
is_active?: (string | boolean)[] | null | undefined;
|
|
672345
672503
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672346
672504
|
id?: string | number | bigint | null | undefined;
|
|
672505
|
+
id_string?: string | null | undefined;
|
|
672347
672506
|
logic_code?: string | null | undefined;
|
|
672348
672507
|
};
|
|
672349
672508
|
output: {
|
|
@@ -672408,6 +672567,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672408
672567
|
input: {
|
|
672409
672568
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672410
672569
|
id?: string | number | bigint | null | undefined;
|
|
672570
|
+
id_string?: string | null | undefined;
|
|
672411
672571
|
logic_code?: string | null | undefined;
|
|
672412
672572
|
is_active?: boolean | undefined;
|
|
672413
672573
|
code?: string | null | undefined;
|
|
@@ -672443,6 +672603,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672443
672603
|
input: {
|
|
672444
672604
|
id?: string | number | bigint | null | undefined;
|
|
672445
672605
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
672606
|
+
id_string?: string | null | undefined;
|
|
672607
|
+
ids_string?: string[] | null | undefined;
|
|
672446
672608
|
};
|
|
672447
672609
|
output: {
|
|
672448
672610
|
data: ({
|
|
@@ -672475,6 +672637,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672475
672637
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672476
672638
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
672477
672639
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
672640
|
+
ids_string_include?: string[] | null | undefined;
|
|
672641
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
672478
672642
|
logic_codes_include?: string[] | null | undefined;
|
|
672479
672643
|
logic_codes_exclude?: string[] | null | undefined;
|
|
672480
672644
|
order_by?: {
|
|
@@ -672507,6 +672671,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672507
672671
|
is_active?: (string | boolean)[] | null | undefined;
|
|
672508
672672
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672509
672673
|
id?: string | number | bigint | null | undefined;
|
|
672674
|
+
id_string?: string | null | undefined;
|
|
672510
672675
|
logic_code?: string | null | undefined;
|
|
672511
672676
|
};
|
|
672512
672677
|
output: {
|
|
@@ -672544,6 +672709,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672544
672709
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672545
672710
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
672546
672711
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
672712
|
+
ids_string_include?: string[] | null | undefined;
|
|
672713
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
672547
672714
|
logic_codes_include?: string[] | null | undefined;
|
|
672548
672715
|
logic_codes_exclude?: string[] | null | undefined;
|
|
672549
672716
|
order_by?: {
|
|
@@ -672590,6 +672757,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672590
672757
|
is_active?: (string | boolean)[] | null | undefined;
|
|
672591
672758
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672592
672759
|
id?: string | number | bigint | null | undefined;
|
|
672760
|
+
id_string?: string | null | undefined;
|
|
672593
672761
|
logic_code?: string | null | undefined;
|
|
672594
672762
|
};
|
|
672595
672763
|
output: {
|
|
@@ -672654,6 +672822,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672654
672822
|
input: {
|
|
672655
672823
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672656
672824
|
id?: string | number | bigint | null | undefined;
|
|
672825
|
+
id_string?: string | null | undefined;
|
|
672657
672826
|
logic_code?: string | null | undefined;
|
|
672658
672827
|
is_active?: boolean | undefined;
|
|
672659
672828
|
code?: string | null | undefined;
|
|
@@ -672689,6 +672858,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672689
672858
|
input: {
|
|
672690
672859
|
id?: string | number | bigint | null | undefined;
|
|
672691
672860
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
672861
|
+
id_string?: string | null | undefined;
|
|
672862
|
+
ids_string?: string[] | null | undefined;
|
|
672692
672863
|
};
|
|
672693
672864
|
output: {
|
|
672694
672865
|
data: ({
|
|
@@ -672721,6 +672892,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672721
672892
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672722
672893
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
672723
672894
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
672895
|
+
ids_string_include?: string[] | null | undefined;
|
|
672896
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
672724
672897
|
logic_codes_include?: string[] | null | undefined;
|
|
672725
672898
|
logic_codes_exclude?: string[] | null | undefined;
|
|
672726
672899
|
order_by?: {
|
|
@@ -672753,6 +672926,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672753
672926
|
is_active?: (string | boolean)[] | null | undefined;
|
|
672754
672927
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672755
672928
|
id?: string | number | bigint | null | undefined;
|
|
672929
|
+
id_string?: string | null | undefined;
|
|
672756
672930
|
logic_code?: string | null | undefined;
|
|
672757
672931
|
};
|
|
672758
672932
|
output: {
|
|
@@ -672790,6 +672964,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672790
672964
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672791
672965
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
672792
672966
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
672967
|
+
ids_string_include?: string[] | null | undefined;
|
|
672968
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
672793
672969
|
logic_codes_include?: string[] | null | undefined;
|
|
672794
672970
|
logic_codes_exclude?: string[] | null | undefined;
|
|
672795
672971
|
order_by?: {
|
|
@@ -672836,6 +673012,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672836
673012
|
is_active?: (string | boolean)[] | null | undefined;
|
|
672837
673013
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672838
673014
|
id?: string | number | bigint | null | undefined;
|
|
673015
|
+
id_string?: string | null | undefined;
|
|
672839
673016
|
logic_code?: string | null | undefined;
|
|
672840
673017
|
};
|
|
672841
673018
|
output: {
|
|
@@ -672900,6 +673077,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672900
673077
|
input: {
|
|
672901
673078
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672902
673079
|
id?: string | number | bigint | null | undefined;
|
|
673080
|
+
id_string?: string | null | undefined;
|
|
672903
673081
|
logic_code?: string | null | undefined;
|
|
672904
673082
|
is_active?: boolean | undefined;
|
|
672905
673083
|
code?: string | null | undefined;
|
|
@@ -672935,6 +673113,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672935
673113
|
input: {
|
|
672936
673114
|
id?: string | number | bigint | null | undefined;
|
|
672937
673115
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
673116
|
+
id_string?: string | null | undefined;
|
|
673117
|
+
ids_string?: string[] | null | undefined;
|
|
672938
673118
|
};
|
|
672939
673119
|
output: {
|
|
672940
673120
|
data: ({
|
|
@@ -672967,6 +673147,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
672967
673147
|
is_system?: (string | boolean)[] | null | undefined;
|
|
672968
673148
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
672969
673149
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
673150
|
+
ids_string_include?: string[] | null | undefined;
|
|
673151
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
672970
673152
|
logic_codes_include?: string[] | null | undefined;
|
|
672971
673153
|
logic_codes_exclude?: string[] | null | undefined;
|
|
672972
673154
|
order_by?: {
|
|
@@ -672999,6 +673181,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
672999
673181
|
is_active?: (string | boolean)[] | null | undefined;
|
|
673000
673182
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673001
673183
|
id?: string | number | bigint | null | undefined;
|
|
673184
|
+
id_string?: string | null | undefined;
|
|
673002
673185
|
logic_code?: string | null | undefined;
|
|
673003
673186
|
};
|
|
673004
673187
|
output: {
|
|
@@ -673035,6 +673218,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673035
673218
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673036
673219
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
673037
673220
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
673221
|
+
ids_string_include?: string[] | null | undefined;
|
|
673222
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
673038
673223
|
logic_codes_include?: string[] | null | undefined;
|
|
673039
673224
|
logic_codes_exclude?: string[] | null | undefined;
|
|
673040
673225
|
order_by?: {
|
|
@@ -673081,6 +673266,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673081
673266
|
is_active?: (string | boolean)[] | null | undefined;
|
|
673082
673267
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673083
673268
|
id?: string | number | bigint | null | undefined;
|
|
673269
|
+
id_string?: string | null | undefined;
|
|
673084
673270
|
logic_code?: string | null | undefined;
|
|
673085
673271
|
};
|
|
673086
673272
|
output: {
|
|
@@ -673145,6 +673331,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673145
673331
|
input: {
|
|
673146
673332
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673147
673333
|
id?: string | number | bigint | null | undefined;
|
|
673334
|
+
id_string?: string | null | undefined;
|
|
673148
673335
|
logic_code?: string | null | undefined;
|
|
673149
673336
|
is_active?: boolean | undefined;
|
|
673150
673337
|
code?: string | null | undefined;
|
|
@@ -673180,6 +673367,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673180
673367
|
input: {
|
|
673181
673368
|
id?: string | number | bigint | null | undefined;
|
|
673182
673369
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
673370
|
+
id_string?: string | null | undefined;
|
|
673371
|
+
ids_string?: string[] | null | undefined;
|
|
673183
673372
|
};
|
|
673184
673373
|
output: {
|
|
673185
673374
|
data: ({
|
|
@@ -673212,6 +673401,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673212
673401
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673213
673402
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
673214
673403
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
673404
|
+
ids_string_include?: string[] | null | undefined;
|
|
673405
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
673215
673406
|
logic_codes_include?: string[] | null | undefined;
|
|
673216
673407
|
logic_codes_exclude?: string[] | null | undefined;
|
|
673217
673408
|
order_by?: {
|
|
@@ -673244,6 +673435,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673244
673435
|
is_active?: (string | boolean)[] | null | undefined;
|
|
673245
673436
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673246
673437
|
id?: string | number | bigint | null | undefined;
|
|
673438
|
+
id_string?: string | null | undefined;
|
|
673247
673439
|
logic_code?: string | null | undefined;
|
|
673248
673440
|
};
|
|
673249
673441
|
output: {
|
|
@@ -673281,6 +673473,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673281
673473
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673282
673474
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
673283
673475
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
673476
|
+
ids_string_include?: string[] | null | undefined;
|
|
673477
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
673284
673478
|
logic_codes_include?: string[] | null | undefined;
|
|
673285
673479
|
logic_codes_exclude?: string[] | null | undefined;
|
|
673286
673480
|
order_by?: {
|
|
@@ -673327,6 +673521,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673327
673521
|
is_active?: (string | boolean)[] | null | undefined;
|
|
673328
673522
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673329
673523
|
id?: string | number | bigint | null | undefined;
|
|
673524
|
+
id_string?: string | null | undefined;
|
|
673330
673525
|
logic_code?: string | null | undefined;
|
|
673331
673526
|
};
|
|
673332
673527
|
output: {
|
|
@@ -673391,6 +673586,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673391
673586
|
input: {
|
|
673392
673587
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673393
673588
|
id?: string | number | bigint | null | undefined;
|
|
673589
|
+
id_string?: string | null | undefined;
|
|
673394
673590
|
logic_code?: string | null | undefined;
|
|
673395
673591
|
is_active?: boolean | undefined;
|
|
673396
673592
|
code?: string | null | undefined;
|
|
@@ -673426,6 +673622,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673426
673622
|
input: {
|
|
673427
673623
|
id?: string | number | bigint | null | undefined;
|
|
673428
673624
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
673625
|
+
id_string?: string | null | undefined;
|
|
673626
|
+
ids_string?: string[] | null | undefined;
|
|
673429
673627
|
};
|
|
673430
673628
|
output: {
|
|
673431
673629
|
data: ({
|
|
@@ -673458,6 +673656,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673458
673656
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673459
673657
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
673460
673658
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
673659
|
+
ids_string_include?: string[] | null | undefined;
|
|
673660
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
673461
673661
|
logic_codes_include?: string[] | null | undefined;
|
|
673462
673662
|
logic_codes_exclude?: string[] | null | undefined;
|
|
673463
673663
|
order_by?: {
|
|
@@ -673490,6 +673690,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673490
673690
|
is_active?: (string | boolean)[] | null | undefined;
|
|
673491
673691
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673492
673692
|
id?: string | number | bigint | null | undefined;
|
|
673693
|
+
id_string?: string | null | undefined;
|
|
673493
673694
|
logic_code?: string | null | undefined;
|
|
673494
673695
|
};
|
|
673495
673696
|
output: {
|
|
@@ -673526,6 +673727,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673526
673727
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673527
673728
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
673528
673729
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
673730
|
+
ids_string_include?: string[] | null | undefined;
|
|
673731
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
673529
673732
|
logic_codes_include?: string[] | null | undefined;
|
|
673530
673733
|
logic_codes_exclude?: string[] | null | undefined;
|
|
673531
673734
|
order_by?: {
|
|
@@ -673572,6 +673775,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673572
673775
|
is_active?: (string | boolean)[] | null | undefined;
|
|
673573
673776
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673574
673777
|
id?: string | number | bigint | null | undefined;
|
|
673778
|
+
id_string?: string | null | undefined;
|
|
673575
673779
|
logic_code?: string | null | undefined;
|
|
673576
673780
|
};
|
|
673577
673781
|
output: {
|
|
@@ -673636,6 +673840,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673636
673840
|
input: {
|
|
673637
673841
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673638
673842
|
id?: string | number | bigint | null | undefined;
|
|
673843
|
+
id_string?: string | null | undefined;
|
|
673639
673844
|
logic_code?: string | null | undefined;
|
|
673640
673845
|
is_active?: boolean | undefined;
|
|
673641
673846
|
code?: string | null | undefined;
|
|
@@ -673671,6 +673876,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673671
673876
|
input: {
|
|
673672
673877
|
id?: string | number | bigint | null | undefined;
|
|
673673
673878
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
673879
|
+
id_string?: string | null | undefined;
|
|
673880
|
+
ids_string?: string[] | null | undefined;
|
|
673674
673881
|
};
|
|
673675
673882
|
output: {
|
|
673676
673883
|
data: ({
|
|
@@ -673712,6 +673919,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
673712
673919
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673713
673920
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
673714
673921
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
673922
|
+
ids_string_include?: string[] | null | undefined;
|
|
673923
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
673715
673924
|
logic_codes_include?: string[] | null | undefined;
|
|
673716
673925
|
logic_codes_exclude?: string[] | null | undefined;
|
|
673717
673926
|
order_by?: {
|
|
@@ -673855,6 +674064,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
673855
674064
|
is_active?: (string | boolean)[] | null | undefined;
|
|
673856
674065
|
is_system?: (string | boolean)[] | null | undefined;
|
|
673857
674066
|
id?: string | number | bigint | null | undefined;
|
|
674067
|
+
id_string?: string | null | undefined;
|
|
673858
674068
|
logic_code?: string | null | undefined;
|
|
673859
674069
|
};
|
|
673860
674070
|
output: {
|
|
@@ -674014,6 +674224,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
674014
674224
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674015
674225
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
674016
674226
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
674227
|
+
ids_string_include?: string[] | null | undefined;
|
|
674228
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
674017
674229
|
logic_codes_include?: string[] | null | undefined;
|
|
674018
674230
|
logic_codes_exclude?: string[] | null | undefined;
|
|
674019
674231
|
order_by?: {
|
|
@@ -674060,6 +674272,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
674060
674272
|
is_active?: (string | boolean)[] | null | undefined;
|
|
674061
674273
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674062
674274
|
id?: string | number | bigint | null | undefined;
|
|
674275
|
+
id_string?: string | null | undefined;
|
|
674063
674276
|
logic_code?: string | null | undefined;
|
|
674064
674277
|
};
|
|
674065
674278
|
output: {
|
|
@@ -674160,6 +674373,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
674160
674373
|
input: {
|
|
674161
674374
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674162
674375
|
id?: string | number | bigint | null | undefined;
|
|
674376
|
+
id_string?: string | null | undefined;
|
|
674163
674377
|
logic_code?: string | null | undefined;
|
|
674164
674378
|
is_active?: boolean | undefined;
|
|
674165
674379
|
id_un_locode?: string | number | bigint | null | undefined;
|
|
@@ -674231,6 +674445,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
674231
674445
|
input: {
|
|
674232
674446
|
id?: string | number | bigint | null | undefined;
|
|
674233
674447
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
674448
|
+
id_string?: string | null | undefined;
|
|
674449
|
+
ids_string?: string[] | null | undefined;
|
|
674234
674450
|
};
|
|
674235
674451
|
output: {
|
|
674236
674452
|
data: ({
|
|
@@ -674281,6 +674497,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
674281
674497
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674282
674498
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
674283
674499
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
674500
|
+
ids_string_include?: string[] | null | undefined;
|
|
674501
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
674284
674502
|
logic_codes_include?: string[] | null | undefined;
|
|
674285
674503
|
logic_codes_exclude?: string[] | null | undefined;
|
|
674286
674504
|
order_by?: {
|
|
@@ -674416,6 +674634,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
674416
674634
|
is_active?: (string | boolean)[] | null | undefined;
|
|
674417
674635
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674418
674636
|
id?: string | number | bigint | null | undefined;
|
|
674637
|
+
id_string?: string | null | undefined;
|
|
674419
674638
|
logic_code?: string | null | undefined;
|
|
674420
674639
|
};
|
|
674421
674640
|
output: {
|
|
@@ -674569,6 +674788,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
674569
674788
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674570
674789
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
674571
674790
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
674791
|
+
ids_string_include?: string[] | null | undefined;
|
|
674792
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
674572
674793
|
logic_codes_include?: string[] | null | undefined;
|
|
674573
674794
|
logic_codes_exclude?: string[] | null | undefined;
|
|
674574
674795
|
order_by?: {
|
|
@@ -674615,6 +674836,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
674615
674836
|
is_active?: (string | boolean)[] | null | undefined;
|
|
674616
674837
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674617
674838
|
id?: string | number | bigint | null | undefined;
|
|
674839
|
+
id_string?: string | null | undefined;
|
|
674618
674840
|
logic_code?: string | null | undefined;
|
|
674619
674841
|
};
|
|
674620
674842
|
output: {
|
|
@@ -674699,6 +674921,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
674699
674921
|
input: {
|
|
674700
674922
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674701
674923
|
id?: string | number | bigint | null | undefined;
|
|
674924
|
+
id_string?: string | null | undefined;
|
|
674702
674925
|
logic_code?: string | null | undefined;
|
|
674703
674926
|
is_active?: boolean | undefined;
|
|
674704
674927
|
id_un_locode?: string | number | bigint | null | undefined;
|
|
@@ -674754,6 +674977,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
674754
674977
|
input: {
|
|
674755
674978
|
id?: string | number | bigint | null | undefined;
|
|
674756
674979
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
674980
|
+
id_string?: string | null | undefined;
|
|
674981
|
+
ids_string?: string[] | null | undefined;
|
|
674757
674982
|
};
|
|
674758
674983
|
output: {
|
|
674759
674984
|
data: ({
|
|
@@ -674796,6 +675021,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
674796
675021
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674797
675022
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
674798
675023
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
675024
|
+
ids_string_include?: string[] | null | undefined;
|
|
675025
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
674799
675026
|
logic_codes_include?: string[] | null | undefined;
|
|
674800
675027
|
logic_codes_exclude?: string[] | null | undefined;
|
|
674801
675028
|
order_by?: {
|
|
@@ -674912,6 +675139,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
674912
675139
|
is_active?: (string | boolean)[] | null | undefined;
|
|
674913
675140
|
is_system?: (string | boolean)[] | null | undefined;
|
|
674914
675141
|
id?: string | number | bigint | null | undefined;
|
|
675142
|
+
id_string?: string | null | undefined;
|
|
674915
675143
|
logic_code?: string | null | undefined;
|
|
674916
675144
|
};
|
|
674917
675145
|
output: {
|
|
@@ -675036,6 +675264,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
675036
675264
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675037
675265
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
675038
675266
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
675267
|
+
ids_string_include?: string[] | null | undefined;
|
|
675268
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
675039
675269
|
logic_codes_include?: string[] | null | undefined;
|
|
675040
675270
|
logic_codes_exclude?: string[] | null | undefined;
|
|
675041
675271
|
order_by?: {
|
|
@@ -675082,6 +675312,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
675082
675312
|
is_active?: (string | boolean)[] | null | undefined;
|
|
675083
675313
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675084
675314
|
id?: string | number | bigint | null | undefined;
|
|
675315
|
+
id_string?: string | null | undefined;
|
|
675085
675316
|
logic_code?: string | null | undefined;
|
|
675086
675317
|
};
|
|
675087
675318
|
output: {
|
|
@@ -675161,6 +675392,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
675161
675392
|
input: {
|
|
675162
675393
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675163
675394
|
id?: string | number | bigint | null | undefined;
|
|
675395
|
+
id_string?: string | null | undefined;
|
|
675164
675396
|
logic_code?: string | null | undefined;
|
|
675165
675397
|
is_active?: boolean | undefined;
|
|
675166
675398
|
id_shipping_provider?: string | number | bigint | null | undefined;
|
|
@@ -675211,6 +675443,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
675211
675443
|
input: {
|
|
675212
675444
|
id?: string | number | bigint | null | undefined;
|
|
675213
675445
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
675446
|
+
id_string?: string | null | undefined;
|
|
675447
|
+
ids_string?: string[] | null | undefined;
|
|
675214
675448
|
};
|
|
675215
675449
|
output: {
|
|
675216
675450
|
data: ({
|
|
@@ -675249,6 +675483,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
675249
675483
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675250
675484
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
675251
675485
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
675486
|
+
ids_string_include?: string[] | null | undefined;
|
|
675487
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
675252
675488
|
logic_codes_include?: string[] | null | undefined;
|
|
675253
675489
|
logic_codes_exclude?: string[] | null | undefined;
|
|
675254
675490
|
order_by?: {
|
|
@@ -675281,6 +675517,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
675281
675517
|
is_active?: (string | boolean)[] | null | undefined;
|
|
675282
675518
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675283
675519
|
id?: string | number | bigint | null | undefined;
|
|
675520
|
+
id_string?: string | null | undefined;
|
|
675284
675521
|
logic_code?: string | null | undefined;
|
|
675285
675522
|
};
|
|
675286
675523
|
output: {
|
|
@@ -675317,6 +675554,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
675317
675554
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675318
675555
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
675319
675556
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
675557
|
+
ids_string_include?: string[] | null | undefined;
|
|
675558
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
675320
675559
|
logic_codes_include?: string[] | null | undefined;
|
|
675321
675560
|
logic_codes_exclude?: string[] | null | undefined;
|
|
675322
675561
|
order_by?: {
|
|
@@ -675363,6 +675602,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
675363
675602
|
is_active?: (string | boolean)[] | null | undefined;
|
|
675364
675603
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675365
675604
|
id?: string | number | bigint | null | undefined;
|
|
675605
|
+
id_string?: string | null | undefined;
|
|
675366
675606
|
logic_code?: string | null | undefined;
|
|
675367
675607
|
};
|
|
675368
675608
|
output: {
|
|
@@ -675427,6 +675667,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
675427
675667
|
input: {
|
|
675428
675668
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675429
675669
|
id?: string | number | bigint | null | undefined;
|
|
675670
|
+
id_string?: string | null | undefined;
|
|
675430
675671
|
logic_code?: string | null | undefined;
|
|
675431
675672
|
is_active?: boolean | undefined;
|
|
675432
675673
|
code?: string | null | undefined;
|
|
@@ -675462,6 +675703,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
675462
675703
|
input: {
|
|
675463
675704
|
id?: string | number | bigint | null | undefined;
|
|
675464
675705
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
675706
|
+
id_string?: string | null | undefined;
|
|
675707
|
+
ids_string?: string[] | null | undefined;
|
|
675465
675708
|
};
|
|
675466
675709
|
output: {
|
|
675467
675710
|
data: ({
|
|
@@ -675495,6 +675738,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
675495
675738
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675496
675739
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
675497
675740
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
675741
|
+
ids_string_include?: string[] | null | undefined;
|
|
675742
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
675498
675743
|
logic_codes_include?: string[] | null | undefined;
|
|
675499
675744
|
logic_codes_exclude?: string[] | null | undefined;
|
|
675500
675745
|
order_by?: {
|
|
@@ -675854,6 +676099,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
675854
676099
|
is_active?: (string | boolean)[] | null | undefined;
|
|
675855
676100
|
is_system?: (string | boolean)[] | null | undefined;
|
|
675856
676101
|
id?: string | number | bigint | null | undefined;
|
|
676102
|
+
id_string?: string | null | undefined;
|
|
675857
676103
|
logic_code?: string | null | undefined;
|
|
675858
676104
|
};
|
|
675859
676105
|
output: {
|
|
@@ -676195,6 +676441,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
676195
676441
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676196
676442
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
676197
676443
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
676444
|
+
ids_string_include?: string[] | null | undefined;
|
|
676445
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
676198
676446
|
logic_codes_include?: string[] | null | undefined;
|
|
676199
676447
|
logic_codes_exclude?: string[] | null | undefined;
|
|
676200
676448
|
order_by?: {
|
|
@@ -676241,6 +676489,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
676241
676489
|
is_active?: (string | boolean)[] | null | undefined;
|
|
676242
676490
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676243
676491
|
id?: string | number | bigint | null | undefined;
|
|
676492
|
+
id_string?: string | null | undefined;
|
|
676244
676493
|
logic_code?: string | null | undefined;
|
|
676245
676494
|
};
|
|
676246
676495
|
output: {
|
|
@@ -676387,6 +676636,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
676387
676636
|
input: {
|
|
676388
676637
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676389
676638
|
id?: string | number | bigint | null | undefined;
|
|
676639
|
+
id_string?: string | null | undefined;
|
|
676390
676640
|
logic_code?: string | null | undefined;
|
|
676391
676641
|
is_active?: boolean | undefined;
|
|
676392
676642
|
id_transport_mode?: string | number | bigint | null | undefined;
|
|
@@ -676504,6 +676754,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
676504
676754
|
input: {
|
|
676505
676755
|
id?: string | number | bigint | null | undefined;
|
|
676506
676756
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
676757
|
+
id_string?: string | null | undefined;
|
|
676758
|
+
ids_string?: string[] | null | undefined;
|
|
676507
676759
|
};
|
|
676508
676760
|
output: {
|
|
676509
676761
|
data: ({
|
|
@@ -676576,6 +676828,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
676576
676828
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676577
676829
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
676578
676830
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
676831
|
+
ids_string_include?: string[] | null | undefined;
|
|
676832
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
676579
676833
|
logic_codes_include?: string[] | null | undefined;
|
|
676580
676834
|
logic_codes_exclude?: string[] | null | undefined;
|
|
676581
676835
|
order_by?: {
|
|
@@ -676608,6 +676862,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
676608
676862
|
is_active?: (string | boolean)[] | null | undefined;
|
|
676609
676863
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676610
676864
|
id?: string | number | bigint | null | undefined;
|
|
676865
|
+
id_string?: string | null | undefined;
|
|
676611
676866
|
logic_code?: string | null | undefined;
|
|
676612
676867
|
};
|
|
676613
676868
|
output: {
|
|
@@ -676644,6 +676899,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
676644
676899
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676645
676900
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
676646
676901
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
676902
|
+
ids_string_include?: string[] | null | undefined;
|
|
676903
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
676647
676904
|
logic_codes_include?: string[] | null | undefined;
|
|
676648
676905
|
logic_codes_exclude?: string[] | null | undefined;
|
|
676649
676906
|
order_by?: {
|
|
@@ -676690,6 +676947,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
676690
676947
|
is_active?: (string | boolean)[] | null | undefined;
|
|
676691
676948
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676692
676949
|
id?: string | number | bigint | null | undefined;
|
|
676950
|
+
id_string?: string | null | undefined;
|
|
676693
676951
|
logic_code?: string | null | undefined;
|
|
676694
676952
|
};
|
|
676695
676953
|
output: {
|
|
@@ -676754,6 +677012,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
676754
677012
|
input: {
|
|
676755
677013
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676756
677014
|
id?: string | number | bigint | null | undefined;
|
|
677015
|
+
id_string?: string | null | undefined;
|
|
676757
677016
|
logic_code?: string | null | undefined;
|
|
676758
677017
|
is_active?: boolean | undefined;
|
|
676759
677018
|
code?: string | null | undefined;
|
|
@@ -676789,6 +677048,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
676789
677048
|
input: {
|
|
676790
677049
|
id?: string | number | bigint | null | undefined;
|
|
676791
677050
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
677051
|
+
id_string?: string | null | undefined;
|
|
677052
|
+
ids_string?: string[] | null | undefined;
|
|
676792
677053
|
};
|
|
676793
677054
|
output: {
|
|
676794
677055
|
data: ({
|
|
@@ -676821,6 +677082,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
676821
677082
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676822
677083
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
676823
677084
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
677085
|
+
ids_string_include?: string[] | null | undefined;
|
|
677086
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
676824
677087
|
logic_codes_include?: string[] | null | undefined;
|
|
676825
677088
|
logic_codes_exclude?: string[] | null | undefined;
|
|
676826
677089
|
order_by?: {
|
|
@@ -676853,6 +677116,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
676853
677116
|
is_active?: (string | boolean)[] | null | undefined;
|
|
676854
677117
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676855
677118
|
id?: string | number | bigint | null | undefined;
|
|
677119
|
+
id_string?: string | null | undefined;
|
|
676856
677120
|
logic_code?: string | null | undefined;
|
|
676857
677121
|
};
|
|
676858
677122
|
output: {
|
|
@@ -676889,6 +677153,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
676889
677153
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676890
677154
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
676891
677155
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
677156
|
+
ids_string_include?: string[] | null | undefined;
|
|
677157
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
676892
677158
|
logic_codes_include?: string[] | null | undefined;
|
|
676893
677159
|
logic_codes_exclude?: string[] | null | undefined;
|
|
676894
677160
|
order_by?: {
|
|
@@ -676935,6 +677201,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
676935
677201
|
is_active?: (string | boolean)[] | null | undefined;
|
|
676936
677202
|
is_system?: (string | boolean)[] | null | undefined;
|
|
676937
677203
|
id?: string | number | bigint | null | undefined;
|
|
677204
|
+
id_string?: string | null | undefined;
|
|
676938
677205
|
logic_code?: string | null | undefined;
|
|
676939
677206
|
};
|
|
676940
677207
|
output: {
|
|
@@ -676999,6 +677266,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
676999
677266
|
input: {
|
|
677000
677267
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677001
677268
|
id?: string | number | bigint | null | undefined;
|
|
677269
|
+
id_string?: string | null | undefined;
|
|
677002
677270
|
logic_code?: string | null | undefined;
|
|
677003
677271
|
is_active?: boolean | undefined;
|
|
677004
677272
|
code?: string | null | undefined;
|
|
@@ -677034,6 +677302,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677034
677302
|
input: {
|
|
677035
677303
|
id?: string | number | bigint | null | undefined;
|
|
677036
677304
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
677305
|
+
id_string?: string | null | undefined;
|
|
677306
|
+
ids_string?: string[] | null | undefined;
|
|
677037
677307
|
};
|
|
677038
677308
|
output: {
|
|
677039
677309
|
data: ({
|
|
@@ -677066,6 +677336,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677066
677336
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677067
677337
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
677068
677338
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
677339
|
+
ids_string_include?: string[] | null | undefined;
|
|
677340
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
677069
677341
|
logic_codes_include?: string[] | null | undefined;
|
|
677070
677342
|
logic_codes_exclude?: string[] | null | undefined;
|
|
677071
677343
|
order_by?: {
|
|
@@ -677098,6 +677370,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677098
677370
|
is_active?: (string | boolean)[] | null | undefined;
|
|
677099
677371
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677100
677372
|
id?: string | number | bigint | null | undefined;
|
|
677373
|
+
id_string?: string | null | undefined;
|
|
677101
677374
|
logic_code?: string | null | undefined;
|
|
677102
677375
|
};
|
|
677103
677376
|
output: {
|
|
@@ -677134,6 +677407,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677134
677407
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677135
677408
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
677136
677409
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
677410
|
+
ids_string_include?: string[] | null | undefined;
|
|
677411
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
677137
677412
|
logic_codes_include?: string[] | null | undefined;
|
|
677138
677413
|
logic_codes_exclude?: string[] | null | undefined;
|
|
677139
677414
|
order_by?: {
|
|
@@ -677180,6 +677455,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677180
677455
|
is_active?: (string | boolean)[] | null | undefined;
|
|
677181
677456
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677182
677457
|
id?: string | number | bigint | null | undefined;
|
|
677458
|
+
id_string?: string | null | undefined;
|
|
677183
677459
|
logic_code?: string | null | undefined;
|
|
677184
677460
|
};
|
|
677185
677461
|
output: {
|
|
@@ -677244,6 +677520,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677244
677520
|
input: {
|
|
677245
677521
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677246
677522
|
id?: string | number | bigint | null | undefined;
|
|
677523
|
+
id_string?: string | null | undefined;
|
|
677247
677524
|
logic_code?: string | null | undefined;
|
|
677248
677525
|
is_active?: boolean | undefined;
|
|
677249
677526
|
code?: string | null | undefined;
|
|
@@ -677279,6 +677556,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677279
677556
|
input: {
|
|
677280
677557
|
id?: string | number | bigint | null | undefined;
|
|
677281
677558
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
677559
|
+
id_string?: string | null | undefined;
|
|
677560
|
+
ids_string?: string[] | null | undefined;
|
|
677282
677561
|
};
|
|
677283
677562
|
output: {
|
|
677284
677563
|
data: ({
|
|
@@ -677311,6 +677590,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677311
677590
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677312
677591
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
677313
677592
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
677593
|
+
ids_string_include?: string[] | null | undefined;
|
|
677594
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
677314
677595
|
logic_codes_include?: string[] | null | undefined;
|
|
677315
677596
|
logic_codes_exclude?: string[] | null | undefined;
|
|
677316
677597
|
order_by?: {
|
|
@@ -677343,6 +677624,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677343
677624
|
is_active?: (string | boolean)[] | null | undefined;
|
|
677344
677625
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677345
677626
|
id?: string | number | bigint | null | undefined;
|
|
677627
|
+
id_string?: string | null | undefined;
|
|
677346
677628
|
logic_code?: string | null | undefined;
|
|
677347
677629
|
};
|
|
677348
677630
|
output: {
|
|
@@ -677379,6 +677661,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677379
677661
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677380
677662
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
677381
677663
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
677664
|
+
ids_string_include?: string[] | null | undefined;
|
|
677665
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
677382
677666
|
logic_codes_include?: string[] | null | undefined;
|
|
677383
677667
|
logic_codes_exclude?: string[] | null | undefined;
|
|
677384
677668
|
order_by?: {
|
|
@@ -677425,6 +677709,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677425
677709
|
is_active?: (string | boolean)[] | null | undefined;
|
|
677426
677710
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677427
677711
|
id?: string | number | bigint | null | undefined;
|
|
677712
|
+
id_string?: string | null | undefined;
|
|
677428
677713
|
logic_code?: string | null | undefined;
|
|
677429
677714
|
};
|
|
677430
677715
|
output: {
|
|
@@ -677489,6 +677774,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677489
677774
|
input: {
|
|
677490
677775
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677491
677776
|
id?: string | number | bigint | null | undefined;
|
|
677777
|
+
id_string?: string | null | undefined;
|
|
677492
677778
|
logic_code?: string | null | undefined;
|
|
677493
677779
|
is_active?: boolean | undefined;
|
|
677494
677780
|
code?: string | null | undefined;
|
|
@@ -677524,6 +677810,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677524
677810
|
input: {
|
|
677525
677811
|
id?: string | number | bigint | null | undefined;
|
|
677526
677812
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
677813
|
+
id_string?: string | null | undefined;
|
|
677814
|
+
ids_string?: string[] | null | undefined;
|
|
677527
677815
|
};
|
|
677528
677816
|
output: {
|
|
677529
677817
|
data: ({
|
|
@@ -677556,6 +677844,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677556
677844
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677557
677845
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
677558
677846
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
677847
|
+
ids_string_include?: string[] | null | undefined;
|
|
677848
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
677559
677849
|
logic_codes_include?: string[] | null | undefined;
|
|
677560
677850
|
logic_codes_exclude?: string[] | null | undefined;
|
|
677561
677851
|
order_by?: {
|
|
@@ -677588,6 +677878,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677588
677878
|
is_active?: (string | boolean)[] | null | undefined;
|
|
677589
677879
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677590
677880
|
id?: string | number | bigint | null | undefined;
|
|
677881
|
+
id_string?: string | null | undefined;
|
|
677591
677882
|
logic_code?: string | null | undefined;
|
|
677592
677883
|
};
|
|
677593
677884
|
output: {
|
|
@@ -677624,6 +677915,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677624
677915
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677625
677916
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
677626
677917
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
677918
|
+
ids_string_include?: string[] | null | undefined;
|
|
677919
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
677627
677920
|
logic_codes_include?: string[] | null | undefined;
|
|
677628
677921
|
logic_codes_exclude?: string[] | null | undefined;
|
|
677629
677922
|
order_by?: {
|
|
@@ -677670,6 +677963,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677670
677963
|
is_active?: (string | boolean)[] | null | undefined;
|
|
677671
677964
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677672
677965
|
id?: string | number | bigint | null | undefined;
|
|
677966
|
+
id_string?: string | null | undefined;
|
|
677673
677967
|
logic_code?: string | null | undefined;
|
|
677674
677968
|
};
|
|
677675
677969
|
output: {
|
|
@@ -677734,6 +678028,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677734
678028
|
input: {
|
|
677735
678029
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677736
678030
|
id?: string | number | bigint | null | undefined;
|
|
678031
|
+
id_string?: string | null | undefined;
|
|
677737
678032
|
logic_code?: string | null | undefined;
|
|
677738
678033
|
is_active?: boolean | undefined;
|
|
677739
678034
|
code?: string | null | undefined;
|
|
@@ -677769,6 +678064,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677769
678064
|
input: {
|
|
677770
678065
|
id?: string | number | bigint | null | undefined;
|
|
677771
678066
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
678067
|
+
id_string?: string | null | undefined;
|
|
678068
|
+
ids_string?: string[] | null | undefined;
|
|
677772
678069
|
};
|
|
677773
678070
|
output: {
|
|
677774
678071
|
data: ({
|
|
@@ -677801,6 +678098,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677801
678098
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677802
678099
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
677803
678100
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
678101
|
+
ids_string_include?: string[] | null | undefined;
|
|
678102
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
677804
678103
|
logic_codes_include?: string[] | null | undefined;
|
|
677805
678104
|
logic_codes_exclude?: string[] | null | undefined;
|
|
677806
678105
|
order_by?: {
|
|
@@ -677833,6 +678132,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677833
678132
|
is_active?: (string | boolean)[] | null | undefined;
|
|
677834
678133
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677835
678134
|
id?: string | number | bigint | null | undefined;
|
|
678135
|
+
id_string?: string | null | undefined;
|
|
677836
678136
|
logic_code?: string | null | undefined;
|
|
677837
678137
|
};
|
|
677838
678138
|
output: {
|
|
@@ -677869,6 +678169,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
677869
678169
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677870
678170
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
677871
678171
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
678172
|
+
ids_string_include?: string[] | null | undefined;
|
|
678173
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
677872
678174
|
logic_codes_include?: string[] | null | undefined;
|
|
677873
678175
|
logic_codes_exclude?: string[] | null | undefined;
|
|
677874
678176
|
order_by?: {
|
|
@@ -677915,6 +678217,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677915
678217
|
is_active?: (string | boolean)[] | null | undefined;
|
|
677916
678218
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677917
678219
|
id?: string | number | bigint | null | undefined;
|
|
678220
|
+
id_string?: string | null | undefined;
|
|
677918
678221
|
logic_code?: string | null | undefined;
|
|
677919
678222
|
};
|
|
677920
678223
|
output: {
|
|
@@ -677979,6 +678282,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
677979
678282
|
input: {
|
|
677980
678283
|
is_system?: (string | boolean)[] | null | undefined;
|
|
677981
678284
|
id?: string | number | bigint | null | undefined;
|
|
678285
|
+
id_string?: string | null | undefined;
|
|
677982
678286
|
logic_code?: string | null | undefined;
|
|
677983
678287
|
is_active?: boolean | undefined;
|
|
677984
678288
|
code?: string | null | undefined;
|
|
@@ -678014,6 +678318,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678014
678318
|
input: {
|
|
678015
678319
|
id?: string | number | bigint | null | undefined;
|
|
678016
678320
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
678321
|
+
id_string?: string | null | undefined;
|
|
678322
|
+
ids_string?: string[] | null | undefined;
|
|
678017
678323
|
};
|
|
678018
678324
|
output: {
|
|
678019
678325
|
data: ({
|
|
@@ -678046,6 +678352,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678046
678352
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678047
678353
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
678048
678354
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
678355
|
+
ids_string_include?: string[] | null | undefined;
|
|
678356
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
678049
678357
|
logic_codes_include?: string[] | null | undefined;
|
|
678050
678358
|
logic_codes_exclude?: string[] | null | undefined;
|
|
678051
678359
|
order_by?: {
|
|
@@ -678078,6 +678386,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678078
678386
|
is_active?: (string | boolean)[] | null | undefined;
|
|
678079
678387
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678080
678388
|
id?: string | number | bigint | null | undefined;
|
|
678389
|
+
id_string?: string | null | undefined;
|
|
678081
678390
|
logic_code?: string | null | undefined;
|
|
678082
678391
|
};
|
|
678083
678392
|
output: {
|
|
@@ -678114,6 +678423,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678114
678423
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678115
678424
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
678116
678425
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
678426
|
+
ids_string_include?: string[] | null | undefined;
|
|
678427
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
678117
678428
|
logic_codes_include?: string[] | null | undefined;
|
|
678118
678429
|
logic_codes_exclude?: string[] | null | undefined;
|
|
678119
678430
|
order_by?: {
|
|
@@ -678160,6 +678471,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678160
678471
|
is_active?: (string | boolean)[] | null | undefined;
|
|
678161
678472
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678162
678473
|
id?: string | number | bigint | null | undefined;
|
|
678474
|
+
id_string?: string | null | undefined;
|
|
678163
678475
|
logic_code?: string | null | undefined;
|
|
678164
678476
|
};
|
|
678165
678477
|
output: {
|
|
@@ -678224,6 +678536,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678224
678536
|
input: {
|
|
678225
678537
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678226
678538
|
id?: string | number | bigint | null | undefined;
|
|
678539
|
+
id_string?: string | null | undefined;
|
|
678227
678540
|
logic_code?: string | null | undefined;
|
|
678228
678541
|
is_active?: boolean | undefined;
|
|
678229
678542
|
code?: string | null | undefined;
|
|
@@ -678259,6 +678572,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678259
678572
|
input: {
|
|
678260
678573
|
id?: string | number | bigint | null | undefined;
|
|
678261
678574
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
678575
|
+
id_string?: string | null | undefined;
|
|
678576
|
+
ids_string?: string[] | null | undefined;
|
|
678262
678577
|
};
|
|
678263
678578
|
output: {
|
|
678264
678579
|
data: ({
|
|
@@ -678291,6 +678606,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678291
678606
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678292
678607
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
678293
678608
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
678609
|
+
ids_string_include?: string[] | null | undefined;
|
|
678610
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
678294
678611
|
logic_codes_include?: string[] | null | undefined;
|
|
678295
678612
|
logic_codes_exclude?: string[] | null | undefined;
|
|
678296
678613
|
order_by?: {
|
|
@@ -678323,6 +678640,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678323
678640
|
is_active?: (string | boolean)[] | null | undefined;
|
|
678324
678641
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678325
678642
|
id?: string | number | bigint | null | undefined;
|
|
678643
|
+
id_string?: string | null | undefined;
|
|
678326
678644
|
logic_code?: string | null | undefined;
|
|
678327
678645
|
};
|
|
678328
678646
|
output: {
|
|
@@ -678360,6 +678678,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678360
678678
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678361
678679
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
678362
678680
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
678681
|
+
ids_string_include?: string[] | null | undefined;
|
|
678682
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
678363
678683
|
logic_codes_include?: string[] | null | undefined;
|
|
678364
678684
|
logic_codes_exclude?: string[] | null | undefined;
|
|
678365
678685
|
order_by?: {
|
|
@@ -678406,6 +678726,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678406
678726
|
is_active?: (string | boolean)[] | null | undefined;
|
|
678407
678727
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678408
678728
|
id?: string | number | bigint | null | undefined;
|
|
678729
|
+
id_string?: string | null | undefined;
|
|
678409
678730
|
logic_code?: string | null | undefined;
|
|
678410
678731
|
};
|
|
678411
678732
|
output: {
|
|
@@ -678470,6 +678791,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678470
678791
|
input: {
|
|
678471
678792
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678472
678793
|
id?: string | number | bigint | null | undefined;
|
|
678794
|
+
id_string?: string | null | undefined;
|
|
678473
678795
|
logic_code?: string | null | undefined;
|
|
678474
678796
|
is_active?: boolean | undefined;
|
|
678475
678797
|
code?: string | null | undefined;
|
|
@@ -678505,6 +678827,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678505
678827
|
input: {
|
|
678506
678828
|
id?: string | number | bigint | null | undefined;
|
|
678507
678829
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
678830
|
+
id_string?: string | null | undefined;
|
|
678831
|
+
ids_string?: string[] | null | undefined;
|
|
678508
678832
|
};
|
|
678509
678833
|
output: {
|
|
678510
678834
|
data: ({
|
|
@@ -678538,6 +678862,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678538
678862
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678539
678863
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
678540
678864
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
678865
|
+
ids_string_include?: string[] | null | undefined;
|
|
678866
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
678541
678867
|
logic_codes_include?: string[] | null | undefined;
|
|
678542
678868
|
logic_codes_exclude?: string[] | null | undefined;
|
|
678543
678869
|
order_by?: {
|
|
@@ -678617,6 +678943,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678617
678943
|
is_active?: (string | boolean)[] | null | undefined;
|
|
678618
678944
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678619
678945
|
id?: string | number | bigint | null | undefined;
|
|
678946
|
+
id_string?: string | null | undefined;
|
|
678620
678947
|
logic_code?: string | null | undefined;
|
|
678621
678948
|
};
|
|
678622
678949
|
output: {
|
|
@@ -678711,6 +679038,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678711
679038
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678712
679039
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
678713
679040
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
679041
|
+
ids_string_include?: string[] | null | undefined;
|
|
679042
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
678714
679043
|
logic_codes_include?: string[] | null | undefined;
|
|
678715
679044
|
logic_codes_exclude?: string[] | null | undefined;
|
|
678716
679045
|
order_by?: {
|
|
@@ -678757,6 +679086,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678757
679086
|
is_active?: (string | boolean)[] | null | undefined;
|
|
678758
679087
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678759
679088
|
id?: string | number | bigint | null | undefined;
|
|
679089
|
+
id_string?: string | null | undefined;
|
|
678760
679090
|
logic_code?: string | null | undefined;
|
|
678761
679091
|
};
|
|
678762
679092
|
output: {
|
|
@@ -678833,6 +679163,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678833
679163
|
input: {
|
|
678834
679164
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678835
679165
|
id?: string | number | bigint | null | undefined;
|
|
679166
|
+
id_string?: string | null | undefined;
|
|
678836
679167
|
logic_code?: string | null | undefined;
|
|
678837
679168
|
is_active?: boolean | undefined;
|
|
678838
679169
|
id_dg_packing_group?: string | number | bigint | null | undefined;
|
|
@@ -678880,6 +679211,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678880
679211
|
input: {
|
|
678881
679212
|
id?: string | number | bigint | null | undefined;
|
|
678882
679213
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
679214
|
+
id_string?: string | null | undefined;
|
|
679215
|
+
ids_string?: string[] | null | undefined;
|
|
678883
679216
|
};
|
|
678884
679217
|
output: {
|
|
678885
679218
|
data: ({
|
|
@@ -678917,6 +679250,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678917
679250
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678918
679251
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
678919
679252
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
679253
|
+
ids_string_include?: string[] | null | undefined;
|
|
679254
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
678920
679255
|
logic_codes_include?: string[] | null | undefined;
|
|
678921
679256
|
logic_codes_exclude?: string[] | null | undefined;
|
|
678922
679257
|
order_by?: {
|
|
@@ -678949,6 +679284,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
678949
679284
|
is_active?: (string | boolean)[] | null | undefined;
|
|
678950
679285
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678951
679286
|
id?: string | number | bigint | null | undefined;
|
|
679287
|
+
id_string?: string | null | undefined;
|
|
678952
679288
|
logic_code?: string | null | undefined;
|
|
678953
679289
|
};
|
|
678954
679290
|
output: {
|
|
@@ -678986,6 +679322,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
678986
679322
|
is_system?: (string | boolean)[] | null | undefined;
|
|
678987
679323
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
678988
679324
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
679325
|
+
ids_string_include?: string[] | null | undefined;
|
|
679326
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
678989
679327
|
logic_codes_include?: string[] | null | undefined;
|
|
678990
679328
|
logic_codes_exclude?: string[] | null | undefined;
|
|
678991
679329
|
order_by?: {
|
|
@@ -679032,6 +679370,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679032
679370
|
is_active?: (string | boolean)[] | null | undefined;
|
|
679033
679371
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679034
679372
|
id?: string | number | bigint | null | undefined;
|
|
679373
|
+
id_string?: string | null | undefined;
|
|
679035
679374
|
logic_code?: string | null | undefined;
|
|
679036
679375
|
};
|
|
679037
679376
|
output: {
|
|
@@ -679096,6 +679435,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679096
679435
|
input: {
|
|
679097
679436
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679098
679437
|
id?: string | number | bigint | null | undefined;
|
|
679438
|
+
id_string?: string | null | undefined;
|
|
679099
679439
|
logic_code?: string | null | undefined;
|
|
679100
679440
|
is_active?: boolean | undefined;
|
|
679101
679441
|
code?: string | null | undefined;
|
|
@@ -679131,6 +679471,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679131
679471
|
input: {
|
|
679132
679472
|
id?: string | number | bigint | null | undefined;
|
|
679133
679473
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
679474
|
+
id_string?: string | null | undefined;
|
|
679475
|
+
ids_string?: string[] | null | undefined;
|
|
679134
679476
|
};
|
|
679135
679477
|
output: {
|
|
679136
679478
|
data: ({
|
|
@@ -679163,6 +679505,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679163
679505
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679164
679506
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
679165
679507
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
679508
|
+
ids_string_include?: string[] | null | undefined;
|
|
679509
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
679166
679510
|
logic_codes_include?: string[] | null | undefined;
|
|
679167
679511
|
logic_codes_exclude?: string[] | null | undefined;
|
|
679168
679512
|
order_by?: {
|
|
@@ -679195,6 +679539,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679195
679539
|
is_active?: (string | boolean)[] | null | undefined;
|
|
679196
679540
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679197
679541
|
id?: string | number | bigint | null | undefined;
|
|
679542
|
+
id_string?: string | null | undefined;
|
|
679198
679543
|
logic_code?: string | null | undefined;
|
|
679199
679544
|
};
|
|
679200
679545
|
output: {
|
|
@@ -679231,6 +679576,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679231
679576
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679232
679577
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
679233
679578
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
679579
|
+
ids_string_include?: string[] | null | undefined;
|
|
679580
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
679234
679581
|
logic_codes_include?: string[] | null | undefined;
|
|
679235
679582
|
logic_codes_exclude?: string[] | null | undefined;
|
|
679236
679583
|
order_by?: {
|
|
@@ -679277,6 +679624,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679277
679624
|
is_active?: (string | boolean)[] | null | undefined;
|
|
679278
679625
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679279
679626
|
id?: string | number | bigint | null | undefined;
|
|
679627
|
+
id_string?: string | null | undefined;
|
|
679280
679628
|
logic_code?: string | null | undefined;
|
|
679281
679629
|
};
|
|
679282
679630
|
output: {
|
|
@@ -679341,6 +679689,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679341
679689
|
input: {
|
|
679342
679690
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679343
679691
|
id?: string | number | bigint | null | undefined;
|
|
679692
|
+
id_string?: string | null | undefined;
|
|
679344
679693
|
logic_code?: string | null | undefined;
|
|
679345
679694
|
is_active?: boolean | undefined;
|
|
679346
679695
|
code?: string | null | undefined;
|
|
@@ -679376,6 +679725,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679376
679725
|
input: {
|
|
679377
679726
|
id?: string | number | bigint | null | undefined;
|
|
679378
679727
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
679728
|
+
id_string?: string | null | undefined;
|
|
679729
|
+
ids_string?: string[] | null | undefined;
|
|
679379
679730
|
};
|
|
679380
679731
|
output: {
|
|
679381
679732
|
data: ({
|
|
@@ -679408,6 +679759,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679408
679759
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679409
679760
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
679410
679761
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
679762
|
+
ids_string_include?: string[] | null | undefined;
|
|
679763
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
679411
679764
|
logic_codes_include?: string[] | null | undefined;
|
|
679412
679765
|
logic_codes_exclude?: string[] | null | undefined;
|
|
679413
679766
|
order_by?: {
|
|
@@ -679440,6 +679793,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679440
679793
|
is_active?: (string | boolean)[] | null | undefined;
|
|
679441
679794
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679442
679795
|
id?: string | number | bigint | null | undefined;
|
|
679796
|
+
id_string?: string | null | undefined;
|
|
679443
679797
|
logic_code?: string | null | undefined;
|
|
679444
679798
|
};
|
|
679445
679799
|
output: {
|
|
@@ -679476,6 +679830,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679476
679830
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679477
679831
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
679478
679832
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
679833
|
+
ids_string_include?: string[] | null | undefined;
|
|
679834
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
679479
679835
|
logic_codes_include?: string[] | null | undefined;
|
|
679480
679836
|
logic_codes_exclude?: string[] | null | undefined;
|
|
679481
679837
|
order_by?: {
|
|
@@ -679522,6 +679878,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679522
679878
|
is_active?: (string | boolean)[] | null | undefined;
|
|
679523
679879
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679524
679880
|
id?: string | number | bigint | null | undefined;
|
|
679881
|
+
id_string?: string | null | undefined;
|
|
679525
679882
|
logic_code?: string | null | undefined;
|
|
679526
679883
|
};
|
|
679527
679884
|
output: {
|
|
@@ -679586,6 +679943,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679586
679943
|
input: {
|
|
679587
679944
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679588
679945
|
id?: string | number | bigint | null | undefined;
|
|
679946
|
+
id_string?: string | null | undefined;
|
|
679589
679947
|
logic_code?: string | null | undefined;
|
|
679590
679948
|
is_active?: boolean | undefined;
|
|
679591
679949
|
code?: string | null | undefined;
|
|
@@ -679621,6 +679979,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679621
679979
|
input: {
|
|
679622
679980
|
id?: string | number | bigint | null | undefined;
|
|
679623
679981
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
679982
|
+
id_string?: string | null | undefined;
|
|
679983
|
+
ids_string?: string[] | null | undefined;
|
|
679624
679984
|
};
|
|
679625
679985
|
output: {
|
|
679626
679986
|
data: ({
|
|
@@ -679653,6 +680013,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679653
680013
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679654
680014
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
679655
680015
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
680016
|
+
ids_string_include?: string[] | null | undefined;
|
|
680017
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
679656
680018
|
logic_codes_include?: string[] | null | undefined;
|
|
679657
680019
|
logic_codes_exclude?: string[] | null | undefined;
|
|
679658
680020
|
order_by?: {
|
|
@@ -679718,6 +680080,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679718
680080
|
is_active?: (string | boolean)[] | null | undefined;
|
|
679719
680081
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679720
680082
|
id?: string | number | bigint | null | undefined;
|
|
680083
|
+
id_string?: string | null | undefined;
|
|
679721
680084
|
logic_code?: string | null | undefined;
|
|
679722
680085
|
};
|
|
679723
680086
|
output: {
|
|
@@ -679801,6 +680164,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
679801
680164
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679802
680165
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
679803
680166
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
680167
|
+
ids_string_include?: string[] | null | undefined;
|
|
680168
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
679804
680169
|
logic_codes_include?: string[] | null | undefined;
|
|
679805
680170
|
logic_codes_exclude?: string[] | null | undefined;
|
|
679806
680171
|
order_by?: {
|
|
@@ -679847,6 +680212,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679847
680212
|
is_active?: (string | boolean)[] | null | undefined;
|
|
679848
680213
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679849
680214
|
id?: string | number | bigint | null | undefined;
|
|
680215
|
+
id_string?: string | null | undefined;
|
|
679850
680216
|
logic_code?: string | null | undefined;
|
|
679851
680217
|
};
|
|
679852
680218
|
output: {
|
|
@@ -679941,6 +680307,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
679941
680307
|
input: {
|
|
679942
680308
|
is_system?: (string | boolean)[] | null | undefined;
|
|
679943
680309
|
id?: string | number | bigint | null | undefined;
|
|
680310
|
+
id_string?: string | null | undefined;
|
|
679944
680311
|
logic_code?: string | null | undefined;
|
|
679945
680312
|
is_active?: boolean | undefined;
|
|
679946
680313
|
id_dangerous_good?: string | number | bigint | null | undefined;
|
|
@@ -680006,6 +680373,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680006
680373
|
input: {
|
|
680007
680374
|
id?: string | number | bigint | null | undefined;
|
|
680008
680375
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
680376
|
+
id_string?: string | null | undefined;
|
|
680377
|
+
ids_string?: string[] | null | undefined;
|
|
680009
680378
|
};
|
|
680010
680379
|
output: {
|
|
680011
680380
|
data: ({
|
|
@@ -680038,6 +680407,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680038
680407
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680039
680408
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
680040
680409
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
680410
|
+
ids_string_include?: string[] | null | undefined;
|
|
680411
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
680041
680412
|
logic_codes_include?: string[] | null | undefined;
|
|
680042
680413
|
logic_codes_exclude?: string[] | null | undefined;
|
|
680043
680414
|
order_by?: {
|
|
@@ -680070,6 +680441,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680070
680441
|
is_active?: (string | boolean)[] | null | undefined;
|
|
680071
680442
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680072
680443
|
id?: string | number | bigint | null | undefined;
|
|
680444
|
+
id_string?: string | null | undefined;
|
|
680073
680445
|
logic_code?: string | null | undefined;
|
|
680074
680446
|
};
|
|
680075
680447
|
output: {
|
|
@@ -680106,6 +680478,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680106
680478
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680107
680479
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
680108
680480
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
680481
|
+
ids_string_include?: string[] | null | undefined;
|
|
680482
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
680109
680483
|
logic_codes_include?: string[] | null | undefined;
|
|
680110
680484
|
logic_codes_exclude?: string[] | null | undefined;
|
|
680111
680485
|
order_by?: {
|
|
@@ -680152,6 +680526,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680152
680526
|
is_active?: (string | boolean)[] | null | undefined;
|
|
680153
680527
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680154
680528
|
id?: string | number | bigint | null | undefined;
|
|
680529
|
+
id_string?: string | null | undefined;
|
|
680155
680530
|
logic_code?: string | null | undefined;
|
|
680156
680531
|
};
|
|
680157
680532
|
output: {
|
|
@@ -680216,6 +680591,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680216
680591
|
input: {
|
|
680217
680592
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680218
680593
|
id?: string | number | bigint | null | undefined;
|
|
680594
|
+
id_string?: string | null | undefined;
|
|
680219
680595
|
logic_code?: string | null | undefined;
|
|
680220
680596
|
is_active?: boolean | undefined;
|
|
680221
680597
|
code?: string | null | undefined;
|
|
@@ -680251,6 +680627,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680251
680627
|
input: {
|
|
680252
680628
|
id?: string | number | bigint | null | undefined;
|
|
680253
680629
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
680630
|
+
id_string?: string | null | undefined;
|
|
680631
|
+
ids_string?: string[] | null | undefined;
|
|
680254
680632
|
};
|
|
680255
680633
|
output: {
|
|
680256
680634
|
data: ({
|
|
@@ -680285,6 +680663,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680285
680663
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680286
680664
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
680287
680665
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
680666
|
+
ids_string_include?: string[] | null | undefined;
|
|
680667
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
680288
680668
|
logic_codes_include?: string[] | null | undefined;
|
|
680289
680669
|
logic_codes_exclude?: string[] | null | undefined;
|
|
680290
680670
|
order_by?: {
|
|
@@ -680366,6 +680746,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680366
680746
|
is_active?: (string | boolean)[] | null | undefined;
|
|
680367
680747
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680368
680748
|
id?: string | number | bigint | null | undefined;
|
|
680749
|
+
id_string?: string | null | undefined;
|
|
680369
680750
|
logic_code?: string | null | undefined;
|
|
680370
680751
|
};
|
|
680371
680752
|
output: {
|
|
@@ -680450,6 +680831,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680450
680831
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680451
680832
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
680452
680833
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
680834
|
+
ids_string_include?: string[] | null | undefined;
|
|
680835
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
680453
680836
|
logic_codes_include?: string[] | null | undefined;
|
|
680454
680837
|
logic_codes_exclude?: string[] | null | undefined;
|
|
680455
680838
|
order_by?: {
|
|
@@ -680496,6 +680879,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680496
680879
|
is_active?: (string | boolean)[] | null | undefined;
|
|
680497
680880
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680498
680881
|
id?: string | number | bigint | null | undefined;
|
|
680882
|
+
id_string?: string | null | undefined;
|
|
680499
680883
|
logic_code?: string | null | undefined;
|
|
680500
680884
|
};
|
|
680501
680885
|
output: {
|
|
@@ -680576,6 +680960,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680576
680960
|
input: {
|
|
680577
680961
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680578
680962
|
id?: string | number | bigint | null | undefined;
|
|
680963
|
+
id_string?: string | null | undefined;
|
|
680579
680964
|
logic_code?: string | null | undefined;
|
|
680580
680965
|
is_active?: boolean | undefined;
|
|
680581
680966
|
id_dimension_unit?: string | number | bigint | null | undefined;
|
|
@@ -680627,6 +681012,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680627
681012
|
input: {
|
|
680628
681013
|
id?: string | number | bigint | null | undefined;
|
|
680629
681014
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
681015
|
+
id_string?: string | null | undefined;
|
|
681016
|
+
ids_string?: string[] | null | undefined;
|
|
680630
681017
|
};
|
|
680631
681018
|
output: {
|
|
680632
681019
|
data: ({
|
|
@@ -680673,6 +681060,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680673
681060
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680674
681061
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
680675
681062
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
681063
|
+
ids_string_include?: string[] | null | undefined;
|
|
681064
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
680676
681065
|
logic_codes_include?: string[] | null | undefined;
|
|
680677
681066
|
logic_codes_exclude?: string[] | null | undefined;
|
|
680678
681067
|
order_by?: {
|
|
@@ -680720,6 +681109,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680720
681109
|
is_active?: (string | boolean)[] | null | undefined;
|
|
680721
681110
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680722
681111
|
id?: string | number | bigint | null | undefined;
|
|
681112
|
+
id_string?: string | null | undefined;
|
|
680723
681113
|
logic_code?: string | null | undefined;
|
|
680724
681114
|
};
|
|
680725
681115
|
output: {
|
|
@@ -680797,6 +681187,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680797
681187
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680798
681188
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
680799
681189
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
681190
|
+
ids_string_include?: string[] | null | undefined;
|
|
681191
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
680800
681192
|
logic_codes_include?: string[] | null | undefined;
|
|
680801
681193
|
logic_codes_exclude?: string[] | null | undefined;
|
|
680802
681194
|
order_by?: {
|
|
@@ -680843,6 +681235,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680843
681235
|
is_active?: (string | boolean)[] | null | undefined;
|
|
680844
681236
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680845
681237
|
id?: string | number | bigint | null | undefined;
|
|
681238
|
+
id_string?: string | null | undefined;
|
|
680846
681239
|
logic_code?: string | null | undefined;
|
|
680847
681240
|
};
|
|
680848
681241
|
output: {
|
|
@@ -680909,6 +681302,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
680909
681302
|
input: {
|
|
680910
681303
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680911
681304
|
id?: string | number | bigint | null | undefined;
|
|
681305
|
+
id_string?: string | null | undefined;
|
|
680912
681306
|
logic_code?: string | null | undefined;
|
|
680913
681307
|
is_active?: boolean | undefined;
|
|
680914
681308
|
id_measurement_unit_type?: string | number | bigint | null | undefined;
|
|
@@ -680946,6 +681340,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680946
681340
|
input: {
|
|
680947
681341
|
id?: string | number | bigint | null | undefined;
|
|
680948
681342
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
681343
|
+
id_string?: string | null | undefined;
|
|
681344
|
+
ids_string?: string[] | null | undefined;
|
|
680949
681345
|
};
|
|
680950
681346
|
output: {
|
|
680951
681347
|
data: ({
|
|
@@ -680978,6 +681374,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
680978
681374
|
is_system?: (string | boolean)[] | null | undefined;
|
|
680979
681375
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
680980
681376
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
681377
|
+
ids_string_include?: string[] | null | undefined;
|
|
681378
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
680981
681379
|
logic_codes_include?: string[] | null | undefined;
|
|
680982
681380
|
logic_codes_exclude?: string[] | null | undefined;
|
|
680983
681381
|
order_by?: {
|
|
@@ -681010,6 +681408,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681010
681408
|
is_active?: (string | boolean)[] | null | undefined;
|
|
681011
681409
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681012
681410
|
id?: string | number | bigint | null | undefined;
|
|
681411
|
+
id_string?: string | null | undefined;
|
|
681013
681412
|
logic_code?: string | null | undefined;
|
|
681014
681413
|
};
|
|
681015
681414
|
output: {
|
|
@@ -681046,6 +681445,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681046
681445
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681047
681446
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
681048
681447
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
681448
|
+
ids_string_include?: string[] | null | undefined;
|
|
681449
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
681049
681450
|
logic_codes_include?: string[] | null | undefined;
|
|
681050
681451
|
logic_codes_exclude?: string[] | null | undefined;
|
|
681051
681452
|
order_by?: {
|
|
@@ -681092,6 +681493,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681092
681493
|
is_active?: (string | boolean)[] | null | undefined;
|
|
681093
681494
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681094
681495
|
id?: string | number | bigint | null | undefined;
|
|
681496
|
+
id_string?: string | null | undefined;
|
|
681095
681497
|
logic_code?: string | null | undefined;
|
|
681096
681498
|
};
|
|
681097
681499
|
output: {
|
|
@@ -681156,6 +681558,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681156
681558
|
input: {
|
|
681157
681559
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681158
681560
|
id?: string | number | bigint | null | undefined;
|
|
681561
|
+
id_string?: string | null | undefined;
|
|
681159
681562
|
logic_code?: string | null | undefined;
|
|
681160
681563
|
is_active?: boolean | undefined;
|
|
681161
681564
|
code?: string | null | undefined;
|
|
@@ -681191,6 +681594,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681191
681594
|
input: {
|
|
681192
681595
|
id?: string | number | bigint | null | undefined;
|
|
681193
681596
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
681597
|
+
id_string?: string | null | undefined;
|
|
681598
|
+
ids_string?: string[] | null | undefined;
|
|
681194
681599
|
};
|
|
681195
681600
|
output: {
|
|
681196
681601
|
data: ({
|
|
@@ -681224,6 +681629,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681224
681629
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681225
681630
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
681226
681631
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
681632
|
+
ids_string_include?: string[] | null | undefined;
|
|
681633
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
681227
681634
|
logic_codes_include?: string[] | null | undefined;
|
|
681228
681635
|
logic_codes_exclude?: string[] | null | undefined;
|
|
681229
681636
|
order_by?: {
|
|
@@ -681256,6 +681663,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681256
681663
|
is_active?: (string | boolean)[] | null | undefined;
|
|
681257
681664
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681258
681665
|
id?: string | number | bigint | null | undefined;
|
|
681666
|
+
id_string?: string | null | undefined;
|
|
681259
681667
|
logic_code?: string | null | undefined;
|
|
681260
681668
|
};
|
|
681261
681669
|
output: {
|
|
@@ -681292,6 +681700,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681292
681700
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681293
681701
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
681294
681702
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
681703
|
+
ids_string_include?: string[] | null | undefined;
|
|
681704
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
681295
681705
|
logic_codes_include?: string[] | null | undefined;
|
|
681296
681706
|
logic_codes_exclude?: string[] | null | undefined;
|
|
681297
681707
|
order_by?: {
|
|
@@ -681338,6 +681748,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681338
681748
|
is_active?: (string | boolean)[] | null | undefined;
|
|
681339
681749
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681340
681750
|
id?: string | number | bigint | null | undefined;
|
|
681751
|
+
id_string?: string | null | undefined;
|
|
681341
681752
|
logic_code?: string | null | undefined;
|
|
681342
681753
|
};
|
|
681343
681754
|
output: {
|
|
@@ -681402,6 +681813,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681402
681813
|
input: {
|
|
681403
681814
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681404
681815
|
id?: string | number | bigint | null | undefined;
|
|
681816
|
+
id_string?: string | null | undefined;
|
|
681405
681817
|
logic_code?: string | null | undefined;
|
|
681406
681818
|
is_active?: boolean | undefined;
|
|
681407
681819
|
code?: string | null | undefined;
|
|
@@ -681437,6 +681849,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681437
681849
|
input: {
|
|
681438
681850
|
id?: string | number | bigint | null | undefined;
|
|
681439
681851
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
681852
|
+
id_string?: string | null | undefined;
|
|
681853
|
+
ids_string?: string[] | null | undefined;
|
|
681440
681854
|
};
|
|
681441
681855
|
output: {
|
|
681442
681856
|
data: ({
|
|
@@ -681470,6 +681884,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681470
681884
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681471
681885
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
681472
681886
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
681887
|
+
ids_string_include?: string[] | null | undefined;
|
|
681888
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
681473
681889
|
logic_codes_include?: string[] | null | undefined;
|
|
681474
681890
|
logic_codes_exclude?: string[] | null | undefined;
|
|
681475
681891
|
order_by?: {
|
|
@@ -681517,6 +681933,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681517
681933
|
is_active?: (string | boolean)[] | null | undefined;
|
|
681518
681934
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681519
681935
|
id?: string | number | bigint | null | undefined;
|
|
681936
|
+
id_string?: string | null | undefined;
|
|
681520
681937
|
logic_code?: string | null | undefined;
|
|
681521
681938
|
};
|
|
681522
681939
|
output: {
|
|
@@ -681570,6 +681987,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681570
681987
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681571
681988
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
681572
681989
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
681990
|
+
ids_string_include?: string[] | null | undefined;
|
|
681991
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
681573
681992
|
logic_codes_include?: string[] | null | undefined;
|
|
681574
681993
|
logic_codes_exclude?: string[] | null | undefined;
|
|
681575
681994
|
order_by?: {
|
|
@@ -681616,6 +682035,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681616
682035
|
is_active?: (string | boolean)[] | null | undefined;
|
|
681617
682036
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681618
682037
|
id?: string | number | bigint | null | undefined;
|
|
682038
|
+
id_string?: string | null | undefined;
|
|
681619
682039
|
logic_code?: string | null | undefined;
|
|
681620
682040
|
};
|
|
681621
682041
|
output: {
|
|
@@ -681684,6 +682104,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681684
682104
|
input: {
|
|
681685
682105
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681686
682106
|
id?: string | number | bigint | null | undefined;
|
|
682107
|
+
id_string?: string | null | undefined;
|
|
681687
682108
|
logic_code?: string | null | undefined;
|
|
681688
682109
|
is_active?: boolean | undefined;
|
|
681689
682110
|
id_agreement?: string | number | bigint | null | undefined;
|
|
@@ -681723,6 +682144,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681723
682144
|
input: {
|
|
681724
682145
|
id?: string | number | bigint | null | undefined;
|
|
681725
682146
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
682147
|
+
id_string?: string | null | undefined;
|
|
682148
|
+
ids_string?: string[] | null | undefined;
|
|
681726
682149
|
};
|
|
681727
682150
|
output: {
|
|
681728
682151
|
data: ({
|
|
@@ -681756,6 +682179,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681756
682179
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681757
682180
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
681758
682181
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
682182
|
+
ids_string_include?: string[] | null | undefined;
|
|
682183
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
681759
682184
|
logic_codes_include?: string[] | null | undefined;
|
|
681760
682185
|
logic_codes_exclude?: string[] | null | undefined;
|
|
681761
682186
|
order_by?: {
|
|
@@ -681788,6 +682213,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681788
682213
|
is_active?: (string | boolean)[] | null | undefined;
|
|
681789
682214
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681790
682215
|
id?: string | number | bigint | null | undefined;
|
|
682216
|
+
id_string?: string | null | undefined;
|
|
681791
682217
|
logic_code?: string | null | undefined;
|
|
681792
682218
|
};
|
|
681793
682219
|
output: {
|
|
@@ -681824,6 +682250,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681824
682250
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681825
682251
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
681826
682252
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
682253
|
+
ids_string_include?: string[] | null | undefined;
|
|
682254
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
681827
682255
|
logic_codes_include?: string[] | null | undefined;
|
|
681828
682256
|
logic_codes_exclude?: string[] | null | undefined;
|
|
681829
682257
|
order_by?: {
|
|
@@ -681870,6 +682298,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681870
682298
|
is_active?: (string | boolean)[] | null | undefined;
|
|
681871
682299
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681872
682300
|
id?: string | number | bigint | null | undefined;
|
|
682301
|
+
id_string?: string | null | undefined;
|
|
681873
682302
|
logic_code?: string | null | undefined;
|
|
681874
682303
|
};
|
|
681875
682304
|
output: {
|
|
@@ -681934,6 +682363,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
681934
682363
|
input: {
|
|
681935
682364
|
is_system?: (string | boolean)[] | null | undefined;
|
|
681936
682365
|
id?: string | number | bigint | null | undefined;
|
|
682366
|
+
id_string?: string | null | undefined;
|
|
681937
682367
|
logic_code?: string | null | undefined;
|
|
681938
682368
|
is_active?: boolean | undefined;
|
|
681939
682369
|
code?: string | null | undefined;
|
|
@@ -681969,6 +682399,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
681969
682399
|
input: {
|
|
681970
682400
|
id?: string | number | bigint | null | undefined;
|
|
681971
682401
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
682402
|
+
id_string?: string | null | undefined;
|
|
682403
|
+
ids_string?: string[] | null | undefined;
|
|
681972
682404
|
};
|
|
681973
682405
|
output: {
|
|
681974
682406
|
data: ({
|
|
@@ -682002,6 +682434,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682002
682434
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682003
682435
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
682004
682436
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
682437
|
+
ids_string_include?: string[] | null | undefined;
|
|
682438
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
682005
682439
|
logic_codes_include?: string[] | null | undefined;
|
|
682006
682440
|
logic_codes_exclude?: string[] | null | undefined;
|
|
682007
682441
|
order_by?: {
|
|
@@ -682035,6 +682469,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682035
682469
|
is_active?: (string | boolean)[] | null | undefined;
|
|
682036
682470
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682037
682471
|
id?: string | number | bigint | null | undefined;
|
|
682472
|
+
id_string?: string | null | undefined;
|
|
682038
682473
|
logic_code?: string | null | undefined;
|
|
682039
682474
|
};
|
|
682040
682475
|
output: {
|
|
@@ -682074,6 +682509,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682074
682509
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682075
682510
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
682076
682511
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
682512
|
+
ids_string_include?: string[] | null | undefined;
|
|
682513
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
682077
682514
|
logic_codes_include?: string[] | null | undefined;
|
|
682078
682515
|
logic_codes_exclude?: string[] | null | undefined;
|
|
682079
682516
|
order_by?: {
|
|
@@ -682120,6 +682557,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682120
682557
|
is_active?: (string | boolean)[] | null | undefined;
|
|
682121
682558
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682122
682559
|
id?: string | number | bigint | null | undefined;
|
|
682560
|
+
id_string?: string | null | undefined;
|
|
682123
682561
|
logic_code?: string | null | undefined;
|
|
682124
682562
|
};
|
|
682125
682563
|
output: {
|
|
@@ -682186,6 +682624,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682186
682624
|
input: {
|
|
682187
682625
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682188
682626
|
id?: string | number | bigint | null | undefined;
|
|
682627
|
+
id_string?: string | null | undefined;
|
|
682189
682628
|
logic_code?: string | null | undefined;
|
|
682190
682629
|
is_active?: boolean | undefined;
|
|
682191
682630
|
code?: string | null | undefined;
|
|
@@ -682223,6 +682662,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682223
682662
|
input: {
|
|
682224
682663
|
id?: string | number | bigint | null | undefined;
|
|
682225
682664
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
682665
|
+
id_string?: string | null | undefined;
|
|
682666
|
+
ids_string?: string[] | null | undefined;
|
|
682226
682667
|
};
|
|
682227
682668
|
output: {
|
|
682228
682669
|
data: ({
|
|
@@ -682256,6 +682697,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682256
682697
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682257
682698
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
682258
682699
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
682700
|
+
ids_string_include?: string[] | null | undefined;
|
|
682701
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
682259
682702
|
logic_codes_include?: string[] | null | undefined;
|
|
682260
682703
|
logic_codes_exclude?: string[] | null | undefined;
|
|
682261
682704
|
order_by?: {
|
|
@@ -682339,6 +682782,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682339
682782
|
is_active?: (string | boolean)[] | null | undefined;
|
|
682340
682783
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682341
682784
|
id?: string | number | bigint | null | undefined;
|
|
682785
|
+
id_string?: string | null | undefined;
|
|
682342
682786
|
logic_code?: string | null | undefined;
|
|
682343
682787
|
};
|
|
682344
682788
|
output: {
|
|
@@ -682416,6 +682860,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682416
682860
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682417
682861
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
682418
682862
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
682863
|
+
ids_string_include?: string[] | null | undefined;
|
|
682864
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
682419
682865
|
logic_codes_include?: string[] | null | undefined;
|
|
682420
682866
|
logic_codes_exclude?: string[] | null | undefined;
|
|
682421
682867
|
order_by?: {
|
|
@@ -682462,6 +682908,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682462
682908
|
is_active?: (string | boolean)[] | null | undefined;
|
|
682463
682909
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682464
682910
|
id?: string | number | bigint | null | undefined;
|
|
682911
|
+
id_string?: string | null | undefined;
|
|
682465
682912
|
logic_code?: string | null | undefined;
|
|
682466
682913
|
};
|
|
682467
682914
|
output: {
|
|
@@ -682548,6 +682995,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682548
682995
|
input: {
|
|
682549
682996
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682550
682997
|
id?: string | number | bigint | null | undefined;
|
|
682998
|
+
id_string?: string | null | undefined;
|
|
682551
682999
|
logic_code?: string | null | undefined;
|
|
682552
683000
|
is_active?: boolean | undefined;
|
|
682553
683001
|
code?: string | null | undefined;
|
|
@@ -682605,6 +683053,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682605
683053
|
input: {
|
|
682606
683054
|
id?: string | number | bigint | null | undefined;
|
|
682607
683055
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
683056
|
+
id_string?: string | null | undefined;
|
|
683057
|
+
ids_string?: string[] | null | undefined;
|
|
682608
683058
|
};
|
|
682609
683059
|
output: {
|
|
682610
683060
|
data: ({
|
|
@@ -682638,6 +683088,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682638
683088
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682639
683089
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
682640
683090
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
683091
|
+
ids_string_include?: string[] | null | undefined;
|
|
683092
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
682641
683093
|
logic_codes_include?: string[] | null | undefined;
|
|
682642
683094
|
logic_codes_exclude?: string[] | null | undefined;
|
|
682643
683095
|
order_by?: {
|
|
@@ -682670,6 +683122,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682670
683122
|
is_active?: (string | boolean)[] | null | undefined;
|
|
682671
683123
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682672
683124
|
id?: string | number | bigint | null | undefined;
|
|
683125
|
+
id_string?: string | null | undefined;
|
|
682673
683126
|
logic_code?: string | null | undefined;
|
|
682674
683127
|
};
|
|
682675
683128
|
output: {
|
|
@@ -682706,6 +683159,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682706
683159
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682707
683160
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
682708
683161
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
683162
|
+
ids_string_include?: string[] | null | undefined;
|
|
683163
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
682709
683164
|
logic_codes_include?: string[] | null | undefined;
|
|
682710
683165
|
logic_codes_exclude?: string[] | null | undefined;
|
|
682711
683166
|
order_by?: {
|
|
@@ -682752,6 +683207,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682752
683207
|
is_active?: (string | boolean)[] | null | undefined;
|
|
682753
683208
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682754
683209
|
id?: string | number | bigint | null | undefined;
|
|
683210
|
+
id_string?: string | null | undefined;
|
|
682755
683211
|
logic_code?: string | null | undefined;
|
|
682756
683212
|
};
|
|
682757
683213
|
output: {
|
|
@@ -682816,6 +683272,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682816
683272
|
input: {
|
|
682817
683273
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682818
683274
|
id?: string | number | bigint | null | undefined;
|
|
683275
|
+
id_string?: string | null | undefined;
|
|
682819
683276
|
logic_code?: string | null | undefined;
|
|
682820
683277
|
is_active?: boolean | undefined;
|
|
682821
683278
|
code?: string | null | undefined;
|
|
@@ -682851,6 +683308,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682851
683308
|
input: {
|
|
682852
683309
|
id?: string | number | bigint | null | undefined;
|
|
682853
683310
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
683311
|
+
id_string?: string | null | undefined;
|
|
683312
|
+
ids_string?: string[] | null | undefined;
|
|
682854
683313
|
};
|
|
682855
683314
|
output: {
|
|
682856
683315
|
data: ({
|
|
@@ -682883,6 +683342,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682883
683342
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682884
683343
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
682885
683344
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
683345
|
+
ids_string_include?: string[] | null | undefined;
|
|
683346
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
682886
683347
|
logic_codes_include?: string[] | null | undefined;
|
|
682887
683348
|
logic_codes_exclude?: string[] | null | undefined;
|
|
682888
683349
|
order_by?: {
|
|
@@ -682915,6 +683376,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682915
683376
|
is_active?: (string | boolean)[] | null | undefined;
|
|
682916
683377
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682917
683378
|
id?: string | number | bigint | null | undefined;
|
|
683379
|
+
id_string?: string | null | undefined;
|
|
682918
683380
|
logic_code?: string | null | undefined;
|
|
682919
683381
|
};
|
|
682920
683382
|
output: {
|
|
@@ -682951,6 +683413,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
682951
683413
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682952
683414
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
682953
683415
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
683416
|
+
ids_string_include?: string[] | null | undefined;
|
|
683417
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
682954
683418
|
logic_codes_include?: string[] | null | undefined;
|
|
682955
683419
|
logic_codes_exclude?: string[] | null | undefined;
|
|
682956
683420
|
order_by?: {
|
|
@@ -682997,6 +683461,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
682997
683461
|
is_active?: (string | boolean)[] | null | undefined;
|
|
682998
683462
|
is_system?: (string | boolean)[] | null | undefined;
|
|
682999
683463
|
id?: string | number | bigint | null | undefined;
|
|
683464
|
+
id_string?: string | null | undefined;
|
|
683000
683465
|
logic_code?: string | null | undefined;
|
|
683001
683466
|
};
|
|
683002
683467
|
output: {
|
|
@@ -683061,6 +683526,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683061
683526
|
input: {
|
|
683062
683527
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683063
683528
|
id?: string | number | bigint | null | undefined;
|
|
683529
|
+
id_string?: string | null | undefined;
|
|
683064
683530
|
logic_code?: string | null | undefined;
|
|
683065
683531
|
is_active?: boolean | undefined;
|
|
683066
683532
|
code?: string | null | undefined;
|
|
@@ -683096,6 +683562,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683096
683562
|
input: {
|
|
683097
683563
|
id?: string | number | bigint | null | undefined;
|
|
683098
683564
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
683565
|
+
id_string?: string | null | undefined;
|
|
683566
|
+
ids_string?: string[] | null | undefined;
|
|
683099
683567
|
};
|
|
683100
683568
|
output: {
|
|
683101
683569
|
data: ({
|
|
@@ -683129,6 +683597,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683129
683597
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683130
683598
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
683131
683599
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
683600
|
+
ids_string_include?: string[] | null | undefined;
|
|
683601
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
683132
683602
|
logic_codes_include?: string[] | null | undefined;
|
|
683133
683603
|
logic_codes_exclude?: string[] | null | undefined;
|
|
683134
683604
|
order_by?: {
|
|
@@ -683166,6 +683636,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683166
683636
|
is_active?: (string | boolean)[] | null | undefined;
|
|
683167
683637
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683168
683638
|
id?: string | number | bigint | null | undefined;
|
|
683639
|
+
id_string?: string | null | undefined;
|
|
683169
683640
|
logic_code?: string | null | undefined;
|
|
683170
683641
|
};
|
|
683171
683642
|
output: {
|
|
@@ -683203,6 +683674,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683203
683674
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683204
683675
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
683205
683676
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
683677
|
+
ids_string_include?: string[] | null | undefined;
|
|
683678
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
683206
683679
|
logic_codes_include?: string[] | null | undefined;
|
|
683207
683680
|
logic_codes_exclude?: string[] | null | undefined;
|
|
683208
683681
|
order_by?: {
|
|
@@ -683249,6 +683722,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683249
683722
|
is_active?: (string | boolean)[] | null | undefined;
|
|
683250
683723
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683251
683724
|
id?: string | number | bigint | null | undefined;
|
|
683725
|
+
id_string?: string | null | undefined;
|
|
683252
683726
|
logic_code?: string | null | undefined;
|
|
683253
683727
|
};
|
|
683254
683728
|
output: {
|
|
@@ -683323,6 +683797,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683323
683797
|
input: {
|
|
683324
683798
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683325
683799
|
id?: string | number | bigint | null | undefined;
|
|
683800
|
+
id_string?: string | null | undefined;
|
|
683326
683801
|
logic_code?: string | null | undefined;
|
|
683327
683802
|
is_active?: boolean | undefined;
|
|
683328
683803
|
currency_code?: string | null | undefined;
|
|
@@ -683368,6 +683843,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683368
683843
|
input: {
|
|
683369
683844
|
id?: string | number | bigint | null | undefined;
|
|
683370
683845
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
683846
|
+
id_string?: string | null | undefined;
|
|
683847
|
+
ids_string?: string[] | null | undefined;
|
|
683371
683848
|
};
|
|
683372
683849
|
output: {
|
|
683373
683850
|
data: ({
|
|
@@ -683405,6 +683882,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683405
683882
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683406
683883
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
683407
683884
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
683885
|
+
ids_string_include?: string[] | null | undefined;
|
|
683886
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
683408
683887
|
logic_codes_include?: string[] | null | undefined;
|
|
683409
683888
|
logic_codes_exclude?: string[] | null | undefined;
|
|
683410
683889
|
order_by?: {
|
|
@@ -683490,6 +683969,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683490
683969
|
is_active?: (string | boolean)[] | null | undefined;
|
|
683491
683970
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683492
683971
|
id?: string | number | bigint | null | undefined;
|
|
683972
|
+
id_string?: string | null | undefined;
|
|
683493
683973
|
logic_code?: string | null | undefined;
|
|
683494
683974
|
};
|
|
683495
683975
|
output: {
|
|
@@ -683579,6 +684059,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683579
684059
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683580
684060
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
683581
684061
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
684062
|
+
ids_string_include?: string[] | null | undefined;
|
|
684063
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
683582
684064
|
logic_codes_include?: string[] | null | undefined;
|
|
683583
684065
|
logic_codes_exclude?: string[] | null | undefined;
|
|
683584
684066
|
order_by?: {
|
|
@@ -683625,6 +684107,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683625
684107
|
is_active?: (string | boolean)[] | null | undefined;
|
|
683626
684108
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683627
684109
|
id?: string | number | bigint | null | undefined;
|
|
684110
|
+
id_string?: string | null | undefined;
|
|
683628
684111
|
logic_code?: string | null | undefined;
|
|
683629
684112
|
};
|
|
683630
684113
|
output: {
|
|
@@ -683697,6 +684180,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683697
684180
|
input: {
|
|
683698
684181
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683699
684182
|
id?: string | number | bigint | null | undefined;
|
|
684183
|
+
id_string?: string | null | undefined;
|
|
683700
684184
|
logic_code?: string | null | undefined;
|
|
683701
684185
|
is_active?: boolean | undefined;
|
|
683702
684186
|
id_currency_from?: string | number | bigint | null | undefined;
|
|
@@ -683740,6 +684224,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683740
684224
|
input: {
|
|
683741
684225
|
id?: string | number | bigint | null | undefined;
|
|
683742
684226
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
684227
|
+
id_string?: string | null | undefined;
|
|
684228
|
+
ids_string?: string[] | null | undefined;
|
|
683743
684229
|
};
|
|
683744
684230
|
output: {
|
|
683745
684231
|
data: ({
|
|
@@ -683775,6 +684261,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683775
684261
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683776
684262
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
683777
684263
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
684264
|
+
ids_string_include?: string[] | null | undefined;
|
|
684265
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
683778
684266
|
logic_codes_include?: string[] | null | undefined;
|
|
683779
684267
|
logic_codes_exclude?: string[] | null | undefined;
|
|
683780
684268
|
order_by?: {
|
|
@@ -683822,6 +684310,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683822
684310
|
is_active?: (string | boolean)[] | null | undefined;
|
|
683823
684311
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683824
684312
|
id?: string | number | bigint | null | undefined;
|
|
684313
|
+
id_string?: string | null | undefined;
|
|
683825
684314
|
logic_code?: string | null | undefined;
|
|
683826
684315
|
};
|
|
683827
684316
|
output: {
|
|
@@ -683858,6 +684347,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
683858
684347
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683859
684348
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
683860
684349
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
684350
|
+
ids_string_include?: string[] | null | undefined;
|
|
684351
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
683861
684352
|
logic_codes_include?: string[] | null | undefined;
|
|
683862
684353
|
logic_codes_exclude?: string[] | null | undefined;
|
|
683863
684354
|
order_by?: {
|
|
@@ -683904,6 +684395,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683904
684395
|
is_active?: (string | boolean)[] | null | undefined;
|
|
683905
684396
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683906
684397
|
id?: string | number | bigint | null | undefined;
|
|
684398
|
+
id_string?: string | null | undefined;
|
|
683907
684399
|
logic_code?: string | null | undefined;
|
|
683908
684400
|
};
|
|
683909
684401
|
output: {
|
|
@@ -683968,6 +684460,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
683968
684460
|
input: {
|
|
683969
684461
|
is_system?: (string | boolean)[] | null | undefined;
|
|
683970
684462
|
id?: string | number | bigint | null | undefined;
|
|
684463
|
+
id_string?: string | null | undefined;
|
|
683971
684464
|
logic_code?: string | null | undefined;
|
|
683972
684465
|
is_active?: boolean | undefined;
|
|
683973
684466
|
code?: string | null | undefined;
|
|
@@ -684003,6 +684496,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
684003
684496
|
input: {
|
|
684004
684497
|
id?: string | number | bigint | null | undefined;
|
|
684005
684498
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
684499
|
+
id_string?: string | null | undefined;
|
|
684500
|
+
ids_string?: string[] | null | undefined;
|
|
684006
684501
|
};
|
|
684007
684502
|
output: {
|
|
684008
684503
|
data: ({
|
|
@@ -684043,6 +684538,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
684043
684538
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684044
684539
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
684045
684540
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
684541
|
+
ids_string_include?: string[] | null | undefined;
|
|
684542
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
684046
684543
|
logic_codes_include?: string[] | null | undefined;
|
|
684047
684544
|
logic_codes_exclude?: string[] | null | undefined;
|
|
684048
684545
|
order_by?: {
|
|
@@ -684156,6 +684653,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
684156
684653
|
is_active?: (string | boolean)[] | null | undefined;
|
|
684157
684654
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684158
684655
|
id?: string | number | bigint | null | undefined;
|
|
684656
|
+
id_string?: string | null | undefined;
|
|
684159
684657
|
logic_code?: string | null | undefined;
|
|
684160
684658
|
};
|
|
684161
684659
|
output: {
|
|
@@ -684298,6 +684796,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
684298
684796
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684299
684797
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
684300
684798
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
684799
|
+
ids_string_include?: string[] | null | undefined;
|
|
684800
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
684301
684801
|
logic_codes_include?: string[] | null | undefined;
|
|
684302
684802
|
logic_codes_exclude?: string[] | null | undefined;
|
|
684303
684803
|
order_by?: {
|
|
@@ -684344,6 +684844,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
684344
684844
|
is_active?: (string | boolean)[] | null | undefined;
|
|
684345
684845
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684346
684846
|
id?: string | number | bigint | null | undefined;
|
|
684847
|
+
id_string?: string | null | undefined;
|
|
684347
684848
|
logic_code?: string | null | undefined;
|
|
684348
684849
|
};
|
|
684349
684850
|
output: {
|
|
@@ -684448,6 +684949,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
684448
684949
|
input: {
|
|
684449
684950
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684450
684951
|
id?: string | number | bigint | null | undefined;
|
|
684952
|
+
id_string?: string | null | undefined;
|
|
684451
684953
|
logic_code?: string | null | undefined;
|
|
684452
684954
|
is_active?: boolean | undefined;
|
|
684453
684955
|
id_country?: string | number | bigint | null | undefined;
|
|
@@ -684523,6 +685025,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
684523
685025
|
input: {
|
|
684524
685026
|
id?: string | number | bigint | null | undefined;
|
|
684525
685027
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
685028
|
+
id_string?: string | null | undefined;
|
|
685029
|
+
ids_string?: string[] | null | undefined;
|
|
684526
685030
|
};
|
|
684527
685031
|
output: {
|
|
684528
685032
|
data: ({
|
|
@@ -684575,6 +685079,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
684575
685079
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684576
685080
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
684577
685081
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
685082
|
+
ids_string_include?: string[] | null | undefined;
|
|
685083
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
684578
685084
|
logic_codes_include?: string[] | null | undefined;
|
|
684579
685085
|
logic_codes_exclude?: string[] | null | undefined;
|
|
684580
685086
|
order_by?: {
|
|
@@ -684648,6 +685154,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
684648
685154
|
is_active?: (string | boolean)[] | null | undefined;
|
|
684649
685155
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684650
685156
|
id?: string | number | bigint | null | undefined;
|
|
685157
|
+
id_string?: string | null | undefined;
|
|
684651
685158
|
logic_code?: string | null | undefined;
|
|
684652
685159
|
};
|
|
684653
685160
|
output: {
|
|
@@ -684739,6 +685246,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
684739
685246
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684740
685247
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
684741
685248
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
685249
|
+
ids_string_include?: string[] | null | undefined;
|
|
685250
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
684742
685251
|
logic_codes_include?: string[] | null | undefined;
|
|
684743
685252
|
logic_codes_exclude?: string[] | null | undefined;
|
|
684744
685253
|
order_by?: {
|
|
@@ -684785,6 +685294,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
684785
685294
|
is_active?: (string | boolean)[] | null | undefined;
|
|
684786
685295
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684787
685296
|
id?: string | number | bigint | null | undefined;
|
|
685297
|
+
id_string?: string | null | undefined;
|
|
684788
685298
|
logic_code?: string | null | undefined;
|
|
684789
685299
|
};
|
|
684790
685300
|
output: {
|
|
@@ -684859,6 +685369,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
684859
685369
|
input: {
|
|
684860
685370
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684861
685371
|
id?: string | number | bigint | null | undefined;
|
|
685372
|
+
id_string?: string | null | undefined;
|
|
684862
685373
|
logic_code?: string | null | undefined;
|
|
684863
685374
|
id_currency?: string | number | bigint | null | undefined;
|
|
684864
685375
|
id_awb_currency?: string | number | bigint | null | undefined;
|
|
@@ -684904,6 +685415,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
684904
685415
|
input: {
|
|
684905
685416
|
id?: string | number | bigint | null | undefined;
|
|
684906
685417
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
685418
|
+
id_string?: string | null | undefined;
|
|
685419
|
+
ids_string?: string[] | null | undefined;
|
|
684907
685420
|
};
|
|
684908
685421
|
output: {
|
|
684909
685422
|
data: ({
|
|
@@ -684941,6 +685454,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
684941
685454
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684942
685455
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
684943
685456
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
685457
|
+
ids_string_include?: string[] | null | undefined;
|
|
685458
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
684944
685459
|
logic_codes_include?: string[] | null | undefined;
|
|
684945
685460
|
logic_codes_exclude?: string[] | null | undefined;
|
|
684946
685461
|
order_by?: {
|
|
@@ -684992,6 +685507,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
684992
685507
|
is_active?: (string | boolean)[] | null | undefined;
|
|
684993
685508
|
is_system?: (string | boolean)[] | null | undefined;
|
|
684994
685509
|
id?: string | number | bigint | null | undefined;
|
|
685510
|
+
id_string?: string | null | undefined;
|
|
684995
685511
|
logic_code?: string | null | undefined;
|
|
684996
685512
|
};
|
|
684997
685513
|
output: {
|
|
@@ -685070,6 +685586,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685070
685586
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685071
685587
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
685072
685588
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
685589
|
+
ids_string_include?: string[] | null | undefined;
|
|
685590
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
685073
685591
|
logic_codes_include?: string[] | null | undefined;
|
|
685074
685592
|
logic_codes_exclude?: string[] | null | undefined;
|
|
685075
685593
|
order_by?: {
|
|
@@ -685116,6 +685634,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685116
685634
|
is_active?: (string | boolean)[] | null | undefined;
|
|
685117
685635
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685118
685636
|
id?: string | number | bigint | null | undefined;
|
|
685637
|
+
id_string?: string | null | undefined;
|
|
685119
685638
|
logic_code?: string | null | undefined;
|
|
685120
685639
|
};
|
|
685121
685640
|
output: {
|
|
@@ -685182,6 +685701,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685182
685701
|
input: {
|
|
685183
685702
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685184
685703
|
id?: string | number | bigint | null | undefined;
|
|
685704
|
+
id_string?: string | null | undefined;
|
|
685185
685705
|
logic_code?: string | null | undefined;
|
|
685186
685706
|
is_active?: boolean | undefined;
|
|
685187
685707
|
id_country?: string | number | bigint | null | undefined;
|
|
@@ -685219,6 +685739,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685219
685739
|
input: {
|
|
685220
685740
|
id?: string | number | bigint | null | undefined;
|
|
685221
685741
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
685742
|
+
id_string?: string | null | undefined;
|
|
685743
|
+
ids_string?: string[] | null | undefined;
|
|
685222
685744
|
};
|
|
685223
685745
|
output: {
|
|
685224
685746
|
data: ({
|
|
@@ -685252,6 +685774,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685252
685774
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685253
685775
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
685254
685776
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
685777
|
+
ids_string_include?: string[] | null | undefined;
|
|
685778
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
685255
685779
|
logic_codes_include?: string[] | null | undefined;
|
|
685256
685780
|
logic_codes_exclude?: string[] | null | undefined;
|
|
685257
685781
|
order_by?: {
|
|
@@ -685318,6 +685842,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685318
685842
|
is_active?: (string | boolean)[] | null | undefined;
|
|
685319
685843
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685320
685844
|
id?: string | number | bigint | null | undefined;
|
|
685845
|
+
id_string?: string | null | undefined;
|
|
685321
685846
|
logic_code?: string | null | undefined;
|
|
685322
685847
|
};
|
|
685323
685848
|
output: {
|
|
@@ -685410,6 +685935,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685410
685935
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685411
685936
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
685412
685937
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
685938
|
+
ids_string_include?: string[] | null | undefined;
|
|
685939
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
685413
685940
|
logic_codes_include?: string[] | null | undefined;
|
|
685414
685941
|
logic_codes_exclude?: string[] | null | undefined;
|
|
685415
685942
|
order_by?: {
|
|
@@ -685456,6 +685983,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685456
685983
|
is_active?: (string | boolean)[] | null | undefined;
|
|
685457
685984
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685458
685985
|
id?: string | number | bigint | null | undefined;
|
|
685986
|
+
id_string?: string | null | undefined;
|
|
685459
685987
|
logic_code?: string | null | undefined;
|
|
685460
685988
|
};
|
|
685461
685989
|
output: {
|
|
@@ -685524,6 +686052,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685524
686052
|
input: {
|
|
685525
686053
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685526
686054
|
id?: string | number | bigint | null | undefined;
|
|
686055
|
+
id_string?: string | null | undefined;
|
|
685527
686056
|
logic_code?: string | null | undefined;
|
|
685528
686057
|
is_active?: boolean | undefined;
|
|
685529
686058
|
id_country?: string | number | bigint | null | undefined;
|
|
@@ -685563,6 +686092,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685563
686092
|
input: {
|
|
685564
686093
|
id?: string | number | bigint | null | undefined;
|
|
685565
686094
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
686095
|
+
id_string?: string | null | undefined;
|
|
686096
|
+
ids_string?: string[] | null | undefined;
|
|
685566
686097
|
};
|
|
685567
686098
|
output: {
|
|
685568
686099
|
data: ({
|
|
@@ -685597,6 +686128,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685597
686128
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685598
686129
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
685599
686130
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
686131
|
+
ids_string_include?: string[] | null | undefined;
|
|
686132
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
685600
686133
|
logic_codes_include?: string[] | null | undefined;
|
|
685601
686134
|
logic_codes_exclude?: string[] | null | undefined;
|
|
685602
686135
|
order_by?: {
|
|
@@ -685647,6 +686180,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685647
686180
|
is_active?: (string | boolean)[] | null | undefined;
|
|
685648
686181
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685649
686182
|
id?: string | number | bigint | null | undefined;
|
|
686183
|
+
id_string?: string | null | undefined;
|
|
685650
686184
|
logic_code?: string | null | undefined;
|
|
685651
686185
|
};
|
|
685652
686186
|
output: {
|
|
@@ -685723,6 +686257,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685723
686257
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685724
686258
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
685725
686259
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
686260
|
+
ids_string_include?: string[] | null | undefined;
|
|
686261
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
685726
686262
|
logic_codes_include?: string[] | null | undefined;
|
|
685727
686263
|
logic_codes_exclude?: string[] | null | undefined;
|
|
685728
686264
|
order_by?: {
|
|
@@ -685769,6 +686305,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685769
686305
|
is_active?: (string | boolean)[] | null | undefined;
|
|
685770
686306
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685771
686307
|
id?: string | number | bigint | null | undefined;
|
|
686308
|
+
id_string?: string | null | undefined;
|
|
685772
686309
|
logic_code?: string | null | undefined;
|
|
685773
686310
|
};
|
|
685774
686311
|
output: {
|
|
@@ -685833,6 +686370,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685833
686370
|
input: {
|
|
685834
686371
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685835
686372
|
id?: string | number | bigint | null | undefined;
|
|
686373
|
+
id_string?: string | null | undefined;
|
|
685836
686374
|
logic_code?: string | null | undefined;
|
|
685837
686375
|
is_active?: boolean | undefined;
|
|
685838
686376
|
id_country?: string | number | bigint | null | undefined;
|
|
@@ -685868,6 +686406,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685868
686406
|
input: {
|
|
685869
686407
|
id?: string | number | bigint | null | undefined;
|
|
685870
686408
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
686409
|
+
id_string?: string | null | undefined;
|
|
686410
|
+
ids_string?: string[] | null | undefined;
|
|
685871
686411
|
};
|
|
685872
686412
|
output: {
|
|
685873
686413
|
data: ({
|
|
@@ -685900,6 +686440,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685900
686440
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685901
686441
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
685902
686442
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
686443
|
+
ids_string_include?: string[] | null | undefined;
|
|
686444
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
685903
686445
|
logic_codes_include?: string[] | null | undefined;
|
|
685904
686446
|
logic_codes_exclude?: string[] | null | undefined;
|
|
685905
686447
|
order_by?: {
|
|
@@ -685933,6 +686475,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
685933
686475
|
is_active?: (string | boolean)[] | null | undefined;
|
|
685934
686476
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685935
686477
|
id?: string | number | bigint | null | undefined;
|
|
686478
|
+
id_string?: string | null | undefined;
|
|
685936
686479
|
logic_code?: string | null | undefined;
|
|
685937
686480
|
};
|
|
685938
686481
|
output: {
|
|
@@ -685970,6 +686513,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
685970
686513
|
is_system?: (string | boolean)[] | null | undefined;
|
|
685971
686514
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
685972
686515
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
686516
|
+
ids_string_include?: string[] | null | undefined;
|
|
686517
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
685973
686518
|
logic_codes_include?: string[] | null | undefined;
|
|
685974
686519
|
logic_codes_exclude?: string[] | null | undefined;
|
|
685975
686520
|
order_by?: {
|
|
@@ -686016,6 +686561,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
686016
686561
|
is_active?: (string | boolean)[] | null | undefined;
|
|
686017
686562
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686018
686563
|
id?: string | number | bigint | null | undefined;
|
|
686564
|
+
id_string?: string | null | undefined;
|
|
686019
686565
|
logic_code?: string | null | undefined;
|
|
686020
686566
|
};
|
|
686021
686567
|
output: {
|
|
@@ -686082,6 +686628,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
686082
686628
|
input: {
|
|
686083
686629
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686084
686630
|
id?: string | number | bigint | null | undefined;
|
|
686631
|
+
id_string?: string | null | undefined;
|
|
686085
686632
|
logic_code?: string | null | undefined;
|
|
686086
686633
|
is_active?: boolean | undefined;
|
|
686087
686634
|
code?: string | null | undefined;
|
|
@@ -686119,6 +686666,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
686119
686666
|
input: {
|
|
686120
686667
|
id?: string | number | bigint | null | undefined;
|
|
686121
686668
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
686669
|
+
id_string?: string | null | undefined;
|
|
686670
|
+
ids_string?: string[] | null | undefined;
|
|
686122
686671
|
};
|
|
686123
686672
|
output: {
|
|
686124
686673
|
data: ({
|
|
@@ -686159,6 +686708,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
686159
686708
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686160
686709
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
686161
686710
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
686711
|
+
ids_string_include?: string[] | null | undefined;
|
|
686712
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
686162
686713
|
logic_codes_include?: string[] | null | undefined;
|
|
686163
686714
|
logic_codes_exclude?: string[] | null | undefined;
|
|
686164
686715
|
order_by?: {
|
|
@@ -686372,6 +686923,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
686372
686923
|
is_active?: (string | boolean)[] | null | undefined;
|
|
686373
686924
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686374
686925
|
id?: string | number | bigint | null | undefined;
|
|
686926
|
+
id_string?: string | null | undefined;
|
|
686375
686927
|
logic_code?: string | null | undefined;
|
|
686376
686928
|
};
|
|
686377
686929
|
output: {
|
|
@@ -686583,6 +687135,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
686583
687135
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686584
687136
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
686585
687137
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
687138
|
+
ids_string_include?: string[] | null | undefined;
|
|
687139
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
686586
687140
|
logic_codes_include?: string[] | null | undefined;
|
|
686587
687141
|
logic_codes_exclude?: string[] | null | undefined;
|
|
686588
687142
|
order_by?: {
|
|
@@ -686629,6 +687183,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
686629
687183
|
is_active?: (string | boolean)[] | null | undefined;
|
|
686630
687184
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686631
687185
|
id?: string | number | bigint | null | undefined;
|
|
687186
|
+
id_string?: string | null | undefined;
|
|
686632
687187
|
logic_code?: string | null | undefined;
|
|
686633
687188
|
};
|
|
686634
687189
|
output: {
|
|
@@ -686737,6 +687292,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
686737
687292
|
input: {
|
|
686738
687293
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686739
687294
|
id?: string | number | bigint | null | undefined;
|
|
687295
|
+
id_string?: string | null | undefined;
|
|
686740
687296
|
logic_code?: string | null | undefined;
|
|
686741
687297
|
is_active?: boolean | undefined;
|
|
686742
687298
|
id_type?: string | number | bigint | null | undefined;
|
|
@@ -686816,6 +687372,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
686816
687372
|
input: {
|
|
686817
687373
|
id?: string | number | bigint | null | undefined;
|
|
686818
687374
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
687375
|
+
id_string?: string | null | undefined;
|
|
687376
|
+
ids_string?: string[] | null | undefined;
|
|
686819
687377
|
};
|
|
686820
687378
|
output: {
|
|
686821
687379
|
data: ({
|
|
@@ -686867,6 +687425,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
686867
687425
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686868
687426
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
686869
687427
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
687428
|
+
ids_string_include?: string[] | null | undefined;
|
|
687429
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
686870
687430
|
logic_codes_include?: string[] | null | undefined;
|
|
686871
687431
|
logic_codes_exclude?: string[] | null | undefined;
|
|
686872
687432
|
order_by?: {
|
|
@@ -686899,6 +687459,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
686899
687459
|
is_active?: (string | boolean)[] | null | undefined;
|
|
686900
687460
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686901
687461
|
id?: string | number | bigint | null | undefined;
|
|
687462
|
+
id_string?: string | null | undefined;
|
|
686902
687463
|
logic_code?: string | null | undefined;
|
|
686903
687464
|
};
|
|
686904
687465
|
output: {
|
|
@@ -686935,6 +687496,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
686935
687496
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686936
687497
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
686937
687498
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
687499
|
+
ids_string_include?: string[] | null | undefined;
|
|
687500
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
686938
687501
|
logic_codes_include?: string[] | null | undefined;
|
|
686939
687502
|
logic_codes_exclude?: string[] | null | undefined;
|
|
686940
687503
|
order_by?: {
|
|
@@ -686981,6 +687544,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
686981
687544
|
is_active?: (string | boolean)[] | null | undefined;
|
|
686982
687545
|
is_system?: (string | boolean)[] | null | undefined;
|
|
686983
687546
|
id?: string | number | bigint | null | undefined;
|
|
687547
|
+
id_string?: string | null | undefined;
|
|
686984
687548
|
logic_code?: string | null | undefined;
|
|
686985
687549
|
};
|
|
686986
687550
|
output: {
|
|
@@ -687045,6 +687609,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
687045
687609
|
input: {
|
|
687046
687610
|
is_system?: (string | boolean)[] | null | undefined;
|
|
687047
687611
|
id?: string | number | bigint | null | undefined;
|
|
687612
|
+
id_string?: string | null | undefined;
|
|
687048
687613
|
logic_code?: string | null | undefined;
|
|
687049
687614
|
is_active?: boolean | undefined;
|
|
687050
687615
|
code?: string | null | undefined;
|
|
@@ -687080,6 +687645,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687080
687645
|
input: {
|
|
687081
687646
|
id?: string | number | bigint | null | undefined;
|
|
687082
687647
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
687648
|
+
id_string?: string | null | undefined;
|
|
687649
|
+
ids_string?: string[] | null | undefined;
|
|
687083
687650
|
};
|
|
687084
687651
|
output: {
|
|
687085
687652
|
data: ({
|
|
@@ -687113,6 +687680,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687113
687680
|
is_system?: (string | boolean)[] | null | undefined;
|
|
687114
687681
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
687115
687682
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
687683
|
+
ids_string_include?: string[] | null | undefined;
|
|
687684
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
687116
687685
|
logic_codes_include?: string[] | null | undefined;
|
|
687117
687686
|
logic_codes_exclude?: string[] | null | undefined;
|
|
687118
687687
|
order_by?: {
|
|
@@ -687400,6 +687969,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
687400
687969
|
is_active?: (string | boolean)[] | null | undefined;
|
|
687401
687970
|
is_system?: (string | boolean)[] | null | undefined;
|
|
687402
687971
|
id?: string | number | bigint | null | undefined;
|
|
687972
|
+
id_string?: string | null | undefined;
|
|
687403
687973
|
logic_code?: string | null | undefined;
|
|
687404
687974
|
};
|
|
687405
687975
|
output: {
|
|
@@ -687683,6 +688253,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687683
688253
|
is_system?: (string | boolean)[] | null | undefined;
|
|
687684
688254
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
687685
688255
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
688256
|
+
ids_string_include?: string[] | null | undefined;
|
|
688257
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
687686
688258
|
logic_codes_include?: string[] | null | undefined;
|
|
687687
688259
|
logic_codes_exclude?: string[] | null | undefined;
|
|
687688
688260
|
order_by?: {
|
|
@@ -687729,6 +688301,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
687729
688301
|
is_active?: (string | boolean)[] | null | undefined;
|
|
687730
688302
|
is_system?: (string | boolean)[] | null | undefined;
|
|
687731
688303
|
id?: string | number | bigint | null | undefined;
|
|
688304
|
+
id_string?: string | null | undefined;
|
|
687732
688305
|
logic_code?: string | null | undefined;
|
|
687733
688306
|
};
|
|
687734
688307
|
output: {
|
|
@@ -687831,6 +688404,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
687831
688404
|
input: {
|
|
687832
688405
|
is_system?: (string | boolean)[] | null | undefined;
|
|
687833
688406
|
id?: string | number | bigint | null | undefined;
|
|
688407
|
+
id_string?: string | null | undefined;
|
|
687834
688408
|
logic_code?: string | null | undefined;
|
|
687835
688409
|
is_active?: boolean | undefined;
|
|
687836
688410
|
id_type?: string | number | bigint | null | undefined;
|
|
@@ -687904,6 +688478,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687904
688478
|
input: {
|
|
687905
688479
|
id?: string | number | bigint | null | undefined;
|
|
687906
688480
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
688481
|
+
id_string?: string | null | undefined;
|
|
688482
|
+
ids_string?: string[] | null | undefined;
|
|
687907
688483
|
};
|
|
687908
688484
|
output: {
|
|
687909
688485
|
data: ({
|
|
@@ -687954,6 +688530,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687954
688530
|
is_system?: (string | boolean)[] | null | undefined;
|
|
687955
688531
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
687956
688532
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
688533
|
+
ids_string_include?: string[] | null | undefined;
|
|
688534
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
687957
688535
|
logic_codes_include?: string[] | null | undefined;
|
|
687958
688536
|
logic_codes_exclude?: string[] | null | undefined;
|
|
687959
688537
|
order_by?: {
|
|
@@ -687986,6 +688564,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
687986
688564
|
is_active?: (string | boolean)[] | null | undefined;
|
|
687987
688565
|
is_system?: (string | boolean)[] | null | undefined;
|
|
687988
688566
|
id?: string | number | bigint | null | undefined;
|
|
688567
|
+
id_string?: string | null | undefined;
|
|
687989
688568
|
logic_code?: string | null | undefined;
|
|
687990
688569
|
};
|
|
687991
688570
|
output: {
|
|
@@ -688022,6 +688601,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688022
688601
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688023
688602
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
688024
688603
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
688604
|
+
ids_string_include?: string[] | null | undefined;
|
|
688605
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
688025
688606
|
logic_codes_include?: string[] | null | undefined;
|
|
688026
688607
|
logic_codes_exclude?: string[] | null | undefined;
|
|
688027
688608
|
order_by?: {
|
|
@@ -688068,6 +688649,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688068
688649
|
is_active?: (string | boolean)[] | null | undefined;
|
|
688069
688650
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688070
688651
|
id?: string | number | bigint | null | undefined;
|
|
688652
|
+
id_string?: string | null | undefined;
|
|
688071
688653
|
logic_code?: string | null | undefined;
|
|
688072
688654
|
};
|
|
688073
688655
|
output: {
|
|
@@ -688132,6 +688714,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688132
688714
|
input: {
|
|
688133
688715
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688134
688716
|
id?: string | number | bigint | null | undefined;
|
|
688717
|
+
id_string?: string | null | undefined;
|
|
688135
688718
|
logic_code?: string | null | undefined;
|
|
688136
688719
|
is_active?: boolean | undefined;
|
|
688137
688720
|
code?: string | null | undefined;
|
|
@@ -688167,6 +688750,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688167
688750
|
input: {
|
|
688168
688751
|
id?: string | number | bigint | null | undefined;
|
|
688169
688752
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
688753
|
+
id_string?: string | null | undefined;
|
|
688754
|
+
ids_string?: string[] | null | undefined;
|
|
688170
688755
|
};
|
|
688171
688756
|
output: {
|
|
688172
688757
|
data: ({
|
|
@@ -688199,6 +688784,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688199
688784
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688200
688785
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
688201
688786
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
688787
|
+
ids_string_include?: string[] | null | undefined;
|
|
688788
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
688202
688789
|
logic_codes_include?: string[] | null | undefined;
|
|
688203
688790
|
logic_codes_exclude?: string[] | null | undefined;
|
|
688204
688791
|
order_by?: {
|
|
@@ -688231,6 +688818,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688231
688818
|
is_active?: (string | boolean)[] | null | undefined;
|
|
688232
688819
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688233
688820
|
id?: string | number | bigint | null | undefined;
|
|
688821
|
+
id_string?: string | null | undefined;
|
|
688234
688822
|
logic_code?: string | null | undefined;
|
|
688235
688823
|
};
|
|
688236
688824
|
output: {
|
|
@@ -688267,6 +688855,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688267
688855
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688268
688856
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
688269
688857
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
688858
|
+
ids_string_include?: string[] | null | undefined;
|
|
688859
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
688270
688860
|
logic_codes_include?: string[] | null | undefined;
|
|
688271
688861
|
logic_codes_exclude?: string[] | null | undefined;
|
|
688272
688862
|
order_by?: {
|
|
@@ -688313,6 +688903,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688313
688903
|
is_active?: (string | boolean)[] | null | undefined;
|
|
688314
688904
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688315
688905
|
id?: string | number | bigint | null | undefined;
|
|
688906
|
+
id_string?: string | null | undefined;
|
|
688316
688907
|
logic_code?: string | null | undefined;
|
|
688317
688908
|
};
|
|
688318
688909
|
output: {
|
|
@@ -688377,6 +688968,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688377
688968
|
input: {
|
|
688378
688969
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688379
688970
|
id?: string | number | bigint | null | undefined;
|
|
688971
|
+
id_string?: string | null | undefined;
|
|
688380
688972
|
logic_code?: string | null | undefined;
|
|
688381
688973
|
is_active?: boolean | undefined;
|
|
688382
688974
|
code?: string | null | undefined;
|
|
@@ -688412,6 +689004,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688412
689004
|
input: {
|
|
688413
689005
|
id?: string | number | bigint | null | undefined;
|
|
688414
689006
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
689007
|
+
id_string?: string | null | undefined;
|
|
689008
|
+
ids_string?: string[] | null | undefined;
|
|
688415
689009
|
};
|
|
688416
689010
|
output: {
|
|
688417
689011
|
data: ({
|
|
@@ -688444,6 +689038,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688444
689038
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688445
689039
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
688446
689040
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
689041
|
+
ids_string_include?: string[] | null | undefined;
|
|
689042
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
688447
689043
|
logic_codes_include?: string[] | null | undefined;
|
|
688448
689044
|
logic_codes_exclude?: string[] | null | undefined;
|
|
688449
689045
|
order_by?: {
|
|
@@ -688478,6 +689074,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688478
689074
|
is_active?: (string | boolean)[] | null | undefined;
|
|
688479
689075
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688480
689076
|
id?: string | number | bigint | null | undefined;
|
|
689077
|
+
id_string?: string | null | undefined;
|
|
688481
689078
|
logic_code?: string | null | undefined;
|
|
688482
689079
|
};
|
|
688483
689080
|
output: {
|
|
@@ -688517,6 +689114,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688517
689114
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688518
689115
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
688519
689116
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
689117
|
+
ids_string_include?: string[] | null | undefined;
|
|
689118
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
688520
689119
|
logic_codes_include?: string[] | null | undefined;
|
|
688521
689120
|
logic_codes_exclude?: string[] | null | undefined;
|
|
688522
689121
|
order_by?: {
|
|
@@ -688563,6 +689162,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688563
689162
|
is_active?: (string | boolean)[] | null | undefined;
|
|
688564
689163
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688565
689164
|
id?: string | number | bigint | null | undefined;
|
|
689165
|
+
id_string?: string | null | undefined;
|
|
688566
689166
|
logic_code?: string | null | undefined;
|
|
688567
689167
|
};
|
|
688568
689168
|
output: {
|
|
@@ -688631,6 +689231,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688631
689231
|
input: {
|
|
688632
689232
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688633
689233
|
id?: string | number | bigint | null | undefined;
|
|
689234
|
+
id_string?: string | null | undefined;
|
|
688634
689235
|
logic_code?: string | null | undefined;
|
|
688635
689236
|
is_active?: boolean | undefined;
|
|
688636
689237
|
code?: string | null | undefined;
|
|
@@ -688670,6 +689271,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688670
689271
|
input: {
|
|
688671
689272
|
id?: string | number | bigint | null | undefined;
|
|
688672
689273
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
689274
|
+
id_string?: string | null | undefined;
|
|
689275
|
+
ids_string?: string[] | null | undefined;
|
|
688673
689276
|
};
|
|
688674
689277
|
output: {
|
|
688675
689278
|
data: ({
|
|
@@ -688704,6 +689307,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688704
689307
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688705
689308
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
688706
689309
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
689310
|
+
ids_string_include?: string[] | null | undefined;
|
|
689311
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
688707
689312
|
logic_codes_include?: string[] | null | undefined;
|
|
688708
689313
|
logic_codes_exclude?: string[] | null | undefined;
|
|
688709
689314
|
order_by?: {
|
|
@@ -688736,6 +689341,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688736
689341
|
is_active?: (string | boolean)[] | null | undefined;
|
|
688737
689342
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688738
689343
|
id?: string | number | bigint | null | undefined;
|
|
689344
|
+
id_string?: string | null | undefined;
|
|
688739
689345
|
logic_code?: string | null | undefined;
|
|
688740
689346
|
};
|
|
688741
689347
|
output: {
|
|
@@ -688772,6 +689378,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688772
689378
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688773
689379
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
688774
689380
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
689381
|
+
ids_string_include?: string[] | null | undefined;
|
|
689382
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
688775
689383
|
logic_codes_include?: string[] | null | undefined;
|
|
688776
689384
|
logic_codes_exclude?: string[] | null | undefined;
|
|
688777
689385
|
order_by?: {
|
|
@@ -688818,6 +689426,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688818
689426
|
is_active?: (string | boolean)[] | null | undefined;
|
|
688819
689427
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688820
689428
|
id?: string | number | bigint | null | undefined;
|
|
689429
|
+
id_string?: string | null | undefined;
|
|
688821
689430
|
logic_code?: string | null | undefined;
|
|
688822
689431
|
};
|
|
688823
689432
|
output: {
|
|
@@ -688882,6 +689491,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688882
689491
|
input: {
|
|
688883
689492
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688884
689493
|
id?: string | number | bigint | null | undefined;
|
|
689494
|
+
id_string?: string | null | undefined;
|
|
688885
689495
|
logic_code?: string | null | undefined;
|
|
688886
689496
|
is_active?: boolean | undefined;
|
|
688887
689497
|
code?: string | null | undefined;
|
|
@@ -688917,6 +689527,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688917
689527
|
input: {
|
|
688918
689528
|
id?: string | number | bigint | null | undefined;
|
|
688919
689529
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
689530
|
+
id_string?: string | null | undefined;
|
|
689531
|
+
ids_string?: string[] | null | undefined;
|
|
688920
689532
|
};
|
|
688921
689533
|
output: {
|
|
688922
689534
|
data: ({
|
|
@@ -688949,6 +689561,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
688949
689561
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688950
689562
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
688951
689563
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
689564
|
+
ids_string_include?: string[] | null | undefined;
|
|
689565
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
688952
689566
|
logic_codes_include?: string[] | null | undefined;
|
|
688953
689567
|
logic_codes_exclude?: string[] | null | undefined;
|
|
688954
689568
|
order_by?: {
|
|
@@ -688981,6 +689595,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
688981
689595
|
is_active?: (string | boolean)[] | null | undefined;
|
|
688982
689596
|
is_system?: (string | boolean)[] | null | undefined;
|
|
688983
689597
|
id?: string | number | bigint | null | undefined;
|
|
689598
|
+
id_string?: string | null | undefined;
|
|
688984
689599
|
logic_code?: string | null | undefined;
|
|
688985
689600
|
};
|
|
688986
689601
|
output: {
|
|
@@ -689017,6 +689632,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689017
689632
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689018
689633
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
689019
689634
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
689635
|
+
ids_string_include?: string[] | null | undefined;
|
|
689636
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
689020
689637
|
logic_codes_include?: string[] | null | undefined;
|
|
689021
689638
|
logic_codes_exclude?: string[] | null | undefined;
|
|
689022
689639
|
order_by?: {
|
|
@@ -689063,6 +689680,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
689063
689680
|
is_active?: (string | boolean)[] | null | undefined;
|
|
689064
689681
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689065
689682
|
id?: string | number | bigint | null | undefined;
|
|
689683
|
+
id_string?: string | null | undefined;
|
|
689066
689684
|
logic_code?: string | null | undefined;
|
|
689067
689685
|
};
|
|
689068
689686
|
output: {
|
|
@@ -689127,6 +689745,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
689127
689745
|
input: {
|
|
689128
689746
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689129
689747
|
id?: string | number | bigint | null | undefined;
|
|
689748
|
+
id_string?: string | null | undefined;
|
|
689130
689749
|
logic_code?: string | null | undefined;
|
|
689131
689750
|
is_active?: boolean | undefined;
|
|
689132
689751
|
code?: string | null | undefined;
|
|
@@ -689162,6 +689781,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689162
689781
|
input: {
|
|
689163
689782
|
id?: string | number | bigint | null | undefined;
|
|
689164
689783
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
689784
|
+
id_string?: string | null | undefined;
|
|
689785
|
+
ids_string?: string[] | null | undefined;
|
|
689165
689786
|
};
|
|
689166
689787
|
output: {
|
|
689167
689788
|
data: ({
|
|
@@ -689194,6 +689815,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689194
689815
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689195
689816
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
689196
689817
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
689818
|
+
ids_string_include?: string[] | null | undefined;
|
|
689819
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
689197
689820
|
logic_codes_include?: string[] | null | undefined;
|
|
689198
689821
|
logic_codes_exclude?: string[] | null | undefined;
|
|
689199
689822
|
order_by?: {
|
|
@@ -689226,6 +689849,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
689226
689849
|
is_active?: (string | boolean)[] | null | undefined;
|
|
689227
689850
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689228
689851
|
id?: string | number | bigint | null | undefined;
|
|
689852
|
+
id_string?: string | null | undefined;
|
|
689229
689853
|
logic_code?: string | null | undefined;
|
|
689230
689854
|
};
|
|
689231
689855
|
output: {
|
|
@@ -689262,6 +689886,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689262
689886
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689263
689887
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
689264
689888
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
689889
|
+
ids_string_include?: string[] | null | undefined;
|
|
689890
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
689265
689891
|
logic_codes_include?: string[] | null | undefined;
|
|
689266
689892
|
logic_codes_exclude?: string[] | null | undefined;
|
|
689267
689893
|
order_by?: {
|
|
@@ -689308,6 +689934,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
689308
689934
|
is_active?: (string | boolean)[] | null | undefined;
|
|
689309
689935
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689310
689936
|
id?: string | number | bigint | null | undefined;
|
|
689937
|
+
id_string?: string | null | undefined;
|
|
689311
689938
|
logic_code?: string | null | undefined;
|
|
689312
689939
|
};
|
|
689313
689940
|
output: {
|
|
@@ -689372,6 +689999,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
689372
689999
|
input: {
|
|
689373
690000
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689374
690001
|
id?: string | number | bigint | null | undefined;
|
|
690002
|
+
id_string?: string | null | undefined;
|
|
689375
690003
|
logic_code?: string | null | undefined;
|
|
689376
690004
|
is_active?: boolean | undefined;
|
|
689377
690005
|
code?: string | null | undefined;
|
|
@@ -689407,6 +690035,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689407
690035
|
input: {
|
|
689408
690036
|
id?: string | number | bigint | null | undefined;
|
|
689409
690037
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
690038
|
+
id_string?: string | null | undefined;
|
|
690039
|
+
ids_string?: string[] | null | undefined;
|
|
689410
690040
|
};
|
|
689411
690041
|
output: {
|
|
689412
690042
|
data: ({
|
|
@@ -689440,6 +690070,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689440
690070
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689441
690071
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
689442
690072
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
690073
|
+
ids_string_include?: string[] | null | undefined;
|
|
690074
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
689443
690075
|
logic_codes_include?: string[] | null | undefined;
|
|
689444
690076
|
logic_codes_exclude?: string[] | null | undefined;
|
|
689445
690077
|
order_by?: {
|
|
@@ -689600,6 +690232,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
689600
690232
|
is_active?: (string | boolean)[] | null | undefined;
|
|
689601
690233
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689602
690234
|
id?: string | number | bigint | null | undefined;
|
|
690235
|
+
id_string?: string | null | undefined;
|
|
689603
690236
|
logic_code?: string | null | undefined;
|
|
689604
690237
|
};
|
|
689605
690238
|
output: {
|
|
@@ -689765,6 +690398,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689765
690398
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689766
690399
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
689767
690400
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
690401
|
+
ids_string_include?: string[] | null | undefined;
|
|
690402
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
689768
690403
|
logic_codes_include?: string[] | null | undefined;
|
|
689769
690404
|
logic_codes_exclude?: string[] | null | undefined;
|
|
689770
690405
|
order_by?: {
|
|
@@ -689811,6 +690446,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
689811
690446
|
is_active?: (string | boolean)[] | null | undefined;
|
|
689812
690447
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689813
690448
|
id?: string | number | bigint | null | undefined;
|
|
690449
|
+
id_string?: string | null | undefined;
|
|
689814
690450
|
logic_code?: string | null | undefined;
|
|
689815
690451
|
};
|
|
689816
690452
|
output: {
|
|
@@ -689899,6 +690535,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
689899
690535
|
input: {
|
|
689900
690536
|
is_system?: (string | boolean)[] | null | undefined;
|
|
689901
690537
|
id?: string | number | bigint | null | undefined;
|
|
690538
|
+
id_string?: string | null | undefined;
|
|
689902
690539
|
logic_code?: string | null | undefined;
|
|
689903
690540
|
is_active?: boolean | undefined;
|
|
689904
690541
|
id_type?: string | number | bigint | null | undefined;
|
|
@@ -689958,6 +690595,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689958
690595
|
input: {
|
|
689959
690596
|
id?: string | number | bigint | null | undefined;
|
|
689960
690597
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
690598
|
+
id_string?: string | null | undefined;
|
|
690599
|
+
ids_string?: string[] | null | undefined;
|
|
689961
690600
|
};
|
|
689962
690601
|
output: {
|
|
689963
690602
|
data: ({
|
|
@@ -690001,6 +690640,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690001
690640
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690002
690641
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
690003
690642
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
690643
|
+
ids_string_include?: string[] | null | undefined;
|
|
690644
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
690004
690645
|
logic_codes_include?: string[] | null | undefined;
|
|
690005
690646
|
logic_codes_exclude?: string[] | null | undefined;
|
|
690006
690647
|
order_by?: {
|
|
@@ -690033,6 +690674,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690033
690674
|
is_active?: (string | boolean)[] | null | undefined;
|
|
690034
690675
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690035
690676
|
id?: string | number | bigint | null | undefined;
|
|
690677
|
+
id_string?: string | null | undefined;
|
|
690036
690678
|
logic_code?: string | null | undefined;
|
|
690037
690679
|
};
|
|
690038
690680
|
output: {
|
|
@@ -690069,6 +690711,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690069
690711
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690070
690712
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
690071
690713
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
690714
|
+
ids_string_include?: string[] | null | undefined;
|
|
690715
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
690072
690716
|
logic_codes_include?: string[] | null | undefined;
|
|
690073
690717
|
logic_codes_exclude?: string[] | null | undefined;
|
|
690074
690718
|
order_by?: {
|
|
@@ -690115,6 +690759,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690115
690759
|
is_active?: (string | boolean)[] | null | undefined;
|
|
690116
690760
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690117
690761
|
id?: string | number | bigint | null | undefined;
|
|
690762
|
+
id_string?: string | null | undefined;
|
|
690118
690763
|
logic_code?: string | null | undefined;
|
|
690119
690764
|
};
|
|
690120
690765
|
output: {
|
|
@@ -690179,6 +690824,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690179
690824
|
input: {
|
|
690180
690825
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690181
690826
|
id?: string | number | bigint | null | undefined;
|
|
690827
|
+
id_string?: string | null | undefined;
|
|
690182
690828
|
logic_code?: string | null | undefined;
|
|
690183
690829
|
is_active?: boolean | undefined;
|
|
690184
690830
|
code?: string | null | undefined;
|
|
@@ -690214,6 +690860,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690214
690860
|
input: {
|
|
690215
690861
|
id?: string | number | bigint | null | undefined;
|
|
690216
690862
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
690863
|
+
id_string?: string | null | undefined;
|
|
690864
|
+
ids_string?: string[] | null | undefined;
|
|
690217
690865
|
};
|
|
690218
690866
|
output: {
|
|
690219
690867
|
data: ({
|
|
@@ -690246,6 +690894,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690246
690894
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690247
690895
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
690248
690896
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
690897
|
+
ids_string_include?: string[] | null | undefined;
|
|
690898
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
690249
690899
|
logic_codes_include?: string[] | null | undefined;
|
|
690250
690900
|
logic_codes_exclude?: string[] | null | undefined;
|
|
690251
690901
|
order_by?: {
|
|
@@ -690279,6 +690929,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690279
690929
|
is_active?: (string | boolean)[] | null | undefined;
|
|
690280
690930
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690281
690931
|
id?: string | number | bigint | null | undefined;
|
|
690932
|
+
id_string?: string | null | undefined;
|
|
690282
690933
|
logic_code?: string | null | undefined;
|
|
690283
690934
|
};
|
|
690284
690935
|
output: {
|
|
@@ -690316,6 +690967,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690316
690967
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690317
690968
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
690318
690969
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
690970
|
+
ids_string_include?: string[] | null | undefined;
|
|
690971
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
690319
690972
|
logic_codes_include?: string[] | null | undefined;
|
|
690320
690973
|
logic_codes_exclude?: string[] | null | undefined;
|
|
690321
690974
|
order_by?: {
|
|
@@ -690362,6 +691015,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690362
691015
|
is_active?: (string | boolean)[] | null | undefined;
|
|
690363
691016
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690364
691017
|
id?: string | number | bigint | null | undefined;
|
|
691018
|
+
id_string?: string | null | undefined;
|
|
690365
691019
|
logic_code?: string | null | undefined;
|
|
690366
691020
|
};
|
|
690367
691021
|
output: {
|
|
@@ -690428,6 +691082,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690428
691082
|
input: {
|
|
690429
691083
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690430
691084
|
id?: string | number | bigint | null | undefined;
|
|
691085
|
+
id_string?: string | null | undefined;
|
|
690431
691086
|
logic_code?: string | null | undefined;
|
|
690432
691087
|
is_active?: boolean | undefined;
|
|
690433
691088
|
code?: string | null | undefined;
|
|
@@ -690465,6 +691120,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690465
691120
|
input: {
|
|
690466
691121
|
id?: string | number | bigint | null | undefined;
|
|
690467
691122
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
691123
|
+
id_string?: string | null | undefined;
|
|
691124
|
+
ids_string?: string[] | null | undefined;
|
|
690468
691125
|
};
|
|
690469
691126
|
output: {
|
|
690470
691127
|
data: ({
|
|
@@ -690498,6 +691155,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690498
691155
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690499
691156
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
690500
691157
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
691158
|
+
ids_string_include?: string[] | null | undefined;
|
|
691159
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
690501
691160
|
logic_codes_include?: string[] | null | undefined;
|
|
690502
691161
|
logic_codes_exclude?: string[] | null | undefined;
|
|
690503
691162
|
order_by?: {
|
|
@@ -690530,6 +691189,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690530
691189
|
is_active?: (string | boolean)[] | null | undefined;
|
|
690531
691190
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690532
691191
|
id?: string | number | bigint | null | undefined;
|
|
691192
|
+
id_string?: string | null | undefined;
|
|
690533
691193
|
logic_code?: string | null | undefined;
|
|
690534
691194
|
};
|
|
690535
691195
|
output: {
|
|
@@ -690562,6 +691222,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690562
691222
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690563
691223
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
690564
691224
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
691225
|
+
ids_string_include?: string[] | null | undefined;
|
|
691226
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
690565
691227
|
logic_codes_include?: string[] | null | undefined;
|
|
690566
691228
|
logic_codes_exclude?: string[] | null | undefined;
|
|
690567
691229
|
order_by?: {
|
|
@@ -690608,6 +691270,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690608
691270
|
is_active?: (string | boolean)[] | null | undefined;
|
|
690609
691271
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690610
691272
|
id?: string | number | bigint | null | undefined;
|
|
691273
|
+
id_string?: string | null | undefined;
|
|
690611
691274
|
logic_code?: string | null | undefined;
|
|
690612
691275
|
};
|
|
690613
691276
|
output: {
|
|
@@ -690672,6 +691335,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690672
691335
|
input: {
|
|
690673
691336
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690674
691337
|
id?: string | number | bigint | null | undefined;
|
|
691338
|
+
id_string?: string | null | undefined;
|
|
690675
691339
|
logic_code?: string | null | undefined;
|
|
690676
691340
|
is_active?: boolean | undefined;
|
|
690677
691341
|
code?: string | null | undefined;
|
|
@@ -690707,6 +691371,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690707
691371
|
input: {
|
|
690708
691372
|
id?: string | number | bigint | null | undefined;
|
|
690709
691373
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
691374
|
+
id_string?: string | null | undefined;
|
|
691375
|
+
ids_string?: string[] | null | undefined;
|
|
690710
691376
|
};
|
|
690711
691377
|
output: {
|
|
690712
691378
|
data: ({
|
|
@@ -690740,6 +691406,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690740
691406
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690741
691407
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
690742
691408
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
691409
|
+
ids_string_include?: string[] | null | undefined;
|
|
691410
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
690743
691411
|
logic_codes_include?: string[] | null | undefined;
|
|
690744
691412
|
logic_codes_exclude?: string[] | null | undefined;
|
|
690745
691413
|
order_by?: {
|
|
@@ -690821,6 +691489,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690821
691489
|
is_active?: (string | boolean)[] | null | undefined;
|
|
690822
691490
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690823
691491
|
id?: string | number | bigint | null | undefined;
|
|
691492
|
+
id_string?: string | null | undefined;
|
|
690824
691493
|
logic_code?: string | null | undefined;
|
|
690825
691494
|
};
|
|
690826
691495
|
output: {
|
|
@@ -690907,6 +691576,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690907
691576
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690908
691577
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
690909
691578
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
691579
|
+
ids_string_include?: string[] | null | undefined;
|
|
691580
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
690910
691581
|
logic_codes_include?: string[] | null | undefined;
|
|
690911
691582
|
logic_codes_exclude?: string[] | null | undefined;
|
|
690912
691583
|
order_by?: {
|
|
@@ -690953,6 +691624,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
690953
691624
|
is_active?: (string | boolean)[] | null | undefined;
|
|
690954
691625
|
is_system?: (string | boolean)[] | null | undefined;
|
|
690955
691626
|
id?: string | number | bigint | null | undefined;
|
|
691627
|
+
id_string?: string | null | undefined;
|
|
690956
691628
|
logic_code?: string | null | undefined;
|
|
690957
691629
|
};
|
|
690958
691630
|
output: {
|
|
@@ -691027,6 +691699,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691027
691699
|
input: {
|
|
691028
691700
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691029
691701
|
id?: string | number | bigint | null | undefined;
|
|
691702
|
+
id_string?: string | null | undefined;
|
|
691030
691703
|
logic_code?: string | null | undefined;
|
|
691031
691704
|
is_active?: boolean | undefined;
|
|
691032
691705
|
id_type?: string | number | bigint | null | undefined;
|
|
@@ -691072,6 +691745,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691072
691745
|
input: {
|
|
691073
691746
|
id?: string | number | bigint | null | undefined;
|
|
691074
691747
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
691748
|
+
id_string?: string | null | undefined;
|
|
691749
|
+
ids_string?: string[] | null | undefined;
|
|
691075
691750
|
};
|
|
691076
691751
|
output: {
|
|
691077
691752
|
data: ({
|
|
@@ -691108,6 +691783,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691108
691783
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691109
691784
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
691110
691785
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
691786
|
+
ids_string_include?: string[] | null | undefined;
|
|
691787
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
691111
691788
|
logic_codes_include?: string[] | null | undefined;
|
|
691112
691789
|
logic_codes_exclude?: string[] | null | undefined;
|
|
691113
691790
|
order_by?: {
|
|
@@ -691140,6 +691817,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691140
691817
|
is_active?: (string | boolean)[] | null | undefined;
|
|
691141
691818
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691142
691819
|
id?: string | number | bigint | null | undefined;
|
|
691820
|
+
id_string?: string | null | undefined;
|
|
691143
691821
|
logic_code?: string | null | undefined;
|
|
691144
691822
|
};
|
|
691145
691823
|
output: {
|
|
@@ -691176,6 +691854,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691176
691854
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691177
691855
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
691178
691856
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
691857
|
+
ids_string_include?: string[] | null | undefined;
|
|
691858
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
691179
691859
|
logic_codes_include?: string[] | null | undefined;
|
|
691180
691860
|
logic_codes_exclude?: string[] | null | undefined;
|
|
691181
691861
|
order_by?: {
|
|
@@ -691222,6 +691902,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691222
691902
|
is_active?: (string | boolean)[] | null | undefined;
|
|
691223
691903
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691224
691904
|
id?: string | number | bigint | null | undefined;
|
|
691905
|
+
id_string?: string | null | undefined;
|
|
691225
691906
|
logic_code?: string | null | undefined;
|
|
691226
691907
|
};
|
|
691227
691908
|
output: {
|
|
@@ -691286,6 +691967,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691286
691967
|
input: {
|
|
691287
691968
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691288
691969
|
id?: string | number | bigint | null | undefined;
|
|
691970
|
+
id_string?: string | null | undefined;
|
|
691289
691971
|
logic_code?: string | null | undefined;
|
|
691290
691972
|
is_active?: boolean | undefined;
|
|
691291
691973
|
code?: string | null | undefined;
|
|
@@ -691321,6 +692003,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691321
692003
|
input: {
|
|
691322
692004
|
id?: string | number | bigint | null | undefined;
|
|
691323
692005
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
692006
|
+
id_string?: string | null | undefined;
|
|
692007
|
+
ids_string?: string[] | null | undefined;
|
|
691324
692008
|
};
|
|
691325
692009
|
output: {
|
|
691326
692010
|
data: ({
|
|
@@ -691353,6 +692037,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691353
692037
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691354
692038
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
691355
692039
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
692040
|
+
ids_string_include?: string[] | null | undefined;
|
|
692041
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
691356
692042
|
logic_codes_include?: string[] | null | undefined;
|
|
691357
692043
|
logic_codes_exclude?: string[] | null | undefined;
|
|
691358
692044
|
order_by?: {
|
|
@@ -691385,6 +692071,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691385
692071
|
is_active?: (string | boolean)[] | null | undefined;
|
|
691386
692072
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691387
692073
|
id?: string | number | bigint | null | undefined;
|
|
692074
|
+
id_string?: string | null | undefined;
|
|
691388
692075
|
logic_code?: string | null | undefined;
|
|
691389
692076
|
};
|
|
691390
692077
|
output: {
|
|
@@ -691421,6 +692108,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691421
692108
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691422
692109
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
691423
692110
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
692111
|
+
ids_string_include?: string[] | null | undefined;
|
|
692112
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
691424
692113
|
logic_codes_include?: string[] | null | undefined;
|
|
691425
692114
|
logic_codes_exclude?: string[] | null | undefined;
|
|
691426
692115
|
order_by?: {
|
|
@@ -691467,6 +692156,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691467
692156
|
is_active?: (string | boolean)[] | null | undefined;
|
|
691468
692157
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691469
692158
|
id?: string | number | bigint | null | undefined;
|
|
692159
|
+
id_string?: string | null | undefined;
|
|
691470
692160
|
logic_code?: string | null | undefined;
|
|
691471
692161
|
};
|
|
691472
692162
|
output: {
|
|
@@ -691531,6 +692221,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691531
692221
|
input: {
|
|
691532
692222
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691533
692223
|
id?: string | number | bigint | null | undefined;
|
|
692224
|
+
id_string?: string | null | undefined;
|
|
691534
692225
|
logic_code?: string | null | undefined;
|
|
691535
692226
|
is_active?: boolean | undefined;
|
|
691536
692227
|
code?: string | null | undefined;
|
|
@@ -691566,6 +692257,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691566
692257
|
input: {
|
|
691567
692258
|
id?: string | number | bigint | null | undefined;
|
|
691568
692259
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
692260
|
+
id_string?: string | null | undefined;
|
|
692261
|
+
ids_string?: string[] | null | undefined;
|
|
691569
692262
|
};
|
|
691570
692263
|
output: {
|
|
691571
692264
|
data: ({
|
|
@@ -691606,6 +692299,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691606
692299
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691607
692300
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
691608
692301
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
692302
|
+
ids_string_include?: string[] | null | undefined;
|
|
692303
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
691609
692304
|
logic_codes_include?: string[] | null | undefined;
|
|
691610
692305
|
logic_codes_exclude?: string[] | null | undefined;
|
|
691611
692306
|
order_by?: {
|
|
@@ -691757,6 +692452,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691757
692452
|
is_active?: (string | boolean)[] | null | undefined;
|
|
691758
692453
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691759
692454
|
id?: string | number | bigint | null | undefined;
|
|
692455
|
+
id_string?: string | null | undefined;
|
|
691760
692456
|
logic_code?: string | null | undefined;
|
|
691761
692457
|
};
|
|
691762
692458
|
output: {
|
|
@@ -691910,6 +692606,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691910
692606
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691911
692607
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
691912
692608
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
692609
|
+
ids_string_include?: string[] | null | undefined;
|
|
692610
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
691913
692611
|
logic_codes_include?: string[] | null | undefined;
|
|
691914
692612
|
logic_codes_exclude?: string[] | null | undefined;
|
|
691915
692613
|
order_by?: {
|
|
@@ -691956,6 +692654,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
691956
692654
|
is_active?: (string | boolean)[] | null | undefined;
|
|
691957
692655
|
is_system?: (string | boolean)[] | null | undefined;
|
|
691958
692656
|
id?: string | number | bigint | null | undefined;
|
|
692657
|
+
id_string?: string | null | undefined;
|
|
691959
692658
|
logic_code?: string | null | undefined;
|
|
691960
692659
|
};
|
|
691961
692660
|
output: {
|
|
@@ -692034,6 +692733,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
692034
692733
|
input: {
|
|
692035
692734
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692036
692735
|
id?: string | number | bigint | null | undefined;
|
|
692736
|
+
id_string?: string | null | undefined;
|
|
692037
692737
|
logic_code?: string | null | undefined;
|
|
692038
692738
|
is_active?: boolean | undefined;
|
|
692039
692739
|
id_company?: string | number | bigint | null | undefined;
|
|
@@ -692083,6 +692783,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
692083
692783
|
input: {
|
|
692084
692784
|
id?: string | number | bigint | null | undefined;
|
|
692085
692785
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
692786
|
+
id_string?: string | null | undefined;
|
|
692787
|
+
ids_string?: string[] | null | undefined;
|
|
692086
692788
|
};
|
|
692087
692789
|
output: {
|
|
692088
692790
|
data: ({
|
|
@@ -692122,6 +692824,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
692122
692824
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692123
692825
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
692124
692826
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
692827
|
+
ids_string_include?: string[] | null | undefined;
|
|
692828
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
692125
692829
|
logic_codes_include?: string[] | null | undefined;
|
|
692126
692830
|
logic_codes_exclude?: string[] | null | undefined;
|
|
692127
692831
|
order_by?: {
|
|
@@ -692253,6 +692957,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
692253
692957
|
is_active?: (string | boolean)[] | null | undefined;
|
|
692254
692958
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692255
692959
|
id?: string | number | bigint | null | undefined;
|
|
692960
|
+
id_string?: string | null | undefined;
|
|
692256
692961
|
logic_code?: string | null | undefined;
|
|
692257
692962
|
};
|
|
692258
692963
|
output: {
|
|
@@ -692393,6 +693098,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
692393
693098
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692394
693099
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
692395
693100
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
693101
|
+
ids_string_include?: string[] | null | undefined;
|
|
693102
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
692396
693103
|
logic_codes_include?: string[] | null | undefined;
|
|
692397
693104
|
logic_codes_exclude?: string[] | null | undefined;
|
|
692398
693105
|
order_by?: {
|
|
@@ -692439,6 +693146,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
692439
693146
|
is_active?: (string | boolean)[] | null | undefined;
|
|
692440
693147
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692441
693148
|
id?: string | number | bigint | null | undefined;
|
|
693149
|
+
id_string?: string | null | undefined;
|
|
692442
693150
|
logic_code?: string | null | undefined;
|
|
692443
693151
|
};
|
|
692444
693152
|
output: {
|
|
@@ -692515,6 +693223,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
692515
693223
|
input: {
|
|
692516
693224
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692517
693225
|
id?: string | number | bigint | null | undefined;
|
|
693226
|
+
id_string?: string | null | undefined;
|
|
692518
693227
|
logic_code?: string | null | undefined;
|
|
692519
693228
|
is_active?: boolean | undefined;
|
|
692520
693229
|
id_country?: string | number | bigint | null | undefined;
|
|
@@ -692562,6 +693271,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
692562
693271
|
input: {
|
|
692563
693272
|
id?: string | number | bigint | null | undefined;
|
|
692564
693273
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
693274
|
+
id_string?: string | null | undefined;
|
|
693275
|
+
ids_string?: string[] | null | undefined;
|
|
692565
693276
|
};
|
|
692566
693277
|
output: {
|
|
692567
693278
|
data: ({
|
|
@@ -692600,6 +693311,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
692600
693311
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692601
693312
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
692602
693313
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
693314
|
+
ids_string_include?: string[] | null | undefined;
|
|
693315
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
692603
693316
|
logic_codes_include?: string[] | null | undefined;
|
|
692604
693317
|
logic_codes_exclude?: string[] | null | undefined;
|
|
692605
693318
|
order_by?: {
|
|
@@ -692652,6 +693365,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
692652
693365
|
is_active?: (string | boolean)[] | null | undefined;
|
|
692653
693366
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692654
693367
|
id?: string | number | bigint | null | undefined;
|
|
693368
|
+
id_string?: string | null | undefined;
|
|
692655
693369
|
logic_code?: string | null | undefined;
|
|
692656
693370
|
};
|
|
692657
693371
|
output: {
|
|
@@ -692710,6 +693424,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
692710
693424
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692711
693425
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
692712
693426
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
693427
|
+
ids_string_include?: string[] | null | undefined;
|
|
693428
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
692713
693429
|
logic_codes_include?: string[] | null | undefined;
|
|
692714
693430
|
logic_codes_exclude?: string[] | null | undefined;
|
|
692715
693431
|
order_by?: {
|
|
@@ -692756,6 +693472,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
692756
693472
|
is_active?: (string | boolean)[] | null | undefined;
|
|
692757
693473
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692758
693474
|
id?: string | number | bigint | null | undefined;
|
|
693475
|
+
id_string?: string | null | undefined;
|
|
692759
693476
|
logic_code?: string | null | undefined;
|
|
692760
693477
|
};
|
|
692761
693478
|
output: {
|
|
@@ -692822,6 +693539,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
692822
693539
|
input: {
|
|
692823
693540
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692824
693541
|
id?: string | number | bigint | null | undefined;
|
|
693542
|
+
id_string?: string | null | undefined;
|
|
692825
693543
|
logic_code?: string | null | undefined;
|
|
692826
693544
|
is_active?: boolean | undefined;
|
|
692827
693545
|
id_company?: string | number | bigint | null | undefined;
|
|
@@ -692859,6 +693577,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
692859
693577
|
input: {
|
|
692860
693578
|
id?: string | number | bigint | null | undefined;
|
|
692861
693579
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
693580
|
+
id_string?: string | null | undefined;
|
|
693581
|
+
ids_string?: string[] | null | undefined;
|
|
692862
693582
|
};
|
|
692863
693583
|
output: {
|
|
692864
693584
|
data: ({
|
|
@@ -692906,6 +693626,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
692906
693626
|
is_system?: (string | boolean)[] | null | undefined;
|
|
692907
693627
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
692908
693628
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
693629
|
+
ids_string_include?: string[] | null | undefined;
|
|
693630
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
692909
693631
|
logic_codes_include?: string[] | null | undefined;
|
|
692910
693632
|
logic_codes_exclude?: string[] | null | undefined;
|
|
692911
693633
|
order_by?: {
|
|
@@ -693106,7 +693828,9 @@ declare const appRouter: BuiltRouter<{
|
|
|
693106
693828
|
is_active?: (string | boolean)[] | null | undefined;
|
|
693107
693829
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693108
693830
|
id?: string | number | bigint | null | undefined;
|
|
693831
|
+
id_string?: string | null | undefined;
|
|
693109
693832
|
logic_code?: string | null | undefined;
|
|
693833
|
+
id_sso?: string | null | undefined;
|
|
693110
693834
|
};
|
|
693111
693835
|
output: {
|
|
693112
693836
|
data: {
|
|
@@ -693323,6 +694047,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
693323
694047
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693324
694048
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
693325
694049
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
694050
|
+
ids_string_include?: string[] | null | undefined;
|
|
694051
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
693326
694052
|
logic_codes_include?: string[] | null | undefined;
|
|
693327
694053
|
logic_codes_exclude?: string[] | null | undefined;
|
|
693328
694054
|
order_by?: {
|
|
@@ -693369,6 +694095,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
693369
694095
|
is_active?: (string | boolean)[] | null | undefined;
|
|
693370
694096
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693371
694097
|
id?: string | number | bigint | null | undefined;
|
|
694098
|
+
id_string?: string | null | undefined;
|
|
693372
694099
|
logic_code?: string | null | undefined;
|
|
693373
694100
|
};
|
|
693374
694101
|
output: {
|
|
@@ -693437,6 +694164,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
693437
694164
|
profile_photo_url?: string | null | undefined;
|
|
693438
694165
|
signature_url?: string | null | undefined;
|
|
693439
694166
|
is_login_active?: string | boolean | null | undefined;
|
|
694167
|
+
login_email?: string | null | undefined;
|
|
693440
694168
|
username?: string | null | undefined;
|
|
693441
694169
|
password?: string | null | undefined;
|
|
693442
694170
|
};
|
|
@@ -693506,6 +694234,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
693506
694234
|
input: {
|
|
693507
694235
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693508
694236
|
id?: string | number | bigint | null | undefined;
|
|
694237
|
+
id_string?: string | null | undefined;
|
|
693509
694238
|
logic_code?: string | null | undefined;
|
|
693510
694239
|
is_active?: string | boolean | null | undefined;
|
|
693511
694240
|
id_sso?: string | null | undefined;
|
|
@@ -693545,6 +694274,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
693545
694274
|
profile_photo_url?: string | null | undefined;
|
|
693546
694275
|
signature_url?: string | null | undefined;
|
|
693547
694276
|
is_login_active?: string | boolean | null | undefined;
|
|
694277
|
+
login_email?: string | null | undefined;
|
|
693548
694278
|
username?: string | null | undefined;
|
|
693549
694279
|
password?: string | null | undefined;
|
|
693550
694280
|
};
|
|
@@ -693614,6 +694344,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
693614
694344
|
input: {
|
|
693615
694345
|
id?: string | number | bigint | null | undefined;
|
|
693616
694346
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
694347
|
+
id_string?: string | null | undefined;
|
|
694348
|
+
ids_string?: string[] | null | undefined;
|
|
693617
694349
|
};
|
|
693618
694350
|
output: {
|
|
693619
694351
|
data: ({
|
|
@@ -693671,6 +694403,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
693671
694403
|
is_active?: (string | boolean)[] | null | undefined;
|
|
693672
694404
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693673
694405
|
id?: string | number | bigint | null | undefined;
|
|
694406
|
+
id_string?: string | null | undefined;
|
|
693674
694407
|
logic_code?: string | null | undefined;
|
|
693675
694408
|
id_last_accessed_company?: string | number | bigint | null | undefined;
|
|
693676
694409
|
id_last_accessed_branch?: string | number | bigint | null | undefined;
|
|
@@ -693753,6 +694486,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
693753
694486
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693754
694487
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
693755
694488
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
694489
|
+
ids_string_include?: string[] | null | undefined;
|
|
694490
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
693756
694491
|
logic_codes_include?: string[] | null | undefined;
|
|
693757
694492
|
logic_codes_exclude?: string[] | null | undefined;
|
|
693758
694493
|
order_by?: {
|
|
@@ -693785,6 +694520,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
693785
694520
|
is_active?: (string | boolean)[] | null | undefined;
|
|
693786
694521
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693787
694522
|
id?: string | number | bigint | null | undefined;
|
|
694523
|
+
id_string?: string | null | undefined;
|
|
693788
694524
|
logic_code?: string | null | undefined;
|
|
693789
694525
|
};
|
|
693790
694526
|
output: {
|
|
@@ -693821,6 +694557,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
693821
694557
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693822
694558
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
693823
694559
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
694560
|
+
ids_string_include?: string[] | null | undefined;
|
|
694561
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
693824
694562
|
logic_codes_include?: string[] | null | undefined;
|
|
693825
694563
|
logic_codes_exclude?: string[] | null | undefined;
|
|
693826
694564
|
order_by?: {
|
|
@@ -693867,6 +694605,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
693867
694605
|
is_active?: (string | boolean)[] | null | undefined;
|
|
693868
694606
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693869
694607
|
id?: string | number | bigint | null | undefined;
|
|
694608
|
+
id_string?: string | null | undefined;
|
|
693870
694609
|
logic_code?: string | null | undefined;
|
|
693871
694610
|
};
|
|
693872
694611
|
output: {
|
|
@@ -693931,6 +694670,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
693931
694670
|
input: {
|
|
693932
694671
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693933
694672
|
id?: string | number | bigint | null | undefined;
|
|
694673
|
+
id_string?: string | null | undefined;
|
|
693934
694674
|
logic_code?: string | null | undefined;
|
|
693935
694675
|
is_active?: string | boolean | null | undefined;
|
|
693936
694676
|
code?: string | null | undefined;
|
|
@@ -693966,6 +694706,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
693966
694706
|
input: {
|
|
693967
694707
|
id?: string | number | bigint | null | undefined;
|
|
693968
694708
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
694709
|
+
id_string?: string | null | undefined;
|
|
694710
|
+
ids_string?: string[] | null | undefined;
|
|
693969
694711
|
};
|
|
693970
694712
|
output: {
|
|
693971
694713
|
data: ({
|
|
@@ -693998,6 +694740,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
693998
694740
|
is_system?: (string | boolean)[] | null | undefined;
|
|
693999
694741
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
694000
694742
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
694743
|
+
ids_string_include?: string[] | null | undefined;
|
|
694744
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
694001
694745
|
logic_codes_include?: string[] | null | undefined;
|
|
694002
694746
|
logic_codes_exclude?: string[] | null | undefined;
|
|
694003
694747
|
order_by?: {
|
|
@@ -694030,6 +694774,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
694030
694774
|
is_active?: (string | boolean)[] | null | undefined;
|
|
694031
694775
|
is_system?: (string | boolean)[] | null | undefined;
|
|
694032
694776
|
id?: string | number | bigint | null | undefined;
|
|
694777
|
+
id_string?: string | null | undefined;
|
|
694033
694778
|
logic_code?: string | null | undefined;
|
|
694034
694779
|
};
|
|
694035
694780
|
output: {
|
|
@@ -694067,6 +694812,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
694067
694812
|
is_system?: (string | boolean)[] | null | undefined;
|
|
694068
694813
|
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
694069
694814
|
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
694815
|
+
ids_string_include?: string[] | null | undefined;
|
|
694816
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
694070
694817
|
logic_codes_include?: string[] | null | undefined;
|
|
694071
694818
|
logic_codes_exclude?: string[] | null | undefined;
|
|
694072
694819
|
order_by?: {
|
|
@@ -694113,6 +694860,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
694113
694860
|
is_active?: (string | boolean)[] | null | undefined;
|
|
694114
694861
|
is_system?: (string | boolean)[] | null | undefined;
|
|
694115
694862
|
id?: string | number | bigint | null | undefined;
|
|
694863
|
+
id_string?: string | null | undefined;
|
|
694116
694864
|
logic_code?: string | null | undefined;
|
|
694117
694865
|
};
|
|
694118
694866
|
output: {
|
|
@@ -694177,6 +694925,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
694177
694925
|
input: {
|
|
694178
694926
|
is_system?: (string | boolean)[] | null | undefined;
|
|
694179
694927
|
id?: string | number | bigint | null | undefined;
|
|
694928
|
+
id_string?: string | null | undefined;
|
|
694180
694929
|
logic_code?: string | null | undefined;
|
|
694181
694930
|
is_active?: string | boolean | null | undefined;
|
|
694182
694931
|
code?: string | null | undefined;
|
|
@@ -694212,6 +694961,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
694212
694961
|
input: {
|
|
694213
694962
|
id?: string | number | bigint | null | undefined;
|
|
694214
694963
|
ids?: (string | number | bigint)[] | null | undefined;
|
|
694964
|
+
id_string?: string | null | undefined;
|
|
694965
|
+
ids_string?: string[] | null | undefined;
|
|
694215
694966
|
};
|
|
694216
694967
|
output: {
|
|
694217
694968
|
data: ({
|