@juhuu/sdk-ts 1.2.6 → 1.2.8

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/index.js CHANGED
@@ -1334,7 +1334,7 @@ var ConnectorMessagesService = class extends Service {
1334
1334
  queryArray.push("propertyId=" + ConnectorMessageListParams.propertyId);
1335
1335
  }
1336
1336
  if (ConnectorMessageListParams?.connectorId !== void 0) {
1337
- queryArray.push("propertyId=" + ConnectorMessageListParams.connectorId);
1337
+ queryArray.push("connectorId=" + ConnectorMessageListParams.connectorId);
1338
1338
  }
1339
1339
  return await super.sendRequest(
1340
1340
  {
package/dist/index.mjs CHANGED
@@ -1289,7 +1289,7 @@ var ConnectorMessagesService = class extends Service {
1289
1289
  queryArray.push("propertyId=" + ConnectorMessageListParams.propertyId);
1290
1290
  }
1291
1291
  if (ConnectorMessageListParams?.connectorId !== void 0) {
1292
- queryArray.push("propertyId=" + ConnectorMessageListParams.connectorId);
1292
+ queryArray.push("connectorId=" + ConnectorMessageListParams.connectorId);
1293
1293
  }
1294
1294
  return await super.sendRequest(
1295
1295
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "Typescript wrapper for juhuu services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",