surveysparrow-ionic-plugin 2.0.0 → 2.0.1
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/dist/angular-ui/esm2022/spotchecks/api.mjs +2 -2
- package/dist/angular-ui/fesm2022/angular-ui.mjs +1 -1
- package/dist/angular-ui/fesm2022/angular-ui.mjs.map +1 -1
- package/dist/esm/angular-ui/lib/spotchecks/api.js +1 -1
- package/dist/esm/angular-ui/lib/spotchecks/api.js.map +1 -1
- package/dist/plugin.cjs.js +1 -1
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +1 -1
- package/dist/plugin.js.map +1 -1
- package/package.json +3 -2
- package/src/angular-ui/lib/spotchecks/api.ts +1 -1
package/dist/plugin.js
CHANGED
|
@@ -51794,7 +51794,7 @@ Please check that 1) the type for the parameter at index ${index} is correct and
|
|
|
51794
51794
|
traceId: state.traceId,
|
|
51795
51795
|
customProperties: customProperties,
|
|
51796
51796
|
};
|
|
51797
|
-
const url = `https://${state.domainName}/api/internal/spotcheck/widget/${state.targetToken}/properties?isSpotCheck=true`;
|
|
51797
|
+
const url = `https://${state.domainName}/api/internal/spotcheck/widget/${state.targetToken}/properties?isSpotCheck=true&sdk=IONIC`;
|
|
51798
51798
|
const response = await axios.post(url, payload, {
|
|
51799
51799
|
headers: {
|
|
51800
51800
|
'Content-Type': 'application/json',
|