@wix/get-paid 1.0.1 → 1.0.3
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 +3 -1
- package/build/cjs/index.js +5 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.ts +3 -1
- package/build/es/index.js +3 -1
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +2 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +6 -4
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as paymentLinkPayments from '@wix/get-paid_payment-link-payments';
|
|
2
|
+
import * as paymentLinks from '@wix/get-paid_payment-links';
|
|
1
3
|
import * as receiptPresets from '@wix/get-paid_receipt-presets';
|
|
2
4
|
import * as receipts from '@wix/get-paid_receipts';
|
|
3
|
-
export { receiptPresets, receipts };
|
|
5
|
+
export { paymentLinkPayments, paymentLinks, receiptPresets, receipts };
|
package/build/cjs/index.js
CHANGED
|
@@ -23,7 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.receipts = exports.receiptPresets = void 0;
|
|
26
|
+
exports.receipts = exports.receiptPresets = exports.paymentLinks = exports.paymentLinkPayments = void 0;
|
|
27
|
+
const paymentLinkPayments = __importStar(require("@wix/get-paid_payment-link-payments"));
|
|
28
|
+
exports.paymentLinkPayments = paymentLinkPayments;
|
|
29
|
+
const paymentLinks = __importStar(require("@wix/get-paid_payment-links"));
|
|
30
|
+
exports.paymentLinks = paymentLinks;
|
|
27
31
|
const receiptPresets = __importStar(require("@wix/get-paid_receipt-presets"));
|
|
28
32
|
exports.receiptPresets = receiptPresets;
|
|
29
33
|
const receipts = __importStar(require("@wix/get-paid_receipts"));
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8EAAgE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAA2E;AAKlE,kDAAmB;AAJ5B,0EAA4D;AAI9B,oCAAY;AAH1C,8EAAgE;AAGpB,wCAAc;AAF1D,iEAAmD;AAES,4BAAQ"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
+
export * as paymentLinkPayments from '@wix/get-paid_payment-link-payments/meta';
|
|
2
|
+
export * as paymentLinks from '@wix/get-paid_payment-links/meta';
|
|
1
3
|
export * as receiptPresets from '@wix/get-paid_receipt-presets/meta';
|
|
2
4
|
export * as receipts from '@wix/get-paid_receipts/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -23,7 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.receipts = exports.receiptPresets = void 0;
|
|
26
|
+
exports.receipts = exports.receiptPresets = exports.paymentLinks = exports.paymentLinkPayments = void 0;
|
|
27
|
+
exports.paymentLinkPayments = __importStar(require("@wix/get-paid_payment-link-payments/meta"));
|
|
28
|
+
exports.paymentLinks = __importStar(require("@wix/get-paid_payment-links/meta"));
|
|
27
29
|
exports.receiptPresets = __importStar(require("@wix/get-paid_receipt-presets/meta"));
|
|
28
30
|
exports.receipts = __importStar(require("@wix/get-paid_receipts/meta"));
|
|
29
31
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAqE;AACrE,wEAAwD"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAgF;AAChF,iFAAiE;AACjE,qFAAqE;AACrE,wEAAwD"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as paymentLinkPayments from '@wix/get-paid_payment-link-payments';
|
|
2
|
+
import * as paymentLinks from '@wix/get-paid_payment-links';
|
|
1
3
|
import * as receiptPresets from '@wix/get-paid_receipt-presets';
|
|
2
4
|
import * as receipts from '@wix/get-paid_receipts';
|
|
3
|
-
export { receiptPresets, receipts };
|
|
5
|
+
export { paymentLinkPayments, paymentLinks, receiptPresets, receipts };
|
package/build/es/index.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import * as paymentLinkPayments from '@wix/get-paid_payment-link-payments';
|
|
2
|
+
import * as paymentLinks from '@wix/get-paid_payment-links';
|
|
1
3
|
import * as receiptPresets from '@wix/get-paid_receipt-presets';
|
|
2
4
|
import * as receipts from '@wix/get-paid_receipts';
|
|
3
|
-
export { receiptPresets, receipts };
|
|
5
|
+
export { paymentLinkPayments, paymentLinks, receiptPresets, receipts };
|
|
4
6
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,+BAA+B,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AAEnD,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,qCAAqC,CAAC;AAC3E,OAAO,KAAK,YAAY,MAAM,6BAA6B,CAAC;AAC5D,OAAO,KAAK,cAAc,MAAM,+BAA+B,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AAEnD,OAAO,EAAE,mBAAmB,EAAE,YAAY,EAAE,cAAc,EAAE,QAAQ,EAAE,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
+
export * as paymentLinkPayments from '@wix/get-paid_payment-link-payments/meta';
|
|
2
|
+
export * as paymentLinks from '@wix/get-paid_payment-links/meta';
|
|
1
3
|
export * as receiptPresets from '@wix/get-paid_receipt-presets/meta';
|
|
2
4
|
export * as receipts from '@wix/get-paid_receipts/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as paymentLinkPayments from '@wix/get-paid_payment-link-payments/meta';
|
|
2
|
+
export * as paymentLinks from '@wix/get-paid_payment-links/meta';
|
|
1
3
|
export * as receiptPresets from '@wix/get-paid_receipt-presets/meta';
|
|
2
4
|
export * as receipts from '@wix/get-paid_receipts/meta';
|
|
3
5
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/get-paid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,8 +29,10 @@
|
|
|
29
29
|
"service-plugins"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@wix/get-
|
|
33
|
-
"@wix/get-
|
|
32
|
+
"@wix/get-paid_payment-link-payments": "1.0.1",
|
|
33
|
+
"@wix/get-paid_payment-links": "1.0.0",
|
|
34
|
+
"@wix/get-paid_receipt-presets": "1.0.1",
|
|
35
|
+
"@wix/get-paid_receipts": "1.0.1"
|
|
34
36
|
},
|
|
35
37
|
"devDependencies": {
|
|
36
38
|
"typescript": "^5.3.2"
|
|
@@ -50,5 +52,5 @@
|
|
|
50
52
|
"fqdn": ""
|
|
51
53
|
}
|
|
52
54
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
55
|
+
"falconPackageHash": "a086dd59733596d32e540084050bddeae7397100fbeff57c52bba30f"
|
|
54
56
|
}
|