@sortsys/v2-client 0.1.7 → 0.1.9
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 +7 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3214,9 +3214,12 @@ declare const appRouter: BuiltRouter<{
|
|
|
3214
3214
|
};
|
|
3215
3215
|
output: {
|
|
3216
3216
|
id: string;
|
|
3217
|
+
autoId: number;
|
|
3217
3218
|
projectId: string;
|
|
3218
3219
|
comment: string | null;
|
|
3219
3220
|
createdByUserId: string | null;
|
|
3221
|
+
createdAt: Date;
|
|
3222
|
+
effectiveTimestamp: Date;
|
|
3220
3223
|
records: {
|
|
3221
3224
|
id: string;
|
|
3222
3225
|
noteId: string;
|
|
@@ -3235,6 +3238,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
3235
3238
|
quantity: number;
|
|
3236
3239
|
comment?: string | null | undefined;
|
|
3237
3240
|
}[];
|
|
3241
|
+
effectiveTimestamp?: Date | null | undefined;
|
|
3238
3242
|
comment?: string | null | undefined;
|
|
3239
3243
|
};
|
|
3240
3244
|
output: {
|
|
@@ -3248,9 +3252,12 @@ declare const appRouter: BuiltRouter<{
|
|
|
3248
3252
|
};
|
|
3249
3253
|
output: {
|
|
3250
3254
|
id: string;
|
|
3255
|
+
autoId: number;
|
|
3251
3256
|
projectId: string;
|
|
3252
3257
|
comment: string | null;
|
|
3253
3258
|
createdByUserId: string | null;
|
|
3259
|
+
createdAt: Date;
|
|
3260
|
+
effectiveTimestamp: Date;
|
|
3254
3261
|
records: {
|
|
3255
3262
|
id: string;
|
|
3256
3263
|
noteId: string;
|