@be-logixpair/api 0.0.24 → 0.0.25

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 (2) hide show
  1. package/dist/index.d.ts +26 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -643279,6 +643279,17 @@ declare const appRouter: BuiltRouter<{
643279
643279
  updated_by: string | null;
643280
643280
  code: string | null;
643281
643281
  } | null;
643282
+ dg_excepted_quantity: {
643283
+ is_active: boolean | null;
643284
+ id: number;
643285
+ name: string | null;
643286
+ logic_code: string | null;
643287
+ created_at: Date | null;
643288
+ created_by: string | null;
643289
+ updated_at: Date | null;
643290
+ updated_by: string | null;
643291
+ code: string | null;
643292
+ } | null;
643282
643293
  } & {
643283
643294
  is_active: boolean | null;
643284
643295
  id: number;
@@ -643308,7 +643319,6 @@ declare const appRouter: BuiltRouter<{
643308
643319
  output: {
643309
643320
  data: {
643310
643321
  dangerous_good_rules: {
643311
- rules_data: Record<string, unknown>;
643312
643322
  dg_standard: {
643313
643323
  is_active: boolean | null;
643314
643324
  id: number;
@@ -643329,6 +643339,7 @@ declare const appRouter: BuiltRouter<{
643329
643339
  updated_by: string | null;
643330
643340
  id_dg_standard: number | null;
643331
643341
  id_dangerous_good: number | null;
643342
+ rules_data: SimpleJson;
643332
643343
  }[];
643333
643344
  dg_class: {
643334
643345
  is_active: boolean | null;
@@ -643352,6 +643363,17 @@ declare const appRouter: BuiltRouter<{
643352
643363
  updated_by: string | null;
643353
643364
  code: string | null;
643354
643365
  } | null;
643366
+ dg_excepted_quantity: {
643367
+ is_active: boolean | null;
643368
+ id: number;
643369
+ name: string | null;
643370
+ logic_code: string | null;
643371
+ created_at: Date | null;
643372
+ created_by: string | null;
643373
+ updated_at: Date | null;
643374
+ updated_by: string | null;
643375
+ code: string | null;
643376
+ } | null;
643355
643377
  is_active: boolean | null;
643356
643378
  id: number;
643357
643379
  name: string | null;
@@ -643365,7 +643387,7 @@ declare const appRouter: BuiltRouter<{
643365
643387
  id_dg_excepted_quantity: number | null;
643366
643388
  un_number: string | null;
643367
643389
  extra_labels: string | null;
643368
- sub_risk: string[];
643390
+ sub_risk: SimpleJson;
643369
643391
  is_high_danger: boolean | null;
643370
643392
  };
643371
643393
  };
@@ -643404,7 +643426,6 @@ declare const appRouter: BuiltRouter<{
643404
643426
  };
643405
643427
  output: {
643406
643428
  data: {
643407
- params: Record<string, unknown>;
643408
643429
  log_type: {
643409
643430
  is_active: boolean | null;
643410
643431
  id: number;
@@ -643418,6 +643439,7 @@ declare const appRouter: BuiltRouter<{
643418
643439
  id: number;
643419
643440
  id_log_type: number | null;
643420
643441
  url: string | null;
643442
+ params: SimpleJson;
643421
643443
  action: string | null;
643422
643444
  action_by: string | null;
643423
643445
  action_id: string | null;
@@ -643435,7 +643457,6 @@ declare const appRouter: BuiltRouter<{
643435
643457
  };
643436
643458
  output: {
643437
643459
  data: {
643438
- params: Record<string, unknown>;
643439
643460
  log_type: {
643440
643461
  is_active: boolean | null;
643441
643462
  id: number;
@@ -643449,6 +643470,7 @@ declare const appRouter: BuiltRouter<{
643449
643470
  id: number;
643450
643471
  id_log_type: number | null;
643451
643472
  url: string | null;
643473
+ params: SimpleJson;
643452
643474
  action: string | null;
643453
643475
  action_by: string | null;
643454
643476
  action_id: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {