@kl1/contracts 1.3.72 → 1.3.74
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 -125
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +1 -125
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -4190,9 +4190,8 @@ var cxLogContract = initContract12().router({
|
|
4190
4190
|
200: null,
|
4191
4191
|
401: DefaultUnauthorizedSchema
|
4192
4192
|
},
|
4193
|
-
|
4194
|
-
|
4195
|
-
}),
|
4193
|
+
// IMPORTANT: THIS SHOULD BE Z.ANY(). DO NOT CHANGE!
|
4194
|
+
query: z53.any(),
|
4196
4195
|
summary: "Export cx-logs"
|
4197
4196
|
},
|
4198
4197
|
syncSla: {
|