Skip to content

Commit 6c507de

Browse files
committed
Revert breaking ulong change
1 parent 16b4797 commit 6c507de

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/xpack/usage/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { ByteSize, Field, Name } from '@_types/common'
21-
import { double, integer, long, uint } from '@_types/Numeric'
21+
import { double, integer, long, uint, ulong } from '@_types/Numeric'
2222
import { Duration, DurationValue, UnitMillis } from '@_types/Time'
2323
import { JobStatistics } from '@ml/_types/Job'
2424
import { Statistics } from '@slm/_types/SnapshotLifecycle'
@@ -325,7 +325,7 @@ export class SecurityRolesDlsBitSetCache {
325325
/** Human-readable amount of memory taken up by the cache. */
326326
memory?: ByteSize
327327
/** Memory taken up by the cache in bytes. */
328-
memory_in_bytes: long
328+
memory_in_bytes: ulong
329329
/**
330330
* Total number of cache hits.
331331
* @availability stack since=9.2.0

0 commit comments

Comments
 (0)