@skyramp/skyramp 0.4.80 → 0.4.82

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.
Binary file
@@ -133,7 +133,7 @@ extern char* writeTestDescriptionWrapper(char* testDescription, char* testName);
133
133
  extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
134
134
  extern char* buildRequestsWrapper(char* mockDescription);
135
135
  extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
- extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
136
+ extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
137
137
  extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
Binary file
@@ -133,7 +133,7 @@ extern char* writeTestDescriptionWrapper(char* testDescription, char* testName);
133
133
  extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
134
134
  extern char* buildRequestsWrapper(char* mockDescription);
135
135
  extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
- extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
136
+ extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
137
137
  extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
@@ -133,7 +133,7 @@ extern char* writeTestDescriptionWrapper(char* testDescription, char* testName);
133
133
  extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
134
134
  extern char* buildRequestsWrapper(char* mockDescription);
135
135
  extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
- extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
136
+ extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
137
137
  extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
Binary file
@@ -133,7 +133,7 @@ extern char* writeTestDescriptionWrapper(char* testDescription, char* testName);
133
133
  extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
134
134
  extern char* buildRequestsWrapper(char* mockDescription);
135
135
  extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
- extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
136
+ extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
137
137
  extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
Binary file
Binary file
@@ -133,7 +133,7 @@ extern __declspec(dllexport) char* writeTestDescriptionWrapper(char* testDescrip
133
133
  extern __declspec(dllexport) char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
134
134
  extern __declspec(dllexport) char* buildRequestsWrapper(char* mockDescription);
135
135
  extern __declspec(dllexport) struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
- extern __declspec(dllexport) struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
136
+ extern __declspec(dllexport) struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
137
137
  extern __declspec(dllexport) char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyramp/skyramp",
3
- "version": "0.4.80",
3
+ "version": "0.4.82",
4
4
  "description": "module for leveraging skyramp cli functionality",
5
5
  "scripts": {
6
6
  "lint": "eslint 'src/**/*.js' 'src/**/*.ts' --fix",
@@ -45,7 +45,7 @@ const newDeleteDockerSkyrampWorkerWrapper = lib.func('newDeleteDockerSkyrampWork
45
45
  // tester related
46
46
  const runTesterStartWrapper = lib.func('runTesterStartWrapper', testerInfoType, ['string', 'string', 'string', 'bool']);
47
47
  // mocker related
48
- const runTesterStartWrapperv1 = lib.func('runTesterStartWrapperWithGlobalHeaders', testerInfoType, ['string', 'string', 'string', 'string', 'string', 'string', 'bool', 'string', 'string']);
48
+ const runTesterStartWrapperv1 = lib.func('runTesterStartWrapperWithGlobalHeaders', testerInfoType, ['string', 'string', 'string', 'string', 'string', 'string', 'bool', 'string', 'string', 'string']);
49
49
  const applyMockDescriptionWrapper = lib.func('applyMockDescriptionWrapper', 'string', ['string', 'string', 'string', 'string', 'string']);
50
50
  // NPM only: for VS code extension use
51
51
  const initTargetWrapper = lib.func('initTargetWrapper', 'string', ['string']);
@@ -447,7 +447,7 @@ class SkyrampClient {
447
447
 
448
448
  async runTesterStartv1(namespace, address, testYamlContent, testName, globalHeaders, generateReport = true) {
449
449
  return new Promise((resolve, reject) => {
450
- runTesterStartWrapperv1.async(namespace, address, testYamlContent, "", testName, globalHeaders, generateReport, "", "", (err, res) => {
450
+ runTesterStartWrapperv1.async(namespace, address, testYamlContent, "", testName, globalHeaders, generateReport, "", "", "", (err, res) => {
451
451
  if (err) {
452
452
  reject(err);
453
453
  } else if (res.error) {