@deliverart/sdk-js-company 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 +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -280,12 +280,12 @@ declare const getCompaniesResponseSchema: z.ZodObject<{
|
|
|
280
280
|
updatedAt: z.ZodString;
|
|
281
281
|
}, z.core.$strip>>;
|
|
282
282
|
pagination: z.ZodObject<{
|
|
283
|
-
from: z.
|
|
284
|
-
to: z.
|
|
285
|
-
itemsPerPage: z.
|
|
286
|
-
totalItems: z.
|
|
287
|
-
currentPage: z.
|
|
288
|
-
lastPage: z.
|
|
283
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
284
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
285
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
286
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
287
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
288
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
289
289
|
}, z.core.$strip>;
|
|
290
290
|
}, z.core.$strip>;
|
|
291
291
|
type GetCompaniesResponse = z.infer<typeof getCompaniesResponseSchema>;
|
|
@@ -312,12 +312,12 @@ declare class GetCompanies extends AbstractApiRequest<typeof getCompaniesInputSc
|
|
|
312
312
|
updatedAt: z.ZodString;
|
|
313
313
|
}, z.core.$strip>>;
|
|
314
314
|
pagination: z.ZodObject<{
|
|
315
|
-
from: z.
|
|
316
|
-
to: z.
|
|
317
|
-
itemsPerPage: z.
|
|
318
|
-
totalItems: z.
|
|
319
|
-
currentPage: z.
|
|
320
|
-
lastPage: z.
|
|
315
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
316
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
317
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
318
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
319
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
320
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
321
321
|
}, z.core.$strip>;
|
|
322
322
|
}, z.core.$strip>;
|
|
323
323
|
readonly querySchema: z.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -280,12 +280,12 @@ declare const getCompaniesResponseSchema: z.ZodObject<{
|
|
|
280
280
|
updatedAt: z.ZodString;
|
|
281
281
|
}, z.core.$strip>>;
|
|
282
282
|
pagination: z.ZodObject<{
|
|
283
|
-
from: z.
|
|
284
|
-
to: z.
|
|
285
|
-
itemsPerPage: z.
|
|
286
|
-
totalItems: z.
|
|
287
|
-
currentPage: z.
|
|
288
|
-
lastPage: z.
|
|
283
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
284
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
285
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
286
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
287
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
288
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
289
289
|
}, z.core.$strip>;
|
|
290
290
|
}, z.core.$strip>;
|
|
291
291
|
type GetCompaniesResponse = z.infer<typeof getCompaniesResponseSchema>;
|
|
@@ -312,12 +312,12 @@ declare class GetCompanies extends AbstractApiRequest<typeof getCompaniesInputSc
|
|
|
312
312
|
updatedAt: z.ZodString;
|
|
313
313
|
}, z.core.$strip>>;
|
|
314
314
|
pagination: z.ZodObject<{
|
|
315
|
-
from: z.
|
|
316
|
-
to: z.
|
|
317
|
-
itemsPerPage: z.
|
|
318
|
-
totalItems: z.
|
|
319
|
-
currentPage: z.
|
|
320
|
-
lastPage: z.
|
|
315
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
316
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
317
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
318
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
319
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
320
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
321
321
|
}, z.core.$strip>;
|
|
322
322
|
}, z.core.$strip>;
|
|
323
323
|
readonly querySchema: z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-company",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for Company 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,9 +18,9 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@deliverart/sdk-js-core": "2.2.
|
|
22
|
-
"@deliverart/sdk-js-
|
|
23
|
-
"@deliverart/sdk-js-
|
|
21
|
+
"@deliverart/sdk-js-core": "2.2.2",
|
|
22
|
+
"@deliverart/sdk-js-global-types": "2.2.2",
|
|
23
|
+
"@deliverart/sdk-js-user": "2.2.2"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|