@cristian-israel/giganet_lib_conecta 1.0.49 → 1.0.51

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.mts CHANGED
@@ -36631,7 +36631,7 @@ declare const IXCSoftResponseSchema: z.ZodObject<{
36631
36631
  }>;
36632
36632
  message: z.ZodString;
36633
36633
  id: z.ZodOptional<z.ZodString>;
36634
- }, z.core.$catchall<z.ZodAny>>;
36634
+ }, z.core.$loose>;
36635
36635
  type IXCSoftResponse = z.infer<typeof IXCSoftResponseSchema>;
36636
36636
 
36637
36637
  interface SuOssChamadoInput {
@@ -37475,7 +37475,7 @@ declare const IxcSuOssChamadoResponseSchema: z.ZodObject<{
37475
37475
  valor: z.ZodString;
37476
37476
  }, z.core.$strip>>>;
37477
37477
  }, z.core.$strip>;
37478
- }, z.core.$catchall<z.ZodAny>>;
37478
+ }, z.core.$loose>;
37479
37479
  type IxcSuOssChamadoResponse = z.infer<typeof IxcSuOssChamadoResponseSchema>;
37480
37480
 
37481
37481
  interface MonthlyFeesForClientInput {
@@ -37495,7 +37495,7 @@ declare const MonthlyFeesForClientResponseSchema: z.ZodObject<{
37495
37495
  id_cliente: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
37496
37496
  id_tipo_documento: z.ZodOptional<z.ZodString>;
37497
37497
  action: z.ZodOptional<z.ZodString>;
37498
- }, z.core.$catchall<z.ZodAny>>;
37498
+ }, z.core.$loose>;
37499
37499
  type MonthlyFeesForClientResponse = z.infer<typeof MonthlyFeesForClientResponseSchema>;
37500
37500
 
37501
37501
  type ixcSoftApi_types_IXCSoftResponse = IXCSoftResponse;
package/dist/index.d.ts CHANGED
@@ -36631,7 +36631,7 @@ declare const IXCSoftResponseSchema: z.ZodObject<{
36631
36631
  }>;
36632
36632
  message: z.ZodString;
36633
36633
  id: z.ZodOptional<z.ZodString>;
36634
- }, z.core.$catchall<z.ZodAny>>;
36634
+ }, z.core.$loose>;
36635
36635
  type IXCSoftResponse = z.infer<typeof IXCSoftResponseSchema>;
36636
36636
 
36637
36637
  interface SuOssChamadoInput {
@@ -37475,7 +37475,7 @@ declare const IxcSuOssChamadoResponseSchema: z.ZodObject<{
37475
37475
  valor: z.ZodString;
37476
37476
  }, z.core.$strip>>>;
37477
37477
  }, z.core.$strip>;
37478
- }, z.core.$catchall<z.ZodAny>>;
37478
+ }, z.core.$loose>;
37479
37479
  type IxcSuOssChamadoResponse = z.infer<typeof IxcSuOssChamadoResponseSchema>;
37480
37480
 
37481
37481
  interface MonthlyFeesForClientInput {
@@ -37495,7 +37495,7 @@ declare const MonthlyFeesForClientResponseSchema: z.ZodObject<{
37495
37495
  id_cliente: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
37496
37496
  id_tipo_documento: z.ZodOptional<z.ZodString>;
37497
37497
  action: z.ZodOptional<z.ZodString>;
37498
- }, z.core.$catchall<z.ZodAny>>;
37498
+ }, z.core.$loose>;
37499
37499
  type MonthlyFeesForClientResponse = z.infer<typeof MonthlyFeesForClientResponseSchema>;
37500
37500
 
37501
37501
  type ixcSoftApi_types_IXCSoftResponse = IXCSoftResponse;
package/dist/index.js CHANGED
@@ -91108,11 +91108,11 @@ __export(ixc_soft_api_types_exports, {
91108
91108
 
91109
91109
  // src/apis/clients/ixc-soft/ixc-soft-response.schema.ts
91110
91110
  var import_zod = require("zod");
91111
- var IXCSoftResponseSchema = import_zod.z.object({
91111
+ var IXCSoftResponseSchema = import_zod.z.looseObject({
91112
91112
  type: import_zod.z.enum(["success", "error"]),
91113
91113
  message: import_zod.z.string(),
91114
91114
  id: import_zod.z.string().optional()
91115
- }).catchall(import_zod.z.any());
91115
+ });
91116
91116
 
91117
91117
  // src/apis/clients/ixc-soft/resources/su-oss-chamado/ixc-soft-su-oss-chamado.types.ts
91118
91118
  var import_zod2 = require("zod");
package/dist/index.mjs CHANGED
@@ -91069,11 +91069,11 @@ __export(ixc_soft_api_types_exports, {
91069
91069
 
91070
91070
  // src/apis/clients/ixc-soft/ixc-soft-response.schema.ts
91071
91071
  import { z } from "zod";
91072
- var IXCSoftResponseSchema = z.object({
91072
+ var IXCSoftResponseSchema = z.looseObject({
91073
91073
  type: z.enum(["success", "error"]),
91074
91074
  message: z.string(),
91075
91075
  id: z.string().optional()
91076
- }).catchall(z.any());
91076
+ });
91077
91077
 
91078
91078
  // src/apis/clients/ixc-soft/resources/su-oss-chamado/ixc-soft-su-oss-chamado.types.ts
91079
91079
  import { z as z2 } from "zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cristian-israel/giganet_lib_conecta",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "description": "Database Connector Layer",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -44,13 +44,14 @@
44
44
  "@types/node": "^25.6.0",
45
45
  "sequelize-auto": "^0.8.8",
46
46
  "tsup": "^8.5.1",
47
- "typescript": "^6.0.2"
47
+ "typescript": "^6.0.2",
48
+ "zod": "^4.3.6"
48
49
  },
49
50
  "peerDependencies": {
50
51
  "mongoose": "^9.3.3",
51
52
  "mysql2": "^3.20.0",
52
53
  "sequelize": "^6.37.8",
53
- "zod": "^4.3.6"
54
+ "zod": "^4.0.0"
54
55
  },
55
56
  "publishConfig": {
56
57
  "access": "public"
@@ -61,7 +62,6 @@
61
62
  "sideEffects": false,
62
63
  "dependencies": {
63
64
  "axios": "^1.15.1",
64
- "https": "^1.0.0",
65
- "zod": "^4.3.6"
65
+ "https": "^1.0.0"
66
66
  }
67
67
  }