hide-a-bed 4.1.1 → 4.2.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.
@@ -100,6 +100,7 @@ export const SimpleViewQueryStream: z.ZodFunction<z.ZodTuple<[z.ZodObject<{
100
100
  skip: z.ZodOptional<z.ZodNumber>;
101
101
  limit: z.ZodOptional<z.ZodNumber>;
102
102
  key: z.ZodOptional<z.ZodAny>;
103
+ keys: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
103
104
  include_docs: z.ZodOptional<z.ZodBoolean>;
104
105
  reduce: z.ZodOptional<z.ZodBoolean>;
105
106
  group: z.ZodOptional<z.ZodBoolean>;
@@ -111,6 +112,7 @@ export const SimpleViewQueryStream: z.ZodFunction<z.ZodTuple<[z.ZodObject<{
111
112
  skip?: number | undefined;
112
113
  limit?: number | undefined;
113
114
  key?: any;
115
+ keys?: any[] | undefined;
114
116
  include_docs?: boolean | undefined;
115
117
  reduce?: boolean | undefined;
116
118
  group?: boolean | undefined;
@@ -122,6 +124,7 @@ export const SimpleViewQueryStream: z.ZodFunction<z.ZodTuple<[z.ZodObject<{
122
124
  skip?: number | undefined;
123
125
  limit?: number | undefined;
124
126
  key?: any;
127
+ keys?: any[] | undefined;
125
128
  include_docs?: boolean | undefined;
126
129
  reduce?: boolean | undefined;
127
130
  group?: boolean | undefined;
@@ -153,6 +156,7 @@ export const SimpleViewQueryStreamBound: z.ZodFunction<z.ZodTuple<[z.ZodString,
153
156
  skip: z.ZodOptional<z.ZodNumber>;
154
157
  limit: z.ZodOptional<z.ZodNumber>;
155
158
  key: z.ZodOptional<z.ZodAny>;
159
+ keys: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
156
160
  include_docs: z.ZodOptional<z.ZodBoolean>;
157
161
  reduce: z.ZodOptional<z.ZodBoolean>;
158
162
  group: z.ZodOptional<z.ZodBoolean>;
@@ -164,6 +168,7 @@ export const SimpleViewQueryStreamBound: z.ZodFunction<z.ZodTuple<[z.ZodString,
164
168
  skip?: number | undefined;
165
169
  limit?: number | undefined;
166
170
  key?: any;
171
+ keys?: any[] | undefined;
167
172
  include_docs?: boolean | undefined;
168
173
  reduce?: boolean | undefined;
169
174
  group?: boolean | undefined;
@@ -175,6 +180,7 @@ export const SimpleViewQueryStreamBound: z.ZodFunction<z.ZodTuple<[z.ZodString,
175
180
  skip?: number | undefined;
176
181
  limit?: number | undefined;
177
182
  key?: any;
183
+ keys?: any[] | undefined;
178
184
  include_docs?: boolean | undefined;
179
185
  reduce?: boolean | undefined;
180
186
  group?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"stream.d.mts","sourceRoot":"","sources":["stream.mjs"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;kCAEC;AACD,qDAAqD;AAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAKmC;AACnC,qFAAqF;AAErF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAImC;0BAdpB,CAAC,CAAC,KAAK,CAAC,OAAO,KAAK,CAAC;0CAQrB,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC;+CAOrC,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC;kBAtBvC,KAAK"}
1
+ {"version":3,"file":"stream.d.mts","sourceRoot":"","sources":["stream.mjs"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;kCAEC;AACD,qDAAqD;AAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAKmC;AACnC,qFAAqF;AAErF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAImC;0BAdpB,CAAC,CAAC,KAAK,CAAC,OAAO,KAAK,CAAC;0CAQrB,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC;+CAOrC,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC;kBAtBvC,KAAK"}