@wix/benefit-programs 1.0.108 → 1.0.109
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 +8 -0
- package/build/cjs/index.js +41 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.d.ts +7 -0
- package/build/cjs/meta.js +34 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/es/index.d.ts +8 -0
- package/build/es/index.js +9 -0
- package/build/es/index.js.map +1 -0
- package/build/es/meta.d.ts +7 -0
- package/build/es/meta.js +8 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/internal/cjs/index.d.ts +8 -0
- package/build/internal/cjs/index.js +41 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +7 -0
- package/build/internal/cjs/meta.js +34 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/es/index.d.ts +8 -0
- package/build/internal/es/index.js +9 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/meta.d.ts +7 -0
- package/build/internal/es/meta.js +8 -0
- package/build/internal/es/meta.js.map +1 -0
- package/package.json +18 -19
- package/build/index.d.mts +0 -21
- package/build/index.d.ts +0 -21
- package/build/index.js +0 -59
- package/build/index.js.map +0 -1
- package/build/index.mjs +0 -18
- package/build/index.mjs.map +0 -1
- package/build/internal/index.d.mts +0 -21
- package/build/internal/index.d.ts +0 -21
- package/build/internal/index.js +0 -59
- package/build/internal/index.js.map +0 -1
- package/build/internal/index.mjs +0 -18
- package/build/internal/index.mjs.map +0 -1
- package/build/internal/meta.d.mts +0 -14
- package/build/internal/meta.d.ts +0 -14
- package/build/internal/meta.js +0 -59
- package/build/internal/meta.js.map +0 -1
- package/build/internal/meta.mjs +0 -18
- package/build/internal/meta.mjs.map +0 -1
- package/build/meta.d.mts +0 -14
- package/build/meta.d.ts +0 -14
- package/build/meta.js +0 -59
- package/build/meta.js.map +0 -1
- package/build/meta.mjs +0 -18
- package/build/meta.mjs.map +0 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
+
import * as items from '@wix/auto_sdk_benefit-programs_items';
|
|
3
|
+
import * as pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
4
|
+
import * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
5
|
+
import * as programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
6
|
+
import * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
7
|
+
import * as transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
8
|
+
export { balances, items, pools, poolDefinitions, programs, programDefinitions, transactions, };
|
|
@@ -0,0 +1,41 @@
|
|
|
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.transactions = exports.programDefinitions = exports.programs = exports.poolDefinitions = exports.pools = exports.items = exports.balances = void 0;
|
|
27
|
+
const balances = __importStar(require("@wix/auto_sdk_benefit-programs_balances"));
|
|
28
|
+
exports.balances = balances;
|
|
29
|
+
const items = __importStar(require("@wix/auto_sdk_benefit-programs_items"));
|
|
30
|
+
exports.items = items;
|
|
31
|
+
const pools = __importStar(require("@wix/auto_sdk_benefit-programs_pools"));
|
|
32
|
+
exports.pools = pools;
|
|
33
|
+
const poolDefinitions = __importStar(require("@wix/auto_sdk_benefit-programs_pool-definitions"));
|
|
34
|
+
exports.poolDefinitions = poolDefinitions;
|
|
35
|
+
const programs = __importStar(require("@wix/auto_sdk_benefit-programs_programs"));
|
|
36
|
+
exports.programs = programs;
|
|
37
|
+
const programDefinitions = __importStar(require("@wix/auto_sdk_benefit-programs_program-definitions"));
|
|
38
|
+
exports.programDefinitions = programDefinitions;
|
|
39
|
+
const transactions = __importStar(require("@wix/auto_sdk_benefit-programs_transactions"));
|
|
40
|
+
exports.transactions = transactions;
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAoE;AASlE,4BAAQ;AARV,4EAA8D;AAS5D,sBAAK;AARP,4EAA8D;AAS5D,sBAAK;AARP,iGAAmF;AASjF,0CAAe;AARjB,kFAAoE;AASlE,4BAAQ;AARV,uGAAyF;AASvF,gDAAkB;AARpB,0FAA4E;AAS1E,oCAAY"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
+
export * as items from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
3
|
+
export * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
4
|
+
export * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
5
|
+
export * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
6
|
+
export * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
7
|
+
export * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
@@ -0,0 +1,34 @@
|
|
|
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.transactions = exports.programDefinitions = exports.programs = exports.poolDefinitions = exports.pools = exports.items = exports.balances = void 0;
|
|
27
|
+
exports.balances = __importStar(require("@wix/auto_sdk_benefit-programs_balances/meta"));
|
|
28
|
+
exports.items = __importStar(require("@wix/auto_sdk_benefit-programs_items/meta"));
|
|
29
|
+
exports.pools = __importStar(require("@wix/auto_sdk_benefit-programs_pools/meta"));
|
|
30
|
+
exports.poolDefinitions = __importStar(require("@wix/auto_sdk_benefit-programs_pool-definitions/meta"));
|
|
31
|
+
exports.programs = __importStar(require("@wix/auto_sdk_benefit-programs_programs/meta"));
|
|
32
|
+
exports.programDefinitions = __importStar(require("@wix/auto_sdk_benefit-programs_program-definitions/meta"));
|
|
33
|
+
exports.transactions = __importStar(require("@wix/auto_sdk_benefit-programs_transactions/meta"));
|
|
34
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAAyE;AACzE,mFAAmE;AACnE,mFAAmE;AACnE,wGAAwF;AACxF,yFAAyE;AACzE,8GAA8F;AAC9F,iGAAiF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
+
import * as items from '@wix/auto_sdk_benefit-programs_items';
|
|
3
|
+
import * as pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
4
|
+
import * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
5
|
+
import * as programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
6
|
+
import * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
7
|
+
import * as transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
8
|
+
export { balances, items, pools, poolDefinitions, programs, programDefinitions, transactions, };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
+
import * as items from '@wix/auto_sdk_benefit-programs_items';
|
|
3
|
+
import * as pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
4
|
+
import * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
5
|
+
import * as programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
6
|
+
import * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
7
|
+
import * as transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
8
|
+
export { balances, items, pools, poolDefinitions, programs, programDefinitions, transactions, };
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,yCAAyC,CAAC;AACpE,OAAO,KAAK,KAAK,MAAM,sCAAsC,CAAC;AAC9D,OAAO,KAAK,KAAK,MAAM,sCAAsC,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,iDAAiD,CAAC;AACnF,OAAO,KAAK,QAAQ,MAAM,yCAAyC,CAAC;AACpE,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,YAAY,MAAM,6CAA6C,CAAC;AAE5E,OAAO,EACL,QAAQ,EACR,KAAK,EACL,KAAK,EACL,eAAe,EACf,QAAQ,EACR,kBAAkB,EAClB,YAAY,GACb,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
+
export * as items from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
3
|
+
export * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
4
|
+
export * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
5
|
+
export * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
6
|
+
export * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
7
|
+
export * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
package/build/es/meta.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
+
export * as items from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
3
|
+
export * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
4
|
+
export * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
5
|
+
export * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
6
|
+
export * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
7
|
+
export * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
8
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,8CAA8C,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,2CAA2C,CAAC;AACnE,OAAO,KAAK,KAAK,MAAM,2CAA2C,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,sDAAsD,CAAC;AACxF,OAAO,KAAK,QAAQ,MAAM,8CAA8C,CAAC;AACzE,OAAO,KAAK,kBAAkB,MAAM,yDAAyD,CAAC;AAC9F,OAAO,KAAK,YAAY,MAAM,kDAAkD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
+
import * as items from '@wix/auto_sdk_benefit-programs_items';
|
|
3
|
+
import * as pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
4
|
+
import * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
5
|
+
import * as programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
6
|
+
import * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
7
|
+
import * as transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
8
|
+
export { balances, items, pools, poolDefinitions, programs, programDefinitions, transactions, };
|
|
@@ -0,0 +1,41 @@
|
|
|
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.transactions = exports.programDefinitions = exports.programs = exports.poolDefinitions = exports.pools = exports.items = exports.balances = void 0;
|
|
27
|
+
const balances = __importStar(require("@wix/auto_sdk_benefit-programs_balances"));
|
|
28
|
+
exports.balances = balances;
|
|
29
|
+
const items = __importStar(require("@wix/auto_sdk_benefit-programs_items"));
|
|
30
|
+
exports.items = items;
|
|
31
|
+
const pools = __importStar(require("@wix/auto_sdk_benefit-programs_pools"));
|
|
32
|
+
exports.pools = pools;
|
|
33
|
+
const poolDefinitions = __importStar(require("@wix/auto_sdk_benefit-programs_pool-definitions"));
|
|
34
|
+
exports.poolDefinitions = poolDefinitions;
|
|
35
|
+
const programs = __importStar(require("@wix/auto_sdk_benefit-programs_programs"));
|
|
36
|
+
exports.programs = programs;
|
|
37
|
+
const programDefinitions = __importStar(require("@wix/auto_sdk_benefit-programs_program-definitions"));
|
|
38
|
+
exports.programDefinitions = programDefinitions;
|
|
39
|
+
const transactions = __importStar(require("@wix/auto_sdk_benefit-programs_transactions"));
|
|
40
|
+
exports.transactions = transactions;
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAoE;AASlE,4BAAQ;AARV,4EAA8D;AAS5D,sBAAK;AARP,4EAA8D;AAS5D,sBAAK;AARP,iGAAmF;AASjF,0CAAe;AARjB,kFAAoE;AASlE,4BAAQ;AARV,uGAAyF;AASvF,gDAAkB;AARpB,0FAA4E;AAS1E,oCAAY"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
+
export * as items from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
3
|
+
export * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
4
|
+
export * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
5
|
+
export * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
6
|
+
export * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
7
|
+
export * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
@@ -0,0 +1,34 @@
|
|
|
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.transactions = exports.programDefinitions = exports.programs = exports.poolDefinitions = exports.pools = exports.items = exports.balances = void 0;
|
|
27
|
+
exports.balances = __importStar(require("@wix/auto_sdk_benefit-programs_balances/meta"));
|
|
28
|
+
exports.items = __importStar(require("@wix/auto_sdk_benefit-programs_items/meta"));
|
|
29
|
+
exports.pools = __importStar(require("@wix/auto_sdk_benefit-programs_pools/meta"));
|
|
30
|
+
exports.poolDefinitions = __importStar(require("@wix/auto_sdk_benefit-programs_pool-definitions/meta"));
|
|
31
|
+
exports.programs = __importStar(require("@wix/auto_sdk_benefit-programs_programs/meta"));
|
|
32
|
+
exports.programDefinitions = __importStar(require("@wix/auto_sdk_benefit-programs_program-definitions/meta"));
|
|
33
|
+
exports.transactions = __importStar(require("@wix/auto_sdk_benefit-programs_transactions/meta"));
|
|
34
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAAyE;AACzE,mFAAmE;AACnE,mFAAmE;AACnE,wGAAwF;AACxF,yFAAyE;AACzE,8GAA8F;AAC9F,iGAAiF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
+
import * as items from '@wix/auto_sdk_benefit-programs_items';
|
|
3
|
+
import * as pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
4
|
+
import * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
5
|
+
import * as programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
6
|
+
import * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
7
|
+
import * as transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
8
|
+
export { balances, items, pools, poolDefinitions, programs, programDefinitions, transactions, };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
+
import * as items from '@wix/auto_sdk_benefit-programs_items';
|
|
3
|
+
import * as pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
4
|
+
import * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
5
|
+
import * as programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
6
|
+
import * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
7
|
+
import * as transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
8
|
+
export { balances, items, pools, poolDefinitions, programs, programDefinitions, transactions, };
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,yCAAyC,CAAC;AACpE,OAAO,KAAK,KAAK,MAAM,sCAAsC,CAAC;AAC9D,OAAO,KAAK,KAAK,MAAM,sCAAsC,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,iDAAiD,CAAC;AACnF,OAAO,KAAK,QAAQ,MAAM,yCAAyC,CAAC;AACpE,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,YAAY,MAAM,6CAA6C,CAAC;AAE5E,OAAO,EACL,QAAQ,EACR,KAAK,EACL,KAAK,EACL,eAAe,EACf,QAAQ,EACR,kBAAkB,EAClB,YAAY,GACb,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
+
export * as items from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
3
|
+
export * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
4
|
+
export * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
5
|
+
export * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
6
|
+
export * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
7
|
+
export * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
+
export * as items from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
3
|
+
export * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
4
|
+
export * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
5
|
+
export * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
6
|
+
export * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
7
|
+
export * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
8
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,8CAA8C,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,2CAA2C,CAAC;AACnE,OAAO,KAAK,KAAK,MAAM,2CAA2C,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,sDAAsD,CAAC;AACxF,OAAO,KAAK,QAAQ,MAAM,8CAA8C,CAAC;AACzE,OAAO,KAAK,kBAAkB,MAAM,yDAAyD,CAAC;AAC9F,OAAO,KAAK,YAAY,MAAM,kDAAkD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/benefit-programs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.109",
|
|
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/index.d.
|
|
14
|
+
"main": "./build/cjs/index.js",
|
|
15
|
+
"types": "./build/es/index.d.ts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"import": "./build/index.
|
|
19
|
-
"require": "./build/index.js",
|
|
20
|
-
"types": "./build/index.d.
|
|
18
|
+
"import": "./build/es/index.js",
|
|
19
|
+
"require": "./build/cjs/index.js",
|
|
20
|
+
"types": "./build/es/index.d.ts"
|
|
21
21
|
},
|
|
22
22
|
"./package.json": "./package.json",
|
|
23
23
|
"./meta": {
|
|
24
|
-
"import": "./build/meta.
|
|
25
|
-
"require": "./build/meta.js",
|
|
26
|
-
"types": "./build/meta.d.
|
|
24
|
+
"import": "./build/es/meta.js",
|
|
25
|
+
"require": "./build/cjs/meta.js",
|
|
26
|
+
"types": "./build/es/meta.d.ts"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
@@ -32,20 +32,19 @@
|
|
|
32
32
|
"service-plugins"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@wix/auto_sdk_benefit-programs_balances": "1.0.
|
|
36
|
-
"@wix/auto_sdk_benefit-programs_items": "1.0.
|
|
37
|
-
"@wix/auto_sdk_benefit-programs_pool-definitions": "1.0.
|
|
38
|
-
"@wix/auto_sdk_benefit-programs_pools": "1.0.
|
|
39
|
-
"@wix/auto_sdk_benefit-programs_program-definitions": "1.0.
|
|
40
|
-
"@wix/auto_sdk_benefit-programs_programs": "1.0.
|
|
41
|
-
"@wix/auto_sdk_benefit-programs_transactions": "1.0.
|
|
35
|
+
"@wix/auto_sdk_benefit-programs_balances": "1.0.12",
|
|
36
|
+
"@wix/auto_sdk_benefit-programs_items": "1.0.17",
|
|
37
|
+
"@wix/auto_sdk_benefit-programs_pool-definitions": "1.0.14",
|
|
38
|
+
"@wix/auto_sdk_benefit-programs_pools": "1.0.16",
|
|
39
|
+
"@wix/auto_sdk_benefit-programs_program-definitions": "1.0.14",
|
|
40
|
+
"@wix/auto_sdk_benefit-programs_programs": "1.0.10",
|
|
41
|
+
"@wix/auto_sdk_benefit-programs_transactions": "1.0.16"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"tsup": "^8.4.0",
|
|
45
44
|
"typescript": "^5.3.2"
|
|
46
45
|
},
|
|
47
46
|
"scripts": {
|
|
48
|
-
"build": "
|
|
47
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
|
|
49
48
|
"test": ":"
|
|
50
49
|
},
|
|
51
50
|
"wix": {
|
|
@@ -59,5 +58,5 @@
|
|
|
59
58
|
"fqdn": ""
|
|
60
59
|
}
|
|
61
60
|
},
|
|
62
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "0c627e17d65f327ff952842254957e94900b4b58dd2600a459adfa38"
|
|
63
62
|
}
|
package/build/index.d.mts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as auto_sdk_benefitPrograms_balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
-
export { auto_sdk_benefitPrograms_balances as balances };
|
|
3
|
-
import * as auto_sdk_benefitPrograms_items from '@wix/auto_sdk_benefit-programs_items';
|
|
4
|
-
export { auto_sdk_benefitPrograms_items as items };
|
|
5
|
-
import * as auto_sdk_benefitPrograms_pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
6
|
-
export { auto_sdk_benefitPrograms_pools as pools };
|
|
7
|
-
import * as auto_sdk_benefitPrograms_poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
8
|
-
export { auto_sdk_benefitPrograms_poolDefinitions as poolDefinitions };
|
|
9
|
-
import * as auto_sdk_benefitPrograms_programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
10
|
-
export { auto_sdk_benefitPrograms_programs as programs };
|
|
11
|
-
import * as auto_sdk_benefitPrograms_programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
12
|
-
export { auto_sdk_benefitPrograms_programDefinitions as programDefinitions };
|
|
13
|
-
import * as auto_sdk_benefitPrograms_transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
14
|
-
export { auto_sdk_benefitPrograms_transactions as transactions };
|
|
15
|
-
import '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
16
|
-
import '@wix/auto_sdk_benefit-programs_items/meta';
|
|
17
|
-
import '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
18
|
-
import '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
19
|
-
import '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
20
|
-
import '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
21
|
-
import '@wix/auto_sdk_benefit-programs_transactions/meta';
|
package/build/index.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as auto_sdk_benefitPrograms_balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
-
export { auto_sdk_benefitPrograms_balances as balances };
|
|
3
|
-
import * as auto_sdk_benefitPrograms_items from '@wix/auto_sdk_benefit-programs_items';
|
|
4
|
-
export { auto_sdk_benefitPrograms_items as items };
|
|
5
|
-
import * as auto_sdk_benefitPrograms_pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
6
|
-
export { auto_sdk_benefitPrograms_pools as pools };
|
|
7
|
-
import * as auto_sdk_benefitPrograms_poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
8
|
-
export { auto_sdk_benefitPrograms_poolDefinitions as poolDefinitions };
|
|
9
|
-
import * as auto_sdk_benefitPrograms_programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
10
|
-
export { auto_sdk_benefitPrograms_programs as programs };
|
|
11
|
-
import * as auto_sdk_benefitPrograms_programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
12
|
-
export { auto_sdk_benefitPrograms_programDefinitions as programDefinitions };
|
|
13
|
-
import * as auto_sdk_benefitPrograms_transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
14
|
-
export { auto_sdk_benefitPrograms_transactions as transactions };
|
|
15
|
-
import '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
16
|
-
import '@wix/auto_sdk_benefit-programs_items/meta';
|
|
17
|
-
import '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
18
|
-
import '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
19
|
-
import '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
20
|
-
import '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
21
|
-
import '@wix/auto_sdk_benefit-programs_transactions/meta';
|
package/build/index.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
balances: () => balances,
|
|
34
|
-
items: () => items,
|
|
35
|
-
poolDefinitions: () => poolDefinitions,
|
|
36
|
-
pools: () => pools,
|
|
37
|
-
programDefinitions: () => programDefinitions,
|
|
38
|
-
programs: () => programs,
|
|
39
|
-
transactions: () => transactions
|
|
40
|
-
});
|
|
41
|
-
module.exports = __toCommonJS(index_exports);
|
|
42
|
-
var balances = __toESM(require("@wix/auto_sdk_benefit-programs_balances"));
|
|
43
|
-
var items = __toESM(require("@wix/auto_sdk_benefit-programs_items"));
|
|
44
|
-
var pools = __toESM(require("@wix/auto_sdk_benefit-programs_pools"));
|
|
45
|
-
var poolDefinitions = __toESM(require("@wix/auto_sdk_benefit-programs_pool-definitions"));
|
|
46
|
-
var programs = __toESM(require("@wix/auto_sdk_benefit-programs_programs"));
|
|
47
|
-
var programDefinitions = __toESM(require("@wix/auto_sdk_benefit-programs_program-definitions"));
|
|
48
|
-
var transactions = __toESM(require("@wix/auto_sdk_benefit-programs_transactions"));
|
|
49
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
-
0 && (module.exports = {
|
|
51
|
-
balances,
|
|
52
|
-
items,
|
|
53
|
-
poolDefinitions,
|
|
54
|
-
pools,
|
|
55
|
-
programDefinitions,
|
|
56
|
-
programs,
|
|
57
|
-
transactions
|
|
58
|
-
});
|
|
59
|
-
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as balances from '@wix/auto_sdk_benefit-programs_balances';\nimport * as items from '@wix/auto_sdk_benefit-programs_items';\nimport * as pools from '@wix/auto_sdk_benefit-programs_pools';\nimport * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';\nimport * as programs from '@wix/auto_sdk_benefit-programs_programs';\nimport * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';\nimport * as transactions from '@wix/auto_sdk_benefit-programs_transactions';\n\nexport {\n balances,\n items,\n pools,\n poolDefinitions,\n programs,\n programDefinitions,\n transactions,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,YAAuB;AACvB,YAAuB;AACvB,sBAAiC;AACjC,eAA0B;AAC1B,yBAAoC;AACpC,mBAA8B;","names":[]}
|
package/build/index.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// index.ts
|
|
2
|
-
import * as balances from "@wix/auto_sdk_benefit-programs_balances";
|
|
3
|
-
import * as items from "@wix/auto_sdk_benefit-programs_items";
|
|
4
|
-
import * as pools from "@wix/auto_sdk_benefit-programs_pools";
|
|
5
|
-
import * as poolDefinitions from "@wix/auto_sdk_benefit-programs_pool-definitions";
|
|
6
|
-
import * as programs from "@wix/auto_sdk_benefit-programs_programs";
|
|
7
|
-
import * as programDefinitions from "@wix/auto_sdk_benefit-programs_program-definitions";
|
|
8
|
-
import * as transactions from "@wix/auto_sdk_benefit-programs_transactions";
|
|
9
|
-
export {
|
|
10
|
-
balances,
|
|
11
|
-
items,
|
|
12
|
-
poolDefinitions,
|
|
13
|
-
pools,
|
|
14
|
-
programDefinitions,
|
|
15
|
-
programs,
|
|
16
|
-
transactions
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=index.mjs.map
|
package/build/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as balances from '@wix/auto_sdk_benefit-programs_balances';\nimport * as items from '@wix/auto_sdk_benefit-programs_items';\nimport * as pools from '@wix/auto_sdk_benefit-programs_pools';\nimport * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';\nimport * as programs from '@wix/auto_sdk_benefit-programs_programs';\nimport * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';\nimport * as transactions from '@wix/auto_sdk_benefit-programs_transactions';\n\nexport {\n balances,\n items,\n pools,\n poolDefinitions,\n programs,\n programDefinitions,\n transactions,\n};\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,WAAW;AACvB,YAAY,WAAW;AACvB,YAAY,qBAAqB;AACjC,YAAY,cAAc;AAC1B,YAAY,wBAAwB;AACpC,YAAY,kBAAkB;","names":[]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as auto_sdk_benefitPrograms_balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
-
export { auto_sdk_benefitPrograms_balances as balances };
|
|
3
|
-
import * as auto_sdk_benefitPrograms_items from '@wix/auto_sdk_benefit-programs_items';
|
|
4
|
-
export { auto_sdk_benefitPrograms_items as items };
|
|
5
|
-
import * as auto_sdk_benefitPrograms_pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
6
|
-
export { auto_sdk_benefitPrograms_pools as pools };
|
|
7
|
-
import * as auto_sdk_benefitPrograms_poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
8
|
-
export { auto_sdk_benefitPrograms_poolDefinitions as poolDefinitions };
|
|
9
|
-
import * as auto_sdk_benefitPrograms_programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
10
|
-
export { auto_sdk_benefitPrograms_programs as programs };
|
|
11
|
-
import * as auto_sdk_benefitPrograms_programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
12
|
-
export { auto_sdk_benefitPrograms_programDefinitions as programDefinitions };
|
|
13
|
-
import * as auto_sdk_benefitPrograms_transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
14
|
-
export { auto_sdk_benefitPrograms_transactions as transactions };
|
|
15
|
-
import '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
16
|
-
import '@wix/auto_sdk_benefit-programs_items/meta';
|
|
17
|
-
import '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
18
|
-
import '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
19
|
-
import '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
20
|
-
import '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
21
|
-
import '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as auto_sdk_benefitPrograms_balances from '@wix/auto_sdk_benefit-programs_balances';
|
|
2
|
-
export { auto_sdk_benefitPrograms_balances as balances };
|
|
3
|
-
import * as auto_sdk_benefitPrograms_items from '@wix/auto_sdk_benefit-programs_items';
|
|
4
|
-
export { auto_sdk_benefitPrograms_items as items };
|
|
5
|
-
import * as auto_sdk_benefitPrograms_pools from '@wix/auto_sdk_benefit-programs_pools';
|
|
6
|
-
export { auto_sdk_benefitPrograms_pools as pools };
|
|
7
|
-
import * as auto_sdk_benefitPrograms_poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';
|
|
8
|
-
export { auto_sdk_benefitPrograms_poolDefinitions as poolDefinitions };
|
|
9
|
-
import * as auto_sdk_benefitPrograms_programs from '@wix/auto_sdk_benefit-programs_programs';
|
|
10
|
-
export { auto_sdk_benefitPrograms_programs as programs };
|
|
11
|
-
import * as auto_sdk_benefitPrograms_programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';
|
|
12
|
-
export { auto_sdk_benefitPrograms_programDefinitions as programDefinitions };
|
|
13
|
-
import * as auto_sdk_benefitPrograms_transactions from '@wix/auto_sdk_benefit-programs_transactions';
|
|
14
|
-
export { auto_sdk_benefitPrograms_transactions as transactions };
|
|
15
|
-
import '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
16
|
-
import '@wix/auto_sdk_benefit-programs_items/meta';
|
|
17
|
-
import '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
18
|
-
import '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
19
|
-
import '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
20
|
-
import '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
21
|
-
import '@wix/auto_sdk_benefit-programs_transactions/meta';
|
package/build/internal/index.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
balances: () => balances,
|
|
34
|
-
items: () => items,
|
|
35
|
-
poolDefinitions: () => poolDefinitions,
|
|
36
|
-
pools: () => pools,
|
|
37
|
-
programDefinitions: () => programDefinitions,
|
|
38
|
-
programs: () => programs,
|
|
39
|
-
transactions: () => transactions
|
|
40
|
-
});
|
|
41
|
-
module.exports = __toCommonJS(index_exports);
|
|
42
|
-
var balances = __toESM(require("@wix/auto_sdk_benefit-programs_balances"));
|
|
43
|
-
var items = __toESM(require("@wix/auto_sdk_benefit-programs_items"));
|
|
44
|
-
var pools = __toESM(require("@wix/auto_sdk_benefit-programs_pools"));
|
|
45
|
-
var poolDefinitions = __toESM(require("@wix/auto_sdk_benefit-programs_pool-definitions"));
|
|
46
|
-
var programs = __toESM(require("@wix/auto_sdk_benefit-programs_programs"));
|
|
47
|
-
var programDefinitions = __toESM(require("@wix/auto_sdk_benefit-programs_program-definitions"));
|
|
48
|
-
var transactions = __toESM(require("@wix/auto_sdk_benefit-programs_transactions"));
|
|
49
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
-
0 && (module.exports = {
|
|
51
|
-
balances,
|
|
52
|
-
items,
|
|
53
|
-
poolDefinitions,
|
|
54
|
-
pools,
|
|
55
|
-
programDefinitions,
|
|
56
|
-
programs,
|
|
57
|
-
transactions
|
|
58
|
-
});
|
|
59
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as balances from '@wix/auto_sdk_benefit-programs_balances';\nimport * as items from '@wix/auto_sdk_benefit-programs_items';\nimport * as pools from '@wix/auto_sdk_benefit-programs_pools';\nimport * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';\nimport * as programs from '@wix/auto_sdk_benefit-programs_programs';\nimport * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';\nimport * as transactions from '@wix/auto_sdk_benefit-programs_transactions';\n\nexport {\n balances,\n items,\n pools,\n poolDefinitions,\n programs,\n programDefinitions,\n transactions,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,YAAuB;AACvB,YAAuB;AACvB,sBAAiC;AACjC,eAA0B;AAC1B,yBAAoC;AACpC,mBAA8B;","names":[]}
|
package/build/internal/index.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// index.ts
|
|
2
|
-
import * as balances from "@wix/auto_sdk_benefit-programs_balances";
|
|
3
|
-
import * as items from "@wix/auto_sdk_benefit-programs_items";
|
|
4
|
-
import * as pools from "@wix/auto_sdk_benefit-programs_pools";
|
|
5
|
-
import * as poolDefinitions from "@wix/auto_sdk_benefit-programs_pool-definitions";
|
|
6
|
-
import * as programs from "@wix/auto_sdk_benefit-programs_programs";
|
|
7
|
-
import * as programDefinitions from "@wix/auto_sdk_benefit-programs_program-definitions";
|
|
8
|
-
import * as transactions from "@wix/auto_sdk_benefit-programs_transactions";
|
|
9
|
-
export {
|
|
10
|
-
balances,
|
|
11
|
-
items,
|
|
12
|
-
poolDefinitions,
|
|
13
|
-
pools,
|
|
14
|
-
programDefinitions,
|
|
15
|
-
programs,
|
|
16
|
-
transactions
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as balances from '@wix/auto_sdk_benefit-programs_balances';\nimport * as items from '@wix/auto_sdk_benefit-programs_items';\nimport * as pools from '@wix/auto_sdk_benefit-programs_pools';\nimport * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions';\nimport * as programs from '@wix/auto_sdk_benefit-programs_programs';\nimport * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions';\nimport * as transactions from '@wix/auto_sdk_benefit-programs_transactions';\n\nexport {\n balances,\n items,\n pools,\n poolDefinitions,\n programs,\n programDefinitions,\n transactions,\n};\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,WAAW;AACvB,YAAY,WAAW;AACvB,YAAY,qBAAqB;AACjC,YAAY,cAAc;AAC1B,YAAY,wBAAwB;AACpC,YAAY,kBAAkB;","names":[]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
-
export { meta as balances };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
4
|
-
export { meta$1 as items };
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
6
|
-
export { meta$2 as pools };
|
|
7
|
-
import * as meta$3 from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
8
|
-
export { meta$3 as poolDefinitions };
|
|
9
|
-
import * as meta$4 from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
10
|
-
export { meta$4 as programs };
|
|
11
|
-
import * as meta$5 from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
12
|
-
export { meta$5 as programDefinitions };
|
|
13
|
-
import * as meta$6 from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
14
|
-
export { meta$6 as transactions };
|
package/build/internal/meta.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
-
export { meta as balances };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
4
|
-
export { meta$1 as items };
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
6
|
-
export { meta$2 as pools };
|
|
7
|
-
import * as meta$3 from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
8
|
-
export { meta$3 as poolDefinitions };
|
|
9
|
-
import * as meta$4 from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
10
|
-
export { meta$4 as programs };
|
|
11
|
-
import * as meta$5 from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
12
|
-
export { meta$5 as programDefinitions };
|
|
13
|
-
import * as meta$6 from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
14
|
-
export { meta$6 as transactions };
|
package/build/internal/meta.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
balances: () => balances,
|
|
34
|
-
items: () => items,
|
|
35
|
-
poolDefinitions: () => poolDefinitions,
|
|
36
|
-
pools: () => pools,
|
|
37
|
-
programDefinitions: () => programDefinitions,
|
|
38
|
-
programs: () => programs,
|
|
39
|
-
transactions: () => transactions
|
|
40
|
-
});
|
|
41
|
-
module.exports = __toCommonJS(meta_exports);
|
|
42
|
-
var balances = __toESM(require("@wix/auto_sdk_benefit-programs_balances/meta"));
|
|
43
|
-
var items = __toESM(require("@wix/auto_sdk_benefit-programs_items/meta"));
|
|
44
|
-
var pools = __toESM(require("@wix/auto_sdk_benefit-programs_pools/meta"));
|
|
45
|
-
var poolDefinitions = __toESM(require("@wix/auto_sdk_benefit-programs_pool-definitions/meta"));
|
|
46
|
-
var programs = __toESM(require("@wix/auto_sdk_benefit-programs_programs/meta"));
|
|
47
|
-
var programDefinitions = __toESM(require("@wix/auto_sdk_benefit-programs_program-definitions/meta"));
|
|
48
|
-
var transactions = __toESM(require("@wix/auto_sdk_benefit-programs_transactions/meta"));
|
|
49
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
-
0 && (module.exports = {
|
|
51
|
-
balances,
|
|
52
|
-
items,
|
|
53
|
-
poolDefinitions,
|
|
54
|
-
pools,
|
|
55
|
-
programDefinitions,
|
|
56
|
-
programs,
|
|
57
|
-
transactions
|
|
58
|
-
});
|
|
59
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';\nexport * as items from '@wix/auto_sdk_benefit-programs_items/meta';\nexport * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';\nexport * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';\nexport * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';\nexport * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';\nexport * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,YAAuB;AACvB,YAAuB;AACvB,sBAAiC;AACjC,eAA0B;AAC1B,yBAAoC;AACpC,mBAA8B;","names":[]}
|
package/build/internal/meta.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// meta.ts
|
|
2
|
-
import * as balances from "@wix/auto_sdk_benefit-programs_balances/meta";
|
|
3
|
-
import * as items from "@wix/auto_sdk_benefit-programs_items/meta";
|
|
4
|
-
import * as pools from "@wix/auto_sdk_benefit-programs_pools/meta";
|
|
5
|
-
import * as poolDefinitions from "@wix/auto_sdk_benefit-programs_pool-definitions/meta";
|
|
6
|
-
import * as programs from "@wix/auto_sdk_benefit-programs_programs/meta";
|
|
7
|
-
import * as programDefinitions from "@wix/auto_sdk_benefit-programs_program-definitions/meta";
|
|
8
|
-
import * as transactions from "@wix/auto_sdk_benefit-programs_transactions/meta";
|
|
9
|
-
export {
|
|
10
|
-
balances,
|
|
11
|
-
items,
|
|
12
|
-
poolDefinitions,
|
|
13
|
-
pools,
|
|
14
|
-
programDefinitions,
|
|
15
|
-
programs,
|
|
16
|
-
transactions
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=meta.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';\nexport * as items from '@wix/auto_sdk_benefit-programs_items/meta';\nexport * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';\nexport * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';\nexport * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';\nexport * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';\nexport * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,WAAW;AACvB,YAAY,WAAW;AACvB,YAAY,qBAAqB;AACjC,YAAY,cAAc;AAC1B,YAAY,wBAAwB;AACpC,YAAY,kBAAkB;","names":[]}
|
package/build/meta.d.mts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
-
export { meta as balances };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
4
|
-
export { meta$1 as items };
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
6
|
-
export { meta$2 as pools };
|
|
7
|
-
import * as meta$3 from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
8
|
-
export { meta$3 as poolDefinitions };
|
|
9
|
-
import * as meta$4 from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
10
|
-
export { meta$4 as programs };
|
|
11
|
-
import * as meta$5 from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
12
|
-
export { meta$5 as programDefinitions };
|
|
13
|
-
import * as meta$6 from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
14
|
-
export { meta$6 as transactions };
|
package/build/meta.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_benefit-programs_balances/meta';
|
|
2
|
-
export { meta as balances };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_benefit-programs_items/meta';
|
|
4
|
-
export { meta$1 as items };
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_benefit-programs_pools/meta';
|
|
6
|
-
export { meta$2 as pools };
|
|
7
|
-
import * as meta$3 from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';
|
|
8
|
-
export { meta$3 as poolDefinitions };
|
|
9
|
-
import * as meta$4 from '@wix/auto_sdk_benefit-programs_programs/meta';
|
|
10
|
-
export { meta$4 as programs };
|
|
11
|
-
import * as meta$5 from '@wix/auto_sdk_benefit-programs_program-definitions/meta';
|
|
12
|
-
export { meta$5 as programDefinitions };
|
|
13
|
-
import * as meta$6 from '@wix/auto_sdk_benefit-programs_transactions/meta';
|
|
14
|
-
export { meta$6 as transactions };
|
package/build/meta.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
balances: () => balances,
|
|
34
|
-
items: () => items,
|
|
35
|
-
poolDefinitions: () => poolDefinitions,
|
|
36
|
-
pools: () => pools,
|
|
37
|
-
programDefinitions: () => programDefinitions,
|
|
38
|
-
programs: () => programs,
|
|
39
|
-
transactions: () => transactions
|
|
40
|
-
});
|
|
41
|
-
module.exports = __toCommonJS(meta_exports);
|
|
42
|
-
var balances = __toESM(require("@wix/auto_sdk_benefit-programs_balances/meta"));
|
|
43
|
-
var items = __toESM(require("@wix/auto_sdk_benefit-programs_items/meta"));
|
|
44
|
-
var pools = __toESM(require("@wix/auto_sdk_benefit-programs_pools/meta"));
|
|
45
|
-
var poolDefinitions = __toESM(require("@wix/auto_sdk_benefit-programs_pool-definitions/meta"));
|
|
46
|
-
var programs = __toESM(require("@wix/auto_sdk_benefit-programs_programs/meta"));
|
|
47
|
-
var programDefinitions = __toESM(require("@wix/auto_sdk_benefit-programs_program-definitions/meta"));
|
|
48
|
-
var transactions = __toESM(require("@wix/auto_sdk_benefit-programs_transactions/meta"));
|
|
49
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
-
0 && (module.exports = {
|
|
51
|
-
balances,
|
|
52
|
-
items,
|
|
53
|
-
poolDefinitions,
|
|
54
|
-
pools,
|
|
55
|
-
programDefinitions,
|
|
56
|
-
programs,
|
|
57
|
-
transactions
|
|
58
|
-
});
|
|
59
|
-
//# sourceMappingURL=meta.js.map
|
package/build/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';\nexport * as items from '@wix/auto_sdk_benefit-programs_items/meta';\nexport * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';\nexport * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';\nexport * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';\nexport * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';\nexport * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,YAAuB;AACvB,YAAuB;AACvB,sBAAiC;AACjC,eAA0B;AAC1B,yBAAoC;AACpC,mBAA8B;","names":[]}
|
package/build/meta.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// meta.ts
|
|
2
|
-
import * as balances from "@wix/auto_sdk_benefit-programs_balances/meta";
|
|
3
|
-
import * as items from "@wix/auto_sdk_benefit-programs_items/meta";
|
|
4
|
-
import * as pools from "@wix/auto_sdk_benefit-programs_pools/meta";
|
|
5
|
-
import * as poolDefinitions from "@wix/auto_sdk_benefit-programs_pool-definitions/meta";
|
|
6
|
-
import * as programs from "@wix/auto_sdk_benefit-programs_programs/meta";
|
|
7
|
-
import * as programDefinitions from "@wix/auto_sdk_benefit-programs_program-definitions/meta";
|
|
8
|
-
import * as transactions from "@wix/auto_sdk_benefit-programs_transactions/meta";
|
|
9
|
-
export {
|
|
10
|
-
balances,
|
|
11
|
-
items,
|
|
12
|
-
poolDefinitions,
|
|
13
|
-
pools,
|
|
14
|
-
programDefinitions,
|
|
15
|
-
programs,
|
|
16
|
-
transactions
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=meta.mjs.map
|
package/build/meta.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as balances from '@wix/auto_sdk_benefit-programs_balances/meta';\nexport * as items from '@wix/auto_sdk_benefit-programs_items/meta';\nexport * as pools from '@wix/auto_sdk_benefit-programs_pools/meta';\nexport * as poolDefinitions from '@wix/auto_sdk_benefit-programs_pool-definitions/meta';\nexport * as programs from '@wix/auto_sdk_benefit-programs_programs/meta';\nexport * as programDefinitions from '@wix/auto_sdk_benefit-programs_program-definitions/meta';\nexport * as transactions from '@wix/auto_sdk_benefit-programs_transactions/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,WAAW;AACvB,YAAY,WAAW;AACvB,YAAY,qBAAqB;AACjC,YAAY,cAAc;AAC1B,YAAY,wBAAwB;AACpC,YAAY,kBAAkB;","names":[]}
|