@seed-hypermedia/client 0.0.37 → 0.0.38
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-2BRMXRIG.mjs → chunk-PY2VJAIE.mjs} +21 -0
- package/dist/hm-types.d.ts +12182 -7074
- package/dist/hm-types.mjs +7 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/hm-types.mjs
CHANGED
|
@@ -92,6 +92,9 @@ import {
|
|
|
92
92
|
HMListDiscussionsInputSchema,
|
|
93
93
|
HMListDiscussionsOutputSchema,
|
|
94
94
|
HMListDiscussionsRequestSchema,
|
|
95
|
+
HMListDocumentCollaboratorsInputSchema,
|
|
96
|
+
HMListDocumentCollaboratorsOutputSchema,
|
|
97
|
+
HMListDocumentCollaboratorsRequestSchema,
|
|
95
98
|
HMListDomainsInputSchema,
|
|
96
99
|
HMListDomainsOutputSchema,
|
|
97
100
|
HMListDomainsRequestSchema,
|
|
@@ -169,7 +172,7 @@ import {
|
|
|
169
172
|
toNumber,
|
|
170
173
|
unpackHmId,
|
|
171
174
|
unpackedHmIdSchema
|
|
172
|
-
} from "./chunk-
|
|
175
|
+
} from "./chunk-PY2VJAIE.mjs";
|
|
173
176
|
export {
|
|
174
177
|
BackgroundColorAnnotationSchema,
|
|
175
178
|
BlockRangeSchema,
|
|
@@ -264,6 +267,9 @@ export {
|
|
|
264
267
|
HMListDiscussionsInputSchema,
|
|
265
268
|
HMListDiscussionsOutputSchema,
|
|
266
269
|
HMListDiscussionsRequestSchema,
|
|
270
|
+
HMListDocumentCollaboratorsInputSchema,
|
|
271
|
+
HMListDocumentCollaboratorsOutputSchema,
|
|
272
|
+
HMListDocumentCollaboratorsRequestSchema,
|
|
267
273
|
HMListDomainsInputSchema,
|
|
268
274
|
HMListDomainsOutputSchema,
|
|
269
275
|
HMListDomainsRequestSchema,
|
package/dist/index.mjs
CHANGED