@aranova/tracking-react 0.21.0 → 0.22.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aranova/tracking-react",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "description": "React tracking and consent utilities for Aranova client sites",
@@ -388,8 +388,8 @@ declare const saleUpdateSchema: z.ZodEffects<z.ZodObject<{
388
388
  customer_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
389
389
  sms_consent: z.ZodOptional<z.ZodBoolean>;
390
390
  }, "strict", z.ZodTypeAny, {
391
- currency?: "USD" | "CAD" | undefined;
392
391
  metadata?: Record<string, unknown> | null | undefined;
392
+ currency?: "USD" | "CAD" | undefined;
393
393
  services?: {
394
394
  service: string;
395
395
  amount_cents: number;
@@ -411,8 +411,8 @@ declare const saleUpdateSchema: z.ZodEffects<z.ZodObject<{
411
411
  customer_email?: string | null | undefined;
412
412
  sms_consent?: boolean | undefined;
413
413
  }, {
414
- currency?: "USD" | "CAD" | undefined;
415
414
  metadata?: Record<string, unknown> | null | undefined;
415
+ currency?: "USD" | "CAD" | undefined;
416
416
  services?: {
417
417
  service: string;
418
418
  amount_cents: number;
@@ -434,8 +434,8 @@ declare const saleUpdateSchema: z.ZodEffects<z.ZodObject<{
434
434
  customer_email?: string | null | undefined;
435
435
  sms_consent?: boolean | undefined;
436
436
  }>, {
437
- currency?: "USD" | "CAD" | undefined;
438
437
  metadata?: Record<string, unknown> | null | undefined;
438
+ currency?: "USD" | "CAD" | undefined;
439
439
  services?: {
440
440
  service: string;
441
441
  amount_cents: number;
@@ -457,8 +457,8 @@ declare const saleUpdateSchema: z.ZodEffects<z.ZodObject<{
457
457
  customer_email?: string | null | undefined;
458
458
  sms_consent?: boolean | undefined;
459
459
  }, {
460
- currency?: "USD" | "CAD" | undefined;
461
460
  metadata?: Record<string, unknown> | null | undefined;
461
+ currency?: "USD" | "CAD" | undefined;
462
462
  services?: {
463
463
  service: string;
464
464
  amount_cents: number;
@@ -388,8 +388,8 @@ declare const saleUpdateSchema: z.ZodEffects<z.ZodObject<{
388
388
  customer_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
389
389
  sms_consent: z.ZodOptional<z.ZodBoolean>;
390
390
  }, "strict", z.ZodTypeAny, {
391
- currency?: "USD" | "CAD" | undefined;
392
391
  metadata?: Record<string, unknown> | null | undefined;
392
+ currency?: "USD" | "CAD" | undefined;
393
393
  services?: {
394
394
  service: string;
395
395
  amount_cents: number;
@@ -411,8 +411,8 @@ declare const saleUpdateSchema: z.ZodEffects<z.ZodObject<{
411
411
  customer_email?: string | null | undefined;
412
412
  sms_consent?: boolean | undefined;
413
413
  }, {
414
- currency?: "USD" | "CAD" | undefined;
415
414
  metadata?: Record<string, unknown> | null | undefined;
415
+ currency?: "USD" | "CAD" | undefined;
416
416
  services?: {
417
417
  service: string;
418
418
  amount_cents: number;
@@ -434,8 +434,8 @@ declare const saleUpdateSchema: z.ZodEffects<z.ZodObject<{
434
434
  customer_email?: string | null | undefined;
435
435
  sms_consent?: boolean | undefined;
436
436
  }>, {
437
- currency?: "USD" | "CAD" | undefined;
438
437
  metadata?: Record<string, unknown> | null | undefined;
438
+ currency?: "USD" | "CAD" | undefined;
439
439
  services?: {
440
440
  service: string;
441
441
  amount_cents: number;
@@ -457,8 +457,8 @@ declare const saleUpdateSchema: z.ZodEffects<z.ZodObject<{
457
457
  customer_email?: string | null | undefined;
458
458
  sms_consent?: boolean | undefined;
459
459
  }, {
460
- currency?: "USD" | "CAD" | undefined;
461
460
  metadata?: Record<string, unknown> | null | undefined;
461
+ currency?: "USD" | "CAD" | undefined;
462
462
  services?: {
463
463
  service: string;
464
464
  amount_cents: number;