@yousolution/node-red-contrib-you-sap-service-layer 0.0.5 → 0.0.6
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/nodes/serviceSap.html +9 -9
- package/package.json +1 -1
package/nodes/serviceSap.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
// docEntry: {value: ''},
|
|
22
22
|
// code: {value: ''},
|
|
23
23
|
headers: {value: ''},
|
|
24
|
-
|
|
24
|
+
bodyPost: {value: ''}
|
|
25
25
|
},
|
|
26
26
|
inputs:1,
|
|
27
27
|
outputs:1,
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
value: 'headers'
|
|
59
59
|
});
|
|
60
60
|
|
|
61
|
-
$("#node-input-
|
|
61
|
+
$("#node-input-bodyPost").typedInput({
|
|
62
62
|
type:"msg",
|
|
63
63
|
types:["msg"],
|
|
64
|
-
typeField: "#node-input-
|
|
65
|
-
value: '
|
|
64
|
+
typeField: "#node-input-bodyPost-type",
|
|
65
|
+
value: 'bodyPost'
|
|
66
66
|
});
|
|
67
67
|
|
|
68
68
|
// jQuery("#node-input-entity").change(function() {
|
|
@@ -147,15 +147,15 @@
|
|
|
147
147
|
</div>
|
|
148
148
|
|
|
149
149
|
<div class="form-row">
|
|
150
|
-
<label for="node-input-type"><i class="fa fa-cog"></i>
|
|
151
|
-
<input type="text" id="node-input-
|
|
152
|
-
<input type="hidden" id="node-input-
|
|
150
|
+
<label for="node-input-type"><i class="fa fa-cog"></i> BodyPost</label>
|
|
151
|
+
<input type="text" id="node-input-bodyPost">
|
|
152
|
+
<input type="hidden" id="node-input-bodyPost-type">
|
|
153
153
|
</div>
|
|
154
154
|
</script>
|
|
155
155
|
|
|
156
156
|
<!-- Documentation -->
|
|
157
157
|
<script type="text/html" data-help-name="serviceSap">
|
|
158
|
-
<p>
|
|
158
|
+
<p>Post action</p>
|
|
159
159
|
|
|
160
160
|
<h3>Inputs</h3>
|
|
161
161
|
<dl class="message-properties">
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
<span class="property-type">number | string</span>
|
|
172
172
|
</dt>
|
|
173
173
|
<dd> the id of the entity of SAP </dd>
|
|
174
|
-
<dt>
|
|
174
|
+
<dt>bodyPost
|
|
175
175
|
<span class="property-type">object</span>
|
|
176
176
|
</dt>
|
|
177
177
|
<dd> data to update to the entity </dd>
|