@deliverart/sdk-js-image 2.4.20 → 2.4.21
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/index.cjs +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +6 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -11214,7 +11214,7 @@ var imagesQuerySchema = external_exports.object({
|
|
|
11214
11214
|
page: external_exports.coerce.number().optional(),
|
|
11215
11215
|
tags: external_exports.array(external_exports.string()).optional(),
|
|
11216
11216
|
"tags.match": import_sdk_js_global_types.arrayContainsMatchSchema.optional(),
|
|
11217
|
-
"exists[original]":
|
|
11217
|
+
"exists[original]": import_sdk_js_global_types.booleanSchema.optional()
|
|
11218
11218
|
});
|
|
11219
11219
|
|
|
11220
11220
|
// src/requests/DeleteImage.ts
|
package/dist/index.d.cts
CHANGED
|
@@ -29,7 +29,7 @@ declare const imagesQuerySchema: z.ZodObject<{
|
|
|
29
29
|
all: "all";
|
|
30
30
|
any: "any";
|
|
31
31
|
}>>;
|
|
32
|
-
'exists[original]': z.ZodOptional<z.
|
|
32
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
33
33
|
}, z.core.$strip>;
|
|
34
34
|
type ImagesQueryParams = z.infer<typeof imagesQuerySchema>;
|
|
35
35
|
|
|
@@ -106,7 +106,7 @@ declare const getImagesQuerySchema: z.ZodObject<{
|
|
|
106
106
|
all: "all";
|
|
107
107
|
any: "any";
|
|
108
108
|
}>>;
|
|
109
|
-
'exists[original]': z.ZodOptional<z.
|
|
109
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
110
110
|
}, z.core.$strip>;
|
|
111
111
|
type GetImagesQueryParams = z.infer<typeof getImagesQuerySchema>;
|
|
112
112
|
declare const getImagesInputSchema: z.ZodUndefined;
|
|
@@ -180,7 +180,7 @@ declare class GetImages extends AbstractApiRequest<typeof getImagesInputSchema,
|
|
|
180
180
|
all: "all";
|
|
181
181
|
any: "any";
|
|
182
182
|
}>>;
|
|
183
|
-
'exists[original]': z.ZodOptional<z.
|
|
183
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
184
184
|
}, z.core.$strip>;
|
|
185
185
|
readonly headersSchema: undefined;
|
|
186
186
|
constructor(options?: {
|
|
@@ -197,7 +197,7 @@ declare const getImagesFromPointOfSaleQuerySchema: z.ZodObject<{
|
|
|
197
197
|
all: "all";
|
|
198
198
|
any: "any";
|
|
199
199
|
}>>;
|
|
200
|
-
'exists[original]': z.ZodOptional<z.
|
|
200
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
201
201
|
}, z.core.$strip>;
|
|
202
202
|
type GetImagesFromPointOfSaleQueryParams = z.infer<typeof getImagesFromPointOfSaleQuerySchema>;
|
|
203
203
|
declare const getImagesFromPointOfSaleInputSchema: z.ZodUndefined;
|
|
@@ -271,7 +271,7 @@ declare class GetImagesFromPointOfSale extends AbstractApiRequest<typeof getImag
|
|
|
271
271
|
all: "all";
|
|
272
272
|
any: "any";
|
|
273
273
|
}>>;
|
|
274
|
-
'exists[original]': z.ZodOptional<z.
|
|
274
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
275
275
|
}, z.core.$strip>;
|
|
276
276
|
readonly headersSchema: undefined;
|
|
277
277
|
private readonly pointOfSaleId;
|
package/dist/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ declare const imagesQuerySchema: z.ZodObject<{
|
|
|
29
29
|
all: "all";
|
|
30
30
|
any: "any";
|
|
31
31
|
}>>;
|
|
32
|
-
'exists[original]': z.ZodOptional<z.
|
|
32
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
33
33
|
}, z.core.$strip>;
|
|
34
34
|
type ImagesQueryParams = z.infer<typeof imagesQuerySchema>;
|
|
35
35
|
|
|
@@ -106,7 +106,7 @@ declare const getImagesQuerySchema: z.ZodObject<{
|
|
|
106
106
|
all: "all";
|
|
107
107
|
any: "any";
|
|
108
108
|
}>>;
|
|
109
|
-
'exists[original]': z.ZodOptional<z.
|
|
109
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
110
110
|
}, z.core.$strip>;
|
|
111
111
|
type GetImagesQueryParams = z.infer<typeof getImagesQuerySchema>;
|
|
112
112
|
declare const getImagesInputSchema: z.ZodUndefined;
|
|
@@ -180,7 +180,7 @@ declare class GetImages extends AbstractApiRequest<typeof getImagesInputSchema,
|
|
|
180
180
|
all: "all";
|
|
181
181
|
any: "any";
|
|
182
182
|
}>>;
|
|
183
|
-
'exists[original]': z.ZodOptional<z.
|
|
183
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
184
184
|
}, z.core.$strip>;
|
|
185
185
|
readonly headersSchema: undefined;
|
|
186
186
|
constructor(options?: {
|
|
@@ -197,7 +197,7 @@ declare const getImagesFromPointOfSaleQuerySchema: z.ZodObject<{
|
|
|
197
197
|
all: "all";
|
|
198
198
|
any: "any";
|
|
199
199
|
}>>;
|
|
200
|
-
'exists[original]': z.ZodOptional<z.
|
|
200
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
201
201
|
}, z.core.$strip>;
|
|
202
202
|
type GetImagesFromPointOfSaleQueryParams = z.infer<typeof getImagesFromPointOfSaleQuerySchema>;
|
|
203
203
|
declare const getImagesFromPointOfSaleInputSchema: z.ZodUndefined;
|
|
@@ -271,7 +271,7 @@ declare class GetImagesFromPointOfSale extends AbstractApiRequest<typeof getImag
|
|
|
271
271
|
all: "all";
|
|
272
272
|
any: "any";
|
|
273
273
|
}>>;
|
|
274
|
-
'exists[original]': z.ZodOptional<z.
|
|
274
|
+
'exists[original]': z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
275
275
|
}, z.core.$strip>;
|
|
276
276
|
readonly headersSchema: undefined;
|
|
277
277
|
private readonly pointOfSaleId;
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,11 @@ var __export = (target, all) => {
|
|
|
5
5
|
};
|
|
6
6
|
|
|
7
7
|
// src/models.ts
|
|
8
|
-
import {
|
|
8
|
+
import {
|
|
9
|
+
arrayContainsMatchSchema,
|
|
10
|
+
booleanSchema,
|
|
11
|
+
datetimeSchema
|
|
12
|
+
} from "@deliverart/sdk-js-global-types";
|
|
9
13
|
|
|
10
14
|
// ../../node_modules/.pnpm/zod@4.0.5/node_modules/zod/v4/classic/external.js
|
|
11
15
|
var external_exports = {};
|
|
@@ -11167,7 +11171,7 @@ var imagesQuerySchema = external_exports.object({
|
|
|
11167
11171
|
page: external_exports.coerce.number().optional(),
|
|
11168
11172
|
tags: external_exports.array(external_exports.string()).optional(),
|
|
11169
11173
|
"tags.match": arrayContainsMatchSchema.optional(),
|
|
11170
|
-
"exists[original]":
|
|
11174
|
+
"exists[original]": booleanSchema.optional()
|
|
11171
11175
|
});
|
|
11172
11176
|
|
|
11173
11177
|
// src/requests/DeleteImage.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-image",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for Image Management",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@deliverart/sdk-js-core": "2.4.20",
|
|
22
|
-
"@deliverart/sdk-js-global-types": "2.4.
|
|
23
|
-
"@deliverart/sdk-js-point-of-sale": "2.4.
|
|
22
|
+
"@deliverart/sdk-js-global-types": "2.4.21",
|
|
23
|
+
"@deliverart/sdk-js-point-of-sale": "2.4.21"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|