@lokalise/harmony 1.28.0 → 1.28.1
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/harmony.cjs +4 -1
- package/dist/harmony.cjs.map +1 -1
- package/dist/harmony.mjs +5 -2
- package/dist/harmony100.cjs +4 -59
- package/dist/harmony100.cjs.map +1 -1
- package/dist/harmony100.mjs +5 -60
- package/dist/harmony100.mjs.map +1 -1
- package/dist/harmony101.cjs +39 -6
- package/dist/harmony101.cjs.map +1 -1
- package/dist/harmony101.mjs +39 -6
- package/dist/harmony101.mjs.map +1 -1
- package/dist/harmony102.cjs +60 -18
- package/dist/harmony102.cjs.map +1 -1
- package/dist/harmony102.mjs +60 -18
- package/dist/harmony102.mjs.map +1 -1
- package/dist/harmony103.cjs +6 -13
- package/dist/harmony103.cjs.map +1 -1
- package/dist/harmony103.mjs +6 -13
- package/dist/harmony103.mjs.map +1 -1
- package/dist/harmony104.cjs +7 -17
- package/dist/harmony104.cjs.map +1 -1
- package/dist/harmony104.mjs +6 -16
- package/dist/harmony104.mjs.map +1 -1
- package/dist/harmony105.cjs +99 -6
- package/dist/harmony105.cjs.map +1 -1
- package/dist/harmony105.mjs +81 -5
- package/dist/harmony105.mjs.map +1 -1
- package/dist/harmony106.cjs +63 -6
- package/dist/harmony106.cjs.map +1 -1
- package/dist/harmony106.mjs +62 -5
- package/dist/harmony106.mjs.map +1 -1
- package/dist/harmony107.cjs +89 -6
- package/dist/harmony107.cjs.map +1 -1
- package/dist/harmony107.mjs +88 -5
- package/dist/harmony107.mjs.map +1 -1
- package/dist/harmony108.cjs +19 -63
- package/dist/harmony108.cjs.map +1 -1
- package/dist/harmony108.mjs +18 -62
- package/dist/harmony108.mjs.map +1 -1
- package/dist/harmony109.cjs +6 -89
- package/dist/harmony109.cjs.map +1 -1
- package/dist/harmony109.mjs +5 -88
- package/dist/harmony109.mjs.map +1 -1
- package/dist/harmony110.cjs +5 -18
- package/dist/harmony110.cjs.map +1 -1
- package/dist/harmony110.mjs +5 -18
- package/dist/harmony110.mjs.map +1 -1
- package/dist/harmony117.cjs +1 -1
- package/dist/harmony117.mjs +1 -1
- package/dist/harmony127.cjs +1 -1
- package/dist/harmony127.mjs +1 -1
- package/dist/harmony15.cjs +1 -1
- package/dist/harmony15.mjs +1 -1
- package/dist/harmony22.cjs +1 -1
- package/dist/harmony22.mjs +1 -1
- package/dist/harmony23.cjs +1 -1
- package/dist/harmony23.mjs +1 -1
- package/dist/harmony30.cjs +1 -1
- package/dist/harmony30.mjs +1 -1
- package/dist/harmony60.cjs +63 -29
- package/dist/harmony60.cjs.map +1 -1
- package/dist/harmony60.mjs +63 -29
- package/dist/harmony60.mjs.map +1 -1
- package/dist/harmony65.cjs +1 -1
- package/dist/harmony65.mjs +1 -1
- package/dist/harmony75.cjs +6 -6
- package/dist/harmony75.mjs +6 -6
- package/dist/harmony83.cjs +1 -1
- package/dist/harmony83.mjs +1 -1
- package/dist/harmony84.cjs +3 -2
- package/dist/harmony84.cjs.map +1 -1
- package/dist/harmony84.mjs +3 -2
- package/dist/harmony84.mjs.map +1 -1
- package/dist/harmony89.cjs +1 -1
- package/dist/harmony89.mjs +1 -1
- package/dist/harmony93.cjs +18 -99
- package/dist/harmony93.cjs.map +1 -1
- package/dist/harmony93.mjs +18 -82
- package/dist/harmony93.mjs.map +1 -1
- package/dist/harmony94.cjs +14 -21
- package/dist/harmony94.cjs.map +1 -1
- package/dist/harmony94.mjs +13 -20
- package/dist/harmony94.mjs.map +1 -1
- package/dist/harmony95.cjs +16 -5
- package/dist/harmony95.cjs.map +1 -1
- package/dist/harmony95.mjs +16 -5
- package/dist/harmony95.mjs.map +1 -1
- package/dist/harmony96.cjs +21 -132
- package/dist/harmony96.cjs.map +1 -1
- package/dist/harmony96.mjs +20 -131
- package/dist/harmony96.mjs.map +1 -1
- package/dist/harmony97.cjs +6 -12
- package/dist/harmony97.cjs.map +1 -1
- package/dist/harmony97.mjs +5 -11
- package/dist/harmony97.mjs.map +1 -1
- package/dist/harmony98.cjs +132 -5
- package/dist/harmony98.cjs.map +1 -1
- package/dist/harmony98.mjs +132 -5
- package/dist/harmony98.mjs.map +1 -1
- package/dist/harmony99.cjs +12 -40
- package/dist/harmony99.cjs.map +1 -1
- package/dist/harmony99.mjs +11 -39
- package/dist/harmony99.mjs.map +1 -1
- package/dist/types/src/features/publicApi/hooks/useListTeamsQuery.d.ts +7 -9
- package/dist/types/src/features/publicApi/hooks/useRetrieveTeamQuery.d.ts +24 -11
- package/dist/types/src/features/publicApi/team.d.ts +187 -108
- package/dist/types/src/features/publicApi/types/teamTypes.d.ts +272 -115
- package/package.json +1 -1
@@ -1,78 +1,64 @@
|
|
1
1
|
export declare const listTeams: import('@lokalise/api-contracts').GetRouteDefinition<never, import('zod').ZodObject<{
|
2
|
-
teams: import('zod').ZodArray<import('zod').
|
3
|
-
id: import('zod').ZodNumber;
|
4
|
-
}, "strip", import('zod').ZodTypeAny, {
|
5
|
-
id: number;
|
6
|
-
}, {
|
7
|
-
id: number;
|
8
|
-
}>, import('zod').ZodEffects<import('zod').ZodObject<{
|
2
|
+
teams: import('zod').ZodArray<import('zod').ZodObject<{
|
9
3
|
team_id: import('zod').ZodNumber;
|
10
|
-
}, "strip", import('zod').ZodTypeAny, {
|
11
|
-
team_id: number;
|
12
|
-
}, {
|
13
|
-
team_id: number;
|
14
|
-
}>, {
|
15
|
-
id: number;
|
16
|
-
}, {
|
17
|
-
team_id: number;
|
18
|
-
}>]>, import('zod').ZodObject<{
|
19
4
|
uuid: import('zod').ZodOptional<import('zod').ZodString>;
|
20
5
|
name: import('zod').ZodString;
|
21
|
-
created_at: import('zod').ZodString;
|
22
|
-
created_at_timestamp: import('zod').ZodNumber;
|
23
6
|
plan: import('zod').ZodString;
|
7
|
+
logo_url: import('zod').ZodString;
|
8
|
+
role: import('zod').ZodString;
|
9
|
+
created_at: import('zod').ZodUnion<[import('zod').ZodEffects<import('zod').ZodString, string, string>, import('zod').ZodString, import('zod').ZodString]>;
|
10
|
+
created_at_timestamp: import('zod').ZodNumber;
|
11
|
+
quota_usage: import('zod').ZodRecord<import('zod').ZodEnum<["users", "keys", "projects", "mau", "trafficBytes", "ai_words"]>, import('zod').ZodNumber>;
|
12
|
+
quota_allowed: import('zod').ZodRecord<import('zod').ZodEnum<["users", "keys", "projects", "mau", "trafficBytes", "ai_words"]>, import('zod').ZodNumber>;
|
24
13
|
}, "strip", import('zod').ZodTypeAny, {
|
14
|
+
role: string;
|
25
15
|
name: string;
|
26
16
|
created_at: string;
|
27
17
|
created_at_timestamp: number;
|
18
|
+
team_id: number;
|
28
19
|
plan: string;
|
20
|
+
logo_url: string;
|
21
|
+
quota_usage: Partial<Record<"keys" | "projects" | "users" | "mau" | "trafficBytes" | "ai_words", number>>;
|
22
|
+
quota_allowed: Partial<Record<"keys" | "projects" | "users" | "mau" | "trafficBytes" | "ai_words", number>>;
|
29
23
|
uuid?: string | undefined;
|
30
24
|
}, {
|
25
|
+
role: string;
|
31
26
|
name: string;
|
32
27
|
created_at: string;
|
33
28
|
created_at_timestamp: number;
|
29
|
+
team_id: number;
|
34
30
|
plan: string;
|
31
|
+
logo_url: string;
|
32
|
+
quota_usage: Partial<Record<"keys" | "projects" | "users" | "mau" | "trafficBytes" | "ai_words", number>>;
|
33
|
+
quota_allowed: Partial<Record<"keys" | "projects" | "users" | "mau" | "trafficBytes" | "ai_words", number>>;
|
35
34
|
uuid?: string | undefined;
|
36
|
-
}
|
37
|
-
quota_usage: import('zod').ZodRecord<import('zod').ZodEnum<["keys", "projects", "mau", "trafficBytes", "ai_words"]>, import('zod').ZodNumber>;
|
38
|
-
quota_allowed: import('zod').ZodRecord<import('zod').ZodEnum<["keys", "projects", "mau", "trafficBytes", "ai_words"]>, import('zod').ZodNumber>;
|
39
|
-
}, "strip", import('zod').ZodTypeAny, {
|
40
|
-
quota_usage: Partial<Record<"keys" | "projects" | "mau" | "trafficBytes" | "ai_words", number>>;
|
41
|
-
quota_allowed: Partial<Record<"keys" | "projects" | "mau" | "trafficBytes" | "ai_words", number>>;
|
42
|
-
}, {
|
43
|
-
quota_usage: Partial<Record<"keys" | "projects" | "mau" | "trafficBytes" | "ai_words", number>>;
|
44
|
-
quota_allowed: Partial<Record<"keys" | "projects" | "mau" | "trafficBytes" | "ai_words", number>>;
|
45
|
-
}>>, "many">;
|
35
|
+
}>, "many">;
|
46
36
|
}, "strip", import('zod').ZodTypeAny, {
|
47
|
-
teams:
|
48
|
-
|
49
|
-
} | {
|
50
|
-
id: number;
|
51
|
-
}) & {
|
37
|
+
teams: {
|
38
|
+
role: string;
|
52
39
|
name: string;
|
53
40
|
created_at: string;
|
54
41
|
created_at_timestamp: number;
|
42
|
+
team_id: number;
|
55
43
|
plan: string;
|
44
|
+
logo_url: string;
|
45
|
+
quota_usage: Partial<Record<"keys" | "projects" | "users" | "mau" | "trafficBytes" | "ai_words", number>>;
|
46
|
+
quota_allowed: Partial<Record<"keys" | "projects" | "users" | "mau" | "trafficBytes" | "ai_words", number>>;
|
56
47
|
uuid?: string | undefined;
|
57
|
-
}
|
58
|
-
quota_usage: Partial<Record<"keys" | "projects" | "mau" | "trafficBytes" | "ai_words", number>>;
|
59
|
-
quota_allowed: Partial<Record<"keys" | "projects" | "mau" | "trafficBytes" | "ai_words", number>>;
|
60
|
-
})[];
|
48
|
+
}[];
|
61
49
|
}, {
|
62
|
-
teams:
|
63
|
-
|
64
|
-
} | {
|
65
|
-
team_id: number;
|
66
|
-
}) & {
|
50
|
+
teams: {
|
51
|
+
role: string;
|
67
52
|
name: string;
|
68
53
|
created_at: string;
|
69
54
|
created_at_timestamp: number;
|
55
|
+
team_id: number;
|
70
56
|
plan: string;
|
57
|
+
logo_url: string;
|
58
|
+
quota_usage: Partial<Record<"keys" | "projects" | "users" | "mau" | "trafficBytes" | "ai_words", number>>;
|
59
|
+
quota_allowed: Partial<Record<"keys" | "projects" | "users" | "mau" | "trafficBytes" | "ai_words", number>>;
|
71
60
|
uuid?: string | undefined;
|
72
|
-
}
|
73
|
-
quota_usage: Partial<Record<"keys" | "projects" | "mau" | "trafficBytes" | "ai_words", number>>;
|
74
|
-
quota_allowed: Partial<Record<"keys" | "projects" | "mau" | "trafficBytes" | "ai_words", number>>;
|
75
|
-
})[];
|
61
|
+
}[];
|
76
62
|
}>, undefined, import('zod').ZodObject<{
|
77
63
|
limit: import('zod').ZodOptional<import('zod').ZodNumber>;
|
78
64
|
page: import('zod').ZodOptional<import('zod').ZodNumber>;
|
@@ -140,99 +126,192 @@ export declare const listTeams: import('@lokalise/api-contracts').GetRouteDefini
|
|
140
126
|
export declare const retrieveTeam: import('@lokalise/api-contracts').GetRouteDefinition<{
|
141
127
|
teamId: string | number;
|
142
128
|
}, import('zod').ZodObject<{
|
143
|
-
team: import('zod').
|
144
|
-
id: import('zod').ZodNumber;
|
145
|
-
}, "strip", import('zod').ZodTypeAny, {
|
146
|
-
id: number;
|
147
|
-
}, {
|
148
|
-
id: number;
|
149
|
-
}>, import('zod').ZodEffects<import('zod').ZodObject<{
|
129
|
+
team: import('zod').ZodObject<{
|
150
130
|
team_id: import('zod').ZodNumber;
|
151
|
-
}, "strip", import('zod').ZodTypeAny, {
|
152
|
-
team_id: number;
|
153
|
-
}, {
|
154
|
-
team_id: number;
|
155
|
-
}>, {
|
156
|
-
id: number;
|
157
|
-
}, {
|
158
|
-
team_id: number;
|
159
|
-
}>]>, import('zod').ZodObject<{
|
160
131
|
uuid: import('zod').ZodOptional<import('zod').ZodString>;
|
161
132
|
name: import('zod').ZodString;
|
162
|
-
|
133
|
+
plan_name: import('zod').ZodString;
|
134
|
+
created_at: import('zod').ZodUnion<[import('zod').ZodEffects<import('zod').ZodString, string, string>, import('zod').ZodString, import('zod').ZodString]>;
|
163
135
|
created_at_timestamp: import('zod').ZodNumber;
|
164
|
-
|
136
|
+
logo_url: import('zod').ZodString;
|
137
|
+
role: import('zod').ZodString;
|
138
|
+
quota_usage: import('zod').ZodObject<{
|
139
|
+
id: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodNumber>>;
|
140
|
+
users: import('zod').ZodNumber;
|
141
|
+
keys: import('zod').ZodNumber;
|
142
|
+
projects: import('zod').ZodNumber;
|
143
|
+
mau: import('zod').ZodNumber;
|
144
|
+
trafficBytes: import('zod').ZodNumber;
|
145
|
+
aiWords: import('zod').ZodNumber;
|
146
|
+
}, "strip", import('zod').ZodTypeAny, {
|
147
|
+
keys: number;
|
148
|
+
projects: number;
|
149
|
+
users: number;
|
150
|
+
mau: number;
|
151
|
+
trafficBytes: number;
|
152
|
+
aiWords: number;
|
153
|
+
id?: number | null | undefined;
|
154
|
+
}, {
|
155
|
+
keys: number;
|
156
|
+
projects: number;
|
157
|
+
users: number;
|
158
|
+
mau: number;
|
159
|
+
trafficBytes: number;
|
160
|
+
aiWords: number;
|
161
|
+
id?: number | null | undefined;
|
162
|
+
}>;
|
163
|
+
quota_allowed: import('zod').ZodObject<{
|
164
|
+
id: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodNumber>>;
|
165
|
+
users: import('zod').ZodNumber;
|
166
|
+
keys: import('zod').ZodNumber;
|
167
|
+
projects: import('zod').ZodNumber;
|
168
|
+
mau: import('zod').ZodNumber;
|
169
|
+
trafficBytes: import('zod').ZodNumber;
|
170
|
+
aiWords: import('zod').ZodNumber;
|
171
|
+
}, "strip", import('zod').ZodTypeAny, {
|
172
|
+
keys: number;
|
173
|
+
projects: number;
|
174
|
+
users: number;
|
175
|
+
mau: number;
|
176
|
+
trafficBytes: number;
|
177
|
+
aiWords: number;
|
178
|
+
id?: number | null | undefined;
|
179
|
+
}, {
|
180
|
+
keys: number;
|
181
|
+
projects: number;
|
182
|
+
users: number;
|
183
|
+
mau: number;
|
184
|
+
trafficBytes: number;
|
185
|
+
aiWords: number;
|
186
|
+
id?: number | null | undefined;
|
187
|
+
}>;
|
188
|
+
is_team_suspended: import('zod').ZodBoolean;
|
189
|
+
is_end_of_trial_active: import('zod').ZodBoolean;
|
190
|
+
trial_days_left: import('zod').ZodNumber;
|
165
191
|
}, "strip", import('zod').ZodTypeAny, {
|
192
|
+
role: string;
|
166
193
|
name: string;
|
167
194
|
created_at: string;
|
168
195
|
created_at_timestamp: number;
|
169
|
-
|
196
|
+
team_id: number;
|
197
|
+
logo_url: string;
|
198
|
+
quota_usage: {
|
199
|
+
keys: number;
|
200
|
+
projects: number;
|
201
|
+
users: number;
|
202
|
+
mau: number;
|
203
|
+
trafficBytes: number;
|
204
|
+
aiWords: number;
|
205
|
+
id?: number | null | undefined;
|
206
|
+
};
|
207
|
+
quota_allowed: {
|
208
|
+
keys: number;
|
209
|
+
projects: number;
|
210
|
+
users: number;
|
211
|
+
mau: number;
|
212
|
+
trafficBytes: number;
|
213
|
+
aiWords: number;
|
214
|
+
id?: number | null | undefined;
|
215
|
+
};
|
216
|
+
plan_name: string;
|
217
|
+
is_team_suspended: boolean;
|
218
|
+
is_end_of_trial_active: boolean;
|
219
|
+
trial_days_left: number;
|
170
220
|
uuid?: string | undefined;
|
171
221
|
}, {
|
222
|
+
role: string;
|
172
223
|
name: string;
|
173
224
|
created_at: string;
|
174
225
|
created_at_timestamp: number;
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
226
|
+
team_id: number;
|
227
|
+
logo_url: string;
|
228
|
+
quota_usage: {
|
229
|
+
keys: number;
|
230
|
+
projects: number;
|
231
|
+
users: number;
|
232
|
+
mau: number;
|
233
|
+
trafficBytes: number;
|
234
|
+
aiWords: number;
|
235
|
+
id?: number | null | undefined;
|
236
|
+
};
|
237
|
+
quota_allowed: {
|
238
|
+
keys: number;
|
239
|
+
projects: number;
|
240
|
+
users: number;
|
241
|
+
mau: number;
|
242
|
+
trafficBytes: number;
|
243
|
+
aiWords: number;
|
244
|
+
id?: number | null | undefined;
|
245
|
+
};
|
246
|
+
plan_name: string;
|
195
247
|
is_team_suspended: boolean;
|
196
248
|
is_end_of_trial_active: boolean;
|
197
249
|
trial_days_left: number;
|
198
|
-
|
250
|
+
uuid?: string | undefined;
|
251
|
+
}>;
|
199
252
|
}, "strip", import('zod').ZodTypeAny, {
|
200
|
-
team:
|
201
|
-
|
202
|
-
} | {
|
203
|
-
id: number;
|
204
|
-
}) & {
|
253
|
+
team: {
|
254
|
+
role: string;
|
205
255
|
name: string;
|
206
256
|
created_at: string;
|
207
257
|
created_at_timestamp: number;
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
258
|
+
team_id: number;
|
259
|
+
logo_url: string;
|
260
|
+
quota_usage: {
|
261
|
+
keys: number;
|
262
|
+
projects: number;
|
263
|
+
users: number;
|
264
|
+
mau: number;
|
265
|
+
trafficBytes: number;
|
266
|
+
aiWords: number;
|
267
|
+
id?: number | null | undefined;
|
268
|
+
};
|
269
|
+
quota_allowed: {
|
270
|
+
keys: number;
|
271
|
+
projects: number;
|
272
|
+
users: number;
|
273
|
+
mau: number;
|
274
|
+
trafficBytes: number;
|
275
|
+
aiWords: number;
|
276
|
+
id?: number | null | undefined;
|
277
|
+
};
|
278
|
+
plan_name: string;
|
214
279
|
is_team_suspended: boolean;
|
215
280
|
is_end_of_trial_active: boolean;
|
216
281
|
trial_days_left: number;
|
282
|
+
uuid?: string | undefined;
|
217
283
|
};
|
218
284
|
}, {
|
219
|
-
team:
|
220
|
-
|
221
|
-
} | {
|
222
|
-
team_id: number;
|
223
|
-
}) & {
|
285
|
+
team: {
|
286
|
+
role: string;
|
224
287
|
name: string;
|
225
288
|
created_at: string;
|
226
289
|
created_at_timestamp: number;
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
290
|
+
team_id: number;
|
291
|
+
logo_url: string;
|
292
|
+
quota_usage: {
|
293
|
+
keys: number;
|
294
|
+
projects: number;
|
295
|
+
users: number;
|
296
|
+
mau: number;
|
297
|
+
trafficBytes: number;
|
298
|
+
aiWords: number;
|
299
|
+
id?: number | null | undefined;
|
300
|
+
};
|
301
|
+
quota_allowed: {
|
302
|
+
keys: number;
|
303
|
+
projects: number;
|
304
|
+
users: number;
|
305
|
+
mau: number;
|
306
|
+
trafficBytes: number;
|
307
|
+
aiWords: number;
|
308
|
+
id?: number | null | undefined;
|
309
|
+
};
|
310
|
+
plan_name: string;
|
233
311
|
is_team_suspended: boolean;
|
234
312
|
is_end_of_trial_active: boolean;
|
235
313
|
trial_days_left: number;
|
314
|
+
uuid?: string | undefined;
|
236
315
|
};
|
237
316
|
}>, import('zod').ZodObject<{
|
238
317
|
teamId: import('zod').ZodUnion<[import('zod').ZodString, import('zod').ZodNumber]>;
|