@@ -53,11 +53,11 @@ export class PCAPs extends APIResource {
53
53
}
54
54
55
55
export type PCAPCreateResponse =
56
- | PCAPCreateResponse . MxJLrR6tPCAPsResponseSimple
57
- | PCAPCreateResponse . MxJLrR6tPCAPsResponseFull ;
56
+ | PCAPCreateResponse . _5aubKvqtPCAPsResponseSimple
57
+ | PCAPCreateResponse . _5aubKvqtPCAPsResponseFull ;
58
58
59
59
export namespace PCAPCreateResponse {
60
- export interface MxJLrR6tPCAPsResponseSimple {
60
+ export interface _5aubKvqtPCAPsResponseSimple {
61
61
/**
62
62
* The ID for the packet capture.
63
63
*/
@@ -66,7 +66,7 @@ export namespace PCAPCreateResponse {
66
66
/**
67
67
* The packet capture filter. When this field is empty, all packets are captured.
68
68
*/
69
- filter_v1 ?: MxJLrR6tPCAPsResponseSimple . FilterV1 ;
69
+ filter_v1 ?: _5aubKvqtPCAPsResponseSimple . FilterV1 ;
70
70
71
71
/**
72
72
* The status of the packet capture request.
@@ -103,7 +103,7 @@ export namespace PCAPCreateResponse {
103
103
type ?: 'simple' | 'full' ;
104
104
}
105
105
106
- export namespace MxJLrR6tPCAPsResponseSimple {
106
+ export namespace _5aubKvqtPCAPsResponseSimple {
107
107
/**
108
108
* The packet capture filter. When this field is empty, all packets are captured.
109
109
*/
@@ -135,7 +135,7 @@ export namespace PCAPCreateResponse {
135
135
}
136
136
}
137
137
138
- export interface MxJLrR6tPCAPsResponseFull {
138
+ export interface _5aubKvqtPCAPsResponseFull {
139
139
/**
140
140
* The ID for the packet capture.
141
141
*/
@@ -168,7 +168,7 @@ export namespace PCAPCreateResponse {
168
168
/**
169
169
* The packet capture filter. When this field is empty, all packets are captured.
170
170
*/
171
- filter_v1 ?: MxJLrR6tPCAPsResponseFull . FilterV1 ;
171
+ filter_v1 ?: _5aubKvqtPCAPsResponseFull . FilterV1 ;
172
172
173
173
/**
174
174
* The status of the packet capture request.
@@ -205,7 +205,7 @@ export namespace PCAPCreateResponse {
205
205
type ?: 'simple' | 'full' ;
206
206
}
207
207
208
- export namespace MxJLrR6tPCAPsResponseFull {
208
+ export namespace _5aubKvqtPCAPsResponseFull {
209
209
/**
210
210
* The packet capture filter. When this field is empty, all packets are captured.
211
211
*/
@@ -239,11 +239,11 @@ export namespace PCAPCreateResponse {
239
239
}
240
240
241
241
export type PCAPListResponse = Array <
242
- PCAPListResponse . MxJLrR6tPCAPsResponseSimple | PCAPListResponse . MxJLrR6tPCAPsResponseFull
242
+ PCAPListResponse . _5aubKvqtPCAPsResponseSimple | PCAPListResponse . _5aubKvqtPCAPsResponseFull
243
243
> ;
244
244
245
245
export namespace PCAPListResponse {
246
- export interface MxJLrR6tPCAPsResponseSimple {
246
+ export interface _5aubKvqtPCAPsResponseSimple {
247
247
/**
248
248
* The ID for the packet capture.
249
249
*/
@@ -252,7 +252,7 @@ export namespace PCAPListResponse {
252
252
/**
253
253
* The packet capture filter. When this field is empty, all packets are captured.
254
254
*/
255
- filter_v1 ?: MxJLrR6tPCAPsResponseSimple . FilterV1 ;
255
+ filter_v1 ?: _5aubKvqtPCAPsResponseSimple . FilterV1 ;
256
256
257
257
/**
258
258
* The status of the packet capture request.
@@ -289,7 +289,7 @@ export namespace PCAPListResponse {
289
289
type ?: 'simple' | 'full' ;
290
290
}
291
291
292
- export namespace MxJLrR6tPCAPsResponseSimple {
292
+ export namespace _5aubKvqtPCAPsResponseSimple {
293
293
/**
294
294
* The packet capture filter. When this field is empty, all packets are captured.
295
295
*/
@@ -321,7 +321,7 @@ export namespace PCAPListResponse {
321
321
}
322
322
}
323
323
324
- export interface MxJLrR6tPCAPsResponseFull {
324
+ export interface _5aubKvqtPCAPsResponseFull {
325
325
/**
326
326
* The ID for the packet capture.
327
327
*/
@@ -354,7 +354,7 @@ export namespace PCAPListResponse {
354
354
/**
355
355
* The packet capture filter. When this field is empty, all packets are captured.
356
356
*/
357
- filter_v1 ?: MxJLrR6tPCAPsResponseFull . FilterV1 ;
357
+ filter_v1 ?: _5aubKvqtPCAPsResponseFull . FilterV1 ;
358
358
359
359
/**
360
360
* The status of the packet capture request.
@@ -391,7 +391,7 @@ export namespace PCAPListResponse {
391
391
type ?: 'simple' | 'full' ;
392
392
}
393
393
394
- export namespace MxJLrR6tPCAPsResponseFull {
394
+ export namespace _5aubKvqtPCAPsResponseFull {
395
395
/**
396
396
* The packet capture filter. When this field is empty, all packets are captured.
397
397
*/
@@ -425,11 +425,11 @@ export namespace PCAPListResponse {
425
425
}
426
426
427
427
export type PCAPGetResponse =
428
- | PCAPGetResponse . MxJLrR6tPCAPsResponseSimple
429
- | PCAPGetResponse . MxJLrR6tPCAPsResponseFull ;
428
+ | PCAPGetResponse . _5aubKvqtPCAPsResponseSimple
429
+ | PCAPGetResponse . _5aubKvqtPCAPsResponseFull ;
430
430
431
431
export namespace PCAPGetResponse {
432
- export interface MxJLrR6tPCAPsResponseSimple {
432
+ export interface _5aubKvqtPCAPsResponseSimple {
433
433
/**
434
434
* The ID for the packet capture.
435
435
*/
@@ -438,7 +438,7 @@ export namespace PCAPGetResponse {
438
438
/**
439
439
* The packet capture filter. When this field is empty, all packets are captured.
440
440
*/
441
- filter_v1 ?: MxJLrR6tPCAPsResponseSimple . FilterV1 ;
441
+ filter_v1 ?: _5aubKvqtPCAPsResponseSimple . FilterV1 ;
442
442
443
443
/**
444
444
* The status of the packet capture request.
@@ -475,7 +475,7 @@ export namespace PCAPGetResponse {
475
475
type ?: 'simple' | 'full' ;
476
476
}
477
477
478
- export namespace MxJLrR6tPCAPsResponseSimple {
478
+ export namespace _5aubKvqtPCAPsResponseSimple {
479
479
/**
480
480
* The packet capture filter. When this field is empty, all packets are captured.
481
481
*/
@@ -507,7 +507,7 @@ export namespace PCAPGetResponse {
507
507
}
508
508
}
509
509
510
- export interface MxJLrR6tPCAPsResponseFull {
510
+ export interface _5aubKvqtPCAPsResponseFull {
511
511
/**
512
512
* The ID for the packet capture.
513
513
*/
@@ -540,7 +540,7 @@ export namespace PCAPGetResponse {
540
540
/**
541
541
* The packet capture filter. When this field is empty, all packets are captured.
542
542
*/
543
- filter_v1 ?: MxJLrR6tPCAPsResponseFull . FilterV1 ;
543
+ filter_v1 ?: _5aubKvqtPCAPsResponseFull . FilterV1 ;
544
544
545
545
/**
546
546
* The status of the packet capture request.
@@ -577,7 +577,7 @@ export namespace PCAPGetResponse {
577
577
type ?: 'simple' | 'full' ;
578
578
}
579
579
580
- export namespace MxJLrR6tPCAPsResponseFull {
580
+ export namespace _5aubKvqtPCAPsResponseFull {
581
581
/**
582
582
* The packet capture filter. When this field is empty, all packets are captured.
583
583
*/
0 commit comments