@aurigma/axios-storefront-api-client 2.6.1 → 2.7.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.
|
@@ -51,7 +51,7 @@ export interface IProductReferencesApiClient {
|
|
|
51
51
|
* @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
52
52
|
* @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
|
|
53
53
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
54
|
-
* @param take (optional) Defines page length (how
|
|
54
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
55
55
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
56
56
|
* @param search (optional) Search string for partial match.
|
|
57
57
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -110,7 +110,7 @@ export declare class ProductReferencesApiClient extends ApiClientBase implements
|
|
|
110
110
|
* @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
111
111
|
* @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
|
|
112
112
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
113
|
-
* @param take (optional) Defines page length (how
|
|
113
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
114
114
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
115
115
|
* @param search (optional) Search string for partial match.
|
|
116
116
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -168,7 +168,7 @@ export interface IProductSpecificationsApiClient {
|
|
|
168
168
|
/**
|
|
169
169
|
* Returns all product specifications, relevant to the specified query parameters.
|
|
170
170
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
171
|
-
* @param take (optional) Defines page length (how
|
|
171
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
172
172
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
173
173
|
* @param search (optional) Search string for partial match.
|
|
174
174
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -198,7 +198,7 @@ export declare class ProductSpecificationsApiClient extends ApiClientBase implem
|
|
|
198
198
|
/**
|
|
199
199
|
* Returns all product specifications, relevant to the specified query parameters.
|
|
200
200
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
201
|
-
* @param take (optional) Defines page length (how
|
|
201
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
202
202
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
203
203
|
* @param search (optional) Search string for partial match.
|
|
204
204
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -232,7 +232,7 @@ export interface IProjectsApiClient {
|
|
|
232
232
|
* @param status (optional) Project status filter.
|
|
233
233
|
* @param datePeriod (optional) Project date period filter.
|
|
234
234
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
235
|
-
* @param take (optional) Defines page length (how
|
|
235
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
236
236
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
237
237
|
* @param search (optional) Search string for partial match.
|
|
238
238
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -329,7 +329,7 @@ export declare class ProjectsApiClient extends ApiClientBase implements IProject
|
|
|
329
329
|
* @param status (optional) Project status filter.
|
|
330
330
|
* @param datePeriod (optional) Project date period filter.
|
|
331
331
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
332
|
-
* @param take (optional) Defines page length (how
|
|
332
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
333
333
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
334
334
|
* @param search (optional) Search string for partial match.
|
|
335
335
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -429,7 +429,7 @@ export interface IStorefrontsApiClient {
|
|
|
429
429
|
* Returns all storefronts, relevant to the specified query parameters.
|
|
430
430
|
* @param types (optional) Storefront type filter.
|
|
431
431
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
432
|
-
* @param take (optional) Defines page length (how
|
|
432
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
433
433
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
434
434
|
* @param search (optional) Search string for partial match.
|
|
435
435
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -453,7 +453,7 @@ export declare class StorefrontsApiClient extends ApiClientBase implements IStor
|
|
|
453
453
|
* Returns all storefronts, relevant to the specified query parameters.
|
|
454
454
|
* @param types (optional) Storefront type filter.
|
|
455
455
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
456
|
-
* @param take (optional) Defines page length (how
|
|
456
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
457
457
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
458
458
|
* @param search (optional) Search string for partial match.
|
|
459
459
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -476,7 +476,7 @@ export interface IStorefrontUsersApiClient {
|
|
|
476
476
|
* @param storefrontId Storefront identifier.
|
|
477
477
|
* @param storefrontUserId (optional) Storefront user identifier.
|
|
478
478
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
479
|
-
* @param take (optional) Defines page length (how
|
|
479
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
480
480
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
481
481
|
* @param search (optional) Search string for partial match.
|
|
482
482
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -534,7 +534,7 @@ export declare class StorefrontUsersApiClient extends ApiClientBase implements I
|
|
|
534
534
|
* @param storefrontId Storefront identifier.
|
|
535
535
|
* @param storefrontUserId (optional) Storefront user identifier.
|
|
536
536
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
537
|
-
* @param take (optional) Defines page length (how
|
|
537
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
538
538
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
539
539
|
* @param search (optional) Search string for partial match.
|
|
540
540
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -167,7 +167,7 @@ class ProductReferencesApiClient extends ApiClientBase {
|
|
|
167
167
|
* @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
168
168
|
* @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
|
|
169
169
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
170
|
-
* @param take (optional) Defines page length (how
|
|
170
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
171
171
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
172
172
|
* @param search (optional) Search string for partial match.
|
|
173
173
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -650,7 +650,7 @@ class ProductSpecificationsApiClient extends ApiClientBase {
|
|
|
650
650
|
/**
|
|
651
651
|
* Returns all product specifications, relevant to the specified query parameters.
|
|
652
652
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
653
|
-
* @param take (optional) Defines page length (how
|
|
653
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
654
654
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
655
655
|
* @param search (optional) Search string for partial match.
|
|
656
656
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -886,7 +886,7 @@ class ProjectsApiClient extends ApiClientBase {
|
|
|
886
886
|
* @param status (optional) Project status filter.
|
|
887
887
|
* @param datePeriod (optional) Project date period filter.
|
|
888
888
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
889
|
-
* @param take (optional) Defines page length (how
|
|
889
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
890
890
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
891
891
|
* @param search (optional) Search string for partial match.
|
|
892
892
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -1758,7 +1758,7 @@ class StorefrontsApiClient extends ApiClientBase {
|
|
|
1758
1758
|
* Returns all storefronts, relevant to the specified query parameters.
|
|
1759
1759
|
* @param types (optional) Storefront type filter.
|
|
1760
1760
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
1761
|
-
* @param take (optional) Defines page length (how
|
|
1761
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
1762
1762
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
1763
1763
|
* @param search (optional) Search string for partial match.
|
|
1764
1764
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -1920,7 +1920,7 @@ class StorefrontUsersApiClient extends ApiClientBase {
|
|
|
1920
1920
|
* @param storefrontId Storefront identifier.
|
|
1921
1921
|
* @param storefrontUserId (optional) Storefront user identifier.
|
|
1922
1922
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
1923
|
-
* @param take (optional) Defines page length (how
|
|
1923
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
1924
1924
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
1925
1925
|
* @param search (optional) Search string for partial match.
|
|
1926
1926
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -51,7 +51,7 @@ export interface IProductReferencesApiClient {
|
|
|
51
51
|
* @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
52
52
|
* @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
|
|
53
53
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
54
|
-
* @param take (optional) Defines page length (how
|
|
54
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
55
55
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
56
56
|
* @param search (optional) Search string for partial match.
|
|
57
57
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -110,7 +110,7 @@ export declare class ProductReferencesApiClient extends ApiClientBase implements
|
|
|
110
110
|
* @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
111
111
|
* @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
|
|
112
112
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
113
|
-
* @param take (optional) Defines page length (how
|
|
113
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
114
114
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
115
115
|
* @param search (optional) Search string for partial match.
|
|
116
116
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -168,7 +168,7 @@ export interface IProductSpecificationsApiClient {
|
|
|
168
168
|
/**
|
|
169
169
|
* Returns all product specifications, relevant to the specified query parameters.
|
|
170
170
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
171
|
-
* @param take (optional) Defines page length (how
|
|
171
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
172
172
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
173
173
|
* @param search (optional) Search string for partial match.
|
|
174
174
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -198,7 +198,7 @@ export declare class ProductSpecificationsApiClient extends ApiClientBase implem
|
|
|
198
198
|
/**
|
|
199
199
|
* Returns all product specifications, relevant to the specified query parameters.
|
|
200
200
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
201
|
-
* @param take (optional) Defines page length (how
|
|
201
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
202
202
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
203
203
|
* @param search (optional) Search string for partial match.
|
|
204
204
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -232,7 +232,7 @@ export interface IProjectsApiClient {
|
|
|
232
232
|
* @param status (optional) Project status filter.
|
|
233
233
|
* @param datePeriod (optional) Project date period filter.
|
|
234
234
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
235
|
-
* @param take (optional) Defines page length (how
|
|
235
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
236
236
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
237
237
|
* @param search (optional) Search string for partial match.
|
|
238
238
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -329,7 +329,7 @@ export declare class ProjectsApiClient extends ApiClientBase implements IProject
|
|
|
329
329
|
* @param status (optional) Project status filter.
|
|
330
330
|
* @param datePeriod (optional) Project date period filter.
|
|
331
331
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
332
|
-
* @param take (optional) Defines page length (how
|
|
332
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
333
333
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
334
334
|
* @param search (optional) Search string for partial match.
|
|
335
335
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -429,7 +429,7 @@ export interface IStorefrontsApiClient {
|
|
|
429
429
|
* Returns all storefronts, relevant to the specified query parameters.
|
|
430
430
|
* @param types (optional) Storefront type filter.
|
|
431
431
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
432
|
-
* @param take (optional) Defines page length (how
|
|
432
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
433
433
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
434
434
|
* @param search (optional) Search string for partial match.
|
|
435
435
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -453,7 +453,7 @@ export declare class StorefrontsApiClient extends ApiClientBase implements IStor
|
|
|
453
453
|
* Returns all storefronts, relevant to the specified query parameters.
|
|
454
454
|
* @param types (optional) Storefront type filter.
|
|
455
455
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
456
|
-
* @param take (optional) Defines page length (how
|
|
456
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
457
457
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
458
458
|
* @param search (optional) Search string for partial match.
|
|
459
459
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -476,7 +476,7 @@ export interface IStorefrontUsersApiClient {
|
|
|
476
476
|
* @param storefrontId Storefront identifier.
|
|
477
477
|
* @param storefrontUserId (optional) Storefront user identifier.
|
|
478
478
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
479
|
-
* @param take (optional) Defines page length (how
|
|
479
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
480
480
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
481
481
|
* @param search (optional) Search string for partial match.
|
|
482
482
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -534,7 +534,7 @@ export declare class StorefrontUsersApiClient extends ApiClientBase implements I
|
|
|
534
534
|
* @param storefrontId Storefront identifier.
|
|
535
535
|
* @param storefrontUserId (optional) Storefront user identifier.
|
|
536
536
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
537
|
-
* @param take (optional) Defines page length (how
|
|
537
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
538
538
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
539
539
|
* @param search (optional) Search string for partial match.
|
|
540
540
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -161,7 +161,7 @@ export class ProductReferencesApiClient extends ApiClientBase {
|
|
|
161
161
|
* @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
162
162
|
* @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
|
|
163
163
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
164
|
-
* @param take (optional) Defines page length (how
|
|
164
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
165
165
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
166
166
|
* @param search (optional) Search string for partial match.
|
|
167
167
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -643,7 +643,7 @@ export class ProductSpecificationsApiClient extends ApiClientBase {
|
|
|
643
643
|
/**
|
|
644
644
|
* Returns all product specifications, relevant to the specified query parameters.
|
|
645
645
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
646
|
-
* @param take (optional) Defines page length (how
|
|
646
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
647
647
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
648
648
|
* @param search (optional) Search string for partial match.
|
|
649
649
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -878,7 +878,7 @@ export class ProjectsApiClient extends ApiClientBase {
|
|
|
878
878
|
* @param status (optional) Project status filter.
|
|
879
879
|
* @param datePeriod (optional) Project date period filter.
|
|
880
880
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
881
|
-
* @param take (optional) Defines page length (how
|
|
881
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
882
882
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
883
883
|
* @param search (optional) Search string for partial match.
|
|
884
884
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -1749,7 +1749,7 @@ export class StorefrontsApiClient extends ApiClientBase {
|
|
|
1749
1749
|
* Returns all storefronts, relevant to the specified query parameters.
|
|
1750
1750
|
* @param types (optional) Storefront type filter.
|
|
1751
1751
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
1752
|
-
* @param take (optional) Defines page length (how
|
|
1752
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
1753
1753
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
1754
1754
|
* @param search (optional) Search string for partial match.
|
|
1755
1755
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -1910,7 +1910,7 @@ export class StorefrontUsersApiClient extends ApiClientBase {
|
|
|
1910
1910
|
* @param storefrontId Storefront identifier.
|
|
1911
1911
|
* @param storefrontUserId (optional) Storefront user identifier.
|
|
1912
1912
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
1913
|
-
* @param take (optional) Defines page length (how
|
|
1913
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
1914
1914
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
1915
1915
|
* @param search (optional) Search string for partial match.
|
|
1916
1916
|
* @param tenantId (optional) Tenant identifier.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurigma/axios-storefront-api-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.2",
|
|
4
4
|
"license": "SEE LICENSE IN License.md",
|
|
5
5
|
"description": "Axios API Client for Storefront API service of Customer's Canvas web-to-print system.",
|
|
6
6
|
"author": "Aurigma Inc <info@aurigma.com> (https://customerscanvas.com)",
|
|
@@ -24,10 +24,11 @@
|
|
|
24
24
|
"import": "./dist/esm/storefront-api-client.js"
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
|
-
"
|
|
27
|
+
"peerDependencies": {
|
|
28
28
|
"axios": "^0.24.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
+
"axios": "^0.24.0",
|
|
31
32
|
"@types/node": "^16.11.10",
|
|
32
33
|
"fs-extra": "^10.0.0",
|
|
33
34
|
"typescript": "^4.5.2"
|