jsegd-fluig-types 1.0.28 → 1.0.29

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.28",
3
+ "version": "1.0.29",
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",
@@ -399,8 +399,8 @@ declare global {
399
399
 
400
400
  class message {
401
401
  confirm(settings: ConfirmSettings, callback: ConfirmCallback): void
402
- static alert(settings: AlertSettings, callback: MessageCallback): void
403
- static error(settings: ErrorSettings, callback: MessageCallback): void
402
+ alert(settings: AlertSettings, callback: MessageCallback): void
403
+ error(settings: ErrorSettings, callback: MessageCallback): void
404
404
  }
405
405
 
406
406
  // =============================