File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @freshworks-jaya/marketplace-models" ,
3
- "version" : " 0.1.36 " ,
3
+ "version" : " 0.1.38 " ,
4
4
"description" : " Provides type definitions for models in marketplace product events" ,
5
5
"repository" : " git@github.com:freshdesk/jaya-lib.git" ,
6
6
"main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const requestProxyFunc = async <T = unknown>(
43
43
const data = await requestProxy . invokeTemplate ( `${ method . toLowerCase ( ) } BaseTemplate` , {
44
44
context : {
45
45
host : urlObj . hostname ,
46
- path : urlObj . pathname ,
46
+ path : urlObj . pathname + urlObj . search ,
47
47
auth : options . headers ?. Authorization ,
48
48
} ,
49
49
...options ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @freshworks-jaya/rule-engine" ,
3
- "version" : " 0.18.6-beta-24 " ,
3
+ "version" : " 0.18.6-beta-31 " ,
4
4
"description" : " Provides methods to process rules in product events in marketplace app" ,
5
5
"repository" : " git@github.com:freshdesk/jaya-lib.git" ,
6
6
"main" : " lib/index.js" ,
46
46
"dependencies" : {
47
47
"@freshworks-jaya/freshchat-api" : " 0.7.36-beta-2" ,
48
48
"@freshworks-jaya/kairos-api" : " ^0.1.5" ,
49
- "@freshworks-jaya/marketplace-models" : " 0.1.36 " ,
49
+ "@freshworks-jaya/marketplace-models" : " 0.1.38 " ,
50
50
"@freshworks-jaya/utilities" : " ^1.0.0" ,
51
51
"@google-cloud/logging" : " ^9.3.1" ,
52
52
"axios" : " ^0.21.4" ,
You can’t perform that action at this time.
0 commit comments