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