@internxt/sdk 1.5.25 → 1.6.4

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.
Files changed (93) hide show
  1. package/dist/auth/index.d.ts +127 -122
  2. package/dist/auth/index.js +378 -310
  3. package/dist/auth/types.d.ts +65 -54
  4. package/dist/auth/types.js +26 -26
  5. package/dist/drive/backups/index.d.ts +18 -18
  6. package/dist/drive/backups/index.js +40 -40
  7. package/dist/drive/backups/types.d.ts +27 -27
  8. package/dist/drive/backups/types.js +2 -2
  9. package/dist/drive/index.d.ts +7 -7
  10. package/dist/drive/index.js +23 -19
  11. package/dist/drive/payments/index.d.ts +66 -71
  12. package/dist/drive/payments/index.js +206 -208
  13. package/dist/drive/payments/types.d.ts +180 -176
  14. package/dist/drive/payments/types.js +37 -37
  15. package/dist/drive/referrals/index.d.ts +19 -19
  16. package/dist/drive/referrals/index.js +54 -50
  17. package/dist/drive/referrals/types.d.ts +21 -21
  18. package/dist/drive/referrals/types.js +18 -18
  19. package/dist/drive/share/index.d.ts +319 -319
  20. package/dist/drive/share/index.js +544 -540
  21. package/dist/drive/share/types.d.ts +360 -360
  22. package/dist/drive/share/types.js +2 -2
  23. package/dist/drive/storage/index.d.ts +315 -315
  24. package/dist/drive/storage/index.js +634 -630
  25. package/dist/drive/storage/types.d.ts +480 -473
  26. package/dist/drive/storage/types.js +13 -13
  27. package/dist/drive/trash/index.d.ts +75 -75
  28. package/dist/drive/trash/index.js +184 -180
  29. package/dist/drive/trash/types.d.ts +29 -29
  30. package/dist/drive/trash/types.js +2 -2
  31. package/dist/drive/users/index.d.ts +135 -135
  32. package/dist/drive/users/index.js +208 -204
  33. package/dist/drive/users/types.d.ts +53 -51
  34. package/dist/drive/users/types.js +2 -2
  35. package/dist/index.d.ts +6 -6
  36. package/dist/index.js +35 -31
  37. package/dist/network/download.d.ts +8 -8
  38. package/dist/network/download.js +123 -123
  39. package/dist/network/errors/codes.d.ts +24 -24
  40. package/dist/network/errors/codes.js +48 -48
  41. package/dist/network/errors/context.d.ts +35 -35
  42. package/dist/network/errors/context.js +39 -39
  43. package/dist/network/errors/download.d.ts +4 -4
  44. package/dist/network/errors/download.js +52 -48
  45. package/dist/network/errors/index.d.ts +3 -3
  46. package/dist/network/errors/index.js +19 -15
  47. package/dist/network/errors/upload.d.ts +13 -13
  48. package/dist/network/errors/upload.js +82 -78
  49. package/dist/network/index.d.ts +70 -70
  50. package/dist/network/index.js +315 -311
  51. package/dist/network/types.d.ts +102 -102
  52. package/dist/network/types.js +18 -18
  53. package/dist/network/upload.d.ts +4 -4
  54. package/dist/network/upload.js +158 -159
  55. package/dist/photos/devices/index.d.ts +10 -10
  56. package/dist/photos/devices/index.js +79 -79
  57. package/dist/photos/index.d.ts +17 -17
  58. package/dist/photos/index.js +56 -52
  59. package/dist/photos/photos/index.d.ts +60 -60
  60. package/dist/photos/photos/index.js +225 -225
  61. package/dist/photos/shares/index.d.ts +8 -8
  62. package/dist/photos/shares/index.js +34 -34
  63. package/dist/photos/types.d.ts +154 -154
  64. package/dist/photos/types.js +19 -19
  65. package/dist/photos/users/index.d.ts +7 -7
  66. package/dist/photos/users/index.js +46 -46
  67. package/dist/shared/headers/index.d.ts +21 -21
  68. package/dist/shared/headers/index.js +78 -79
  69. package/dist/shared/http/client.d.ts +85 -85
  70. package/dist/shared/http/client.js +172 -172
  71. package/dist/shared/http/types.d.ts +7 -7
  72. package/dist/shared/http/types.js +2 -2
  73. package/dist/shared/index.d.ts +1 -1
  74. package/dist/shared/index.js +17 -13
  75. package/dist/shared/types/apiConnection.d.ts +12 -12
  76. package/dist/shared/types/apiConnection.js +2 -2
  77. package/dist/shared/types/appsumo.d.ts +16 -16
  78. package/dist/shared/types/appsumo.js +12 -12
  79. package/dist/shared/types/errors.d.ts +5 -5
  80. package/dist/shared/types/errors.js +28 -28
  81. package/dist/shared/types/teams.d.ts +9 -9
  82. package/dist/shared/types/teams.js +2 -2
  83. package/dist/shared/types/userSettings.d.ts +43 -29
  84. package/dist/shared/types/userSettings.js +2 -2
  85. package/dist/utils.d.ts +3 -3
  86. package/dist/utils.js +24 -25
  87. package/dist/workspaces/index.d.ts +176 -176
  88. package/dist/workspaces/index.js +419 -415
  89. package/dist/workspaces/index.test.d.ts +1 -1
  90. package/dist/workspaces/index.test.js +908 -903
  91. package/dist/workspaces/types.d.ts +294 -291
  92. package/dist/workspaces/types.js +2 -2
  93. package/package.json +13 -13
