@osdk/generator 1.4.0 → 1.5.0
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/build/js/index.cjs +1 -1
- package/build/js/index.cjs.map +1 -1
- package/build/js/index.mjs +1 -1
- package/build/js/index.mjs.map +1 -1
- package/package.json +3 -3
package/build/js/index.mjs
CHANGED
|
@@ -1181,7 +1181,7 @@ function objectPropertyTypeToSdkPropertyDefinition(propertyType) {
|
|
|
1181
1181
|
}
|
|
1182
1182
|
return "numericTimeseries";
|
|
1183
1183
|
default:
|
|
1184
|
-
throw new Error(`Unexecpected data type ${propertyType}`);
|
|
1184
|
+
throw new Error(`Unexecpected data type ${JSON.stringify(propertyType)}`);
|
|
1185
1185
|
}
|
|
1186
1186
|
}
|
|
1187
1187
|
|