@amohamud23/notihub 1.1.44 → 1.1.46
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.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1995,7 +1995,7 @@ var PaymentSession = class _PaymentSession {
|
|
|
1995
1995
|
const command = new import_lib_dynamodb16.QueryCommand({
|
|
1996
1996
|
TableName: _PaymentSession.TABLE_NAME,
|
|
1997
1997
|
IndexName: "SessionIdIndex",
|
|
1998
|
-
KeyConditionExpression: "
|
|
1998
|
+
KeyConditionExpression: "sessionId = :sessionId",
|
|
1999
1999
|
ExpressionAttributeValues: {
|
|
2000
2000
|
":sessionId": sessionId
|
|
2001
2001
|
}
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2030,7 +2030,7 @@ var PaymentSession = class _PaymentSession {
|
|
|
2030
2030
|
const command = new QueryCommand14({
|
|
2031
2031
|
TableName: _PaymentSession.TABLE_NAME,
|
|
2032
2032
|
IndexName: "SessionIdIndex",
|
|
2033
|
-
KeyConditionExpression: "
|
|
2033
|
+
KeyConditionExpression: "sessionId = :sessionId",
|
|
2034
2034
|
ExpressionAttributeValues: {
|
|
2035
2035
|
":sessionId": sessionId
|
|
2036
2036
|
}
|