@skyramp/skyramp 0.4.78 → 0.4.80
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/lib/dev-darwin-amd64.dylib +0 -0
- package/lib/dev-darwin-amd64.h +1 -1
- package/lib/dev-darwin-arm64.dylib +0 -0
- package/lib/dev-darwin-arm64.h +1 -1
- package/lib/dev-linux-386.h +1 -1
- package/lib/dev-linux-386.so +0 -0
- package/lib/dev-linux-amd64.h +1 -1
- package/lib/dev-linux-amd64.so +0 -0
- package/lib/dev-windows-amd64.dll +0 -0
- package/lib/dev-windows-amd64.h +1 -1
- package/package.json +1 -1
|
Binary file
|
package/lib/dev-darwin-amd64.h
CHANGED
|
@@ -134,7 +134,7 @@ extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* m
|
|
|
134
134
|
extern char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
136
|
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
137
|
-
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
|
|
137
|
+
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
|
140
140
|
}
|
|
Binary file
|
package/lib/dev-darwin-arm64.h
CHANGED
|
@@ -134,7 +134,7 @@ extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* m
|
|
|
134
134
|
extern char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
136
|
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
137
|
-
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
|
|
137
|
+
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
|
140
140
|
}
|
package/lib/dev-linux-386.h
CHANGED
|
@@ -134,7 +134,7 @@ extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* m
|
|
|
134
134
|
extern char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
136
|
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
137
|
-
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
|
|
137
|
+
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
|
140
140
|
}
|
package/lib/dev-linux-386.so
CHANGED
|
Binary file
|
package/lib/dev-linux-amd64.h
CHANGED
|
@@ -134,7 +134,7 @@ extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* m
|
|
|
134
134
|
extern char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
136
|
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
137
|
-
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
|
|
137
|
+
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
|
140
140
|
}
|
package/lib/dev-linux-amd64.so
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/dev-windows-amd64.h
CHANGED
|
@@ -134,7 +134,7 @@ extern __declspec(dllexport) char* applyMockDescriptionWrapper(char* namespace,
|
|
|
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
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);
|
|
137
|
-
extern __declspec(dllexport) char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
|
|
137
|
+
extern __declspec(dllexport) char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
|
140
140
|
}
|