@k-msg/core 0.10.1 → 0.12.0
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/config.d.ts +0 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +16 -16
- package/dist/index.js.map +5 -6
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +5 -6
- package/package.json +1 -1
- package/dist/test-utils.d.ts +0 -17
package/dist/config.d.ts
CHANGED
|
@@ -36,7 +36,6 @@ export declare const HealthConfigSchema: z.ZodObject<{
|
|
|
36
36
|
}, z.core.$strip>;
|
|
37
37
|
export declare const IWINVConfigSchema: z.ZodObject<{
|
|
38
38
|
apiKey: z.ZodString;
|
|
39
|
-
baseUrl: z.ZodDefault<z.ZodString>;
|
|
40
39
|
timeout: z.ZodDefault<z.ZodNumber>;
|
|
41
40
|
retryAttempts: z.ZodDefault<z.ZodNumber>;
|
|
42
41
|
retryDelay: z.ZodDefault<z.ZodNumber>;
|
|
@@ -142,7 +141,6 @@ export declare const KMessageConfigSchema: z.ZodObject<{
|
|
|
142
141
|
providers: z.ZodDefault<z.ZodObject<{
|
|
143
142
|
iwinv: z.ZodOptional<z.ZodObject<{
|
|
144
143
|
apiKey: z.ZodString;
|
|
145
|
-
baseUrl: z.ZodDefault<z.ZodString>;
|
|
146
144
|
timeout: z.ZodDefault<z.ZodNumber>;
|
|
147
145
|
retryAttempts: z.ZodDefault<z.ZodNumber>;
|
|
148
146
|
retryDelay: z.ZodDefault<z.ZodNumber>;
|