@trakit/commands 0.0.16 → 0.0.17

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.
Files changed (145) hide show
  1. package/API/Requests/Parameters/ParamCode.d.ts +3 -2
  2. package/API/Requests/Parameters/ParamGuid.d.ts +3 -2
  3. package/API/Requests/Parameters/ParamId.d.ts +3 -2
  4. package/API/Requests/Parameters/ParamIdentifier.d.ts +3 -1
  5. package/API/Requests/Parameters/ParamKey.d.ts +3 -2
  6. package/API/Requests/Parameters/ParamLogin.d.ts +3 -2
  7. package/API/Requests/Parameters/ParamMerge.d.ts +3 -2
  8. package/API/Requests/Parameters/ParamMergeSubscribable.d.ts +1 -0
  9. package/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +1 -1
  10. package/Accounts/Contacts/Requests/PayContact.d.ts +5 -0
  11. package/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +1 -0
  12. package/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +1 -0
  13. package/Accounts/Contacts/Requests/PayContactGet.d.ts +1 -0
  14. package/Accounts/Contacts/Requests/PayContactList.d.ts +2 -0
  15. package/Accounts/Contacts/Requests/PayContactMerge.d.ts +1 -0
  16. package/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +1 -1
  17. package/Accounts/Groups/Requests/PayUserGroup.d.ts +3 -2
  18. package/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +1 -0
  19. package/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +1 -0
  20. package/Accounts/Groups/Requests/PayUserGroupGet.d.ts +1 -0
  21. package/Accounts/Groups/Requests/PayUserGroupList.d.ts +2 -0
  22. package/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +1 -0
  23. package/Accounts/Machines/Requests/PayMachine.d.ts +1 -0
  24. package/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +1 -0
  25. package/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +1 -0
  26. package/Accounts/Machines/Requests/PayMachineGet.d.ts +1 -0
  27. package/Accounts/Machines/Requests/PayMachineList.d.ts +2 -0
  28. package/Accounts/Machines/Requests/PayMachineMerge.d.ts +1 -0
  29. package/Accounts/Permissions/ParamPermission.d.ts +3 -2
  30. package/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +1 -1
  31. package/Accounts/Self/Requests/PaySelfContact.d.ts +1 -1
  32. package/Accounts/Self/Requests/PaySelfLogin.d.ts +1 -1
  33. package/Accounts/Self/Requests/PaySelfPassword.d.ts +1 -1
  34. package/Accounts/Self/Requests/PaySelfPreferences.d.ts +1 -1
  35. package/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +3 -2
  36. package/Accounts/Sessions/Requests/PaySessionGet.d.ts +1 -0
  37. package/Accounts/Sessions/Requests/PaySessionList.d.ts +2 -0
  38. package/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +1 -1
  39. package/Accounts/Users/Requests/PayUser.d.ts +1 -0
  40. package/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +1 -0
  41. package/Accounts/Users/Requests/PayUserAdvancedList.d.ts +5 -2
  42. package/Accounts/Users/Requests/PayUserBatchDelete.d.ts +1 -0
  43. package/Accounts/Users/Requests/PayUserBatchMerge.d.ts +1 -0
  44. package/Accounts/Users/Requests/PayUserGeneralGet.d.ts +1 -0
  45. package/Accounts/Users/Requests/PayUserGeneralList.d.ts +5 -2
  46. package/Accounts/Users/Requests/PayUserGet.d.ts +1 -0
  47. package/Accounts/Users/Requests/PayUserList.d.ts +3 -0
  48. package/Accounts/Users/Requests/PayUserMerge.d.ts +1 -0
  49. package/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +1 -1
  50. package/Assets/Requests/Parameters/ParamAssetMerge.d.ts +1 -1
  51. package/Assets/Requests/PayAsset.d.ts +1 -0
  52. package/Assets/Requests/PayAssetAdvancedGet.d.ts +1 -0
  53. package/Assets/Requests/PayAssetAdvancedList.d.ts +4 -0
  54. package/Assets/Requests/PayAssetBatchDelete.d.ts +1 -0
  55. package/Assets/Requests/PayAssetBatchMerge.d.ts +1 -0
  56. package/Assets/Requests/PayAssetDispatchGet.d.ts +1 -8
  57. package/Assets/Requests/PayAssetDispatchList.d.ts +5 -14
  58. package/Assets/Requests/PayAssetDispatchMerge.d.ts +3 -2
  59. package/Assets/Requests/PayAssetGeneralGet.d.ts +1 -0
  60. package/Assets/Requests/PayAssetGeneralList.d.ts +4 -0
  61. package/Assets/Requests/PayAssetGet.d.ts +1 -0
  62. package/Assets/Requests/PayAssetList.d.ts +4 -0
  63. package/Assets/Requests/PayAssetMerge.d.ts +1 -0
  64. package/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +1 -1
  65. package/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +1 -0
  66. package/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +1 -0
  67. package/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +1 -0
  68. package/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +1 -0
  69. package/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +2 -0
  70. package/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +1 -0
  71. package/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +3 -0
  72. package/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +4 -0
  73. package/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +1 -1
  74. package/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +1 -0
  75. package/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +1 -0
  76. package/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +1 -0
  77. package/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +1 -0
  78. package/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +2 -0
  79. package/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +1 -0
  80. package/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +1 -1
  81. package/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +1 -1
  82. package/Companies/Requests/Parameters/ParamEmailServer.d.ts +1 -1
  83. package/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +1 -1
  84. package/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +1 -1
  85. package/Companies/Requests/Parameters/ParamSmsServer.d.ts +1 -1
  86. package/Companies/Requests/PayCompany.d.ts +1 -0
  87. package/Companies/Requests/PayCompanyBatchDelete.d.ts +1 -0
  88. package/Companies/Requests/PayCompanyBatchMerge.d.ts +1 -0
  89. package/Companies/Requests/PayCompanyDirectoryGet.d.ts +1 -0
  90. package/Companies/Requests/PayCompanyDirectoryList.d.ts +2 -0
  91. package/Companies/Requests/PayCompanyGeneralGet.d.ts +1 -0
  92. package/Companies/Requests/PayCompanyGeneralList.d.ts +2 -0
  93. package/Companies/Requests/PayCompanyGet.d.ts +1 -0
  94. package/Companies/Requests/PayCompanyMerge.d.ts +1 -0
  95. package/Companies/Requests/PayCompanyPolicyGet.d.ts +1 -0
  96. package/Companies/Requests/PayCompanyPolicyList.d.ts +2 -0
  97. package/Companies/Requests/PayCompanyResellerGet.d.ts +1 -0
  98. package/Companies/Requests/PayCompanyResellerList.d.ts +2 -0
  99. package/Companies/Requests/PayCompanyResellerMerge.d.ts +1 -0
  100. package/Companies/Requests/PayCompanyStyleGet.d.ts +1 -0
  101. package/Companies/Requests/PayCompanyStyleList.d.ts +2 -0
  102. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +1 -1
  103. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +1 -1
  104. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +1 -1
  105. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +1 -1
  106. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +1 -1
  107. package/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +1 -0
  108. package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +1 -0
  109. package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +1 -0
  110. package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +1 -0
  111. package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +1 -0
  112. package/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +1 -0
  113. package/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +1 -0
  114. package/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +1 -0
  115. package/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +7 -0
  116. package/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +1 -0
  117. package/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +1 -1
  118. package/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +1 -0
  119. package/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +1 -0
  120. package/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +1 -0
  121. package/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +1 -0
  122. package/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +5 -0
  123. package/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +1 -0
  124. package/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +1 -1
  125. package/Hosting/Documents/Requests/PayDocument.d.ts +1 -0
  126. package/Hosting/Documents/Requests/PayDocumentGet.d.ts +1 -0
  127. package/Hosting/Documents/Requests/PayDocumentList.d.ts +2 -0
  128. package/Hosting/Documents/Requests/PayDocumentMerge.d.ts +1 -0
  129. package/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +1 -1
  130. package/Hosting/FormResults/Requests/PayFormResult.d.ts +1 -0
  131. package/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +1 -0
  132. package/Hosting/FormResults/Requests/PayFormResultGet.d.ts +1 -0
  133. package/Hosting/FormResults/Requests/PayFormResultList.d.ts +2 -0
  134. package/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +1 -0
  135. package/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +1 -1
  136. package/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +1 -1
  137. package/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +1 -0
  138. package/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +1 -0
  139. package/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +1 -0
  140. package/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +1 -0
  141. package/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +2 -0
  142. package/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +1 -0
  143. package/WebSocket/Requests/PaySubscriptionMerge.d.ts +1 -0
  144. package/package.json +2 -2
  145. package/trakit-commands.min.js +2 -2
