Skip to content

Commit 7e96c04

Browse files
authored
Update flow-typed definitions
1 parent b8768da commit 7e96c04

16 files changed

+1817
-51
lines changed

flow-typed/npm/@sentry/browser_vx.x.x.js

Lines changed: 64 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: de77fa9359762fe9b65fa992bad8d438
2-
// flow-typed version: <<STUB>>/@sentry/browser_v^8.54.0/flow_v0.203.1
1+
// flow-typed signature: 93574e3286152fe06494f76bc95a5fe9
2+
// flow-typed version: <<STUB>>/@sentry/browser_v^9.11.0/flow_v0.203.1
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -30,6 +30,10 @@ declare module '@sentry/browser/build/npm/cjs/debug-build' {
3030
declare module.exports: any;
3131
}
3232

33+
declare module '@sentry/browser/build/npm/cjs/diagnose-sdk' {
34+
declare module.exports: any;
35+
}
36+
3337
declare module '@sentry/browser/build/npm/cjs/eventbuilder' {
3438
declare module.exports: any;
3539
}
@@ -78,6 +82,10 @@ declare module '@sentry/browser/build/npm/cjs/integrations/featureFlags/openfeat
7882
declare module.exports: any;
7983
}
8084

85+
declare module '@sentry/browser/build/npm/cjs/integrations/featureFlags/statsig/integration' {
86+
declare module.exports: any;
87+
}
88+
8189
declare module '@sentry/browser/build/npm/cjs/integrations/featureFlags/unleash/integration' {
8290
declare module.exports: any;
8391
}
@@ -86,6 +94,10 @@ declare module '@sentry/browser/build/npm/cjs/integrations/globalhandlers' {
8694
declare module.exports: any;
8795
}
8896

97+
declare module '@sentry/browser/build/npm/cjs/integrations/graphqlClient' {
98+
declare module.exports: any;
99+
}
100+
89101
declare module '@sentry/browser/build/npm/cjs/integrations/httpclient' {
90102
declare module.exports: any;
91103
}
@@ -106,7 +118,7 @@ declare module '@sentry/browser/build/npm/cjs/integrations/spotlight' {
106118
declare module.exports: any;
107119
}
108120

109-
declare module '@sentry/browser/build/npm/cjs/metrics' {
121+
declare module '@sentry/browser/build/npm/cjs/log' {
110122
declare module.exports: any;
111123
}
112124

@@ -138,6 +150,10 @@ declare module '@sentry/browser/build/npm/cjs/tracing/browserTracingIntegration'
138150
declare module.exports: any;
139151
}
140152

153+
declare module '@sentry/browser/build/npm/cjs/tracing/previousTrace' {
154+
declare module.exports: any;
155+
}
156+
141157
declare module '@sentry/browser/build/npm/cjs/tracing/request' {
142158
declare module.exports: any;
143159
}
@@ -170,6 +186,10 @@ declare module '@sentry/browser/build/npm/esm/debug-build' {
170186
declare module.exports: any;
171187
}
172188

189+
declare module '@sentry/browser/build/npm/esm/diagnose-sdk' {
190+
declare module.exports: any;
191+
}
192+
173193
declare module '@sentry/browser/build/npm/esm/eventbuilder' {
174194
declare module.exports: any;
175195
}
@@ -218,6 +238,10 @@ declare module '@sentry/browser/build/npm/esm/integrations/featureFlags/openfeat
218238
declare module.exports: any;
219239
}
220240

241+
declare module '@sentry/browser/build/npm/esm/integrations/featureFlags/statsig/integration' {
242+
declare module.exports: any;
243+
}
244+
221245
declare module '@sentry/browser/build/npm/esm/integrations/featureFlags/unleash/integration' {
222246
declare module.exports: any;
223247
}
@@ -226,6 +250,10 @@ declare module '@sentry/browser/build/npm/esm/integrations/globalhandlers' {
226250
declare module.exports: any;
227251
}
228252

253+
declare module '@sentry/browser/build/npm/esm/integrations/graphqlClient' {
254+
declare module.exports: any;
255+
}
256+
229257
declare module '@sentry/browser/build/npm/esm/integrations/httpclient' {
230258
declare module.exports: any;
231259
}
@@ -246,7 +274,7 @@ declare module '@sentry/browser/build/npm/esm/integrations/spotlight' {
246274
declare module.exports: any;
247275
}
248276

