@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.
@@ -21,7 +21,7 @@
21
21
  // docEntry: {value: ''},
22
22
  // code: {value: ''},
23
23
  headers: {value: ''},
24
- bodyPatch: {value: ''}
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-bodyPatch").typedInput({
61
+ $("#node-input-bodyPost").typedInput({
62
62
  type:"msg",
63
63
  types:["msg"],
64
- typeField: "#node-input-bodyPatch-type",
65
- value: 'bodyPatch'
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> BodyPatch</label>
151
- <input type="text" id="node-input-bodyPatch">
152
- <input type="hidden" id="node-input-bodyPatch-type">
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>Patch action</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>bodyPatch
174
+ <dt>bodyPost
175
175
  <span class="property-type">object</span>
176
176
  </dt>
177
177
  <dd> data to update to the entity </dd>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yousolution/node-red-contrib-you-sap-service-layer",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Unofficial module SAP Service Layer for NODE-RED",
5
5
  "license": "MIT",
6
6
  "scripts": {