@@ -22,6 +22,6 @@ export declare class ParamDispatchJobChange extends ParamMergeSubscribable {
22
22
  */
23
23
  steps: ParamDispatchStepChange[];
24
24
  constructor(json?: JsonObject);
25
- toJSON(): any;
25
+ toJSON(): JsonObject;
26
26
  }
27
27
  //# sourceMappingURL=ParamDispatchJobChange.d.ts.map
@@ -54,6 +54,6 @@ export declare class ParamDispatchJobMerge extends ParamMergeSubscribable {
54
54
  */
55
55
  steps: ParamDispatchStepMerge[] | nothing;
56
56
  constructor(json?: JsonObject);
57
- toJSON(): any;
57
+ toJSON(): JsonObject;
58
58
  }
59
59
  //# sourceMappingURL=ParamDispatchJobMerge.d.ts.map
@@ -23,6 +23,6 @@ export declare class ParamDispatchStepChange extends ParamMergeSubscribable {
23
23
  */
24
24
  status: DispatchStepStatus | nothing;
25
25
  constructor(json?: JsonObject);
26
- toJSON(): any;
26
+ toJSON(): JsonObject;
27
27
  }
28
28
  //# sourceMappingURL=ParamDispatchStepChange.d.ts.map
@@ -39,6 +39,6 @@ export declare class ParamDispatchStepMerge extends ParamMergeSubscribable {
39
39
  */
40
40
  signature: boolean | nothing;
41
41
  constructor(json?: JsonObject);
42
- toJSON(): any;
42
+ toJSON(): JsonObject;
43
43
  }
44
44
  //# sourceMappingURL=ParamDispatchStepMerge.d.ts.map
@@ -15,6 +15,7 @@ export declare abstract class PayDispatchJob extends Payload implements IPaySing
15
15
  *
16
16
  */
17
17
  getKey(): string;
18
+ toJSON(): JsonObject;
18
19
  }
19
20
  /**
20
21
  *
@@ -12,5 +12,6 @@ export declare class PayDispatchJobBatchCancel extends PayDispatchJobSpecial {
12
12
  dispatchJobs: ParamDispatchJobCancel[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDispatchJobBatchCancel.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayDispatchJobBatchChange extends PayDispatchJobSpecial {
12
12
  dispatchJobs: ParamDispatchJobChange[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDispatchJobBatchChange.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayDispatchJobBatchDelete extends PayDispatchJobSpecial {
12
12
  dispatchJobs: ParamId[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDispatchJobBatchDelete.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayDispatchJobBatchMerge extends PayDispatchJobSpecial {
12
12
  dispatchJobs: ParamDispatchJobMerge[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDispatchJobBatchMerge.d.ts.map
@@ -17,5 +17,6 @@ export declare class PayDispatchJobCancel extends PayDispatchJobSpecial implemen
17
17
  */
18
18
  getKey(): string;
19
19
  createReply(json: JsonObject): Reply;
20
+ toJSON(): JsonObject;
20
21
  }
21
22
  //# sourceMappingURL=PayDispatchJobCancel.d.ts.map
@@ -18,5 +18,6 @@ export declare class PayDispatchJobChange extends PayDispatchJobSpecial implemen
18
18
  */
19
19
  getKey(): string;
20
20
  createReply(json: JsonObject): Reply;
21
+ toJSON(): JsonObject;
21
22
  }
22
23
  //# sourceMappingURL=PayDispatchJobChange.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayDispatchJobGet extends PayDispatchJob implements IPayDel
12
12
  includeDeleted: boolean;
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDispatchJobGet.d.ts.map
@@ -16,6 +16,7 @@ export declare abstract class PayDispatchJobList extends Payload implements IPay
16
16
  */
17
17
  includeDeleted: boolean;
18
18
  constructor(json?: JsonObject);
19
+ toJSON(): JsonObject;
19
20
  }
20
21
  /**
21
22
  * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
@@ -27,6 +28,7 @@ export declare class PayDispatchJobListByCompany extends PayDispatchJobList impl
27
28
  company: ParamId;
28
29
  constructor(json?: JsonObject);
29
30
  createReply(json: JsonObject): Reply;
31
+ toJSON(): JsonObject;
30
32
  }
31
33
  /**
32
34
  * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
@@ -38,6 +40,7 @@ export declare class PayDispatchJobListByCompanyAndLabels extends PayDispatchJob
38
40
  labels: codified[];
39
41
  constructor(json?: JsonObject);
40
42
  createReply(json: JsonObject): Reply;
43
+ toJSON(): JsonObject;
41
44
  }
42
45
  /**
43
46
  * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
@@ -50,6 +53,7 @@ export declare class PayDispatchJobListByCompanyAndRefPairs extends PayDispatchJ
50
53
  references: Map<string, string>;
51
54
  constructor(json?: JsonObject);
52
55
  createReply(json: JsonObject): Reply;
56
+ toJSON(): JsonObject;
53
57
  }
54
58
  /**
55
59
  * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
@@ -61,6 +65,7 @@ export declare class PayDispatchJobListByAsset extends PayDispatchJobList implem
61
65
  asset: ParamId;
62
66
  constructor(json?: JsonObject);
63
67
  createReply(json: JsonObject): Reply;
68
+ toJSON(): JsonObject;
64
69
  }
65
70
  /**
66
71
  * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
@@ -72,6 +77,7 @@ export declare class PayDispatchJobListByAssetAndLabels extends PayDispatchJobLi
72
77
  labels: codified[];
73
78
  constructor(json?: JsonObject);
74
79
  createReply(json: JsonObject): Reply;
80
+ toJSON(): JsonObject;
75
81
  }
76
82
  /**
77
83
  * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
@@ -84,6 +90,7 @@ export declare class PayDispatchJobListByAssetAndRefPairs extends PayDispatchJob
84
90
  references: Map<string, string>;
85
91
  constructor(json?: JsonObject);
86
92
  createReply(json: JsonObject): Reply;
93
+ toJSON(): JsonObject;
87
94
  }
88
95
  /**
89
96
  * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
@@ -17,5 +17,6 @@ export declare class PayDispatchJobMerge extends Payload implements IPaySingle {
17
17
  */
18
18
  getKey(): string;
19
19
  createReply(json: JsonObject): Reply;
20
+ toJSON(): JsonObject;
20
21
  }
21
22
  //# sourceMappingURL=PayDispatchJobMerge.d.ts.map
@@ -67,6 +67,6 @@ export declare class ParamDispatchTaskMerge extends ParamMergeSubscribable {
67
67
  */
68
68
  status: DispatchTaskStatus | nothing;
69
69
  constructor(json?: JsonObject);
70
- toJSON(): any;
70
+ toJSON(): JsonObject;
71
71
  }
72
72
  //# sourceMappingURL=ParamDispatchTaskMerge.d.ts.map
@@ -15,5 +15,6 @@ export declare abstract class PayDispatchTask extends Payload implements IPaySin
15
15
  *
16
16
  */
17
17
  getKey(): string;
18
+ toJSON(): JsonObject;
18
19
  }
19
20
  //# sourceMappingURL=PayDispatchTask.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayDispatchTaskBatchDelete extends Payload {
12
12
  dispatchTasks: ParamId[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDispatchTaskBatchDelete.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayDispatchTaskBatchMerge extends Payload {
12
12
  dispatchTasks: ParamDispatchTaskMerge[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDispatchTaskBatchMerge.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayDispatchTaskGet extends PayDispatchTask implements IPayD
12
12
  includeDeleted: boolean;
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDispatchTaskGet.d.ts.map
@@ -15,6 +15,7 @@ export declare abstract class PayDispatchTaskList extends Payload implements IPa
15
15
  */
16
16
  includeDeleted: boolean;
17
17
  constructor(json?: JsonObject);
18
+ toJSON(): JsonObject;
18
19
  }
19
20
  /**
20
21
  * Gets the list of {@link DispatchTask}s for the specified {@link Asset}.
@@ -26,6 +27,7 @@ export declare class PayDispatchTaskListByAsset extends PayDispatchTaskList impl
26
27
  asset: ParamId;
27
28
  constructor(json?: JsonObject);
28
29
  createReply(json: JsonObject): Reply;
30
+ toJSON(): JsonObject;
29
31
  }
30
32
  /**
31
33
  * Gets the list of {@link DispatchTask}s for the specified {@link Asset} only if the specified reference fields match.
@@ -40,6 +42,7 @@ export declare class PayDispatchTaskListByAssetAndRefPairs extends PayDispatchTa
40
42
  references: Map<string, string>;
41
43
  constructor(json?: JsonObject);
42
44
  createReply(json: JsonObject): Reply;
45
+ toJSON(): JsonObject;
43
46
  }
44
47
  /**
45
48
  * Gets the list of {@link DispatchTask}s for the specified {@link Company}.
@@ -51,6 +54,7 @@ export declare class PayDispatchTaskListByCompany extends PayDispatchTaskList im
51
54
  company: ParamId;
52
55
  constructor(json?: JsonObject);
53
56
  createReply(json: JsonObject): Reply;
57
+ toJSON(): JsonObject;
54
58
  }
55
59
  /**
56
60
  * Gets the list of {@link DispatchTask}s for the specified {@link Company} only if the specified reference fields match.
@@ -65,5 +69,6 @@ export declare class PayDispatchTaskListByCompanyAndRefPairs extends PayDispatch
65
69
  references: Map<string, string>;
66
70
  constructor(json?: JsonObject);
67
71
  createReply(json: JsonObject): Reply;
72
+ toJSON(): JsonObject;
68
73
  }
69
74
  //# sourceMappingURL=PayDispatchTaskList.d.ts.map
@@ -17,5 +17,6 @@ export declare class PayDispatchTaskMerge extends Payload implements IPaySingle
17
17
  */
18
18
  getKey(): string;
19
19
  createReply(json: JsonObject): Reply;
20
+ toJSON(): JsonObject;
20
21
  }
21
22
  //# sourceMappingURL=PayDispatchTaskMerge.d.ts.map
@@ -32,6 +32,6 @@ export declare class ParamDocumentMerge extends ParamMergeSubscribable {
32
32
  */
33
33
  references: Map<string, string | nothing> | nothing;
34
34
  constructor(json?: JsonObject);
35
- toJSON(): any;
35
+ toJSON(): JsonObject;
36
36
  }
37
37
  //# sourceMappingURL=ParamDocumentMerge.d.ts.map
@@ -15,5 +15,6 @@ export declare abstract class PayDocument extends Payload implements IPaySingle
15
15
  *
16
16
  */
17
17
  getKey(): string;
18
+ toJSON(): JsonObject;
18
19
  }
19
20
  //# sourceMappingURL=PayDocument.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayDocumentGet extends PayDocument implements IPayDeletable
12
12
  includeDeleted: boolean;
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayDocumentGet.d.ts.map
@@ -13,6 +13,7 @@ export declare abstract class PayDocumentList extends Payload implements IPayDel
13
13
  */
14
14
  includeDeleted: boolean;
15
15
  constructor(json?: JsonObject);
16
+ toJSON(): JsonObject;
16
17
  }
17
18
  /**
18
19
  * Contains the {@link Company.id} of the collection.
@@ -24,5 +25,6 @@ export declare class PayDocumentListByCompany extends PayDocumentList implements
24
25
  company: ParamId;
25
26
  constructor(json?: JsonObject);
26
27
  createReply(json: JsonObject): Reply;
28
+ toJSON(): JsonObject;
27
29
  }
28
30
  //# sourceMappingURL=PayDocumentList.d.ts.map
@@ -17,5 +17,6 @@ export declare class PayDocumentMerge extends Payload implements IPaySingle {
17
17
  */
18
18
  getKey(): string;
19
19
  createReply(json: JsonObject): Reply;
20
+ toJSON(): JsonObject;
20
21
  }
21
22
  //# sourceMappingURL=PayDocumentMerge.d.ts.map
@@ -42,6 +42,6 @@ export declare class ParamFormResultMerge extends ParamMergeSubscribable {
42
42
  */
43
43
  latlng: LatLng | nothing;
44
44
  constructor(json?: JsonObject);
45
- toJSON(): any;
45
+ toJSON(): JsonObject;
46
46
  }
47
47
  //# sourceMappingURL=ParamFormResultMerge.d.ts.map
@@ -15,5 +15,6 @@ export declare abstract class PayFormResult extends Payload implements IPaySingl
15
15
  *
16
16
  */
17
17
  getKey(): string;
18
+ toJSON(): JsonObject;
18
19
  }
19
20
  //# sourceMappingURL=PayFormResult.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayFormResultBatchMerge extends Payload {
12
12
  formResults: ParamFormResultMerge[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayFormResultBatchMerge.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayFormResultGet extends PayFormResult implements IPayDelet
12
12
  includeDeleted: boolean;
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayFormResultGet.d.ts.map
@@ -13,6 +13,7 @@ export declare abstract class PayFormResultList extends Payload implements IPayD
13
13
  */
14
14
  includeDeleted: boolean;
15
15
  constructor(json?: JsonObject);
16
+ toJSON(): JsonObject;
16
17
  }