249-
declare module '@sentry/browser/build/npm/esm/metrics' {
277+
declare module '@sentry/browser/build/npm/esm/log' {
250278
declare module.exports: any;
251279
}
252280

@@ -278,6 +306,10 @@ declare module '@sentry/browser/build/npm/esm/tracing/browserTracingIntegration'
278306
declare module.exports: any;
279307
}
280308

309+
declare module '@sentry/browser/build/npm/esm/tracing/previousTrace' {
310+
declare module.exports: any;
311+
}
312+
281313
declare module '@sentry/browser/build/npm/esm/tracing/request' {
282314
declare module.exports: any;
283315
}
@@ -309,6 +341,9 @@ declare module '@sentry/browser/build/npm/cjs/client.js' {
309341
declare module '@sentry/browser/build/npm/cjs/debug-build.js' {
310342
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/debug-build'>;
311343
}
344+
declare module '@sentry/browser/build/npm/cjs/diagnose-sdk.js' {
345+
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/diagnose-sdk'>;
346+
}
312347
declare module '@sentry/browser/build/npm/cjs/eventbuilder.js' {
313348
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/eventbuilder'>;
314349
}
@@ -348,12 +383,18 @@ declare module '@sentry/browser/build/npm/cjs/integrations/featureFlags/launchda
348383
declare module '@sentry/browser/build/npm/cjs/integrations/featureFlags/openfeature/integration.js' {
349384
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/integrations/featureFlags/openfeature/integration'>;
350385
}
386+
declare module '@sentry/browser/build/npm/cjs/integrations/featureFlags/statsig/integration.js' {
387+
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/integrations/featureFlags/statsig/integration'>;
388+
}
351389
declare module '@sentry/browser/build/npm/cjs/integrations/featureFlags/unleash/integration.js' {
352390
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/integrations/featureFlags/unleash/integration'>;
353391
}
354392
declare module '@sentry/browser/build/npm/cjs/integrations/globalhandlers.js' {
355393
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/integrations/globalhandlers'>;
356394
}
395+
declare module '@sentry/browser/build/npm/cjs/integrations/graphqlClient.js' {
396+
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/integrations/graphqlClient'>;
397+
}
357398
declare module '@sentry/browser/build/npm/cjs/integrations/httpclient.js' {
358399
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/integrations/httpclient'>;
359400
}
@@ -369,8 +410,8 @@ declare module '@sentry/browser/build/npm/cjs/integrations/reportingobserver.js'
369410
declare module '@sentry/browser/build/npm/cjs/integrations/spotlight.js' {
370411
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/integrations/spotlight'>;
371412
}
372-
declare module '@sentry/browser/build/npm/cjs/metrics.js' {
373-
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/metrics'>;
413+
declare module '@sentry/browser/build/npm/cjs/log.js' {
414+
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/log'>;
374415
}
375416
declare module '@sentry/browser/build/npm/cjs/profiling/integration.js' {
376417
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/profiling/integration'>;
@@ -393,6 +434,9 @@ declare module '@sentry/browser/build/npm/cjs/tracing/backgroundtab.js' {
393434
declare module '@sentry/browser/build/npm/cjs/tracing/browserTracingIntegration.js' {
394435
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/tracing/browserTracingIntegration'>;
395436
}
437+
declare module '@sentry/browser/build/npm/cjs/tracing/previousTrace.js' {
438+
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/tracing/previousTrace'>;
439+
}
396440
declare module '@sentry/browser/build/npm/cjs/tracing/request.js' {
397441
declare module.exports: $Exports<'@sentry/browser/build/npm/cjs/tracing/request'>;
398442
}
@@ -417,6 +461,9 @@ declare module '@sentry/browser/build/npm/esm/client.js' {
417461
declare module '@sentry/browser/build/npm/esm/debug-build.js' {
418462
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/debug-build'>;
419463
}
464+
declare module '@sentry/browser/build/npm/esm/diagnose-sdk.js' {
465+
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/diagnose-sdk'>;
466+
}
420467
declare module '@sentry/browser/build/npm/esm/eventbuilder.js' {
421468
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/eventbuilder'>;
422469
}
@@ -456,12 +503,18 @@ declare module '@sentry/browser/build/npm/esm/integrations/featureFlags/launchda
456503
declare module '@sentry/browser/build/npm/esm/integrations/featureFlags/openfeature/integration.js' {
457504
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/integrations/featureFlags/openfeature/integration'>;
458505
}
506+
declare module '@sentry/browser/build/npm/esm/integrations/featureFlags/statsig/integration.js' {
507+
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/integrations/featureFlags/statsig/integration'>;
508+
}
459509
declare module '@sentry/browser/build/npm/esm/integrations/featureFlags/unleash/integration.js' {
460510
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/integrations/featureFlags/unleash/integration'>;
461511
}
462512
declare module '@sentry/browser/build/npm/esm/integrations/globalhandlers.js' {
463513
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/integrations/globalhandlers'>;
464514
}
515+
declare module '@sentry/browser/build/npm/esm/integrations/graphqlClient.js' {
516+
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/integrations/graphqlClient'>;
517+
}
465518
declare module '@sentry/browser/build/npm/esm/integrations/httpclient.js' {
466519
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/integrations/httpclient'>;
467520
}
@@ -477,8 +530,8 @@ declare module '@sentry/browser/build/npm/esm/integrations/reportingobserver.js'
477530
declare module '@sentry/browser/build/npm/esm/integrations/spotlight.js' {
478531
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/integrations/spotlight'>;
479532
}
480-
declare module '@sentry/browser/build/npm/esm/metrics.js' {
481-
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/metrics'>;
533+
declare module '@sentry/browser/build/npm/esm/log.js' {
534+
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/log'>;
482535
}
483536
declare module '@sentry/browser/build/npm/esm/profiling/integration.js' {
484537
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/profiling/integration'>;
@@ -501,6 +554,9 @@ declare module '@sentry/browser/build/npm/esm/tracing/backgroundtab.js' {
501554
declare module '@sentry/browser/build/npm/esm/tracing/browserTracingIntegration.js' {
502555
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/tracing/browserTracingIntegration'>;
503556
}
557+
declare module '@sentry/browser/build/npm/esm/tracing/previousTrace.js' {
558+
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/tracing/previousTrace'>;
559+
}
504560
declare module '@sentry/browser/build/npm/esm/tracing/request.js' {
505561
declare module.exports: $Exports<'@sentry/browser/build/npm/esm/tracing/request'>;
506562
}

flow-typed/npm/@sentry/cli_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: a488ce225114838af338f85f8c01fd99
2-
// flow-typed version: <<STUB>>/@sentry/cli_v^2.41.1/flow_v0.203.1
1+
// flow-typed signature: c8efa8de876bbd18fe5ed8aceb2932d7
2+
// flow-typed version: <<STUB>>/@sentry/cli_v^2.43.0/flow_v0.203.1
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/@testing-library/jest-dom_vx.x.x.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 5a71b115aafded9389fd01835e429e84
2-
// flow-typed version: <<STUB>>/@testing-library/jest-dom_v^6.6.3/flow_v0.203.1
1+
// flow-typed signature: 51d3de3fe5fbb1bb03a6b49308e654c2
2+
// flow-typed version: <<STUB>>/@testing-library/jest-dom_v^6.8.0/flow_v0.203.1
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -30,7 +30,7 @@ declare module '@testing-library/jest-dom/dist/jest-globals' {
3030
declare module.exports: any;
3131
}
3232

33-
declare module '@testing-library/jest-dom/dist/matchers-7fb38cd4' {
33+
declare module '@testing-library/jest-dom/dist/matchers-a1259dd2' {
3434
declare module.exports: any;
3535
}
3636

@@ -64,8 +64,8 @@ declare module '@testing-library/jest-dom/dist/index.js' {
6464
declare module '@testing-library/jest-dom/dist/jest-globals.js' {
6565
declare module.exports: $Exports<'@testing-library/jest-dom/dist/jest-globals'>;
6666
}
67-
declare module '@testing-library/jest-dom/dist/matchers-7fb38cd4.js' {
68-
declare module.exports: $Exports<'@testing-library/jest-dom/dist/matchers-7fb38cd4'>;
67+
declare module '@testing-library/jest-dom/dist/matchers-a1259dd2.js' {
68+
declare module.exports: $Exports<'@testing-library/jest-dom/dist/matchers-a1259dd2'>;
6969
}
7070
declare module '@testing-library/jest-dom/dist/matchers.js' {
7171
declare module.exports: $Exports<'@testing-library/jest-dom/dist/matchers'>;

0 commit comments

Comments
 (0)