@vulog/aima-booking 1.2.31 → 1.2.32

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/dist/index.d.cts CHANGED
@@ -297,22 +297,22 @@ declare const triggerBRPaymentSchema: z$1.ZodObject<{
297
297
  }>, "many">>;
298
298
  profileId: z$1.ZodString;
299
299
  }, "strip", z$1.ZodTypeAny, {
300
+ profileId: string;
300
301
  scope: "RENTAL" | "DEPOSIT";
301
302
  online: boolean;
302
303
  amountType: "FIXED" | "PERCENTAGE";
303
304
  amountValue: number;
304
- profileId: string;
305
305
  requiresActionReturnURL?: string | undefined;
306
306
  preferredPaymentMethods?: {
307
307
  pspReference: string;
308
308
  amount: number;
309
309
  }[] | undefined;
310
310
  }, {
311
+ profileId: string;
311
312
  scope: "RENTAL" | "DEPOSIT";
312
313
  online: boolean;
313
314
  amountType: "FIXED" | "PERCENTAGE";
314
315
  amountValue: number;
315
- profileId: string;
316
316
  requiresActionReturnURL?: string | undefined;
317
317
  preferredPaymentMethods?: {
318
318
  pspReference: string;
@@ -322,11 +322,11 @@ declare const triggerBRPaymentSchema: z$1.ZodObject<{
322
322
  }, "strip", z$1.ZodTypeAny, {
323
323
  bookingRequestId: string;
324
324
  body: {
325
+ profileId: string;
325
326
  scope: "RENTAL" | "DEPOSIT";
326
327
  online: boolean;
327
328
  amountType: "FIXED" | "PERCENTAGE";
328
329
  amountValue: number;
329
- profileId: string;
330
330
  requiresActionReturnURL?: string | undefined;
331
331
  preferredPaymentMethods?: {
332
332
  pspReference: string;
@@ -336,11 +336,11 @@ declare const triggerBRPaymentSchema: z$1.ZodObject<{
336
336
  }, {
337
337
  bookingRequestId: string;
338
338
  body: {
339
+ profileId: string;
339
340
  scope: "RENTAL" | "DEPOSIT";
340
341
  online: boolean;
341
342
  amountType: "FIXED" | "PERCENTAGE";
342
343
  amountValue: number;
343
- profileId: string;
344
344
  requiresActionReturnURL?: string | undefined;
345
345
  preferredPaymentMethods?: {
346
346
  pspReference: string;
package/dist/index.d.mts CHANGED
@@ -297,22 +297,22 @@ declare const triggerBRPaymentSchema: z$1.ZodObject<{
297
297
  }>, "many">>;
298
298
  profileId: z$1.ZodString;
299
299
  }, "strip", z$1.ZodTypeAny, {
300
+ profileId: string;
300
301
  scope: "RENTAL" | "DEPOSIT";
301
302
  online: boolean;
302
303
  amountType: "FIXED" | "PERCENTAGE";
303
304
  amountValue: number;
304
- profileId: string;
305
305
  requiresActionReturnURL?: string | undefined;
306
306
  preferredPaymentMethods?: {
307
307
  pspReference: string;
308
308
  amount: number;
309
309
  }[] | undefined;
310
310
  }, {
311
+ profileId: string;
311
312
  scope: "RENTAL" | "DEPOSIT";
312
313
  online: boolean;
313
314
  amountType: "FIXED" | "PERCENTAGE";
314
315
  amountValue: number;
315
- profileId: string;
316
316
  requiresActionReturnURL?: string | undefined;
317
317
  preferredPaymentMethods?: {
318
318
  pspReference: string;
@@ -322,11 +322,11 @@ declare const triggerBRPaymentSchema: z$1.ZodObject<{
322
322
  }, "strip", z$1.ZodTypeAny, {
323
323
  bookingRequestId: string;
324
324
  body: {
325
+ profileId: string;
325
326
  scope: "RENTAL" | "DEPOSIT";
326
327
  online: boolean;
327
328
  amountType: "FIXED" | "PERCENTAGE";
328
329
  amountValue: number;
329
- profileId: string;
330
330
  requiresActionReturnURL?: string | undefined;
331
331
  preferredPaymentMethods?: {
332
332
  pspReference: string;
@@ -336,11 +336,11 @@ declare const triggerBRPaymentSchema: z$1.ZodObject<{
336
336
  }, {
337
337
  bookingRequestId: string;
338
338
  body: {
339
+ profileId: string;
339
340
  scope: "RENTAL" | "DEPOSIT";
340
341
  online: boolean;
341
342
  amountType: "FIXED" | "PERCENTAGE";
342
343
  amountValue: number;
343
- profileId: string;
344
344
  requiresActionReturnURL?: string | undefined;
345
345
  preferredPaymentMethods?: {
346
346
  pspReference: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vulog/aima-booking",
3
3
  "type": "module",
4
- "version": "1.2.31",
4
+ "version": "1.2.32",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.cts",
@@ -32,8 +32,8 @@
32
32
  "author": "Vulog",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@vulog/aima-client": "1.2.31",
36
- "@vulog/aima-core": "1.2.31"
35
+ "@vulog/aima-client": "1.2.32",
36
+ "@vulog/aima-core": "1.2.32"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "es-toolkit": "^1.39.9",