jsegd-fluig-types 1.0.2 → 1.0.4

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/fluig.sdk.d.ts CHANGED
@@ -165,7 +165,7 @@ declare global {
165
165
  class CustomAppKeyService {}
166
166
  class DocumentationProxyServiceService {}
167
167
  class DocumentService {
168
- getDocumentContentAsBytes(documentId: java.lang.Integer): number[];
168
+ getDocumentContentAsBytes(documentId: java.lang.Integer): Uint8Array<ArrayBufferLike>;
169
169
  }
170
170
  class FavoritesService {}
171
171
  class FilterAPIService {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsegd-fluig-types",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Pacote de tipos para fluig",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "Elemar Deckmann",
package/types.d.ts CHANGED
@@ -430,7 +430,7 @@ declare global {
430
430
  }
431
431
 
432
432
  class JSONUtil {
433
- static toJSON(data: object): string;
433
+ static toJSON(data: object): java.lang.String;
434
434
  }
435
435
 
436
436
  enum ConstraintType {