@benup/bensdk 1.13.9 → 1.13.10
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/bin/src/cli/templates/bensdk-lib/mocks/action.deduction.mock.ts +3 -0
- package/bin/src/cli/templates/bensdk-lib/mocks/action.grant.mock.ts +3 -0
- package/bin/src/cli/templates/bensdk-lib/mocks/action.recharge.mock.ts +1 -0
- package/bin/src/cli/templates/bensdk-lib/mocks/action.revoke.mock.ts +3 -0
- package/package.json +1 -1
|
@@ -205,6 +205,7 @@ export default {
|
|
|
205
205
|
{
|
|
206
206
|
benefitID: 'FLEURY_CHECKUP',
|
|
207
207
|
isGrantRevokeEnabled: true,
|
|
208
|
+
isProduction: true,
|
|
208
209
|
eligibilityType: 'BENEFIT',
|
|
209
210
|
options: {
|
|
210
211
|
contractID: '47d9b27a-1933-47d5-856b-6b827cb43d2c'
|
|
@@ -226,6 +227,7 @@ export default {
|
|
|
226
227
|
benefitID: 'FLEURY_CHECKUP',
|
|
227
228
|
isGrantRevokeEnabled: true,
|
|
228
229
|
eligibilityType: 'BENEFIT',
|
|
230
|
+
isProduction: true,
|
|
229
231
|
options: {
|
|
230
232
|
contractID: '47d9b27a-1933-47d5-856b-6b827cb43d2c'
|
|
231
233
|
},
|
|
@@ -245,6 +247,7 @@ export default {
|
|
|
245
247
|
{
|
|
246
248
|
benefitID: 'FLEURY_TELEMEDICINA',
|
|
247
249
|
isGrantRevokeEnabled: true,
|
|
250
|
+
isProduction: true,
|
|
248
251
|
eligibilityType: 'BENEFIT',
|
|
249
252
|
options: {
|
|
250
253
|
contractID: '06f5c5c3-8b5d-4df5-a8ab-d671a5752c11'
|
|
@@ -205,6 +205,7 @@ export default {
|
|
|
205
205
|
{
|
|
206
206
|
benefitID: 'FLEURY_CHECKUP',
|
|
207
207
|
isGrantRevokeEnabled: true,
|
|
208
|
+
isProduction: true,
|
|
208
209
|
eligibilityType: 'BENEFIT',
|
|
209
210
|
options: {
|
|
210
211
|
contractID: '47d9b27a-1933-47d5-856b-6b827cb43d2c'
|
|
@@ -225,6 +226,7 @@ export default {
|
|
|
225
226
|
{
|
|
226
227
|
benefitID: 'FLEURY_CHECKUP',
|
|
227
228
|
isGrantRevokeEnabled: true,
|
|
229
|
+
isProduction: true,
|
|
228
230
|
eligibilityType: 'BENEFIT',
|
|
229
231
|
options: {
|
|
230
232
|
contractID: '47d9b27a-1933-47d5-856b-6b827cb43d2c'
|
|
@@ -245,6 +247,7 @@ export default {
|
|
|
245
247
|
{
|
|
246
248
|
benefitID: 'FLEURY_TELEMEDICINA',
|
|
247
249
|
isGrantRevokeEnabled: true,
|
|
250
|
+
isProduction: true,
|
|
248
251
|
eligibilityType: 'BENEFIT',
|
|
249
252
|
options: {
|
|
250
253
|
contractID: '06f5c5c3-8b5d-4df5-a8ab-d671a5752c11'
|
|
@@ -206,6 +206,7 @@ export default {
|
|
|
206
206
|
benefitID: 'FLEURY_CHECKUP',
|
|
207
207
|
eligibilityType: 'BENEFIT',
|
|
208
208
|
isGrantRevokeEnabled: true,
|
|
209
|
+
isProduction: true,
|
|
209
210
|
options: {
|
|
210
211
|
contractID: '47d9b27a-1933-47d5-856b-6b827cb43d2c'
|
|
211
212
|
},
|
|
@@ -225,6 +226,7 @@ export default {
|
|
|
225
226
|
{
|
|
226
227
|
benefitID: 'FLEURY_CHECKUP',
|
|
227
228
|
isGrantRevokeEnabled: true,
|
|
229
|
+
isProduction: true,
|
|
228
230
|
eligibilityType: 'BENEFIT',
|
|
229
231
|
options: {
|
|
230
232
|
contractID: '47d9b27a-1933-47d5-856b-6b827cb43d2c'
|
|
@@ -245,6 +247,7 @@ export default {
|
|
|
245
247
|
{
|
|
246
248
|
benefitID: 'FLEURY_TELEMEDICINA',
|
|
247
249
|
isGrantRevokeEnabled: true,
|
|
250
|
+
isProduction: true,
|
|
248
251
|
eligibilityType: 'BENEFIT',
|
|
249
252
|
options: {
|
|
250
253
|
contractID: '06f5c5c3-8b5d-4df5-a8ab-d671a5752c11'
|