@izara_project/izara-core-generate-service-code 1.0.21 → 1.0.22

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-core-generate-service-code",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Code for locally generating per service files",
5
5
  "author": "Sven Mason <thebarbariansven@gmail.com>",
6
6
  "license": "AGPL-3.0-or-later",
@@ -52,6 +52,7 @@ function createSourceParams(_izContext, flowSchema, srcPath) {
52
52
  srcPath,
53
53
  SOURCE_PATH.flowSchema,
54
54
  upperCase(flowSchema.flowTag),
55
+ 'MainHandler/',
55
56
  'source/'
56
57
  ),
57
58
  saveFileName: `${functionName}_${handlerType}`,
@@ -52,6 +52,7 @@ function createSourceParamsApi(_izContext, flowSchema, srcPath) {
52
52
  srcPath,
53
53
  SOURCE_PATH.flowSchema,
54
54
  upperCase(flowSchema.flowTag),
55
+ 'MainHandler/',
55
56
  'source/'
56
57
  ),
57
58
  saveFileName: `${functionName}_${handlerType}`,
@@ -50,6 +50,7 @@ function createSourceParamsInvoke(_izContext, flowSchema, srcPath) {
50
50
  srcPath,
51
51
  SOURCE_PATH.flowSchema,
52
52
  upperCase(flowSchema.flowTag),
53
+ 'MainHandler/',
53
54
  'source/'
54
55
  ),
55
56
  saveFileName: `${functionName}_${handlerType}`,
@@ -55,6 +55,7 @@ function createParamsForCreateSource(_izContext, flowSchema, srcPath) {
55
55
  srcPath,
56
56
  SOURCE_PATH.flowSchema,
57
57
  upperCase(flowSchema.flowTag),
58
+ 'MainHandler/',
58
59
  'source/'
59
60
  ),
60
61
  saveFileName: `${functionName}_${handlerTypeSqs}`,
@@ -76,6 +77,7 @@ function createParamsForCreateSource(_izContext, flowSchema, srcPath) {
76
77
  srcPath,
77
78
  SOURCE_PATH.flowSchema,
78
79
  upperCase(flowSchema.flowTag),
80
+ 'MainHandler/',
79
81
  'source/'
80
82
  ),
81
83
  saveFileName: `${functionName}_${handlerTypeDsq}`,
@@ -52,6 +52,7 @@ function createParamsForCreateSource(_izContext, flowSchema, rootServicePath) {
52
52
  rootServicePath,
53
53
  SOURCE_PATH.flowSchema,
54
54
  upperCase(flowSchema.flowTag),
55
+ 'MainHandler/',
55
56
  'source/'
56
57
  ),
57
58
  saveFileName: `${functionName}_${handlerType}`,
@@ -52,6 +52,7 @@ function createParamsForCreateSource(_izContext, flowSchema, srcPath) {
52
52
  srcPath,
53
53
  SOURCE_PATH.flowSchema,
54
54
  upperCase(flowSchema.flowTag),
55
+ 'MainHandler/',
55
56
  'source/'
56
57
  ),
57
58
  saveFileName: `${functionName}_Main`,
@@ -114,6 +114,7 @@ async function createParamsForCreateSource(_izContext, flowSchema, srcPath) {
114
114
  srcPath,
115
115
  SOURCE_PATH.flowSchema,
116
116
  upperCase(flowSchema.flowTag),
117
+ 'MainHandler/',
117
118
  'source/'
118
119
  ),
119
120
  saveFileName: `${functionName}_Main`,