File tree Expand file tree Collapse file tree 2 files changed +6
-62
lines changed
src/resources/cloudforce-one/threat-events Expand file tree Collapse file tree 2 files changed +6
-62
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1752
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4fd98a6315cb1b94edd2d2df35e2465c746911b41e1d86f1fba52d3e6d0be815 .yml
3
- openapi_spec_hash : 340470e070a8cc8c8f384adb719444d1
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6032d4dce84efd134480df9d7b9bd707dedead4b87d517a9e3457c188c94f1a3 .yml
3
+ openapi_spec_hash : 5402c67ce10fff73b2fc27137c2ee436
4
4
config_hash : cce40d4d65a4d67d5df957a75a15b567
Original file line number Diff line number Diff line change @@ -358,66 +358,10 @@ export interface ThreatEventDeleteResponse {
358
358
uuid : string ;
359
359
}
360
360
361
- export type ThreatEventBulkCreateResponse =
362
- Array < ThreatEventBulkCreateResponse . ThreatEventBulkCreateResponseItem > ;
363
-
364
- export namespace ThreatEventBulkCreateResponse {
365
- export interface ThreatEventBulkCreateResponseItem {
366
- id : number ;
367
-
368
- accountId : number ;
369
-
370
- attacker : string ;
371
-
372
- attackerCountry : string ;
373
-
374
- category : string ;
375
-
376
- categoryId : number ;
377
-
378
- date : string ;
379
-
380
- event : string ;
381
-
382
- indicator : string ;
383
-
384
- indicatorType : string ;
385
-
386
- indicatorTypeId : number ;
387
-
388
- killChain : number ;
389
-
390
- mitreAttack : Array < string > ;
391
-
392
- numReferenced : number ;
393
-
394
- numReferences : number ;
395
-
396
- rawId : string ;
397
-
398
- referenced : Array < string > ;
399
-
400
- referencedIds : Array < number > ;
401
-
402
- references : Array < string > ;
403
-
404
- referencesIds : Array < number > ;
405
-
406
- tags : Array < string > ;
407
-
408
- targetCountry : string ;
409
-
410
- targetIndustry : string ;
411
-
412
- tlp : string ;
413
-
414
- uuid : string ;
415
-
416
- insight ?: string ;
417
-
418
- releasabilityId ?: string ;
419
- }
420
- }
361
+ /**
362
+ * Number of created bulk events
363
+ */
364
+ export type ThreatEventBulkCreateResponse = number ;
421
365
422
366
export interface ThreatEventEditResponse {
423
367
id : number ;
You can’t perform that action at this time.
0 commit comments