@be-pttmj/app-api 0.0.4 → 0.0.6
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 +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
|
-
|
|
32082
|
-
|
|
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: {
|