@kl1/contracts 1.3.62 → 1.3.63
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/api-contracts/src/contract.d.ts +1 -102
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +1 -102
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4162,9 +4162,7 @@ var cxLogContract = initContract12().router(
|
|
|
4162
4162
|
200: null,
|
|
4163
4163
|
401: DefaultUnauthorizedSchema
|
|
4164
4164
|
},
|
|
4165
|
-
query:
|
|
4166
|
-
fileExtension: ExportFileExtensionSchema
|
|
4167
|
-
}),
|
|
4165
|
+
query: z53.any(),
|
|
4168
4166
|
summary: "Export cx-logs"
|
|
4169
4167
|
},
|
|
4170
4168
|
syncSla: {
|