@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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("
|
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("
|
1292
|
+
queryArray.push("connectorId=" + ConnectorMessageListParams.connectorId);
|
1293
1293
|
}
|
1294
1294
|
return await super.sendRequest(
|
1295
1295
|
{
|