@@ -1,291 +1,294 @@
1
- import { SharedFiles, SharedFolders } from '../drive/share/types';
2
- export interface WorkspaceUser {
3
- backupsUsage: string;
4
- createdAt: string;
5
- deactivated: boolean;
6
- driveUsage: string;
7
- freeSpace: string;
8
- id: string;
9
- isManager: boolean;
10
- isOwner: boolean;
11
- key: string;
12
- member: Member;
13
- memberId: string;
14
- rootFolderId: string;
15
- spaceLimit: string;
16
- updatedAt: string;
17
- usedSpace: string;
18
- workspaceId: string;
19
- }
20
- export interface Workspace {
21
- id: string;
22
- ownerId: string;
23
- address: string;
24
- name: string;
25
- description: string;
26
- defaultTeamId: string;
27
- workspaceUserId: string;
28
- setupCompleted: boolean;
29
- createdAt: string;
30
- updatedAt: string;
31
- avatar: null | string;
32
- rootFolderId: string;
33
- phoneNumber: null | string;
34
- }
35
- export interface WorkspaceData {
36
- workspaceUser: WorkspaceUser;
37
- workspace: Workspace;
38
- }
39
- export interface WorkspaceUsage {
40
- totalWorkspaceSpace: number;
41
- spaceAssigned: number;
42
- spaceUsed: number;
43
- }
44
- export declare type WorkspaceSetupInfo = {
45
- workspaceId: string;
46
- name: string;
47
- address: string;
48
- description: string;
49
- encryptedMnemonic: string;
50
- };
51
- export declare type PendingWorkspace = {
52
- address: string | null;
53
- createdAt: string;
54
- defaultTeamId: string;
55
- description: string | null;
56
- id: string;
57
- name: string;
58
- ownerId: string;
59
- setupCompleted: boolean;
60
- updatedAt: string;
61
- workspaceUserId: string;
62
- };
63
- export declare type WorkspacesResponse = {
64
- availableWorkspaces: WorkspaceData[];
65
- pendingWorkspaces: PendingWorkspace[];
66
- };
67
- export interface CreateTeamData {
68
- workspaceId: string;
69
- name: string;
70
- managerId: string;
71
- }
72
- export declare type Team = {
73
- id: string;
74
- name: string;
75
- managerId: string;
76
- workspaceId: string;
77
- createdAt: string;
78
- updatedAt: string;
79
- };
80
- export declare type WorkspaceMembers = {
81
- activatedUsers: WorkspaceUser[];
82
- disabledUsers: WorkspaceUser[];
83
- };
84
- export declare type TeamMember = {
85
- name: string;
86
- lastname: string;
87
- email: string;
88
- id: number;
89
- uuid: string;
90
- avatar: string | null;
91
- };
92
- export declare type TeamMembers = TeamMember[];
93
- export declare type Member = {
94
- avatar: string | null;
95
- backupsBucket: string | null;
96
- bridgeUser: string;
97
- credit: number;
98
- email: string;
99
- errorLoginCount: number;
100
- id: number;
101
- isEmailActivitySended: boolean;
102
- lastPasswordChangedAt: string | null;
103
- lastResend: string | null;
104
- lastname: string;
105
- name: string;
106
- referralCode: string;
107
- referrer: string | null;
108
- registerCompleted: boolean;
109
- rootFolderId: number;
110
- sharedWorkspace: boolean;
111
- syncDate: string | null;
112
- userId: string;
113
- username: string;
114
- uuid: string;
115
- welcomePack: boolean;
116
- };
117
- export declare type ActivatedUser = {
118
- isOwner: boolean;
119
- isManager: boolean;
120
- usedSpace: string;
121
- freeSpace: string;
122
- id: string;
123
- memberId: string;
124
- key: string;
125
- workspaceId: string;
126
- spaceLimit: string;
127
- driveUsage: string;
128
- backupsUsage: string;
129
- deactivated: boolean;
130
- member: Member;
131
- createdAt: string;
132
- updatedAt: string;
133
- };
134
- export declare type WorkspaceTeam = {
135
- membersCount: number;
136
- team: Team;
137
- };
138
- export declare type WorkspaceTeamResponse = WorkspaceTeam[];
139
- export declare type InviteMemberBody = {
140
- workspaceId: string;
141
- invitedUserEmail: string;
142
- spaceLimitBytes?: number;
143
- encryptedMnemonicInBase64: string;
144
- encryptionAlgorithm: string;
145
- message: string;
146
- };
147
- interface Invite {
148
- id: string;
149
- workspaceId: string;
150
- invitedUser: string;
151
- encryptionAlgorithm: string;
152
- encryptionKey: string;
153
- spaceLimit: number;
154
- createdAt: Date;
155
- updatedAt: Date;
156
- }
157
- export declare type PendingInvitesResponse = (Invite & {
158
- workspace: Workspace;
159
- })[];
160
- export declare type EditWorkspaceDetailsBody = {
161
- workspaceId: string;
162
- name?: string;
163
- description?: string;
164
- };
165
- export declare type GetMemberDetailsResponse = {
166
- user: {
167
- name: string;
168
- lastname: string;
169
- email: string;
170
- uuid: string;
171
- id: number;
172
- avatar: string | null;
173
- memberId: string;
174
- workspaceId: string;
175
- spaceLimit: string;
176
- driveUsage: string;
177
- backupsUsage: string;
178
- deactivated: boolean;
179
- };
180
- teams: (Team & {
181
- isManager: boolean;
182
- })[];
183
- };
184
- export declare type FileEntry = {
185
- name: string;
186
- bucket: string;
187
- fileId: string;
188
- encryptVersion: string;
189
- folderUuid: string;
190
- size: number;
191
- plainName: string;
192
- type: string;
193
- modificationTime: string;
194
- date: string;
195
- };
196
- export interface WorkspaceCredentials {
197
- networkPass: string;
198
- networkUser: string;
199
- }
200
- export interface WorkspaceCredentialsDetails {
201
- workspaceId: string;
202
- bucket: string;
203
- workspaceUserId: string;
204
- email: string;
205
- credentials: WorkspaceCredentials;
206
- tokenHeader: string;
207
- }
208
- export interface CreateFolderPayload {
209
- workspaceId: string;
210
- plainName: string;
211
- parentFolderUuid: string;
212
- }
213
- export declare type WorkspacePendingInvitations = {
214
- id: string;
215
- workspaceId: string;
216
- invitedUser: string;
217
- encryptionAlgorithm: string;
218
- encryptionKey: string;
219
- spaceLimit: string;
220
- createdAt: Date;
221
- updatedAt: Date;
222
- user: {
223
- name: string;
224
- lastname: string;
225
- email: string;
226
- uuid: string;
227
- avatar: string | null;
228
- };
229
- isGuessInvite: boolean;
230
- };
231
- export declare type ItemType = 'file' | 'folder';
232
- export interface CreateWorkspaceSharingPayload {
233
- workspaceId: string;
234
- itemId: string;
235
- itemType: ItemType;
236
- teamUUID: string;
237
- roleId: string;
238
- }
239
- export declare type ListWorkspaceSharedItemsResponse = {
240
- items: SharedFiles[] | SharedFolders[];
241
- token: string;
242
- role: string;
243
- parent: Parent;
244
- bucket: string;
245
- encryptionKey: null | string;
246
- };
247
- export declare type Parent = {
248
- uuid: string;
249
- name: string;
250
- };
251
- export declare type usersWithRoles = {
252
- name: string;
253
- lastname: string;
254
- email: string;
255
- sharingId: string | null;
256
- avatar: string | null;
257
- uuid: string;
258
- role: {
259
- id: string;
260
- name: string;
261
- createdAt: string;
262
- updatedAt: string;
263
- };
264
- };
265
- export declare type teamsWithRoles = {
266
- id: string;
267
- workspaceId: string;
268
- managerId: string;
269
- name: string | null;
270
- createdAt: string;
271
- updatedAt: string;
272
- membersCount: number;
273
- sharingId: string;
274
- role: {
275
- id: string;
276
- name: string;
277
- createdAt: string;
278
- updatedAt: string;
279
- };
280
- };
281
- export declare type UsersAndTeamsAnItemIsShareWidthResponse = {
282
- usersWithRoles: usersWithRoles[];
283
- teamsWithRoles: teamsWithRoles[];
284
- };
285
- export declare type OrderByOptions = 'views:ASC' | 'views:DESC' | 'createdAt:ASC' | 'createdAt:DESC';
286
- export declare type GetMemberUsageResponse = {
287
- backupsUsage: number;
288
- driveUsage: number;
289
- spaceLimit: number;
290
- };
291
- export {};
1
+ import { SharedFiles, SharedFolders } from '../drive/share/types';
2
+ export interface WorkspaceUser {
3
+ backupsUsage: string;
4
+ createdAt: string;
5
+ deactivated: boolean;
6
+ driveUsage: string;
7
+ freeSpace: string;
8
+ id: string;
9
+ isManager: boolean;
10
+ isOwner: boolean;
11
+ key: string;
12
+ hybridModeEnabled: boolean;
13
+ member: Member;
14
+ memberId: string;
15
+ rootFolderId: string;
16
+ spaceLimit: string;
17
+ updatedAt: string;
18
+ usedSpace: string;
19
+ workspaceId: string;
20
+ }
21
+ export interface Workspace {
22
+ id: string;
23
+ ownerId: string;
24
+ address: string;
25
+ name: string;
26
+ description: string;
27
+ defaultTeamId: string;
28
+ workspaceUserId: string;
29
+ setupCompleted: boolean;
30
+ createdAt: string;
31
+ updatedAt: string;
32
+ avatar: null | string;
33
+ rootFolderId: string;
34
+ phoneNumber: null | string;
35
+ }
36
+ export interface WorkspaceData {
37
+ workspaceUser: WorkspaceUser;
38
+ workspace: Workspace;
39
+ }
40
+ export interface WorkspaceUsage {
41
+ totalWorkspaceSpace: number;
42
+ spaceAssigned: number;
43
+ spaceUsed: number;
44
+ }
45
+ export type WorkspaceSetupInfo = {
46
+ workspaceId: string;
47
+ name: string;
48
+ address: string;
49
+ description: string;
50
+ encryptedMnemonic: string;
51
+ hybridModeEnabled: boolean;
52
+ };
53
+ export type PendingWorkspace = {
54
+ address: string | null;
55
+ createdAt: string;
56
+ defaultTeamId: string;
57
+ description: string | null;
58
+ id: string;
59
+ name: string;
60
+ ownerId: string;
61
+ setupCompleted: boolean;
62
+ updatedAt: string;
63
+ workspaceUserId: string;
64
+ };
65
+ export type WorkspacesResponse = {
66
+ availableWorkspaces: WorkspaceData[];
67
+ pendingWorkspaces: PendingWorkspace[];
68
+ };
69
+ export interface CreateTeamData {
70
+ workspaceId: string;
71
+ name: string;
72
+ managerId: string;
73
+ }
74
+ export type Team = {
75
+ id: string;
76
+ name: string;
77
+ managerId: string;
78
+ workspaceId: string;
79
+ createdAt: string;
80
+ updatedAt: string;
81
+ };
82
+ export type WorkspaceMembers = {
83
+ activatedUsers: WorkspaceUser[];
84
+ disabledUsers: WorkspaceUser[];
85
+ };
86
+ export type TeamMember = {
87
+ name: string;
88
+ lastname: string;
89
+ email: string;
90
+ id: number;
91
+ uuid: string;
92
+ avatar: string | null;
93
+ };
94
+ export type TeamMembers = TeamMember[];
95
+ export type Member = {
96
+ avatar: string | null;
97
+ backupsBucket: string | null;
98
+ bridgeUser: string;
99
+ credit: number;
100
+ email: string;
101
+ errorLoginCount: number;
102
+ id: number;
103
+ isEmailActivitySended: boolean;
104
+ lastPasswordChangedAt: string | null;
105
+ lastResend: string | null;
106
+ lastname: string;
107
+ name: string;
108
+ referralCode: string;
109
+ referrer: string | null;
110
+ registerCompleted: boolean;
111
+ rootFolderId: number;
112
+ sharedWorkspace: boolean;
113
+ syncDate: string | null;
114
+ userId: string;
115
+ username: string;
116
+ uuid: string;
117
+ welcomePack: boolean;
118
+ };
119
+ export type ActivatedUser = {
120
+ isOwner: boolean;
121
+ isManager: boolean;
122
+ usedSpace: string;
123
+ freeSpace: string;
124
+ id: string;
125
+ memberId: string;
126
+ key: string;
127
+ workspaceId: string;
128
+ spaceLimit: string;
129
+ driveUsage: string;
130
+ backupsUsage: string;
131
+ deactivated: boolean;
132
+ member: Member;
133
+ createdAt: string;
134
+ updatedAt: string;
135
+ };
136
+ export type WorkspaceTeam = {
137
+ membersCount: number;
138
+ team: Team;
139
+ };
140
+ export type WorkspaceTeamResponse = WorkspaceTeam[];
141
+ export type InviteMemberBody = {
142
+ workspaceId: string;
143
+ invitedUserEmail: string;
144
+ spaceLimitBytes?: number;
145
+ encryptedMnemonicInBase64: string;
146
+ encryptionAlgorithm: string;
147
+ message: string;
148
+ hybridModeEnabled: boolean;
149
+ };
150
+ interface Invite {
151
+ id: string;
152
+ workspaceId: string;
153
+ invitedUser: string;
154
+ encryptionAlgorithm: string;
155
+ encryptionKey: string;
156
+ spaceLimit: number;
157
+ createdAt: Date;
158
+ updatedAt: Date;
159
+ }
160
+ export type PendingInvitesResponse = (Invite & {
161
+ workspace: Workspace;
162
+ })[];
163
+ export type EditWorkspaceDetailsBody = {
164
+ workspaceId: string;
165
+ name?: string;
166
+ description?: string;
167
+ };
168
+ export type GetMemberDetailsResponse = {
169
+ user: {
170
+ name: string;
171
+ lastname: string;
172
+ email: string;
173
+ uuid: string;
174
+ id: number;
175
+ avatar: string | null;
176
+ memberId: string;
177
+ workspaceId: string;
178
+ spaceLimit: string;
179
+ driveUsage: string;
180
+ backupsUsage: string;
181
+ deactivated: boolean;
182
+ };
183
+ teams: (Team & {
184
+ isManager: boolean;
185
+ })[];
186
+ };
187
+ export type FileEntry = {
188
+ name: string;
189
+ bucket: string;
190
+ fileId: string;
191
+ encryptVersion: string;
192
+ folderUuid: string;
193
+ size: number;
194
+ plainName: string;
195
+ type: string;
196
+ modificationTime: string;
197
+ date: string;
198
+ };
199
+ export interface WorkspaceCredentials {
200
+ networkPass: string;
201
+ networkUser: string;
202
+ }
203
+ export interface WorkspaceCredentialsDetails {
204
+ workspaceId: string;
205
+ bucket: string;
206
+ workspaceUserId: string;
207
+ email: string;
208
+ credentials: WorkspaceCredentials;
209
+ tokenHeader: string;
210
+ }
211
+ export interface CreateFolderPayload {
212
+ workspaceId: string;
213
+ plainName: string;
214
+ parentFolderUuid: string;
215
+ }
216
+ export type WorkspacePendingInvitations = {
217
+ id: string;
218
+ workspaceId: string;
219
+ invitedUser: string;
220
+ encryptionAlgorithm: string;
221
+ encryptionKey: string;
222
+ spaceLimit: string;
223
+ createdAt: Date;
224
+ updatedAt: Date;
225
+ user: {
226
+ name: string;
227
+ lastname: string;
228
+ email: string;
229
+ uuid: string;
230
+ avatar: string | null;
231
+ };
232
+ isGuessInvite: boolean;
233
+ };
234
+ export type ItemType = 'file' | 'folder';
235
+ export interface CreateWorkspaceSharingPayload {
236
+ workspaceId: string;
237
+ itemId: string;
238
+ itemType: ItemType;
239
+ teamUUID: string;
240
+ roleId: string;
241
+ }
242
+ export type ListWorkspaceSharedItemsResponse = {
243
+ items: SharedFiles[] | SharedFolders[];
244
+ token: string;
245
+ role: string;
246
+ parent: Parent;
247
+ bucket: string;
248
+ encryptionKey: null | string;
249
+ };
250
+ export type Parent = {
251
+ uuid: string;
252
+ name: string;
253
+ };
254
+ export type usersWithRoles = {
255
+ name: string;
256
+ lastname: string;
257
+ email: string;
258
+ sharingId: string | null;
259
+ avatar: string | null;
260
+ uuid: string;
261
+ role: {
262
+ id: string;
263
+ name: string;
264
+ createdAt: string;
265
+ updatedAt: string;
266
+ };
267
+ };
268
+ export type teamsWithRoles = {
269
+ id: string;
270
+ workspaceId: string;
271
+ managerId: string;
272
+ name: string | null;
273
+ createdAt: string;
274
+ updatedAt: string;
275
+ membersCount: number;
276
+ sharingId: string;
277
+ role: {
278
+ id: string;
279
+ name: string;
280
+ createdAt: string;
281
+ updatedAt: string;
282
+ };
283
+ };
284
+ export type UsersAndTeamsAnItemIsShareWidthResponse = {
285
+ usersWithRoles: usersWithRoles[];
286
+ teamsWithRoles: teamsWithRoles[];
287
+ };
288
+ export type OrderByOptions = 'views:ASC' | 'views:DESC' | 'createdAt:ASC' | 'createdAt:DESC';
289
+ export type GetMemberUsageResponse = {
290
+ backupsUsage: number;
291
+ driveUsage: number;
292
+ spaceLimit: number;
293
+ };
294
+ export {};
@@ -1,2 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@internxt/sdk",
3
- "version": "1.5.25",
3
+ "author": "Internxt <hello@internxt.com>",
4
+ "version": "1.6.4",
4
5
  "description": "An sdk for interacting with Internxt's services",
