jsegd-fluig-types 1.0.63 → 1.0.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsegd-fluig-types",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "Definições de tipos TypeScript para desenvolvimento na plataforma Fluig - Inclui APIs, SDK, datasets, workflows e webservices",
5
5
  "keywords": [
6
6
  "fluig",
@@ -31,6 +31,8 @@ declare global {
31
31
  constructor(bytes: byte[])
32
32
  constructor(bytes: byte[], charsetName: java.lang.String)
33
33
  charAt(index: number): char
34
+ chars(): java.util.stream.IntStream
35
+ codePoints(): java.util.stream.IntStream
34
36
  length(): number
35
37
  isEmpty(): boolean
36
38
  isBlank(): boolean