@cristian-israel/giganet_lib_conecta 1.0.46 → 1.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.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -91353,7 +91353,6 @@ var IXCSoftResponseSchema = import_zod3.z.object({
|
|
|
91353
91353
|
type: import_zod3.z.enum(["success", "error"]),
|
|
91354
91354
|
message: import_zod3.z.string(),
|
|
91355
91355
|
id: import_zod3.z.string().optional()
|
|
91356
|
-
// [key: string]: any;
|
|
91357
91356
|
}).catchall(import_zod3.z.any());
|
|
91358
91357
|
|
|
91359
91358
|
// src/apis/clients/routines/resources/tasks/routines-tasks.resource.ts
|
package/dist/index.mjs
CHANGED
|
@@ -91314,7 +91314,6 @@ var IXCSoftResponseSchema = z3.object({
|
|
|
91314
91314
|
type: z3.enum(["success", "error"]),
|
|
91315
91315
|
message: z3.string(),
|
|
91316
91316
|
id: z3.string().optional()
|
|
91317
|
-
// [key: string]: any;
|
|
91318
91317
|
}).catchall(z3.any());
|
|
91319
91318
|
|
|
91320
91319
|
// src/apis/clients/routines/resources/tasks/routines-tasks.resource.ts
|