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 +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -1
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):
|
|
168
|
+
getDocumentContentAsBytes(documentId: java.lang.Integer): Uint8Array<ArrayBufferLike>;
|
|
169
169
|
}
|
|
170
170
|
class FavoritesService {}
|
|
171
171
|
class FilterAPIService {}
|
package/package.json
CHANGED