@wix/get-paid 1.0.80 → 1.0.82
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/index.d.mts +24 -0
- package/build/index.d.ts +24 -0
- package/build/index.js +62 -0
- package/build/index.js.map +1 -0
- package/build/index.mjs +20 -0
- package/build/index.mjs.map +1 -0
- package/build/internal/index.d.mts +24 -0
- package/build/internal/index.d.ts +24 -0
- package/build/internal/index.js +62 -0
- package/build/internal/index.js.map +1 -0
- package/build/internal/index.mjs +20 -0
- package/build/internal/index.mjs.map +1 -0
- package/build/internal/meta.d.mts +16 -0
- package/build/internal/meta.d.ts +16 -0
- package/build/internal/meta.js +62 -0
- package/build/internal/meta.js.map +1 -0
- package/build/internal/meta.mjs +20 -0
- package/build/internal/meta.mjs.map +1 -0
- package/build/meta.d.mts +16 -0
- package/build/meta.d.ts +16 -0
- package/build/meta.js +62 -0
- package/build/meta.js.map +1 -0
- package/build/meta.mjs +20 -0
- package/build/meta.mjs.map +1 -0
- package/package.json +20 -19
- package/build/cjs/index.d.ts +0 -9
- package/build/cjs/index.js +0 -43
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.d.ts +0 -8
- package/build/cjs/meta.js +0 -35
- package/build/cjs/meta.js.map +0 -1
- package/build/es/index.d.ts +0 -9
- package/build/es/index.js +0 -10
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -8
- package/build/es/meta.js +0 -9
- package/build/es/meta.js.map +0 -1
- package/build/es/package.json +0 -3
- package/build/internal/cjs/index.d.ts +0 -9
- package/build/internal/cjs/index.js +0 -43
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.d.ts +0 -8
- package/build/internal/cjs/meta.js +0 -35
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/es/index.d.ts +0 -9
- package/build/internal/es/index.js +0 -10
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -8
- package/build/internal/es/meta.js +0 -9
- package/build/internal/es/meta.js.map +0 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as auto_sdk_getPaid_billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
+
export { auto_sdk_getPaid_billableItems as billableItems };
|
|
3
|
+
import * as auto_sdk_getPaid_bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
4
|
+
export { auto_sdk_getPaid_bulkDownloads as bulkDownloads };
|
|
5
|
+
import * as auto_sdk_getPaid_paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
6
|
+
export { auto_sdk_getPaid_paymentLinkPayments as paymentLinkPayments };
|
|
7
|
+
import * as auto_sdk_getPaid_paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
8
|
+
export { auto_sdk_getPaid_paymentLinks as paymentLinks };
|
|
9
|
+
import * as auto_sdk_getPaid_paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
10
|
+
export { auto_sdk_getPaid_paymentLinksSettings as paymentLinksSettings };
|
|
11
|
+
import * as auto_sdk_getPaid_receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
12
|
+
export { auto_sdk_getPaid_receiptPresets as receiptPresets };
|
|
13
|
+
import * as auto_sdk_getPaid_receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
14
|
+
export { auto_sdk_getPaid_receipts as receipts };
|
|
15
|
+
import * as auto_sdk_getPaid_receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
16
|
+
export { auto_sdk_getPaid_receiptsSettings as receiptsSettings };
|
|
17
|
+
import '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
18
|
+
import '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
19
|
+
import '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
20
|
+
import '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
21
|
+
import '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
22
|
+
import '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
23
|
+
import '@wix/auto_sdk_get-paid_receipts/meta';
|
|
24
|
+
import '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as auto_sdk_getPaid_billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
+
export { auto_sdk_getPaid_billableItems as billableItems };
|
|
3
|
+
import * as auto_sdk_getPaid_bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
4
|
+
export { auto_sdk_getPaid_bulkDownloads as bulkDownloads };
|
|
5
|
+
import * as auto_sdk_getPaid_paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
6
|
+
export { auto_sdk_getPaid_paymentLinkPayments as paymentLinkPayments };
|
|
7
|
+
import * as auto_sdk_getPaid_paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
8
|
+
export { auto_sdk_getPaid_paymentLinks as paymentLinks };
|
|
9
|
+
import * as auto_sdk_getPaid_paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
10
|
+
export { auto_sdk_getPaid_paymentLinksSettings as paymentLinksSettings };
|
|
11
|
+
import * as auto_sdk_getPaid_receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
12
|
+
export { auto_sdk_getPaid_receiptPresets as receiptPresets };
|
|
13
|
+
import * as auto_sdk_getPaid_receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
14
|
+
export { auto_sdk_getPaid_receipts as receipts };
|
|
15
|
+
import * as auto_sdk_getPaid_receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
16
|
+
export { auto_sdk_getPaid_receiptsSettings as receiptsSettings };
|
|
17
|
+
import '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
18
|
+
import '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
19
|
+
import '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
20
|
+
import '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
21
|
+
import '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
22
|
+
import '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
23
|
+
import '@wix/auto_sdk_get-paid_receipts/meta';
|
|
24
|
+
import '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
package/build/index.js
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
billableItems: () => billableItems,
|
|
34
|
+
bulkDownloads: () => bulkDownloads,
|
|
35
|
+
paymentLinkPayments: () => paymentLinkPayments,
|
|
36
|
+
paymentLinks: () => paymentLinks,
|
|
37
|
+
paymentLinksSettings: () => paymentLinksSettings,
|
|
38
|
+
receiptPresets: () => receiptPresets,
|
|
39
|
+
receipts: () => receipts,
|
|
40
|
+
receiptsSettings: () => receiptsSettings
|
|
41
|
+
});
|
|
42
|
+
module.exports = __toCommonJS(index_exports);
|
|
43
|
+
var billableItems = __toESM(require("@wix/auto_sdk_get-paid_billable-items"));
|
|
44
|
+
var bulkDownloads = __toESM(require("@wix/auto_sdk_get-paid_bulk-downloads"));
|
|
45
|
+
var paymentLinkPayments = __toESM(require("@wix/auto_sdk_get-paid_payment-link-payments"));
|
|
46
|
+
var paymentLinks = __toESM(require("@wix/auto_sdk_get-paid_payment-links"));
|
|
47
|
+
var paymentLinksSettings = __toESM(require("@wix/auto_sdk_get-paid_payment-links-settings"));
|
|
48
|
+
var receiptPresets = __toESM(require("@wix/auto_sdk_get-paid_receipt-presets"));
|
|
49
|
+
var receipts = __toESM(require("@wix/auto_sdk_get-paid_receipts"));
|
|
50
|
+
var receiptsSettings = __toESM(require("@wix/auto_sdk_get-paid_receipts-settings"));
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
billableItems,
|
|
54
|
+
bulkDownloads,
|
|
55
|
+
paymentLinkPayments,
|
|
56
|
+
paymentLinks,
|
|
57
|
+
paymentLinksSettings,
|
|
58
|
+
receiptPresets,
|
|
59
|
+
receipts,
|
|
60
|
+
receiptsSettings
|
|
61
|
+
});
|
|
62
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';\nimport * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';\nimport * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';\nimport * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';\nimport * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';\nimport * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';\nimport * as receipts from '@wix/auto_sdk_get-paid_receipts';\nimport * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';\n\nexport {\n billableItems,\n bulkDownloads,\n paymentLinkPayments,\n paymentLinks,\n paymentLinksSettings,\n receiptPresets,\n receipts,\n receiptsSettings,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,oBAA+B;AAC/B,0BAAqC;AACrC,mBAA8B;AAC9B,2BAAsC;AACtC,qBAAgC;AAChC,eAA0B;AAC1B,uBAAkC;","names":[]}
|
package/build/index.mjs
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as billableItems from "@wix/auto_sdk_get-paid_billable-items";
|
|
3
|
+
import * as bulkDownloads from "@wix/auto_sdk_get-paid_bulk-downloads";
|
|
4
|
+
import * as paymentLinkPayments from "@wix/auto_sdk_get-paid_payment-link-payments";
|
|
5
|
+
import * as paymentLinks from "@wix/auto_sdk_get-paid_payment-links";
|
|
6
|
+
import * as paymentLinksSettings from "@wix/auto_sdk_get-paid_payment-links-settings";
|
|
7
|
+
import * as receiptPresets from "@wix/auto_sdk_get-paid_receipt-presets";
|
|
8
|
+
import * as receipts from "@wix/auto_sdk_get-paid_receipts";
|
|
9
|
+
import * as receiptsSettings from "@wix/auto_sdk_get-paid_receipts-settings";
|
|
10
|
+
export {
|
|
11
|
+
billableItems,
|
|
12
|
+
bulkDownloads,
|
|
13
|
+
paymentLinkPayments,
|
|
14
|
+
paymentLinks,
|
|
15
|
+
paymentLinksSettings,
|
|
16
|
+
receiptPresets,
|
|
17
|
+
receipts,
|
|
18
|
+
receiptsSettings
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';\nimport * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';\nimport * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';\nimport * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';\nimport * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';\nimport * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';\nimport * as receipts from '@wix/auto_sdk_get-paid_receipts';\nimport * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';\n\nexport {\n billableItems,\n bulkDownloads,\n paymentLinkPayments,\n paymentLinks,\n paymentLinksSettings,\n receiptPresets,\n receipts,\n receiptsSettings,\n};\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,oBAAoB;AAChC,YAAY,cAAc;AAC1B,YAAY,sBAAsB;","names":[]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as auto_sdk_getPaid_billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
+
export { auto_sdk_getPaid_billableItems as billableItems };
|
|
3
|
+
import * as auto_sdk_getPaid_bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
4
|
+
export { auto_sdk_getPaid_bulkDownloads as bulkDownloads };
|
|
5
|
+
import * as auto_sdk_getPaid_paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
6
|
+
export { auto_sdk_getPaid_paymentLinkPayments as paymentLinkPayments };
|
|
7
|
+
import * as auto_sdk_getPaid_paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
8
|
+
export { auto_sdk_getPaid_paymentLinks as paymentLinks };
|
|
9
|
+
import * as auto_sdk_getPaid_paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
10
|
+
export { auto_sdk_getPaid_paymentLinksSettings as paymentLinksSettings };
|
|
11
|
+
import * as auto_sdk_getPaid_receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
12
|
+
export { auto_sdk_getPaid_receiptPresets as receiptPresets };
|
|
13
|
+
import * as auto_sdk_getPaid_receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
14
|
+
export { auto_sdk_getPaid_receipts as receipts };
|
|
15
|
+
import * as auto_sdk_getPaid_receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
16
|
+
export { auto_sdk_getPaid_receiptsSettings as receiptsSettings };
|
|
17
|
+
import '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
18
|
+
import '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
19
|
+
import '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
20
|
+
import '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
21
|
+
import '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
22
|
+
import '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
23
|
+
import '@wix/auto_sdk_get-paid_receipts/meta';
|
|
24
|
+
import '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as auto_sdk_getPaid_billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
+
export { auto_sdk_getPaid_billableItems as billableItems };
|
|
3
|
+
import * as auto_sdk_getPaid_bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
4
|
+
export { auto_sdk_getPaid_bulkDownloads as bulkDownloads };
|
|
5
|
+
import * as auto_sdk_getPaid_paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
6
|
+
export { auto_sdk_getPaid_paymentLinkPayments as paymentLinkPayments };
|
|
7
|
+
import * as auto_sdk_getPaid_paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
8
|
+
export { auto_sdk_getPaid_paymentLinks as paymentLinks };
|
|
9
|
+
import * as auto_sdk_getPaid_paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
10
|
+
export { auto_sdk_getPaid_paymentLinksSettings as paymentLinksSettings };
|
|
11
|
+
import * as auto_sdk_getPaid_receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
12
|
+
export { auto_sdk_getPaid_receiptPresets as receiptPresets };
|
|
13
|
+
import * as auto_sdk_getPaid_receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
14
|
+
export { auto_sdk_getPaid_receipts as receipts };
|
|
15
|
+
import * as auto_sdk_getPaid_receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
16
|
+
export { auto_sdk_getPaid_receiptsSettings as receiptsSettings };
|
|
17
|
+
import '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
18
|
+
import '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
19
|
+
import '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
20
|
+
import '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
21
|
+
import '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
22
|
+
import '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
23
|
+
import '@wix/auto_sdk_get-paid_receipts/meta';
|
|
24
|
+
import '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
billableItems: () => billableItems,
|
|
34
|
+
bulkDownloads: () => bulkDownloads,
|
|
35
|
+
paymentLinkPayments: () => paymentLinkPayments,
|
|
36
|
+
paymentLinks: () => paymentLinks,
|
|
37
|
+
paymentLinksSettings: () => paymentLinksSettings,
|
|
38
|
+
receiptPresets: () => receiptPresets,
|
|
39
|
+
receipts: () => receipts,
|
|
40
|
+
receiptsSettings: () => receiptsSettings
|
|
41
|
+
});
|
|
42
|
+
module.exports = __toCommonJS(index_exports);
|
|
43
|
+
var billableItems = __toESM(require("@wix/auto_sdk_get-paid_billable-items"));
|
|
44
|
+
var bulkDownloads = __toESM(require("@wix/auto_sdk_get-paid_bulk-downloads"));
|
|
45
|
+
var paymentLinkPayments = __toESM(require("@wix/auto_sdk_get-paid_payment-link-payments"));
|
|
46
|
+
var paymentLinks = __toESM(require("@wix/auto_sdk_get-paid_payment-links"));
|
|
47
|
+
var paymentLinksSettings = __toESM(require("@wix/auto_sdk_get-paid_payment-links-settings"));
|
|
48
|
+
var receiptPresets = __toESM(require("@wix/auto_sdk_get-paid_receipt-presets"));
|
|
49
|
+
var receipts = __toESM(require("@wix/auto_sdk_get-paid_receipts"));
|
|
50
|
+
var receiptsSettings = __toESM(require("@wix/auto_sdk_get-paid_receipts-settings"));
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
billableItems,
|
|
54
|
+
bulkDownloads,
|
|
55
|
+
paymentLinkPayments,
|
|
56
|
+
paymentLinks,
|
|
57
|
+
paymentLinksSettings,
|
|
58
|
+
receiptPresets,
|
|
59
|
+
receipts,
|
|
60
|
+
receiptsSettings
|
|
61
|
+
});
|
|
62
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';\nimport * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';\nimport * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';\nimport * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';\nimport * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';\nimport * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';\nimport * as receipts from '@wix/auto_sdk_get-paid_receipts';\nimport * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';\n\nexport {\n billableItems,\n bulkDownloads,\n paymentLinkPayments,\n paymentLinks,\n paymentLinksSettings,\n receiptPresets,\n receipts,\n receiptsSettings,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,oBAA+B;AAC/B,0BAAqC;AACrC,mBAA8B;AAC9B,2BAAsC;AACtC,qBAAgC;AAChC,eAA0B;AAC1B,uBAAkC;","names":[]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as billableItems from "@wix/auto_sdk_get-paid_billable-items";
|
|
3
|
+
import * as bulkDownloads from "@wix/auto_sdk_get-paid_bulk-downloads";
|
|
4
|
+
import * as paymentLinkPayments from "@wix/auto_sdk_get-paid_payment-link-payments";
|
|
5
|
+
import * as paymentLinks from "@wix/auto_sdk_get-paid_payment-links";
|
|
6
|
+
import * as paymentLinksSettings from "@wix/auto_sdk_get-paid_payment-links-settings";
|
|
7
|
+
import * as receiptPresets from "@wix/auto_sdk_get-paid_receipt-presets";
|
|
8
|
+
import * as receipts from "@wix/auto_sdk_get-paid_receipts";
|
|
9
|
+
import * as receiptsSettings from "@wix/auto_sdk_get-paid_receipts-settings";
|
|
10
|
+
export {
|
|
11
|
+
billableItems,
|
|
12
|
+
bulkDownloads,
|
|
13
|
+
paymentLinkPayments,
|
|
14
|
+
paymentLinks,
|
|
15
|
+
paymentLinksSettings,
|
|
16
|
+
receiptPresets,
|
|
17
|
+
receipts,
|
|
18
|
+
receiptsSettings
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';\nimport * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';\nimport * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';\nimport * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';\nimport * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';\nimport * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';\nimport * as receipts from '@wix/auto_sdk_get-paid_receipts';\nimport * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';\n\nexport {\n billableItems,\n bulkDownloads,\n paymentLinkPayments,\n paymentLinks,\n paymentLinksSettings,\n receiptPresets,\n receipts,\n receiptsSettings,\n};\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,oBAAoB;AAChC,YAAY,cAAc;AAC1B,YAAY,sBAAsB;","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
+
export { meta as billableItems };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
4
|
+
export { meta$1 as bulkDownloads };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
6
|
+
export { meta$2 as paymentLinkPayments };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
8
|
+
export { meta$3 as paymentLinks };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
10
|
+
export { meta$4 as paymentLinksSettings };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
12
|
+
export { meta$5 as receiptPresets };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
14
|
+
export { meta$6 as receipts };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
16
|
+
export { meta$7 as receiptsSettings };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
+
export { meta as billableItems };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
4
|
+
export { meta$1 as bulkDownloads };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
6
|
+
export { meta$2 as paymentLinkPayments };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
8
|
+
export { meta$3 as paymentLinks };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
10
|
+
export { meta$4 as paymentLinksSettings };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
12
|
+
export { meta$5 as receiptPresets };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
14
|
+
export { meta$6 as receipts };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
16
|
+
export { meta$7 as receiptsSettings };
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
billableItems: () => billableItems,
|
|
34
|
+
bulkDownloads: () => bulkDownloads,
|
|
35
|
+
paymentLinkPayments: () => paymentLinkPayments,
|
|
36
|
+
paymentLinks: () => paymentLinks,
|
|
37
|
+
paymentLinksSettings: () => paymentLinksSettings,
|
|
38
|
+
receiptPresets: () => receiptPresets,
|
|
39
|
+
receipts: () => receipts,
|
|
40
|
+
receiptsSettings: () => receiptsSettings
|
|
41
|
+
});
|
|
42
|
+
module.exports = __toCommonJS(meta_exports);
|
|
43
|
+
var billableItems = __toESM(require("@wix/auto_sdk_get-paid_billable-items/meta"));
|
|
44
|
+
var bulkDownloads = __toESM(require("@wix/auto_sdk_get-paid_bulk-downloads/meta"));
|
|
45
|
+
var paymentLinkPayments = __toESM(require("@wix/auto_sdk_get-paid_payment-link-payments/meta"));
|
|
46
|
+
var paymentLinks = __toESM(require("@wix/auto_sdk_get-paid_payment-links/meta"));
|
|
47
|
+
var paymentLinksSettings = __toESM(require("@wix/auto_sdk_get-paid_payment-links-settings/meta"));
|
|
48
|
+
var receiptPresets = __toESM(require("@wix/auto_sdk_get-paid_receipt-presets/meta"));
|
|
49
|
+
var receipts = __toESM(require("@wix/auto_sdk_get-paid_receipts/meta"));
|
|
50
|
+
var receiptsSettings = __toESM(require("@wix/auto_sdk_get-paid_receipts-settings/meta"));
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
billableItems,
|
|
54
|
+
bulkDownloads,
|
|
55
|
+
paymentLinkPayments,
|
|
56
|
+
paymentLinks,
|
|
57
|
+
paymentLinksSettings,
|
|
58
|
+
receiptPresets,
|
|
59
|
+
receipts,
|
|
60
|
+
receiptsSettings
|
|
61
|
+
});
|
|
62
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';\nexport * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';\nexport * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';\nexport * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';\nexport * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';\nexport * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';\nexport * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';\nexport * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,oBAA+B;AAC/B,0BAAqC;AACrC,mBAA8B;AAC9B,2BAAsC;AACtC,qBAAgC;AAChC,eAA0B;AAC1B,uBAAkC;","names":[]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as billableItems from "@wix/auto_sdk_get-paid_billable-items/meta";
|
|
3
|
+
import * as bulkDownloads from "@wix/auto_sdk_get-paid_bulk-downloads/meta";
|
|
4
|
+
import * as paymentLinkPayments from "@wix/auto_sdk_get-paid_payment-link-payments/meta";
|
|
5
|
+
import * as paymentLinks from "@wix/auto_sdk_get-paid_payment-links/meta";
|
|
6
|
+
import * as paymentLinksSettings from "@wix/auto_sdk_get-paid_payment-links-settings/meta";
|
|
7
|
+
import * as receiptPresets from "@wix/auto_sdk_get-paid_receipt-presets/meta";
|
|
8
|
+
import * as receipts from "@wix/auto_sdk_get-paid_receipts/meta";
|
|
9
|
+
import * as receiptsSettings from "@wix/auto_sdk_get-paid_receipts-settings/meta";
|
|
10
|
+
export {
|
|
11
|
+
billableItems,
|
|
12
|
+
bulkDownloads,
|
|
13
|
+
paymentLinkPayments,
|
|
14
|
+
paymentLinks,
|
|
15
|
+
paymentLinksSettings,
|
|
16
|
+
receiptPresets,
|
|
17
|
+
receipts,
|
|
18
|
+
receiptsSettings
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';\nexport * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';\nexport * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';\nexport * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';\nexport * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';\nexport * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';\nexport * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';\nexport * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,oBAAoB;AAChC,YAAY,cAAc;AAC1B,YAAY,sBAAsB;","names":[]}
|
package/build/meta.d.mts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
+
export { meta as billableItems };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
4
|
+
export { meta$1 as bulkDownloads };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
6
|
+
export { meta$2 as paymentLinkPayments };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
8
|
+
export { meta$3 as paymentLinks };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
10
|
+
export { meta$4 as paymentLinksSettings };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
12
|
+
export { meta$5 as receiptPresets };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
14
|
+
export { meta$6 as receipts };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
16
|
+
export { meta$7 as receiptsSettings };
|
package/build/meta.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
+
export { meta as billableItems };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
4
|
+
export { meta$1 as bulkDownloads };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
6
|
+
export { meta$2 as paymentLinkPayments };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
8
|
+
export { meta$3 as paymentLinks };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
10
|
+
export { meta$4 as paymentLinksSettings };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
12
|
+
export { meta$5 as receiptPresets };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
14
|
+
export { meta$6 as receipts };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
16
|
+
export { meta$7 as receiptsSettings };
|
package/build/meta.js
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
billableItems: () => billableItems,
|
|
34
|
+
bulkDownloads: () => bulkDownloads,
|
|
35
|
+
paymentLinkPayments: () => paymentLinkPayments,
|
|
36
|
+
paymentLinks: () => paymentLinks,
|
|
37
|
+
paymentLinksSettings: () => paymentLinksSettings,
|
|
38
|
+
receiptPresets: () => receiptPresets,
|
|
39
|
+
receipts: () => receipts,
|
|
40
|
+
receiptsSettings: () => receiptsSettings
|
|
41
|
+
});
|
|
42
|
+
module.exports = __toCommonJS(meta_exports);
|
|
43
|
+
var billableItems = __toESM(require("@wix/auto_sdk_get-paid_billable-items/meta"));
|
|
44
|
+
var bulkDownloads = __toESM(require("@wix/auto_sdk_get-paid_bulk-downloads/meta"));
|
|
45
|
+
var paymentLinkPayments = __toESM(require("@wix/auto_sdk_get-paid_payment-link-payments/meta"));
|
|
46
|
+
var paymentLinks = __toESM(require("@wix/auto_sdk_get-paid_payment-links/meta"));
|
|
47
|
+
var paymentLinksSettings = __toESM(require("@wix/auto_sdk_get-paid_payment-links-settings/meta"));
|
|
48
|
+
var receiptPresets = __toESM(require("@wix/auto_sdk_get-paid_receipt-presets/meta"));
|
|
49
|
+
var receipts = __toESM(require("@wix/auto_sdk_get-paid_receipts/meta"));
|
|
50
|
+
var receiptsSettings = __toESM(require("@wix/auto_sdk_get-paid_receipts-settings/meta"));
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
billableItems,
|
|
54
|
+
bulkDownloads,
|
|
55
|
+
paymentLinkPayments,
|
|
56
|
+
paymentLinks,
|
|
57
|
+
paymentLinksSettings,
|
|
58
|
+
receiptPresets,
|
|
59
|
+
receipts,
|
|
60
|
+
receiptsSettings
|
|
61
|
+
});
|
|
62
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';\nexport * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';\nexport * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';\nexport * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';\nexport * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';\nexport * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';\nexport * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';\nexport * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,oBAA+B;AAC/B,0BAAqC;AACrC,mBAA8B;AAC9B,2BAAsC;AACtC,qBAAgC;AAChC,eAA0B;AAC1B,uBAAkC;","names":[]}
|
package/build/meta.mjs
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as billableItems from "@wix/auto_sdk_get-paid_billable-items/meta";
|
|
3
|
+
import * as bulkDownloads from "@wix/auto_sdk_get-paid_bulk-downloads/meta";
|
|
4
|
+
import * as paymentLinkPayments from "@wix/auto_sdk_get-paid_payment-link-payments/meta";
|
|
5
|
+
import * as paymentLinks from "@wix/auto_sdk_get-paid_payment-links/meta";
|
|
6
|
+
import * as paymentLinksSettings from "@wix/auto_sdk_get-paid_payment-links-settings/meta";
|
|
7
|
+
import * as receiptPresets from "@wix/auto_sdk_get-paid_receipt-presets/meta";
|
|
8
|
+
import * as receipts from "@wix/auto_sdk_get-paid_receipts/meta";
|
|
9
|
+
import * as receiptsSettings from "@wix/auto_sdk_get-paid_receipts-settings/meta";
|
|
10
|
+
export {
|
|
11
|
+
billableItems,
|
|
12
|
+
bulkDownloads,
|
|
13
|
+
paymentLinkPayments,
|
|
14
|
+
paymentLinks,
|
|
15
|
+
paymentLinksSettings,
|
|
16
|
+
receiptPresets,
|
|
17
|
+
receipts,
|
|
18
|
+
receiptsSettings
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';\nexport * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';\nexport * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';\nexport * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';\nexport * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';\nexport * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';\nexport * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';\nexport * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,oBAAoB;AAChC,YAAY,cAAc;AAC1B,YAAY,sBAAsB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/get-paid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.82",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"wixSdkPublicModule"
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"main": "
|
|
15
|
-
"types": "./build/
|
|
14
|
+
"main": "/build/index.js",
|
|
15
|
+
"types": "./build/index.d.mts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"import": "./build/
|
|
19
|
-
"require": "./build/
|
|
20
|
-
"types": "./build/
|
|
18
|
+
"import": "./build/index.mjs",
|
|
19
|
+
"require": "./build/index.js",
|
|
20
|
+
"types": "./build/index.d.mts"
|
|
21
21
|
},
|
|
22
22
|
"./package.json": "./package.json",
|
|
23
23
|
"./meta": {
|
|
24
|
-
"import": "./build/
|
|
25
|
-
"require": "./build/
|
|
26
|
-
"types": "./build/
|
|
24
|
+
"import": "./build/meta.mjs",
|
|
25
|
+
"require": "./build/meta.js",
|
|
26
|
+
"types": "./build/meta.d.mts"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
@@ -32,20 +32,21 @@
|
|
|
32
32
|
"service-plugins"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@wix/auto_sdk_get-paid_billable-items": "1.0.
|
|
36
|
-
"@wix/auto_sdk_get-paid_bulk-downloads": "1.0.
|
|
37
|
-
"@wix/auto_sdk_get-paid_payment-link-payments": "1.0.
|
|
38
|
-
"@wix/auto_sdk_get-paid_payment-links": "1.0.
|
|
39
|
-
"@wix/auto_sdk_get-paid_payment-links-settings": "1.0.
|
|
40
|
-
"@wix/auto_sdk_get-paid_receipt-presets": "1.0.
|
|
41
|
-
"@wix/auto_sdk_get-paid_receipts": "1.0.
|
|
42
|
-
"@wix/auto_sdk_get-paid_receipts-settings": "1.0.
|
|
35
|
+
"@wix/auto_sdk_get-paid_billable-items": "1.0.20",
|
|
36
|
+
"@wix/auto_sdk_get-paid_bulk-downloads": "1.0.2",
|
|
37
|
+
"@wix/auto_sdk_get-paid_payment-link-payments": "1.0.18",
|
|
38
|
+
"@wix/auto_sdk_get-paid_payment-links": "1.0.28",
|
|
39
|
+
"@wix/auto_sdk_get-paid_payment-links-settings": "1.0.7",
|
|
40
|
+
"@wix/auto_sdk_get-paid_receipt-presets": "1.0.16",
|
|
41
|
+
"@wix/auto_sdk_get-paid_receipts": "1.0.42",
|
|
42
|
+
"@wix/auto_sdk_get-paid_receipts-settings": "1.0.10"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
+
"tsup": "^8.4.0",
|
|
45
46
|
"typescript": "^5.3.2"
|
|
46
47
|
},
|
|
47
48
|
"scripts": {
|
|
48
|
-
"build": "
|
|
49
|
+
"build": "tsup",
|
|
49
50
|
"test": ":"
|
|
50
51
|
},
|
|
51
52
|
"wix": {
|
|
@@ -59,5 +60,5 @@
|
|
|
59
60
|
"fqdn": ""
|
|
60
61
|
}
|
|
61
62
|
},
|
|
62
|
-
"falconPackageHash": "
|
|
63
|
+
"falconPackageHash": "72b0bec13f5553de58673f4d8aa22ba1c593e365ff66baf74481b791"
|
|
63
64
|
}
|
package/build/cjs/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
-
import * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
3
|
-
import * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
4
|
-
import * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
5
|
-
import * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
6
|
-
import * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
7
|
-
import * as receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
8
|
-
import * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
9
|
-
export { billableItems, bulkDownloads, paymentLinkPayments, paymentLinks, paymentLinksSettings, receiptPresets, receipts, receiptsSettings, };
|
package/build/cjs/index.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.receiptsSettings = exports.receipts = exports.receiptPresets = exports.paymentLinksSettings = exports.paymentLinks = exports.paymentLinkPayments = exports.bulkDownloads = exports.billableItems = void 0;
|
|
27
|
-
const billableItems = __importStar(require("@wix/auto_sdk_get-paid_billable-items"));
|
|
28
|
-
exports.billableItems = billableItems;
|
|
29
|
-
const bulkDownloads = __importStar(require("@wix/auto_sdk_get-paid_bulk-downloads"));
|
|
30
|
-
exports.bulkDownloads = bulkDownloads;
|
|
31
|
-
const paymentLinkPayments = __importStar(require("@wix/auto_sdk_get-paid_payment-link-payments"));
|
|
32
|
-
exports.paymentLinkPayments = paymentLinkPayments;
|
|
33
|
-
const paymentLinks = __importStar(require("@wix/auto_sdk_get-paid_payment-links"));
|
|
34
|
-
exports.paymentLinks = paymentLinks;
|
|
35
|
-
const paymentLinksSettings = __importStar(require("@wix/auto_sdk_get-paid_payment-links-settings"));
|
|
36
|
-
exports.paymentLinksSettings = paymentLinksSettings;
|
|
37
|
-
const receiptPresets = __importStar(require("@wix/auto_sdk_get-paid_receipt-presets"));
|
|
38
|
-
exports.receiptPresets = receiptPresets;
|
|
39
|
-
const receipts = __importStar(require("@wix/auto_sdk_get-paid_receipts"));
|
|
40
|
-
exports.receipts = receipts;
|
|
41
|
-
const receiptsSettings = __importStar(require("@wix/auto_sdk_get-paid_receipts-settings"));
|
|
42
|
-
exports.receiptsSettings = receiptsSettings;
|
|
43
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAuE;AAUrE,sCAAa;AATf,qFAAuE;AAUrE,sCAAa;AATf,kGAAoF;AAUlF,kDAAmB;AATrB,mFAAqE;AAUnE,oCAAY;AATd,oGAAsF;AAUpF,oDAAoB;AATtB,uFAAyE;AAUvE,wCAAc;AAThB,0EAA4D;AAU1D,4BAAQ;AATV,2FAA6E;AAU3E,4CAAgB"}
|
package/build/cjs/meta.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
-
export * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
3
|
-
export * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
4
|
-
export * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
5
|
-
export * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
6
|
-
export * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
7
|
-
export * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
8
|
-
export * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
package/build/cjs/meta.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.receiptsSettings = exports.receipts = exports.receiptPresets = exports.paymentLinksSettings = exports.paymentLinks = exports.paymentLinkPayments = exports.bulkDownloads = exports.billableItems = void 0;
|
|
27
|
-
exports.billableItems = __importStar(require("@wix/auto_sdk_get-paid_billable-items/meta"));
|
|
28
|
-
exports.bulkDownloads = __importStar(require("@wix/auto_sdk_get-paid_bulk-downloads/meta"));
|
|
29
|
-
exports.paymentLinkPayments = __importStar(require("@wix/auto_sdk_get-paid_payment-link-payments/meta"));
|
|
30
|
-
exports.paymentLinks = __importStar(require("@wix/auto_sdk_get-paid_payment-links/meta"));
|
|
31
|
-
exports.paymentLinksSettings = __importStar(require("@wix/auto_sdk_get-paid_payment-links-settings/meta"));
|
|
32
|
-
exports.receiptPresets = __importStar(require("@wix/auto_sdk_get-paid_receipt-presets/meta"));
|
|
33
|
-
exports.receipts = __importStar(require("@wix/auto_sdk_get-paid_receipts/meta"));
|
|
34
|
-
exports.receiptsSettings = __importStar(require("@wix/auto_sdk_get-paid_receipts-settings/meta"));
|
|
35
|
-
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,4FAA4E;AAC5E,yGAAyF;AACzF,0FAA0E;AAC1E,2GAA2F;AAC3F,8FAA8E;AAC9E,iFAAiE;AACjE,kGAAkF"}
|
package/build/es/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
-
import * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
3
|
-
import * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
4
|
-
import * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
5
|
-
import * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
6
|
-
import * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
7
|
-
import * as receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
8
|
-
import * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
9
|
-
export { billableItems, bulkDownloads, paymentLinkPayments, paymentLinks, paymentLinksSettings, receiptPresets, receipts, receiptsSettings, };
|
package/build/es/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
-
import * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
3
|
-
import * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
4
|
-
import * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
5
|
-
import * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
6
|
-
import * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
7
|
-
import * as receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
8
|
-
import * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
9
|
-
export { billableItems, bulkDownloads, paymentLinkPayments, paymentLinks, paymentLinksSettings, receiptPresets, receipts, receiptsSettings, };
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,uCAAuC,CAAC;AACvE,OAAO,KAAK,aAAa,MAAM,uCAAuC,CAAC;AACvE,OAAO,KAAK,mBAAmB,MAAM,8CAA8C,CAAC;AACpF,OAAO,KAAK,YAAY,MAAM,sCAAsC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC;AACtF,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAE7E,OAAO,EACL,aAAa,EACb,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,oBAAoB,EACpB,cAAc,EACd,QAAQ,EACR,gBAAgB,GACjB,CAAC"}
|
package/build/es/meta.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
-
export * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
3
|
-
export * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
4
|
-
export * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
5
|
-
export * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
6
|
-
export * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
7
|
-
export * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
8
|
-
export * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
package/build/es/meta.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
-
export * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
3
|
-
export * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
4
|
-
export * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
5
|
-
export * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
6
|
-
export * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
7
|
-
export * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
8
|
-
export * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
9
|
-
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,4CAA4C,CAAC;AAC5E,OAAO,KAAK,aAAa,MAAM,4CAA4C,CAAC;AAC5E,OAAO,KAAK,mBAAmB,MAAM,mDAAmD,CAAC;AACzF,OAAO,KAAK,YAAY,MAAM,2CAA2C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,oDAAoD,CAAC;AAC3F,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC;AAC9E,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,gBAAgB,MAAM,+CAA+C,CAAC"}
|
package/build/es/package.json
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
-
import * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
3
|
-
import * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
4
|
-
import * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
5
|
-
import * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
6
|
-
import * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
7
|
-
import * as receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
8
|
-
import * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
9
|
-
export { billableItems, bulkDownloads, paymentLinkPayments, paymentLinks, paymentLinksSettings, receiptPresets, receipts, receiptsSettings, };
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.receiptsSettings = exports.receipts = exports.receiptPresets = exports.paymentLinksSettings = exports.paymentLinks = exports.paymentLinkPayments = exports.bulkDownloads = exports.billableItems = void 0;
|
|
27
|
-
const billableItems = __importStar(require("@wix/auto_sdk_get-paid_billable-items"));
|
|
28
|
-
exports.billableItems = billableItems;
|
|
29
|
-
const bulkDownloads = __importStar(require("@wix/auto_sdk_get-paid_bulk-downloads"));
|
|
30
|
-
exports.bulkDownloads = bulkDownloads;
|
|
31
|
-
const paymentLinkPayments = __importStar(require("@wix/auto_sdk_get-paid_payment-link-payments"));
|
|
32
|
-
exports.paymentLinkPayments = paymentLinkPayments;
|
|
33
|
-
const paymentLinks = __importStar(require("@wix/auto_sdk_get-paid_payment-links"));
|
|
34
|
-
exports.paymentLinks = paymentLinks;
|
|
35
|
-
const paymentLinksSettings = __importStar(require("@wix/auto_sdk_get-paid_payment-links-settings"));
|
|
36
|
-
exports.paymentLinksSettings = paymentLinksSettings;
|
|
37
|
-
const receiptPresets = __importStar(require("@wix/auto_sdk_get-paid_receipt-presets"));
|
|
38
|
-
exports.receiptPresets = receiptPresets;
|
|
39
|
-
const receipts = __importStar(require("@wix/auto_sdk_get-paid_receipts"));
|
|
40
|
-
exports.receipts = receipts;
|
|
41
|
-
const receiptsSettings = __importStar(require("@wix/auto_sdk_get-paid_receipts-settings"));
|
|
42
|
-
exports.receiptsSettings = receiptsSettings;
|
|
43
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAuE;AAUrE,sCAAa;AATf,qFAAuE;AAUrE,sCAAa;AATf,kGAAoF;AAUlF,kDAAmB;AATrB,mFAAqE;AAUnE,oCAAY;AATd,oGAAsF;AAUpF,oDAAoB;AATtB,uFAAyE;AAUvE,wCAAc;AAThB,0EAA4D;AAU1D,4BAAQ;AATV,2FAA6E;AAU3E,4CAAgB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
-
export * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
3
|
-
export * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
4
|
-
export * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
5
|
-
export * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
6
|
-
export * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
7
|
-
export * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
8
|
-
export * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.receiptsSettings = exports.receipts = exports.receiptPresets = exports.paymentLinksSettings = exports.paymentLinks = exports.paymentLinkPayments = exports.bulkDownloads = exports.billableItems = void 0;
|
|
27
|
-
exports.billableItems = __importStar(require("@wix/auto_sdk_get-paid_billable-items/meta"));
|
|
28
|
-
exports.bulkDownloads = __importStar(require("@wix/auto_sdk_get-paid_bulk-downloads/meta"));
|
|
29
|
-
exports.paymentLinkPayments = __importStar(require("@wix/auto_sdk_get-paid_payment-link-payments/meta"));
|
|
30
|
-
exports.paymentLinks = __importStar(require("@wix/auto_sdk_get-paid_payment-links/meta"));
|
|
31
|
-
exports.paymentLinksSettings = __importStar(require("@wix/auto_sdk_get-paid_payment-links-settings/meta"));
|
|
32
|
-
exports.receiptPresets = __importStar(require("@wix/auto_sdk_get-paid_receipt-presets/meta"));
|
|
33
|
-
exports.receipts = __importStar(require("@wix/auto_sdk_get-paid_receipts/meta"));
|
|
34
|
-
exports.receiptsSettings = __importStar(require("@wix/auto_sdk_get-paid_receipts-settings/meta"));
|
|
35
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,4FAA4E;AAC5E,yGAAyF;AACzF,0FAA0E;AAC1E,2GAA2F;AAC3F,8FAA8E;AAC9E,iFAAiE;AACjE,kGAAkF"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
-
import * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
3
|
-
import * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
4
|
-
import * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
5
|
-
import * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
6
|
-
import * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
7
|
-
import * as receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
8
|
-
import * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
9
|
-
export { billableItems, bulkDownloads, paymentLinkPayments, paymentLinks, paymentLinksSettings, receiptPresets, receipts, receiptsSettings, };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as billableItems from '@wix/auto_sdk_get-paid_billable-items';
|
|
2
|
-
import * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads';
|
|
3
|
-
import * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments';
|
|
4
|
-
import * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links';
|
|
5
|
-
import * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings';
|
|
6
|
-
import * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets';
|
|
7
|
-
import * as receipts from '@wix/auto_sdk_get-paid_receipts';
|
|
8
|
-
import * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings';
|
|
9
|
-
export { billableItems, bulkDownloads, paymentLinkPayments, paymentLinks, paymentLinksSettings, receiptPresets, receipts, receiptsSettings, };
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,uCAAuC,CAAC;AACvE,OAAO,KAAK,aAAa,MAAM,uCAAuC,CAAC;AACvE,OAAO,KAAK,mBAAmB,MAAM,8CAA8C,CAAC;AACpF,OAAO,KAAK,YAAY,MAAM,sCAAsC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC;AACtF,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAE7E,OAAO,EACL,aAAa,EACb,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,oBAAoB,EACpB,cAAc,EACd,QAAQ,EACR,gBAAgB,GACjB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
-
export * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
3
|
-
export * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
4
|
-
export * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
5
|
-
export * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
6
|
-
export * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
7
|
-
export * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
8
|
-
export * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * as billableItems from '@wix/auto_sdk_get-paid_billable-items/meta';
|
|
2
|
-
export * as bulkDownloads from '@wix/auto_sdk_get-paid_bulk-downloads/meta';
|
|
3
|
-
export * as paymentLinkPayments from '@wix/auto_sdk_get-paid_payment-link-payments/meta';
|
|
4
|
-
export * as paymentLinks from '@wix/auto_sdk_get-paid_payment-links/meta';
|
|
5
|
-
export * as paymentLinksSettings from '@wix/auto_sdk_get-paid_payment-links-settings/meta';
|
|
6
|
-
export * as receiptPresets from '@wix/auto_sdk_get-paid_receipt-presets/meta';
|
|
7
|
-
export * as receipts from '@wix/auto_sdk_get-paid_receipts/meta';
|
|
8
|
-
export * as receiptsSettings from '@wix/auto_sdk_get-paid_receipts-settings/meta';
|
|
9
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,4CAA4C,CAAC;AAC5E,OAAO,KAAK,aAAa,MAAM,4CAA4C,CAAC;AAC5E,OAAO,KAAK,mBAAmB,MAAM,mDAAmD,CAAC;AACzF,OAAO,KAAK,YAAY,MAAM,2CAA2C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,oDAAoD,CAAC;AAC3F,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC;AAC9E,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,gBAAgB,MAAM,+CAA+C,CAAC"}
|