autosync_backend2 1.2.84 → 1.2.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.d.ts +131 -1
  2. package/dist/index.js +273 -203
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1322,6 +1322,7 @@ export declare const app: Elysia<"", {
1322
1322
  orderId: string | null;
1323
1323
  transferId: string | null;
1324
1324
  transferItemId: string | null;
1325
+ msRecordProductId: string | null;
1325
1326
  id: string;
1326
1327
  createdAt: string;
1327
1328
  updatedAt: string;
@@ -6487,6 +6488,131 @@ export declare const app: Elysia<"", {
6487
6488
  } & {
6488
6489
  crm: {
6489
6490
  dashboard: {};
6491
+ } & {
6492
+ dashboard: {
6493
+ admin: {};
6494
+ } & {
6495
+ admin: {
6496
+ "vehicle-count": {
6497
+ get: {
6498
+ body: unknown;
6499
+ params: {};
6500
+ query: unknown;
6501
+ headers: unknown;
6502
+ response: {
6503
+ 200: number;
6504
+ 401: "Токен олдсонгүй";
6505
+ 403: "Хандах эрхгүй байна.";
6506
+ };
6507
+ };
6508
+ };
6509
+ };
6510
+ } & {
6511
+ admin: {
6512
+ "ub-cab-inspection-count": {
6513
+ get: {
6514
+ body: unknown;
6515
+ params: {};
6516
+ query: unknown;
6517
+ headers: unknown;
6518
+ response: {
6519
+ 200: number;
6520
+ 401: "Токен олдсонгүй";
6521
+ 403: "Хандах эрхгүй байна.";
6522
+ };
6523
+ };
6524
+ };
6525
+ };
6526
+ } & {
6527
+ admin: {
6528
+ "warehouse-product-count": {
6529
+ get: {
6530
+ body: unknown;
6531
+ params: {};
6532
+ query: unknown;
6533
+ headers: unknown;
6534
+ response: {
6535
+ 200: number;
6536
+ 401: "Токен олдсонгүй";
6537
+ 403: "Хандах эрхгүй байна.";
6538
+ };
6539
+ };
6540
+ };
6541
+ };
6542
+ } & {
6543
+ admin: {
6544
+ "warehouse-item-amount": {
6545
+ get: {
6546
+ body: unknown;
6547
+ params: {};
6548
+ query: unknown;
6549
+ headers: unknown;
6550
+ response: {
6551
+ 200: number;
6552
+ 401: "Токен олдсонгүй";
6553
+ 403: "Хандах эрхгүй байна.";
6554
+ };
6555
+ };
6556
+ };
6557
+ };
6558
+ } & {
6559
+ admin: {
6560
+ "vehicle-model-list": {
6561
+ get: {
6562
+ body: unknown;
6563
+ params: {};
6564
+ query: unknown;
6565
+ headers: unknown;
6566
+ response: {
6567
+ 200: {
6568
+ model: string;
6569
+ count: number;
6570
+ }[];
6571
+ 401: "Токен олдсонгүй";
6572
+ 403: "Хандах эрхгүй байна.";
6573
+ };
6574
+ };
6575
+ };
6576
+ };
6577
+ } & {
6578
+ admin: {
6579
+ "cp-order-item-total-amount-by-month": {
6580
+ get: {
6581
+ body: unknown;
6582
+ params: {};
6583
+ query: unknown;
6584
+ headers: unknown;
6585
+ response: {
6586
+ 200: {
6587
+ amount: number;
6588
+ month: string;
6589
+ }[];
6590
+ 401: "Токен олдсонгүй";
6591
+ 403: "Хандах эрхгүй байна.";
6592
+ };
6593
+ };
6594
+ };
6595
+ };
6596
+ } & {
6597
+ admin: {
6598
+ "cp-order-count-by-month": {
6599
+ get: {
6600
+ body: unknown;
6601
+ params: {};
6602
+ query: unknown;
6603
+ headers: unknown;
6604
+ response: {
6605
+ 200: {
6606
+ count: number;
6607
+ month: string;
6608
+ }[];
6609
+ 401: "Токен олдсонгүй";
6610
+ 403: "Хандах эрхгүй байна.";
6611
+ };
6612
+ };
6613
+ };
6614
+ };
6615
+ };
6490
6616
  } & {
6491
6617
  dashboard: {
6492
6618
  "car-count": {
@@ -10958,6 +11084,7 @@ export declare const app: Elysia<"", {
10958
11084
  body: unknown;
10959
11085
  params: {};
10960
11086
  query: {
11087
+ id?: string | undefined;
10961
11088
  pagination: {
10962
11089
  size: number;
10963
11090
  page: number;
@@ -11310,7 +11437,7 @@ export declare const app: Elysia<"", {
11310
11437
  response: {
11311
11438
  200: {
11312
11439
  msRecordId: string;
11313
- companyProductId: string;
11440
+ companyProductId: string | null;
11314
11441
  uomId: string;
11315
11442
  quantity: number | null;
11316
11443
  id: string;
@@ -11419,6 +11546,7 @@ export declare const app: Elysia<"", {
11419
11546
  serviceKindId: string;
11420
11547
  pmPlanId: string | null;
11421
11548
  pmPlanMachineId: string | null;
11549
+ woTaskId: string | null;
11422
11550
  employeeTechnicianId: string;
11423
11551
  state: string;
11424
11552
  note: string | null;
@@ -11452,6 +11580,7 @@ export declare const app: Elysia<"", {
11452
11580
  timeCompleted?: Date | null | undefined;
11453
11581
  pmPlanId?: string | null | undefined;
11454
11582
  pmPlanMachineId?: string | null | undefined;
11583
+ woTaskId?: string | null | undefined;
11455
11584
  state: string;
11456
11585
  serviceKindId: string;
11457
11586
  machineId: string;
@@ -11487,6 +11616,7 @@ export declare const app: Elysia<"", {
11487
11616
  machineId?: string | undefined;
11488
11617
  pmPlanId?: string | null | undefined;
11489
11618
  pmPlanMachineId?: string | null | undefined;
11619
+ woTaskId?: string | null | undefined;
11490
11620
  employeeTechnicianId?: string | undefined;
11491
11621
  };
11492
11622
  params: {