@be-pttmj/app-api 0.0.4 → 0.0.5

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -32078,8 +32078,8 @@ declare const appRouter: BuiltRouter<{
32078
32078
  }[] | null | undefined;
32079
32079
  id_log_type?: string | number | bigint | null | undefined;
32080
32080
  ids_log_type?: (string | number | bigint)[] | null | undefined;
32081
- id_currency?: string | number | bigint | null | undefined;
32082
- ids_currency?: (string | number | bigint)[] | null | undefined;
32081
+ id_unit_measurement?: string | number | bigint | null | undefined;
32082
+ ids_unit_measurement?: (string | number | bigint)[] | null | undefined;
32083
32083
  };
32084
32084
  output: {
32085
32085
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-pttmj/app-api",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {