@be-logixpair/api 0.0.46 → 0.0.47
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 +22 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -656137,6 +656137,17 @@ declare const appRouter: BuiltRouter<{
|
|
|
656137
656137
|
};
|
|
656138
656138
|
output: {
|
|
656139
656139
|
data: {
|
|
656140
|
+
measurement_unit_type: {
|
|
656141
|
+
is_active: boolean | null;
|
|
656142
|
+
id: string;
|
|
656143
|
+
logic_code: string | null;
|
|
656144
|
+
name: string | null;
|
|
656145
|
+
created_at: Date | null;
|
|
656146
|
+
created_by: string | null;
|
|
656147
|
+
updated_at: Date | null;
|
|
656148
|
+
updated_by: string | null;
|
|
656149
|
+
code: string | null;
|
|
656150
|
+
} | null;
|
|
656140
656151
|
is_active: boolean | null;
|
|
656141
656152
|
id: string;
|
|
656142
656153
|
logic_code: string | null;
|
|
@@ -656192,6 +656203,17 @@ declare const appRouter: BuiltRouter<{
|
|
|
656192
656203
|
forwarding_shipments: number;
|
|
656193
656204
|
forwarding_shipment_packings: number;
|
|
656194
656205
|
};
|
|
656206
|
+
measurement_unit_type: {
|
|
656207
|
+
is_active: boolean | null;
|
|
656208
|
+
id: string;
|
|
656209
|
+
logic_code: string | null;
|
|
656210
|
+
name: string | null;
|
|
656211
|
+
created_at: Date | null;
|
|
656212
|
+
created_by: string | null;
|
|
656213
|
+
updated_at: Date | null;
|
|
656214
|
+
updated_by: string | null;
|
|
656215
|
+
code: string | null;
|
|
656216
|
+
} | null;
|
|
656195
656217
|
is_active: boolean | null;
|
|
656196
656218
|
id: string;
|
|
656197
656219
|
logic_code: string | null;
|