@wix/auto_sdk_benefit-programs_transactions 1.0.20 → 1.0.21
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/src/benefit-programs-v1-transaction-transactions.universal.d.ts +4 -4
- package/build/es/src/benefit-programs-v1-transaction-transactions.universal.d.ts +4 -4
- package/build/internal/cjs/src/benefit-programs-v1-transaction-transactions.universal.d.ts +4 -4
- package/build/internal/es/src/benefit-programs-v1-transaction-transactions.universal.d.ts +4 -4
- package/package.json +2 -2
|
@@ -671,22 +671,22 @@ export interface TransactionsQueryBuilder {
|
|
|
671
671
|
* @param value - Value to compare against.
|
|
672
672
|
* @documentationMaturity preview
|
|
673
673
|
*/
|
|
674
|
-
ge: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
674
|
+
ge: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
675
675
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
676
676
|
* @param value - Value to compare against.
|
|
677
677
|
* @documentationMaturity preview
|
|
678
678
|
*/
|
|
679
|
-
gt: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
679
|
+
gt: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
680
680
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
681
681
|
* @param value - Value to compare against.
|
|
682
682
|
* @documentationMaturity preview
|
|
683
683
|
*/
|
|
684
|
-
le: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
684
|
+
le: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
685
685
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
686
686
|
* @param value - Value to compare against.
|
|
687
687
|
* @documentationMaturity preview
|
|
688
688
|
*/
|
|
689
|
-
lt: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
689
|
+
lt: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
690
690
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
691
691
|
* @param string - String to compare against. Case-insensitive.
|
|
692
692
|
* @documentationMaturity preview
|
|
@@ -671,22 +671,22 @@ export interface TransactionsQueryBuilder {
|
|
|
671
671
|
* @param value - Value to compare against.
|
|
672
672
|
* @documentationMaturity preview
|
|
673
673
|
*/
|
|
674
|
-
ge: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
674
|
+
ge: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
675
675
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
676
676
|
* @param value - Value to compare against.
|
|
677
677
|
* @documentationMaturity preview
|
|
678
678
|
*/
|
|
679
|
-
gt: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
679
|
+
gt: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
680
680
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
681
681
|
* @param value - Value to compare against.
|
|
682
682
|
* @documentationMaturity preview
|
|
683
683
|
*/
|
|
684
|
-
le: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
684
|
+
le: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
685
685
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
686
686
|
* @param value - Value to compare against.
|
|
687
687
|
* @documentationMaturity preview
|
|
688
688
|
*/
|
|
689
|
-
lt: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
689
|
+
lt: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
690
690
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
691
691
|
* @param string - String to compare against. Case-insensitive.
|
|
692
692
|
* @documentationMaturity preview
|
|
@@ -671,22 +671,22 @@ export interface TransactionsQueryBuilder {
|
|
|
671
671
|
* @param value - Value to compare against.
|
|
672
672
|
* @documentationMaturity preview
|
|
673
673
|
*/
|
|
674
|
-
ge: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
674
|
+
ge: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
675
675
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
676
676
|
* @param value - Value to compare against.
|
|
677
677
|
* @documentationMaturity preview
|
|
678
678
|
*/
|
|
679
|
-
gt: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
679
|
+
gt: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
680
680
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
681
681
|
* @param value - Value to compare against.
|
|
682
682
|
* @documentationMaturity preview
|
|
683
683
|
*/
|
|
684
|
-
le: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
684
|
+
le: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
685
685
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
686
686
|
* @param value - Value to compare against.
|
|
687
687
|
* @documentationMaturity preview
|
|
688
688
|
*/
|
|
689
|
-
lt: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
689
|
+
lt: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
690
690
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
691
691
|
* @param string - String to compare against. Case-insensitive.
|
|
692
692
|
* @documentationMaturity preview
|
|
@@ -671,22 +671,22 @@ export interface TransactionsQueryBuilder {
|
|
|
671
671
|
* @param value - Value to compare against.
|
|
672
672
|
* @documentationMaturity preview
|
|
673
673
|
*/
|
|
674
|
-
ge: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
674
|
+
ge: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
675
675
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
676
676
|
* @param value - Value to compare against.
|
|
677
677
|
* @documentationMaturity preview
|
|
678
678
|
*/
|
|
679
|
-
gt: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
679
|
+
gt: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
680
680
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
681
681
|
* @param value - Value to compare against.
|
|
682
682
|
* @documentationMaturity preview
|
|
683
683
|
*/
|
|
684
|
-
le: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
684
|
+
le: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
685
685
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
686
686
|
* @param value - Value to compare against.
|
|
687
687
|
* @documentationMaturity preview
|
|
688
688
|
*/
|
|
689
|
-
lt: (propertyName: '_createdDate', value: any) => TransactionsQueryBuilder;
|
|
689
|
+
lt: (propertyName: '_id' | '_createdDate' | 'pool.id' | 'relatedTransactionId' | 'beneficiary.memberId' | 'beneficiary.wixUserId' | 'details.item.id', value: any) => TransactionsQueryBuilder;
|
|
690
690
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
691
691
|
* @param string - String to compare against. Case-insensitive.
|
|
692
692
|
* @documentationMaturity preview
|
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.21",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.benefit_programs.v1.transaction"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "0a34771ffe684a7b4d92ce0369f770b55f0122ff7d6d462ecf356302"
|
|
52
52
|
}
|