@seed-hypermedia/client 0.0.39 → 0.0.40
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/{chunk-PY2VJAIE.mjs → chunk-2E3HWHST.mjs} +26 -0
- package/dist/hm-types.d.ts +7306 -2159
- package/dist/hm-types.mjs +9 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/hm-types.mjs
CHANGED
|
@@ -114,6 +114,10 @@ import {
|
|
|
114
114
|
HMPublishBlobsInputSchema,
|
|
115
115
|
HMPublishBlobsOutputSchema,
|
|
116
116
|
HMPublishBlobsRequestSchema,
|
|
117
|
+
HMQueryBlockInputSchema,
|
|
118
|
+
HMQueryBlockItemSummarySchema,
|
|
119
|
+
HMQueryBlockPayloadSchema,
|
|
120
|
+
HMQueryBlockRequestSchema,
|
|
117
121
|
HMQueryInclusionSchema,
|
|
118
122
|
HMQueryRequestSchema,
|
|
119
123
|
HMQueryResultSchema,
|
|
@@ -172,7 +176,7 @@ import {
|
|
|
172
176
|
toNumber,
|
|
173
177
|
unpackHmId,
|
|
174
178
|
unpackedHmIdSchema
|
|
175
|
-
} from "./chunk-
|
|
179
|
+
} from "./chunk-2E3HWHST.mjs";
|
|
176
180
|
export {
|
|
177
181
|
BackgroundColorAnnotationSchema,
|
|
178
182
|
BlockRangeSchema,
|
|
@@ -289,6 +293,10 @@ export {
|
|
|
289
293
|
HMPublishBlobsInputSchema,
|
|
290
294
|
HMPublishBlobsOutputSchema,
|
|
291
295
|
HMPublishBlobsRequestSchema,
|
|
296
|
+
HMQueryBlockInputSchema,
|
|
297
|
+
HMQueryBlockItemSummarySchema,
|
|
298
|
+
HMQueryBlockPayloadSchema,
|
|
299
|
+
HMQueryBlockRequestSchema,
|
|
292
300
|
HMQueryInclusionSchema,
|
|
293
301
|
HMQueryRequestSchema,
|
|
294
302
|
HMQueryResultSchema,
|
package/dist/index.mjs
CHANGED