Skip to content

Commit 5128329

Browse files
feat(api): api update
1 parent 6c0b80e commit 5128329

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1793
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ee8c2cffcbe717617cb13252557a3de006816d9ed6b6aa8e054316663ef91c2b.yml
3-
openapi_spec_hash: 64cb39b96abfd876a27e679f44bb1eef
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-46ae98ac058f8748b8ce2ff270c37edc601a9980f18cebe115f7df45974e7b9e.yml
3+
openapi_spec_hash: 48d63c6a54028125b8be56594f86f899
44
config_hash: de4c81cee29cd7dd907279e8916b334f

src/resources/email-security/investigate/reclassify.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ export interface ReclassifyCreateParams {
5050
/**
5151
* Body param: Base64 encoded content of the EML file
5252
*/
53-
eml_content?: string | null;
53+
eml_content?: string;
54+
55+
/**
56+
* Body param:
57+
*/
58+
escalated_submission_id?: string;
5459
}
5560

5661
export declare namespace Reclassify {

tests/api-resources/email-security/investigate/reclassify.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe('resource reclassify', () => {
2929
account_id: '023e105f4ecef8ad9ca31a8372d0c353',
3030
expected_disposition: 'NONE',
3131
eml_content: 'eml_content',
32+
escalated_submission_id: 'escalated_submission_id',
3233
});
3334
});
3435
});

0 commit comments

Comments
 (0)