@juhuu/sdk-ts 1.2.294 → 1.2.296
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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4612,6 +4612,9 @@ var BenefitCardsService = class extends Service {
|
|
|
4612
4612
|
if (params?.propertyId !== void 0) {
|
|
4613
4613
|
queryArray.push("propertyId=" + params.propertyId);
|
|
4614
4614
|
}
|
|
4615
|
+
if (params?.userId !== void 0) {
|
|
4616
|
+
queryArray.push("userId=" + params.userId);
|
|
4617
|
+
}
|
|
4615
4618
|
if (options?.limit !== void 0) {
|
|
4616
4619
|
queryArray.push("limit=" + options.limit);
|
|
4617
4620
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -4568,6 +4568,9 @@ var BenefitCardsService = class extends Service {
|
|
|
4568
4568
|
if (params?.propertyId !== void 0) {
|
|
4569
4569
|
queryArray.push("propertyId=" + params.propertyId);
|
|
4570
4570
|
}
|
|
4571
|
+
if (params?.userId !== void 0) {
|
|
4572
|
+
queryArray.push("userId=" + params.userId);
|
|
4573
|
+
}
|
|
4571
4574
|
if (options?.limit !== void 0) {
|
|
4572
4575
|
queryArray.push("limit=" + options.limit);
|
|
4573
4576
|
}
|