Skip to content

Commit fa31d38

Browse files
committed
fixup! License header
1 parent 0617f58 commit fa31d38

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

specification/security/bulk_delete_role/SecurityBulkDeleteRoleRequest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
* under the License.
1818
*/
1919

20-
import { Dictionary } from '@spec_utils/Dictionary'
2120
import { RequestBase } from '@_types/Base'
2221
import { Refresh } from '@_types/common'
23-
import { RoleDescriptor } from '@security/_types/RoleDescriptor'
2422

2523
/**
2624
* The role management APIs are generally the preferred way to manage roles, rather than using file-based role management.

specification/security/bulk_delete_role/SecurityBulkDeleteRoleResponse.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Licensed to Elasticsearch B.V. under one or more contributor
33
* license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
import { Dictionary } from '@spec_utils/Dictionary'
2021
import { ErrorCause } from '@_types/Errors'
2122
import { integer } from '@_types/Numeric'

0 commit comments

Comments
 (0)