@benup/bensdk 1.13.9-0 → 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.
@@ -18872,10 +18872,13 @@ export declare const AfterBeforeRechargeActionSchema: z.ZodObject<{
18872
18872
  } & {
18873
18873
  action: z.ZodEnum<["AFTER_ALL_RECHARGE", "BEFORE_ALL_RECHARGE"]>;
18874
18874
  rechargeHooksInput: z.ZodOptional<z.ZodObject<{
18875
+ productID: z.ZodOptional<z.ZodString>;
18875
18876
  rechargeOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
18876
18877
  }, "strip", z.ZodTypeAny, {
18878
+ productID?: string;
18877
18879
  rechargeOptions?: Record<string, string | number | boolean>;
18878
18880
  }, {
18881
+ productID?: string;
18879
18882
  rechargeOptions?: Record<string, string | number | boolean>;
18880
18883
  }>>;
18881
18884
  rechargeTemplateParameters: z.ZodOptional<z.ZodObject<{
@@ -19195,6 +19198,7 @@ export declare const AfterBeforeRechargeActionSchema: z.ZodObject<{
19195
19198
  planID?: string;
19196
19199
  planApprovalStatus?: "WAITING" | "APPROVED" | "DISCARDED";
19197
19200
  rechargeHooksInput?: {
19201
+ productID?: string;
19198
19202
  rechargeOptions?: Record<string, string | number | boolean>;
19199
19203
  };
19200
19204
  rechargeTemplateParameters?: {
@@ -19508,6 +19512,7 @@ export declare const AfterBeforeRechargeActionSchema: z.ZodObject<{
19508
19512
  planID?: string;
19509
19513
  planApprovalStatus?: "WAITING" | "APPROVED" | "DISCARDED";
19510
19514
  rechargeHooksInput?: {
19515
+ productID?: string;
19511
19516
  rechargeOptions?: Record<string, string | number | boolean>;
19512
19517
  };
19513
19518
  rechargeTemplateParameters?: {
@@ -28754,8 +28759,8 @@ export declare const RechargeActionSchema: z.ZodObject<{
28754
28759
  }, "strip", z.ZodTypeAny, {
28755
28760
  value?: number;
28756
28761
  date?: string;
28757
- rechargeOptions?: Record<string, string | number | boolean>;
28758
28762
  productID?: string;
28763
+ rechargeOptions?: Record<string, string | number | boolean>;
28759
28764
  sumAllItemsOfThisExternalEmploymentContractID?: number;
28760
28765
  ticketCode?: string | number;
28761
28766
  quantity?: number;
@@ -28763,8 +28768,8 @@ export declare const RechargeActionSchema: z.ZodObject<{
28763
28768
  }, {
28764
28769
  value?: number;
28765
28770
  date?: string;
28766
- rechargeOptions?: Record<string, string | number | boolean>;
28767
28771
  productID?: string;
28772
+ rechargeOptions?: Record<string, string | number | boolean>;
28768
28773
  sumAllItemsOfThisExternalEmploymentContractID?: number;
28769
28774
  ticketCode?: string | number;
28770
28775
  quantity?: number;
@@ -29076,8 +29081,8 @@ export declare const RechargeActionSchema: z.ZodObject<{
29076
29081
  rechargeInput?: {
29077
29082
  value?: number;
29078
29083
  date?: string;
29079
- rechargeOptions?: Record<string, string | number | boolean>;
29080
29084
  productID?: string;
29085
+ rechargeOptions?: Record<string, string | number | boolean>;
29081
29086
  sumAllItemsOfThisExternalEmploymentContractID?: number;
29082
29087
  ticketCode?: string | number;
29083
29088
  quantity?: number;
@@ -29389,8 +29394,8 @@ export declare const RechargeActionSchema: z.ZodObject<{
29389
29394
  rechargeInput?: {
29390
29395
  value?: number;
29391
29396
  date?: string;
29392
- rechargeOptions?: Record<string, string | number | boolean>;
29393
29397
  productID?: string;
29398
+ rechargeOptions?: Record<string, string | number | boolean>;
29394
29399
  sumAllItemsOfThisExternalEmploymentContractID?: number;
29395
29400
  ticketCode?: string | number;
29396
29401
  quantity?: number;
@@ -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'
@@ -263,6 +263,7 @@ export default {
263
263
  value: 0,
264
264
  date: '',
265
265
  productID: '',
266
+ sumAllItemsOfThisExternalEmploymentContractID: 0,
266
267
  ticketCode: '0',
267
268
  quantity: 0,
268
269
  tariffValue: 0,
@@ -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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benup/bensdk",
3
- "version": "1.13.9-0",
3
+ "version": "1.13.10",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {