@twin.org/node-core 0.0.3-next.63 → 0.0.3-next.65

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.
@@ -1685,7 +1685,7 @@ The length of time to retain the activity logs for in minutes, set to -1 to keep
1685
1685
 
1686
1686
  > `optional` **dataspaceActivityLogsCleanupInterval?**: `string`
1687
1687
 
1688
- The interval for cleaning up the activity logs.
1688
+ The interval in minutes for cleaning up the activity logs.
1689
1689
 
1690
1690
  #### Default
1691
1691
 
@@ -1714,6 +1714,76 @@ Example: "dataspace/entities"
1714
1714
 
1715
1715
  ***
1716
1716
 
1717
+ ### dataspaceAutoStartTransfers? {#dataspaceautostarttransfers}
1718
+
1719
+ > `optional` **dataspaceAutoStartTransfers?**: `string`
1720
+
1721
+ Whether the provider immediately starts a transfer once it has been requested.
1722
+ When false the transfer stays in REQUESTED until the provider explicitly calls transferStarted.
1723
+
1724
+ #### Default
1725
+
1726
+ ```ts
1727
+ false
1728
+ ```
1729
+
1730
+ #### Inherited from
1731
+
1732
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`dataspaceAutoStartTransfers`](IEngineServerEnvironmentVariables.md#dataspaceautostarttransfers)
1733
+
1734
+ ***
1735
+
1736
+ ### dataspaceStalledNegotiationTimeout? {#dataspacestallednegotiationtimeout}
1737
+
1738
+ > `optional` **dataspaceStalledNegotiationTimeout?**: `string`
1739
+
1740
+ How long in minutes a negotiation may sit without progress before it is treated as timed out.
1741
+
1742
+ #### Default
1743
+
1744
+ ```ts
1745
+ 30
1746
+ ```
1747
+
1748
+ #### Inherited from
1749
+
1750
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`dataspaceStalledNegotiationTimeout`](IEngineServerEnvironmentVariables.md#dataspacestallednegotiationtimeout)
1751
+
1752
+ ***
1753
+
1754
+ ### dataspaceStalledTransferTimeout? {#dataspacestalledtransfertimeout}
1755
+
1756
+ > `optional` **dataspaceStalledTransferTimeout?**: `string`
1757
+
1758
+ How long in minutes a consumer-initiated transfer may sit in REQUESTED without the provider
1759
+ progressing it before it is treated as timed out.
1760
+
1761
+ #### Default
1762
+
1763
+ ```ts
1764
+ 30
1765
+ ```
1766
+
1767
+ #### Inherited from
1768
+
1769
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`dataspaceStalledTransferTimeout`](IEngineServerEnvironmentVariables.md#dataspacestalledtransfertimeout)
1770
+
1771
+ ***
1772
+
1773
+ ### dataspaceCallbackPath? {#dataspacecallbackpath}
1774
+
1775
+ > `optional` **dataspaceCallbackPath?**: `string`
1776
+
1777
+ Path under which the dataspace control plane is mounted (path only, not full URL).
1778
+ This must match the control-plane REST mount, as it is combined with the public
1779
+ origin to build the consumer's advertised callback address.
1780
+
1781
+ #### Inherited from
1782
+
1783
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`dataspaceCallbackPath`](IEngineServerEnvironmentVariables.md#dataspacecallbackpath)
1784
+
1785
+ ***
1786
+
1717
1787
  ### healthEnabled? {#healthenabled}
1718
1788
 
1719
1789
  > `optional` **healthEnabled?**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node-core",
3
- "version": "0.0.3-next.63",
3
+ "version": "0.0.3-next.65",
4
4
  "description": "TWIN Node Core for serving APIs using the specified configuration",
5
5
  "repository": {
6
6
  "type": "git",