jsegd-fluig-types 1.0.41 → 1.0.42

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.41",
3
+ "version": "1.0.42",
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",
@@ -228,6 +228,7 @@ declare global {
228
228
  }
229
229
  class String extends java.lang.Object {
230
230
  constructor()
231
+ constructor(value: string);
231
232
  constructor(arg: char[])
232
233
  constructor(arg: java.lang.String)
233
234
  constructor(bytes: byte[])