jsegd-fluig-types 1.0.47 → 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
|
@@ -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<
|
|
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
|
/**
|