jsegd-fluig-types 1.0.46 → 1.0.48

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.46",
3
+ "version": "1.0.48",
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",
@@ -156,7 +156,7 @@ declare global {
156
156
  static getUserTaskLink(numAtividade: number): string
157
157
  static getActualThread(companyNumber: number, processNumber: number, activityNumber: number): number
158
158
  static createAdHocTasks(processoId: number, sequenciaId: number, assunto: string, detalhamento: string, tarefas: unknown[]): void
159
- static listAttachments(): java.util.List<java.lang.Object>
159
+ static listAttachments(): java.util.List<com.totvs.technology.ecm.workflow.ws.DocumentDto>
160
160
  static publishWorkflowAttachment(documentDto: unknown): void
161
161
  static attachDocument(documentId: number): void
162
162
  /**