@ray-js/lock-sdk 1.1.1-beta.14 → 1.1.1-beta.15
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.
|
@@ -161,7 +161,7 @@ declare const remove: readonly [{
|
|
|
161
161
|
}, {
|
|
162
162
|
readonly name: "unlockId";
|
|
163
163
|
}, {
|
|
164
|
-
readonly name: "
|
|
164
|
+
readonly name: "operation";
|
|
165
165
|
}];
|
|
166
166
|
declare const reportRemove: ({
|
|
167
167
|
readonly name: "type";
|
|
@@ -176,7 +176,7 @@ declare const reportRemove: ({
|
|
|
176
176
|
} | {
|
|
177
177
|
readonly name: "unlockId";
|
|
178
178
|
} | {
|
|
179
|
-
readonly name: "
|
|
179
|
+
readonly name: "operation";
|
|
180
180
|
} | {
|
|
181
181
|
name: string;
|
|
182
182
|
})[];
|
|
@@ -649,7 +649,7 @@ declare const _default: {
|
|
|
649
649
|
}, {
|
|
650
650
|
readonly name: "unlockId";
|
|
651
651
|
}, {
|
|
652
|
-
readonly name: "
|
|
652
|
+
readonly name: "operation";
|
|
653
653
|
}];
|
|
654
654
|
reportRemove: ({
|
|
655
655
|
readonly name: "type";
|
|
@@ -664,7 +664,7 @@ declare const _default: {
|
|
|
664
664
|
} | {
|
|
665
665
|
readonly name: "unlockId";
|
|
666
666
|
} | {
|
|
667
|
-
readonly name: "
|
|
667
|
+
readonly name: "operation";
|
|
668
668
|
} | {
|
|
669
669
|
name: string;
|
|
670
670
|
})[];
|
package/lib/unlock-method.js
CHANGED
|
@@ -479,7 +479,7 @@ export const deleteUnlockMethod = parallelOnly(async (id) => {
|
|
|
479
479
|
admin: isAdmin(userType),
|
|
480
480
|
memberId: lockUserId,
|
|
481
481
|
unlockId,
|
|
482
|
-
|
|
482
|
+
operation: 1,
|
|
483
483
|
};
|
|
484
484
|
const res = await publishDps({
|
|
485
485
|
[removeDPCode]: dpUtils.format(dpData, (config.supportBigData ? removeBigMap : removeMap)),
|