autosync_backend2 1.2.89 → 1.2.91

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 (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +3293 -2333
  3. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -5099,6 +5099,7 @@ export declare const app: Elysia<"", {
5099
5099
  put: {
5100
5100
  body: {
5101
5101
  type?: "Service" | "ProductSell" | undefined;
5102
+ createdAt?: string | undefined;
5102
5103
  companyId?: string | undefined;
5103
5104
  oldId?: number | null | undefined;
5104
5105
  description?: string | null | undefined;