@wix/benefit-programs 1.0.0
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/context.d.ts +5 -0
- package/build/cjs/context.js +32 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.d.ts +5 -0
- package/build/cjs/index.js +32 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.d.ts +5 -0
- package/build/cjs/meta.js +32 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/es/context.d.ts +5 -0
- package/build/es/context.js +6 -0
- package/build/es/context.js.map +1 -0
- package/build/es/index.d.ts +5 -0
- package/build/es/index.js +6 -0
- package/build/es/index.js.map +1 -0
- package/build/es/meta.d.ts +5 -0
- package/build/es/meta.js +6 -0
- package/build/es/meta.js.map +1 -0
- package/context/package.json +7 -0
- package/meta/package.json +7 -0
- package/package.json +51 -0
- package/type-bundles/context.bundle.d.ts +3911 -0
- package/type-bundles/index.bundle.d.ts +6068 -0
- package/type-bundles/meta.bundle.d.ts +6952 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance/context';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item/context';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool/context';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition/context';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction/context';
|
|
@@ -0,0 +1,32 @@
|
|
|
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.transaction = exports.poolDefinition = exports.pool = exports.item = exports.balance = void 0;
|
|
27
|
+
exports.balance = __importStar(require("@wix/benefit-programs_balance/context"));
|
|
28
|
+
exports.item = __importStar(require("@wix/benefit-programs_item/context"));
|
|
29
|
+
exports.pool = __importStar(require("@wix/benefit-programs_pool/context"));
|
|
30
|
+
exports.poolDefinition = __importStar(require("@wix/benefit-programs_pool-definition/context"));
|
|
31
|
+
exports.transaction = __importStar(require("@wix/benefit-programs_transaction/context"));
|
|
32
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAiE;AACjE,2EAA2D;AAC3D,2EAA2D;AAC3D,gGAAgF;AAChF,yFAAyE"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction';
|
|
@@ -0,0 +1,32 @@
|
|
|
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.transaction = exports.poolDefinition = exports.pool = exports.item = exports.balance = void 0;
|
|
27
|
+
exports.balance = __importStar(require("@wix/benefit-programs_balance"));
|
|
28
|
+
exports.item = __importStar(require("@wix/benefit-programs_item"));
|
|
29
|
+
exports.pool = __importStar(require("@wix/benefit-programs_pool"));
|
|
30
|
+
exports.poolDefinition = __importStar(require("@wix/benefit-programs_pool-definition"));
|
|
31
|
+
exports.transaction = __importStar(require("@wix/benefit-programs_transaction"));
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,mEAAmD;AACnD,mEAAmD;AACnD,wFAAwE;AACxE,iFAAiE"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance/meta';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item/meta';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool/meta';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition/meta';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction/meta';
|
|
@@ -0,0 +1,32 @@
|
|
|
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.transaction = exports.poolDefinition = exports.pool = exports.item = exports.balance = void 0;
|
|
27
|
+
exports.balance = __importStar(require("@wix/benefit-programs_balance/meta"));
|
|
28
|
+
exports.item = __importStar(require("@wix/benefit-programs_item/meta"));
|
|
29
|
+
exports.pool = __importStar(require("@wix/benefit-programs_pool/meta"));
|
|
30
|
+
exports.poolDefinition = __importStar(require("@wix/benefit-programs_pool-definition/meta"));
|
|
31
|
+
exports.transaction = __importStar(require("@wix/benefit-programs_transaction/meta"));
|
|
32
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8EAA8D;AAC9D,wEAAwD;AACxD,wEAAwD;AACxD,6FAA6E;AAC7E,sFAAsE"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance/context';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item/context';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool/context';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition/context';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction/context';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance/context';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item/context';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool/context';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition/context';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction/context';
|
|
6
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,uCAAuC,CAAC;AACjE,OAAO,KAAK,IAAI,MAAM,oCAAoC,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oCAAoC,CAAC;AAC3D,OAAO,KAAK,cAAc,MAAM,+CAA+C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,2CAA2C,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction';
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,+BAA+B,CAAC;AACzD,OAAO,KAAK,IAAI,MAAM,4BAA4B,CAAC;AACnD,OAAO,KAAK,IAAI,MAAM,4BAA4B,CAAC;AACnD,OAAO,KAAK,cAAc,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,WAAW,MAAM,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance/meta';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item/meta';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool/meta';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition/meta';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction/meta';
|
package/build/es/meta.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * as balance from '@wix/benefit-programs_balance/meta';
|
|
2
|
+
export * as item from '@wix/benefit-programs_item/meta';
|
|
3
|
+
export * as pool from '@wix/benefit-programs_pool/meta';
|
|
4
|
+
export * as poolDefinition from '@wix/benefit-programs_pool-definition/meta';
|
|
5
|
+
export * as transaction from '@wix/benefit-programs_transaction/meta';
|
|
6
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,oCAAoC,CAAC;AAC9D,OAAO,KAAK,IAAI,MAAM,iCAAiC,CAAC;AACxD,OAAO,KAAK,IAAI,MAAM,iCAAiC,CAAC;AACxD,OAAO,KAAK,cAAc,MAAM,4CAA4C,CAAC;AAC7E,OAAO,KAAK,WAAW,MAAM,wCAAwC,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@wix/benefit-programs",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"registry": "https://registry.npmjs.org/",
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"module": "build/es/index.js",
|
|
10
|
+
"main": "build/cjs/index.js",
|
|
11
|
+
"typings": "./build/cjs/index.d.ts",
|
|
12
|
+
"typesBundle": "./type-bundles/index.bundle.d.ts",
|
|
13
|
+
"files": [
|
|
14
|
+
"build",
|
|
15
|
+
"frontend/package.json",
|
|
16
|
+
"meta",
|
|
17
|
+
"context",
|
|
18
|
+
"type-bundles"
|
|
19
|
+
],
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@wix/benefit-programs_balance": "1.0.0",
|
|
22
|
+
"@wix/benefit-programs_item": "1.0.0",
|
|
23
|
+
"@wix/benefit-programs_pool": "1.0.0",
|
|
24
|
+
"@wix/benefit-programs_pool-definition": "1.0.0",
|
|
25
|
+
"@wix/benefit-programs_transaction": "1.0.0"
|
|
26
|
+
},
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
29
|
+
"glob": "^10.4.1",
|
|
30
|
+
"rollup": "^4.18.0",
|
|
31
|
+
"rollup-plugin-dts": "^6.1.1",
|
|
32
|
+
"typescript": "^5.3.2"
|
|
33
|
+
},
|
|
34
|
+
"scripts": {
|
|
35
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
36
|
+
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
37
|
+
"test": ":"
|
|
38
|
+
},
|
|
39
|
+
"wix": {
|
|
40
|
+
"artifact": {
|
|
41
|
+
"groupId": "com.wixpress.public-sdk-autogen",
|
|
42
|
+
"artifactId": "benefit-programs-public-sdk-autogen",
|
|
43
|
+
"isRootPublicSdk": true
|
|
44
|
+
},
|
|
45
|
+
"sdkDependency": {
|
|
46
|
+
"fqdnNamespace": "",
|
|
47
|
+
"fqdn": ""
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"falconPackageHash": "d1704b587d8fbd0fbee7976c4798b091e022844a0f10ed19927455c7"
|
|
51
|
+
}
|