autosync_backend2 1.2.72 → 1.2.73
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 +96 -8
- package/dist/index.js +217 -182
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6453,7 +6453,9 @@ export declare const app: Elysia<"", {
|
|
|
6453
6453
|
get: {
|
|
6454
6454
|
body: unknown;
|
|
6455
6455
|
params: {};
|
|
6456
|
-
query:
|
|
6456
|
+
query: {
|
|
6457
|
+
branchId?: string | undefined;
|
|
6458
|
+
};
|
|
6457
6459
|
headers: unknown;
|
|
6458
6460
|
response: {
|
|
6459
6461
|
200: {
|
|
@@ -6461,6 +6463,15 @@ export declare const app: Elysia<"", {
|
|
|
6461
6463
|
month: string;
|
|
6462
6464
|
}[];
|
|
6463
6465
|
401: "Токен олдсонгүй";
|
|
6466
|
+
422: {
|
|
6467
|
+
type: "validation";
|
|
6468
|
+
on: string;
|
|
6469
|
+
summary?: string;
|
|
6470
|
+
message?: string;
|
|
6471
|
+
found?: unknown;
|
|
6472
|
+
property?: string;
|
|
6473
|
+
expected?: string;
|
|
6474
|
+
};
|
|
6464
6475
|
};
|
|
6465
6476
|
};
|
|
6466
6477
|
};
|
|
@@ -6471,7 +6482,9 @@ export declare const app: Elysia<"", {
|
|
|
6471
6482
|
get: {
|
|
6472
6483
|
body: unknown;
|
|
6473
6484
|
params: {};
|
|
6474
|
-
query:
|
|
6485
|
+
query: {
|
|
6486
|
+
branchId?: string | undefined;
|
|
6487
|
+
};
|
|
6475
6488
|
headers: unknown;
|
|
6476
6489
|
response: {
|
|
6477
6490
|
200: {
|
|
@@ -6479,6 +6492,15 @@ export declare const app: Elysia<"", {
|
|
|
6479
6492
|
month: string;
|
|
6480
6493
|
}[];
|
|
6481
6494
|
401: "Токен олдсонгүй";
|
|
6495
|
+
422: {
|
|
6496
|
+
type: "validation";
|
|
6497
|
+
on: string;
|
|
6498
|
+
summary?: string;
|
|
6499
|
+
message?: string;
|
|
6500
|
+
found?: unknown;
|
|
6501
|
+
property?: string;
|
|
6502
|
+
expected?: string;
|
|
6503
|
+
};
|
|
6482
6504
|
};
|
|
6483
6505
|
};
|
|
6484
6506
|
};
|
|
@@ -6489,7 +6511,9 @@ export declare const app: Elysia<"", {
|
|
|
6489
6511
|
get: {
|
|
6490
6512
|
body: unknown;
|
|
6491
6513
|
params: {};
|
|
6492
|
-
query:
|
|
6514
|
+
query: {
|
|
6515
|
+
branchId?: string | undefined;
|
|
6516
|
+
};
|
|
6493
6517
|
headers: unknown;
|
|
6494
6518
|
response: {
|
|
6495
6519
|
200: {
|
|
@@ -6497,6 +6521,15 @@ export declare const app: Elysia<"", {
|
|
|
6497
6521
|
month: string;
|
|
6498
6522
|
}[];
|
|
6499
6523
|
401: "Токен олдсонгүй";
|
|
6524
|
+
422: {
|
|
6525
|
+
type: "validation";
|
|
6526
|
+
on: string;
|
|
6527
|
+
summary?: string;
|
|
6528
|
+
message?: string;
|
|
6529
|
+
found?: unknown;
|
|
6530
|
+
property?: string;
|
|
6531
|
+
expected?: string;
|
|
6532
|
+
};
|
|
6500
6533
|
};
|
|
6501
6534
|
};
|
|
6502
6535
|
};
|
|
@@ -6507,7 +6540,9 @@ export declare const app: Elysia<"", {
|
|
|
6507
6540
|
get: {
|
|
6508
6541
|
body: unknown;
|
|
6509
6542
|
params: {};
|
|
6510
|
-
query:
|
|
6543
|
+
query: {
|
|
6544
|
+
branchId?: string | undefined;
|
|
6545
|
+
};
|
|
6511
6546
|
headers: unknown;
|
|
6512
6547
|
response: {
|
|
6513
6548
|
200: {
|
|
@@ -6515,6 +6550,15 @@ export declare const app: Elysia<"", {
|
|
|
6515
6550
|
month: string;
|
|
6516
6551
|
}[];
|
|
6517
6552
|
401: "Токен олдсонгүй";
|
|
6553
|
+
422: {
|
|
6554
|
+
type: "validation";
|
|
6555
|
+
on: string;
|
|
6556
|
+
summary?: string;
|
|
6557
|
+
message?: string;
|
|
6558
|
+
found?: unknown;
|
|
6559
|
+
property?: string;
|
|
6560
|
+
expected?: string;
|
|
6561
|
+
};
|
|
6518
6562
|
};
|
|
6519
6563
|
};
|
|
6520
6564
|
};
|
|
@@ -6525,7 +6569,9 @@ export declare const app: Elysia<"", {
|
|
|
6525
6569
|
get: {
|
|
6526
6570
|
body: unknown;
|
|
6527
6571
|
params: {};
|
|
6528
|
-
query:
|
|
6572
|
+
query: {
|
|
6573
|
+
branchId?: string | undefined;
|
|
6574
|
+
};
|
|
6529
6575
|
headers: unknown;
|
|
6530
6576
|
response: {
|
|
6531
6577
|
200: {
|
|
@@ -6537,6 +6583,15 @@ export declare const app: Elysia<"", {
|
|
|
6537
6583
|
};
|
|
6538
6584
|
}[];
|
|
6539
6585
|
401: "Токен олдсонгүй";
|
|
6586
|
+
422: {
|
|
6587
|
+
type: "validation";
|
|
6588
|
+
on: string;
|
|
6589
|
+
summary?: string;
|
|
6590
|
+
message?: string;
|
|
6591
|
+
found?: unknown;
|
|
6592
|
+
property?: string;
|
|
6593
|
+
expected?: string;
|
|
6594
|
+
};
|
|
6540
6595
|
};
|
|
6541
6596
|
};
|
|
6542
6597
|
};
|
|
@@ -6547,7 +6602,9 @@ export declare const app: Elysia<"", {
|
|
|
6547
6602
|
get: {
|
|
6548
6603
|
body: unknown;
|
|
6549
6604
|
params: {};
|
|
6550
|
-
query:
|
|
6605
|
+
query: {
|
|
6606
|
+
branchId?: string | undefined;
|
|
6607
|
+
};
|
|
6551
6608
|
headers: unknown;
|
|
6552
6609
|
response: {
|
|
6553
6610
|
200: {
|
|
@@ -6558,6 +6615,15 @@ export declare const app: Elysia<"", {
|
|
|
6558
6615
|
};
|
|
6559
6616
|
}[];
|
|
6560
6617
|
401: "Токен олдсонгүй";
|
|
6618
|
+
422: {
|
|
6619
|
+
type: "validation";
|
|
6620
|
+
on: string;
|
|
6621
|
+
summary?: string;
|
|
6622
|
+
message?: string;
|
|
6623
|
+
found?: unknown;
|
|
6624
|
+
property?: string;
|
|
6625
|
+
expected?: string;
|
|
6626
|
+
};
|
|
6561
6627
|
};
|
|
6562
6628
|
};
|
|
6563
6629
|
};
|
|
@@ -6568,7 +6634,9 @@ export declare const app: Elysia<"", {
|
|
|
6568
6634
|
get: {
|
|
6569
6635
|
body: unknown;
|
|
6570
6636
|
params: {};
|
|
6571
|
-
query:
|
|
6637
|
+
query: {
|
|
6638
|
+
branchId?: string | undefined;
|
|
6639
|
+
};
|
|
6572
6640
|
headers: unknown;
|
|
6573
6641
|
response: {
|
|
6574
6642
|
200: {
|
|
@@ -6579,6 +6647,15 @@ export declare const app: Elysia<"", {
|
|
|
6579
6647
|
};
|
|
6580
6648
|
}[];
|
|
6581
6649
|
401: "Токен олдсонгүй";
|
|
6650
|
+
422: {
|
|
6651
|
+
type: "validation";
|
|
6652
|
+
on: string;
|
|
6653
|
+
summary?: string;
|
|
6654
|
+
message?: string;
|
|
6655
|
+
found?: unknown;
|
|
6656
|
+
property?: string;
|
|
6657
|
+
expected?: string;
|
|
6658
|
+
};
|
|
6582
6659
|
};
|
|
6583
6660
|
};
|
|
6584
6661
|
};
|
|
@@ -6589,7 +6666,9 @@ export declare const app: Elysia<"", {
|
|
|
6589
6666
|
get: {
|
|
6590
6667
|
body: unknown;
|
|
6591
6668
|
params: {};
|
|
6592
|
-
query:
|
|
6669
|
+
query: {
|
|
6670
|
+
branchId?: string | undefined;
|
|
6671
|
+
};
|
|
6593
6672
|
headers: unknown;
|
|
6594
6673
|
response: {
|
|
6595
6674
|
200: {
|
|
@@ -6597,6 +6676,15 @@ export declare const app: Elysia<"", {
|
|
|
6597
6676
|
date: string;
|
|
6598
6677
|
}[];
|
|
6599
6678
|
401: "Токен олдсонгүй";
|
|
6679
|
+
422: {
|
|
6680
|
+
type: "validation";
|
|
6681
|
+
on: string;
|
|
6682
|
+
summary?: string;
|
|
6683
|
+
message?: string;
|
|
6684
|
+
found?: unknown;
|
|
6685
|
+
property?: string;
|
|
6686
|
+
expected?: string;
|
|
6687
|
+
};
|
|
6600
6688
|
};
|
|
6601
6689
|
};
|
|
6602
6690
|
};
|