jsegd-fluig-types 1.0.59 → 1.0.60
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
|
@@ -259,6 +259,40 @@ declare global {
|
|
|
259
259
|
'javax.naming.InitialContext': javax.naming.InitialContext
|
|
260
260
|
'com.fluig.sdk.api.FluigAPI': com.fluig.sdk.api.FluigAPI
|
|
261
261
|
'com.totvs.technology.ecm.workflow.ws.ECMWorkflowEngineServiceService': com.totvs.technology.ecm.workflow.ws.ECMWorkflowEngineServiceService
|
|
262
|
+
'com.totvs.technology.ecm.workflow.ws.Attachment': com.totvs.technology.ecm.workflow.ws.Attachment
|
|
263
|
+
'com.totvs.technology.ecm.workflow.ws.AttachmentArray': com.totvs.technology.ecm.workflow.ws.AttachmentArray
|
|
264
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessDefinitionDto': com.totvs.technology.ecm.workflow.ws.ProcessDefinitionDto
|
|
265
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessDefinitionDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessDefinitionDtoArray
|
|
266
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessDefinitionVersionDto': com.totvs.technology.ecm.workflow.ws.ProcessDefinitionVersionDto
|
|
267
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessDefinitionVersionDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessDefinitionVersionDtoArray
|
|
268
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessStateDto': com.totvs.technology.ecm.workflow.ws.ProcessStateDto
|
|
269
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessStateDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessStateDtoArray
|
|
270
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessAttachmentDto': com.totvs.technology.ecm.workflow.ws.ProcessAttachmentDto
|
|
271
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessAttachmentDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessAttachmentDtoArray
|
|
272
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessTaskAppointmentDto': com.totvs.technology.ecm.workflow.ws.ProcessTaskAppointmentDto
|
|
273
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessTaskAppointmentDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessTaskAppointmentDtoArray
|
|
274
|
+
'com.totvs.technology.ecm.workflow.ws.KeyValueDto': com.totvs.technology.ecm.workflow.ws.KeyValueDto
|
|
275
|
+
'com.totvs.technology.ecm.workflow.ws.KeyValueDtoArray': com.totvs.technology.ecm.workflow.ws.KeyValueDtoArray
|
|
276
|
+
'com.totvs.technology.ecm.workflow.ws.DeadLineDto': com.totvs.technology.ecm.workflow.ws.DeadLineDto
|
|
277
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessHistoryDto': com.totvs.technology.ecm.workflow.ws.ProcessHistoryDto
|
|
278
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessHistoryDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessHistoryDtoArray
|
|
279
|
+
'com.totvs.technology.ecm.workflow.ws.AvailableUsersDto': com.totvs.technology.ecm.workflow.ws.AvailableUsersDto
|
|
280
|
+
'com.totvs.technology.ecm.workflow.ws.ColleagueDto': com.totvs.technology.ecm.workflow.ws.ColleagueDto
|
|
281
|
+
'com.totvs.technology.ecm.dm.ws.ECMCardServiceService': com.totvs.technology.ecm.dm.ws.ECMCardServiceService
|
|
282
|
+
'com.totvs.technology.ecm.dm.ws.CardDto': com.totvs.technology.ecm.dm.ws.CardDto
|
|
283
|
+
'com.totvs.technology.ecm.dm.ws.CardDtoArray': com.totvs.technology.ecm.dm.ws.CardDtoArray
|
|
284
|
+
'com.totvs.technology.ecm.dm.ws.CardFieldDto': com.totvs.technology.ecm.dm.ws.CardFieldDto
|
|
285
|
+
'com.totvs.technology.ecm.dm.ws.CardFieldDtoArray': com.totvs.technology.ecm.dm.ws.CardFieldDtoArray
|
|
286
|
+
'com.totvs.technology.ecm.dm.ws.ApproverDto': com.totvs.technology.ecm.dm.ws.ApproverDto
|
|
287
|
+
'com.totvs.technology.ecm.dm.ws.ApproverDtoArray': com.totvs.technology.ecm.dm.ws.ApproverDtoArray
|
|
288
|
+
'com.totvs.technology.ecm.dm.ws.DocumentSecurityConfigDto': com.totvs.technology.ecm.dm.ws.DocumentSecurityConfigDto
|
|
289
|
+
'com.totvs.technology.ecm.dm.ws.DocumentSecurityConfigDtoArray': com.totvs.technology.ecm.dm.ws.DocumentSecurityConfigDtoArray
|
|
290
|
+
'com.totvs.technology.ecm.dm.ws.RelatedDocumentDto': com.totvs.technology.ecm.dm.ws.RelatedDocumentDto
|
|
291
|
+
'com.totvs.technology.ecm.dm.ws.RelatedDocumentDtoArray': com.totvs.technology.ecm.dm.ws.RelatedDocumentDtoArray
|
|
292
|
+
'com.totvs.technology.ecm.dm.ws.Attachment': com.totvs.technology.ecm.dm.ws.Attachment
|
|
293
|
+
'com.totvs.technology.ecm.dm.ws.AttachmentArray': com.totvs.technology.ecm.dm.ws.AttachmentArray
|
|
294
|
+
'com.totvs.technology.ecm.dm.ws.WebServiceMessage': com.totvs.technology.ecm.dm.ws.WebServiceMessage
|
|
295
|
+
'com.totvs.technology.ecm.dm.ws.WebServiceMessageArray': com.totvs.technology.ecm.dm.ws.WebServiceMessageArray
|
|
262
296
|
}
|
|
263
297
|
|
|
264
298
|
class ServiceManager {
|
|
@@ -1371,40 +1371,6 @@ declare global {
|
|
|
1371
1371
|
}
|
|
1372
1372
|
}
|
|
1373
1373
|
}
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
}
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
namespace net {
|
|
1380
|
-
namespace java {
|
|
1381
|
-
namespace dev {
|
|
1382
|
-
namespace jaxb {
|
|
1383
|
-
namespace array {
|
|
1384
|
-
class StringArray {
|
|
1385
|
-
constructor()
|
|
1386
|
-
getItem(): java.util.List<string>
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
class IntArray {
|
|
1390
|
-
constructor()
|
|
1391
|
-
getItem(): java.util.List<number>
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
class StringArrayArray {
|
|
1395
|
-
constructor()
|
|
1396
|
-
getItem(): java.util.List<net.java.dev.jaxb.array.StringArray>
|
|
1397
|
-
}
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
namespace com {
|
|
1405
|
-
namespace totvs {
|
|
1406
|
-
namespace technology {
|
|
1407
|
-
namespace ecm {
|
|
1408
1374
|
namespace dm {
|
|
1409
1375
|
namespace ws {
|
|
1410
1376
|
// Localizador do serviço ECMCardService
|
|
@@ -1652,6 +1618,31 @@ declare global {
|
|
|
1652
1618
|
}
|
|
1653
1619
|
}
|
|
1654
1620
|
}
|
|
1621
|
+
|
|
1622
|
+
namespace net {
|
|
1623
|
+
namespace java {
|
|
1624
|
+
namespace dev {
|
|
1625
|
+
namespace jaxb {
|
|
1626
|
+
namespace array {
|
|
1627
|
+
class StringArray {
|
|
1628
|
+
constructor()
|
|
1629
|
+
getItem(): java.util.List<string>
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
class IntArray {
|
|
1633
|
+
constructor()
|
|
1634
|
+
getItem(): java.util.List<number>
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
class StringArrayArray {
|
|
1638
|
+
constructor()
|
|
1639
|
+
getItem(): java.util.List<net.java.dev.jaxb.array.StringArray>
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1655
1646
|
}
|
|
1656
1647
|
|
|
1657
1648
|
export {}
|