@izara_project/izara-market-library-service-schemas 1.0.64 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izara_project/izara-market-library-service-schemas",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "Schemas for Izara Market project",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -344,7 +344,7 @@ module.exports.updateMain = async (
344
344
  _izContext,
345
345
  await dynamodbSharedLib.tableName(_izContext, updateDataDetail.tableName, updateDataDetail.serviceTag),
346
346
  identifiersForUpdateData,
347
-
347
+ fields,
348
348
  {
349
349
  returnValues: "ALL_NEW"
350
350
  }
@@ -40,7 +40,8 @@ await findDataSharedLib.completeFindDataMain(
40
40
  findDataMain.identifiers,
41
41
  findDataMain.requestProperties,
42
42
  dataValue,
43
- "complete"
43
+ "complete",
44
+ callingFlow
44
45
  );
45
46
 
46
47
  <%_ function createNameTagBefore(objectType, fieldName){
@@ -67,7 +67,8 @@ await findDataSharedLib.completeFindDataMain(
67
67
  findDataMain.identifiers,
68
68
  findDataMain.requestProperties,
69
69
  dataValue,
70
- "complete"
70
+ "complete",
71
+ callingFlow
71
72
  );
72
73
 
73
74
  <%_ function createNameTagBefore(objectType, fieldName){
@@ -96,7 +96,8 @@ exports.findData = async (
96
96
  identifiers,
97
97
  requestProperties,
98
98
  null,
99
- "error"
99
+ "error",
100
+ callingFlow
100
101
  ];
101
102
 
102
103
  <% for (let idx = 0; idx < datas.length; idx++) { _%>
@@ -100,6 +100,8 @@ module.exports.confirmNewReserved = async (
100
100
  )
101
101
 
102
102
  let sendMessageToUpdateStatus = {
103
+ //(<messageObjectHook>)
104
+ //(</messageObjectHook>)
103
105
  objInstanceFull: {
104
106
  identifiers: {
105
107
  //(<identifiers>)
@@ -41,10 +41,6 @@ module.exports.main = middleware.wrap(async (event, context, callback) => {
41
41
  const connectionId = event.requestContext.connectionId;
42
42
  let correlationId = event._izContext.correlationIds.get(consts.X_CORRELATION_ID)
43
43
 
44
- //(<createIdentifiersFlow>)
45
- let identifiers
46
- //(</createIdentifiersFlow>)
47
-
48
44
  switch (route) {
49
45
 
50
46
  case '$default':