@juhuu/sdk-ts 1.2.236 → 1.2.237
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1048,7 +1048,7 @@ interface EndCustomBlock extends BaseBlock {
|
|
|
1048
1048
|
in: Record<string, DataEdgeConnection>;
|
|
1049
1049
|
out: Record<string, never>;
|
|
1050
1050
|
data: {
|
|
1051
|
-
|
|
1051
|
+
outputParamDefinitionArray: ParamDefinition[];
|
|
1052
1052
|
};
|
|
1053
1053
|
}
|
|
1054
1054
|
type FlowBlock = StartCustomBlock | StartQuickActionLocationBlock | StartSessionUpdateBlock | StartLocationUpdateBlock | StartParameterUpdateBlock | ConstNumberBlock | ConstTextBlock | ConstBooleanBlock | MathAddBlock | MathSubtractBlock | MathMultiplyBlock | MathDivideBlock | MapDestructureBlock | ParameterRetrieveBlock | PropertyRetrieveBlock | LocationRetrieveBlock | SessionRetrieveBlock | DeviceRetrieveBlock | UserRetrieveBlock | ParameterUpdateBlock | DeviceUpdateBlock | LocationUpdateBlock | PropertyUpdateBlock | SessionTerminateBlock | IfBlock | HttpPatchBlock | HttpGetBlock | HttpPostBlock | HttpDeleteBlock | HttpPutBlock | MqttSendBlock | HttpPatchBlock | EndCustomBlock;
|
package/dist/index.d.ts
CHANGED
|
@@ -1048,7 +1048,7 @@ interface EndCustomBlock extends BaseBlock {
|
|
|
1048
1048
|
in: Record<string, DataEdgeConnection>;
|
|
1049
1049
|
out: Record<string, never>;
|
|
1050
1050
|
data: {
|
|
1051
|
-
|
|
1051
|
+
outputParamDefinitionArray: ParamDefinition[];
|
|
1052
1052
|
};
|
|
1053
1053
|
}
|
|
1054
1054
|
type FlowBlock = StartCustomBlock | StartQuickActionLocationBlock | StartSessionUpdateBlock | StartLocationUpdateBlock | StartParameterUpdateBlock | ConstNumberBlock | ConstTextBlock | ConstBooleanBlock | MathAddBlock | MathSubtractBlock | MathMultiplyBlock | MathDivideBlock | MapDestructureBlock | ParameterRetrieveBlock | PropertyRetrieveBlock | LocationRetrieveBlock | SessionRetrieveBlock | DeviceRetrieveBlock | UserRetrieveBlock | ParameterUpdateBlock | DeviceUpdateBlock | LocationUpdateBlock | PropertyUpdateBlock | SessionTerminateBlock | IfBlock | HttpPatchBlock | HttpGetBlock | HttpPostBlock | HttpDeleteBlock | HttpPutBlock | MqttSendBlock | HttpPatchBlock | EndCustomBlock;
|