5
6
  "repository": {
6
7
  "type": "git",
7
8
  "url": "git+https://github.com/internxt/sdk.git"
8
9
  },
9
- "author": "",
10
10
  "license": "MIT",
11
11
  "bugs": {
12
12
  "url": "https://github.com/internxt/sdk/issues"
@@ -28,20 +28,20 @@
28
28
  "devDependencies": {
29
29
  "@internxt/eslint-config-internxt": "^1.0.3",
30
30
  "@internxt/prettier-config": "^1.0.1",
31
- "@types/jest": "^27.0.1",
32
- "@types/sinon": "^10.0.6",
33
- "@types/uuid": "^8.3.4",
31
+ "@types/jest": "^29.5.14",
32
+ "@types/sinon": "^17.0.3",
33
+ "@types/uuid": "^10.0.0",
34
34
  "eslint": "^7.32.0",
35
- "husky": "^7.0.1",
36
- "jest": "^27.0.6",
37
- "prettier": "^2.3.2",
38
- "sinon": "^12.0.1",
39
- "ts-jest": "^27.0.5",
40
- "typescript": "^4.3.5"
35
+ "husky": "^9.1.6",
36
+ "jest": "^29.7.0",
37
+ "prettier": "^3.3.3",
38
+ "sinon": "^19.0.2",
39
+ "ts-jest": "^29.2.5",
40
+ "typescript": "^5.6.3"
41
41
  },
42
42
  "dependencies": {
43
- "axios": "^0.24.0",
43
+ "axios": "^0.28.0",
44
44
  "query-string": "^7.1.0",
45
- "uuid": "^8.3.2"
45
+ "uuid": "^11.0.2"
46
46
  }
47
47
  }