17
18
  /**
18
19
  * Contains the {@link Company.id} of the collection.
@@ -24,5 +25,6 @@ export declare class PayFormResultListByCompany extends PayFormResultList implem
24
25
  company: ParamId;
25
26
  constructor(json?: JsonObject);
26
27
  createReply(json: JsonObject): Reply;
28
+ toJSON(): JsonObject;
27
29
  }
28
30
  //# sourceMappingURL=PayFormResultList.d.ts.map
@@ -17,5 +17,6 @@ export declare class PayFormResultMerge extends Payload implements IPaySingle {
17
17
  */
18
18
  getKey(): string;
19
19
  createReply(json: JsonObject): Reply;
20
+ toJSON(): JsonObject;
20
21
  }
21
22
  //# sourceMappingURL=PayFormResultMerge.d.ts.map
@@ -73,6 +73,6 @@ export declare class ParamFormField extends ParamMerge {
73
73
  */
74
74
  maximum: long | double | Date | TimeSpan | nothing;
75
75
  constructor(json?: JsonObject);
76
- toJSON(): any;
76
+ toJSON(): JsonObject;
77
77
  }
78
78
  //# sourceMappingURL=ParamFormField.d.ts.map
@@ -15,6 +15,6 @@ export declare class ParamFormTemplateMerge extends ParamMergeSubscribable {
15
15
  stroke: string | nothing;
16
16
  graphic: string | nothing;
17
17
  constructor(json?: JsonObject);
18
- toJSON(): any;
18
+ toJSON(): JsonObject;
19
19
  }
20
20
  //# sourceMappingURL=ParamFormTemplateMerge.d.ts.map
@@ -15,5 +15,6 @@ export declare abstract class PayFormTemplate extends Payload implements IPaySin
15
15
  *
16
16
  */
17
17
  getKey(): string;
18
+ toJSON(): JsonObject;
18
19
  }
19
20
  //# sourceMappingURL=PayFormTemplate.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayFormTemplateBatchDelete extends Payload {
12
12
  formTemplates: ParamId[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayFormTemplateBatchDelete.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayFormTemplateBatchMerge extends Payload {
12
12
  formTemplates: ParamFormTemplateMerge[];
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayFormTemplateBatchMerge.d.ts.map
@@ -12,5 +12,6 @@ export declare class PayFormTemplateGet extends PayFormTemplate implements IPayD
12
12
  includeDeleted: boolean;
13
13
  constructor(json?: JsonObject);
14
14
  createReply(json: JsonObject): Reply;
15
+ toJSON(): JsonObject;
15
16
  }
16
17
  //# sourceMappingURL=PayFormTemplateGet.d.ts.map
@@ -13,6 +13,7 @@ export declare abstract class PayFormTemplateList extends Payload implements IPa
13
13
  */
14
14
  includeDeleted: boolean;
15
15
  constructor(json?: JsonObject);
16
+ toJSON(): JsonObject;
16
17
  }
17
18
  /**
18
19
  * Contains the {@link Company.id} of the collection.
@@ -24,5 +25,6 @@ export declare class PayFormTemplateListByCompany extends PayFormTemplateList im
24
25
  company: ParamId;
25
26
  constructor(json?: JsonObject);
26
27
  createReply(json: JsonObject): Reply;
28
+ toJSON(): JsonObject;
27
29
  }
28
30
  //# sourceMappingURL=PayFormTemplateList.d.ts.map
@@ -17,5 +17,6 @@ export declare class PayFormTemplateMerge extends Payload implements IPaySingle
17
17
  */
18
18
  getKey(): string;
19
19
  createReply(json: JsonObject): Reply;
20
+ toJSON(): JsonObject;
20
21
  }
21
22
  //# sourceMappingURL=PayFormTemplateMerge.d.ts.map
@@ -20,5 +20,6 @@ export declare class PaySubscriptionMerge extends Payload {
20
20
  subscriptionTypes: SubscriptionType[];
21
21
  constructor(json?: JsonObject);
22
22
  createReply(json: JsonObject): Reply;
23
+ toJSON(): JsonObject;
23
24
  }
24
25
  //# sourceMappingURL=PaySubscriptionMerge.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trakit/commands",
3
3
  "type": "module",
4
- "version": "0.0.16",
4
+ "version": "0.0.17",
5
5
  "main": "./trakit-commands.min.js",
6
6
  "types": "./index.d.ts",
7
7
  "scripts": {
@@ -34,6 +34,6 @@
34
34
  "vitest": "^4.0.7"
35
35
  },
36
36
  "dependencies": {
37
- "@trakit/objects": "^0.0.20"
37
+ "@trakit/objects": "^0.0.21"
38
38
  }
39
39
  }