@deliverart/sdk-js-user 2.2.0 → 2.2.2
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.d.cts +12 -12
- package/dist/index.d.ts +12 -12
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -678,12 +678,12 @@ declare const getUsersResponseSchema: z.ZodObject<{
|
|
|
678
678
|
updatedAt: z.ZodString;
|
|
679
679
|
}, z.core.$strip>>;
|
|
680
680
|
pagination: z.ZodObject<{
|
|
681
|
-
from: z.
|
|
682
|
-
to: z.
|
|
683
|
-
itemsPerPage: z.
|
|
684
|
-
totalItems: z.
|
|
685
|
-
currentPage: z.
|
|
686
|
-
lastPage: z.
|
|
681
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
682
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
683
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
684
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
685
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
686
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
687
687
|
}, z.core.$strip>;
|
|
688
688
|
}, z.core.$strip>;
|
|
689
689
|
type GetUsersResponse = z.infer<typeof getUsersResponseSchema>;
|
|
@@ -744,12 +744,12 @@ declare class GetUsers extends AbstractApiRequest<typeof getUsersInputSchema, ty
|
|
|
744
744
|
updatedAt: z.ZodString;
|
|
745
745
|
}, z.core.$strip>>;
|
|
746
746
|
pagination: z.ZodObject<{
|
|
747
|
-
from: z.
|
|
748
|
-
to: z.
|
|
749
|
-
itemsPerPage: z.
|
|
750
|
-
totalItems: z.
|
|
751
|
-
currentPage: z.
|
|
752
|
-
lastPage: z.
|
|
747
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
748
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
749
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
750
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
751
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
752
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
753
753
|
}, z.core.$strip>;
|
|
754
754
|
}, z.core.$strip>;
|
|
755
755
|
readonly querySchema: z.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -678,12 +678,12 @@ declare const getUsersResponseSchema: z.ZodObject<{
|
|
|
678
678
|
updatedAt: z.ZodString;
|
|
679
679
|
}, z.core.$strip>>;
|
|
680
680
|
pagination: z.ZodObject<{
|
|
681
|
-
from: z.
|
|
682
|
-
to: z.
|
|
683
|
-
itemsPerPage: z.
|
|
684
|
-
totalItems: z.
|
|
685
|
-
currentPage: z.
|
|
686
|
-
lastPage: z.
|
|
681
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
682
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
683
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
684
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
685
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
686
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
687
687
|
}, z.core.$strip>;
|
|
688
688
|
}, z.core.$strip>;
|
|
689
689
|
type GetUsersResponse = z.infer<typeof getUsersResponseSchema>;
|
|
@@ -744,12 +744,12 @@ declare class GetUsers extends AbstractApiRequest<typeof getUsersInputSchema, ty
|
|
|
744
744
|
updatedAt: z.ZodString;
|
|
745
745
|
}, z.core.$strip>>;
|
|
746
746
|
pagination: z.ZodObject<{
|
|
747
|
-
from: z.
|
|
748
|
-
to: z.
|
|
749
|
-
itemsPerPage: z.
|
|
750
|
-
totalItems: z.
|
|
751
|
-
currentPage: z.
|
|
752
|
-
lastPage: z.
|
|
747
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
748
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
749
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
750
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
751
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
752
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
753
753
|
}, z.core.$strip>;
|
|
754
754
|
}, z.core.$strip>;
|
|
755
755
|
readonly querySchema: z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-user",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for User Management",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@deliverart/sdk-js-core": "2.2.
|
|
22
|
-
"@deliverart/sdk-js-global-types": "2.2.
|
|
21
|
+
"@deliverart/sdk-js-core": "2.2.2",
|
|
22
|
+
"@deliverart/sdk-js-global-types": "2.2.2"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|