@wix/auto_sdk_benefit-programs_transactions 1.0.65 → 1.0.66
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/package.json +2 -2
|
@@ -796,7 +796,7 @@ interface HealTransactionTenantResponse {
|
|
|
796
796
|
* @returns Retrieved transaction.
|
|
797
797
|
* @fqn wix.benefit_programs.v1.transaction.TransactionService.GetTransaction
|
|
798
798
|
*/
|
|
799
|
-
declare function getTransaction(transactionId: string): Promise<NonNullablePaths<Transaction, `pool._id` | `amount` | `source` | `target` | `idempotencyKey` | `beneficiary.anonymousVisitorId` | `beneficiary.memberId` | `beneficiary.wixUserId` | `status`,
|
|
799
|
+
declare function getTransaction(transactionId: string): Promise<NonNullablePaths<Transaction, `pool._id` | `amount` | `source` | `target` | `idempotencyKey` | `beneficiary.anonymousVisitorId` | `beneficiary.memberId` | `beneficiary.wixUserId` | `status`, 1>>;
|
|
800
800
|
/**
|
|
801
801
|
* Creates a query to retrieve a list of transactions.
|
|
802
802
|
*
|
|
@@ -874,7 +874,7 @@ interface TransactionsQueryBuilder {
|
|
|
874
874
|
* @fqn wix.benefit_programs.v1.transaction.TransactionService.QueryTransactions
|
|
875
875
|
* @requiredField query
|
|
876
876
|
*/
|
|
877
|
-
declare function typedQueryTransactions(query: TransactionQuery): Promise<NonNullablePaths<QueryTransactionsResponse, `transactions` | `transactions.${number}.pool._id` | `transactions.${number}.amount` | `transactions.${number}.source` | `transactions.${number}.target` | `transactions.${number}.idempotencyKey` | `transactions.${number}.beneficiary.anonymousVisitorId` | `transactions.${number}.beneficiary.memberId` | `transactions.${number}.beneficiary.wixUserId` | `transactions.${number}.status`,
|
|
877
|
+
declare function typedQueryTransactions(query: TransactionQuery): Promise<NonNullablePaths<QueryTransactionsResponse, `transactions` | `transactions.${number}.pool._id` | `transactions.${number}.amount` | `transactions.${number}.source` | `transactions.${number}.target` | `transactions.${number}.idempotencyKey` | `transactions.${number}.beneficiary.anonymousVisitorId` | `transactions.${number}.beneficiary.memberId` | `transactions.${number}.beneficiary.wixUserId` | `transactions.${number}.status`, 3>>;
|
|
878
878
|
interface TransactionQuerySpec extends QuerySpec {
|
|
879
879
|
paging: 'cursor';
|
|
880
880
|
wql: [
|
|
@@ -9,7 +9,7 @@ interface GetTransactionSignature {
|
|
|
9
9
|
* @param - ID of the transaction to retrieve.
|
|
10
10
|
* @returns Retrieved transaction.
|
|
11
11
|
*/
|
|
12
|
-
(transactionId: string): Promise<NonNullablePaths<Transaction, `pool._id` | `amount` | `source` | `target` | `idempotencyKey` | `beneficiary.anonymousVisitorId` | `beneficiary.memberId` | `beneficiary.wixUserId` | `status`,
|
|
12
|
+
(transactionId: string): Promise<NonNullablePaths<Transaction, `pool._id` | `amount` | `source` | `target` | `idempotencyKey` | `beneficiary.anonymousVisitorId` | `beneficiary.memberId` | `beneficiary.wixUserId` | `status`, 1>>;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
declare function customQueryTransactions(httpClient: HttpClient): {
|
|
@@ -796,7 +796,7 @@ interface HealTransactionTenantResponse {
|
|
|
796
796
|
* @returns Retrieved transaction.
|
|
797
797
|
* @fqn wix.benefit_programs.v1.transaction.TransactionService.GetTransaction
|
|
798
798
|
*/
|
|
799
|
-
declare function getTransaction(transactionId: string): Promise<NonNullablePaths<Transaction, `pool._id` | `amount` | `source` | `target` | `idempotencyKey` | `beneficiary.anonymousVisitorId` | `beneficiary.memberId` | `beneficiary.wixUserId` | `status`,
|
|
799
|
+
declare function getTransaction(transactionId: string): Promise<NonNullablePaths<Transaction, `pool._id` | `amount` | `source` | `target` | `idempotencyKey` | `beneficiary.anonymousVisitorId` | `beneficiary.memberId` | `beneficiary.wixUserId` | `status`, 1>>;
|
|
800
800
|
/**
|
|
801
801
|
* Creates a query to retrieve a list of transactions.
|
|
802
802
|
*
|
|
@@ -874,7 +874,7 @@ interface TransactionsQueryBuilder {
|
|
|
874
874
|
* @fqn wix.benefit_programs.v1.transaction.TransactionService.QueryTransactions
|
|
875
875
|
* @requiredField query
|
|
876
876
|
*/
|
|
877
|
-
declare function typedQueryTransactions(query: TransactionQuery): Promise<NonNullablePaths<QueryTransactionsResponse, `transactions` | `transactions.${number}.pool._id` | `transactions.${number}.amount` | `transactions.${number}.source` | `transactions.${number}.target` | `transactions.${number}.idempotencyKey` | `transactions.${number}.beneficiary.anonymousVisitorId` | `transactions.${number}.beneficiary.memberId` | `transactions.${number}.beneficiary.wixUserId` | `transactions.${number}.status`,
|
|
877
|
+
declare function typedQueryTransactions(query: TransactionQuery): Promise<NonNullablePaths<QueryTransactionsResponse, `transactions` | `transactions.${number}.pool._id` | `transactions.${number}.amount` | `transactions.${number}.source` | `transactions.${number}.target` | `transactions.${number}.idempotencyKey` | `transactions.${number}.beneficiary.anonymousVisitorId` | `transactions.${number}.beneficiary.memberId` | `transactions.${number}.beneficiary.wixUserId` | `transactions.${number}.status`, 3>>;
|
|
878
878
|
interface TransactionQuerySpec extends QuerySpec {
|
|
879
879
|
paging: 'cursor';
|
|
880
880
|
wql: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_benefit-programs_transactions",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.66",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.benefit_programs.v1.transaction"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "96833b104e38e8c6207fc1f42c17a6c22b99ea658d23d7de39bb2b2c"
|
|
54
54
|
}
|