@ninetailed/experience.js-utils 7.20.3 → 7.20.5

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.
@@ -69,31 +69,31 @@ export declare const ExperienceSchema: z.ZodObject<{
69
69
  }>, z.ZodObject<{
70
70
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
71
71
  key: z.ZodString;
72
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
72
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
73
73
  baseline: z.ZodObject<{
74
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
74
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
75
75
  }, "strip", z.ZodTypeAny, {
76
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
76
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
77
77
  }, {
78
78
  value?: unknown;
79
79
  }>;
80
80
  variants: z.ZodArray<z.ZodObject<{
81
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
81
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
82
82
  }, "strip", z.ZodTypeAny, {
83
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
83
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
84
84
  }, {
85
85
  value?: unknown;
86
86
  }>, "many">;
87
87
  }, "strip", z.ZodTypeAny, {
88
88
  type: import("./Config").ComponentTypeEnum.InlineVariable;
89
89
  baseline: {
90
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
90
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
91
91
  };
92
92
  variants: {
93
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
93
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
94
94
  }[];
95
95
  key: string;
96
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
96
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
97
97
  }, {
98
98
  type: import("./Config").ComponentTypeEnum.InlineVariable;
99
99
  baseline: {
@@ -103,7 +103,7 @@ export declare const ExperienceSchema: z.ZodObject<{
103
103
  value?: unknown;
104
104
  }[];
105
105
  key: string;
106
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
106
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
107
107
  }>]>, {
108
108
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
109
109
  baseline: {
@@ -117,13 +117,13 @@ export declare const ExperienceSchema: z.ZodObject<{
117
117
  } | {
118
118
  type: import("./Config").ComponentTypeEnum.InlineVariable;
119
119
  baseline: {
120
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
120
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
121
121
  };
122
122
  variants: {
123
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
123
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
124
124
  }[];
125
125
  key: string;
126
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
126
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
127
127
  }, unknown>, "many">>>;
128
128
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
129
129
  }, "strip", z.ZodTypeAny, {
@@ -142,13 +142,13 @@ export declare const ExperienceSchema: z.ZodObject<{
142
142
  } | {
143
143
  type: import("./Config").ComponentTypeEnum.InlineVariable;
144
144
  baseline: {
145
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
145
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
146
146
  };
147
147
  variants: {
148
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
148
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
149
149
  }[];
150
150
  key: string;
151
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
151
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
152
152
  })[];
153
153
  sticky: boolean;
154
154
  }, {
@@ -208,13 +208,13 @@ export declare const ExperienceSchema: z.ZodObject<{
208
208
  } | {
209
209
  type: import("./Config").ComponentTypeEnum.InlineVariable;
210
210
  baseline: {
211
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
211
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
212
212
  };
213
213
  variants: {
214
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
214
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
215
215
  }[];
216
216
  key: string;
217
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
217
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
218
218
  })[];
219
219
  sticky: boolean;
220
220
  };
@@ -291,13 +291,13 @@ export declare const Experience: {
291
291
  } | {
292
292
  type: import("./Config").ComponentTypeEnum.InlineVariable;
293
293
  baseline: {
294
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
294
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
295
295
  };
296
296
  variants: {
297
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
297
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
298
298
  }[];
299
299
  key: string;
300
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
300
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
301
301
  })[];
302
302
  sticky: boolean;
303
303
  };
@@ -380,31 +380,31 @@ export declare const Experience: {
380
380
  }>, z.ZodObject<{
381
381
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
382
382
  key: z.ZodString;
383
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
383
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
384
384
  baseline: z.ZodObject<{
385
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
385
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
386
386
  }, "strip", z.ZodTypeAny, {
387
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
387
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
388
388
  }, {
389
389
  value?: unknown;
390
390
  }>;
391
391
  variants: z.ZodArray<z.ZodObject<{
392
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
392
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
393
393
  }, "strip", z.ZodTypeAny, {
394
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
394
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
395
395
  }, {
396
396
  value?: unknown;
397
397
  }>, "many">;
398
398
  }, "strip", z.ZodTypeAny, {
399
399
  type: import("./Config").ComponentTypeEnum.InlineVariable;
400
400
  baseline: {
401
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
401
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
402
402
  };
403
403
  variants: {
404
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
404
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
405
405
  }[];
406
406
  key: string;
407
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
407
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
408
408
  }, {
409
409
  type: import("./Config").ComponentTypeEnum.InlineVariable;
410
410
  baseline: {
@@ -414,7 +414,7 @@ export declare const Experience: {
414
414
  value?: unknown;
415
415
  }[];
416
416
  key: string;
417
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
417
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
418
418
  }>]>, {
419
419
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
420
420
  baseline: {
@@ -428,13 +428,13 @@ export declare const Experience: {
428
428
  } | {
429
429
  type: import("./Config").ComponentTypeEnum.InlineVariable;
430
430
  baseline: {
431
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
431
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
432
432
  };
433
433
  variants: {
434
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
434
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
435
435
  }[];
436
436
  key: string;
437
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
437
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
438
438
  }, unknown>, "many">>>;
439
439
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
440
440
  }, "strip", z.ZodTypeAny, {
@@ -453,13 +453,13 @@ export declare const Experience: {
453
453
  } | {
454
454
  type: import("./Config").ComponentTypeEnum.InlineVariable;
455
455
  baseline: {
456
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
456
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
457
457
  };
458
458
  variants: {
459
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
459
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
460
460
  }[];
461
461
  key: string;
462
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
462
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
463
463
  })[];
464
464
  sticky: boolean;
465
465
  }, {
@@ -565,31 +565,31 @@ export declare const Experience: {
565
565
  }>, z.ZodObject<{
566
566
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
567
567
  key: z.ZodString;
568
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
568
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
569
569
  baseline: z.ZodObject<{
570
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
570
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
571
571
  }, "strip", z.ZodTypeAny, {
572
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
572
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
573
573
  }, {
574
574
  value?: unknown;
575
575
  }>;
576
576
  variants: z.ZodArray<z.ZodObject<{
577
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
577
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
578
578
  }, "strip", z.ZodTypeAny, {
579
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
579
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
580
580
  }, {
581
581
  value?: unknown;
582
582
  }>, "many">;
583
583
  }, "strip", z.ZodTypeAny, {
584
584
  type: import("./Config").ComponentTypeEnum.InlineVariable;
585
585
  baseline: {
586
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
586
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
587
587
  };
588
588
  variants: {
589
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
589
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
590
590
  }[];
591
591
  key: string;
592
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
592
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
593
593
  }, {
594
594
  type: import("./Config").ComponentTypeEnum.InlineVariable;
595
595
  baseline: {
@@ -599,7 +599,7 @@ export declare const Experience: {
599
599
  value?: unknown;
600
600
  }[];
601
601
  key: string;
602
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
602
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
603
603
  }>]>, {
604
604
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
605
605
  baseline: {
@@ -613,13 +613,13 @@ export declare const Experience: {
613
613
  } | {
614
614
  type: import("./Config").ComponentTypeEnum.InlineVariable;
615
615
  baseline: {
616
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
616
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
617
617
  };
618
618
  variants: {
619
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
619
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
620
620
  }[];
621
621
  key: string;
622
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
622
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
623
623
  }, unknown>, "many">>>;
624
624
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
625
625
  }, "strip", z.ZodTypeAny, {
@@ -638,13 +638,13 @@ export declare const Experience: {
638
638
  } | {
639
639
  type: import("./Config").ComponentTypeEnum.InlineVariable;
640
640
  baseline: {
641
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
641
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
642
642
  };
643
643
  variants: {
644
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
644
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
645
645
  }[];
646
646
  key: string;
647
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
647
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
648
648
  })[];
649
649
  sticky: boolean;
650
650
  }, {
@@ -750,31 +750,31 @@ export declare const Experience: {
750
750
  }>, z.ZodObject<{
751
751
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
752
752
  key: z.ZodString;
753
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
753
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
754
754
  baseline: z.ZodObject<{
755
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
755
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
756
756
  }, "strip", z.ZodTypeAny, {
757
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
757
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
758
758
  }, {
759
759
  value?: unknown;
760
760
  }>;
761
761
  variants: z.ZodArray<z.ZodObject<{
762
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
762
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
763
763
  }, "strip", z.ZodTypeAny, {
764
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
764
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
765
765
  }, {
766
766
  value?: unknown;
767
767
  }>, "many">;
768
768
  }, "strip", z.ZodTypeAny, {
769
769
  type: import("./Config").ComponentTypeEnum.InlineVariable;
770
770
  baseline: {
771
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
771
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
772
772
  };
773
773
  variants: {
774
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
774
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
775
775
  }[];
776
776
  key: string;
777
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
777
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
778
778
  }, {
779
779
  type: import("./Config").ComponentTypeEnum.InlineVariable;
780
780
  baseline: {
@@ -784,7 +784,7 @@ export declare const Experience: {
784
784
  value?: unknown;
785
785
  }[];
786
786
  key: string;
787
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
787
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
788
788
  }>]>, {
789
789
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
790
790
  baseline: {
@@ -798,13 +798,13 @@ export declare const Experience: {
798
798
  } | {
799
799
  type: import("./Config").ComponentTypeEnum.InlineVariable;
800
800
  baseline: {
801
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
801
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
802
802
  };
803
803
  variants: {
804
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
804
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
805
805
  }[];
806
806
  key: string;
807
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
807
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
808
808
  }, unknown>, "many">>>;
809
809
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
810
810
  }, "strip", z.ZodTypeAny, {
@@ -823,13 +823,13 @@ export declare const Experience: {
823
823
  } | {
824
824
  type: import("./Config").ComponentTypeEnum.InlineVariable;
825
825
  baseline: {
826
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
826
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
827
827
  };
828
828
  variants: {
829
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
829
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
830
830
  }[];
831
831
  key: string;
832
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
832
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
833
833
  })[];
834
834
  sticky: boolean;
835
835
  }, {
@@ -936,31 +936,31 @@ export declare const Experience: {
936
936
  }>, z.ZodObject<{
937
937
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
938
938
  key: z.ZodString;
939
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
939
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
940
940
  baseline: z.ZodObject<{
941
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
941
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
942
942
  }, "strip", z.ZodTypeAny, {
943
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
943
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
944
944
  }, {
945
945
  value?: unknown;
946
946
  }>;
947
947
  variants: z.ZodArray<z.ZodObject<{
948
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
948
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
949
949
  }, "strip", z.ZodTypeAny, {
950
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
950
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
951
951
  }, {
952
952
  value?: unknown;
953
953
  }>, "many">;
954
954
  }, "strip", z.ZodTypeAny, {
955
955
  type: import("./Config").ComponentTypeEnum.InlineVariable;
956
956
  baseline: {
957
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
957
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
958
958
  };
959
959
  variants: {
960
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
960
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
961
961
  }[];
962
962
  key: string;
963
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
963
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
964
964
  }, {
965
965
  type: import("./Config").ComponentTypeEnum.InlineVariable;
966
966
  baseline: {
@@ -970,7 +970,7 @@ export declare const Experience: {
970
970
  value?: unknown;
971
971
  }[];
972
972
  key: string;
973
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
973
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
974
974
  }>]>, {
975
975
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
976
976
  baseline: {
@@ -984,13 +984,13 @@ export declare const Experience: {
984
984
  } | {
985
985
  type: import("./Config").ComponentTypeEnum.InlineVariable;
986
986
  baseline: {
987
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
987
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
988
988
  };
989
989
  variants: {
990
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
990
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
991
991
  }[];
992
992
  key: string;
993
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
993
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
994
994
  }, unknown>, "many">>>;
995
995
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
996
996
  }, "strip", z.ZodTypeAny, {
@@ -1009,13 +1009,13 @@ export declare const Experience: {
1009
1009
  } | {
1010
1010
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1011
1011
  baseline: {
1012
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1012
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1013
1013
  };
1014
1014
  variants: {
1015
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1015
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1016
1016
  }[];
1017
1017
  key: string;
1018
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1018
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1019
1019
  })[];
1020
1020
  sticky: boolean;
1021
1021
  }, {
@@ -1121,31 +1121,31 @@ export declare const Experience: {
1121
1121
  }>, z.ZodObject<{
1122
1122
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
1123
1123
  key: z.ZodString;
1124
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
1124
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
1125
1125
  baseline: z.ZodObject<{
1126
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1126
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1127
1127
  }, "strip", z.ZodTypeAny, {
1128
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1128
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1129
1129
  }, {
1130
1130
  value?: unknown;
1131
1131
  }>;
1132
1132
  variants: z.ZodArray<z.ZodObject<{
1133
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1133
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1134
1134
  }, "strip", z.ZodTypeAny, {
1135
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1135
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1136
1136
  }, {
1137
1137
  value?: unknown;
1138
1138
  }>, "many">;
1139
1139
  }, "strip", z.ZodTypeAny, {
1140
1140
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1141
1141
  baseline: {
1142
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1142
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1143
1143
  };
1144
1144
  variants: {
1145
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1145
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1146
1146
  }[];
1147
1147
  key: string;
1148
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1148
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1149
1149
  }, {
1150
1150
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1151
1151
  baseline: {
@@ -1155,7 +1155,7 @@ export declare const Experience: {
1155
1155
  value?: unknown;
1156
1156
  }[];
1157
1157
  key: string;
1158
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1158
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1159
1159
  }>]>, {
1160
1160
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
1161
1161
  baseline: {
@@ -1169,13 +1169,13 @@ export declare const Experience: {
1169
1169
  } | {
1170
1170
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1171
1171
  baseline: {
1172
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1172
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1173
1173
  };
1174
1174
  variants: {
1175
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1175
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1176
1176
  }[];
1177
1177
  key: string;
1178
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1178
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1179
1179
  }, unknown>, "many">>>;
1180
1180
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1181
1181
  }, "strip", z.ZodTypeAny, {
@@ -1194,13 +1194,13 @@ export declare const Experience: {
1194
1194
  } | {
1195
1195
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1196
1196
  baseline: {
1197
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1197
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1198
1198
  };
1199
1199
  variants: {
1200
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1200
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1201
1201
  }[];
1202
1202
  key: string;
1203
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1203
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1204
1204
  })[];
1205
1205
  sticky: boolean;
1206
1206
  }, {
@@ -1306,31 +1306,31 @@ export declare const Experience: {
1306
1306
  }>, z.ZodObject<{
1307
1307
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
1308
1308
  key: z.ZodString;
1309
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
1309
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
1310
1310
  baseline: z.ZodObject<{
1311
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1311
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1312
1312
  }, "strip", z.ZodTypeAny, {
1313
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1313
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1314
1314
  }, {
1315
1315
  value?: unknown;
1316
1316
  }>;
1317
1317
  variants: z.ZodArray<z.ZodObject<{
1318
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1318
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1319
1319
  }, "strip", z.ZodTypeAny, {
1320
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1320
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1321
1321
  }, {
1322
1322
  value?: unknown;
1323
1323
  }>, "many">;
1324
1324
  }, "strip", z.ZodTypeAny, {
1325
1325
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1326
1326
  baseline: {
1327
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1327
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1328
1328
  };
1329
1329
  variants: {
1330
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1330
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1331
1331
  }[];
1332
1332
  key: string;
1333
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1333
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1334
1334
  }, {
1335
1335
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1336
1336
  baseline: {
@@ -1340,7 +1340,7 @@ export declare const Experience: {
1340
1340
  value?: unknown;
1341
1341
  }[];
1342
1342
  key: string;
1343
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1343
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1344
1344
  }>]>, {
1345
1345
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
1346
1346
  baseline: {
@@ -1354,13 +1354,13 @@ export declare const Experience: {
1354
1354
  } | {
1355
1355
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1356
1356
  baseline: {
1357
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1357
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1358
1358
  };
1359
1359
  variants: {
1360
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1360
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1361
1361
  }[];
1362
1362
  key: string;
1363
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1363
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1364
1364
  }, unknown>, "many">>>;
1365
1365
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1366
1366
  }, "strip", z.ZodTypeAny, {
@@ -1379,13 +1379,13 @@ export declare const Experience: {
1379
1379
  } | {
1380
1380
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1381
1381
  baseline: {
1382
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1382
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1383
1383
  };
1384
1384
  variants: {
1385
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1385
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1386
1386
  }[];
1387
1387
  key: string;
1388
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1388
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1389
1389
  })[];
1390
1390
  sticky: boolean;
1391
1391
  }, {
@@ -1491,31 +1491,31 @@ export declare const Experience: {
1491
1491
  }>, z.ZodObject<{
1492
1492
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
1493
1493
  key: z.ZodString;
1494
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
1494
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
1495
1495
  baseline: z.ZodObject<{
1496
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1496
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1497
1497
  }, "strip", z.ZodTypeAny, {
1498
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1498
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1499
1499
  }, {
1500
1500
  value?: unknown;
1501
1501
  }>;
1502
1502
  variants: z.ZodArray<z.ZodObject<{
1503
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1503
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1504
1504
  }, "strip", z.ZodTypeAny, {
1505
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1505
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1506
1506
  }, {
1507
1507
  value?: unknown;
1508
1508
  }>, "many">;
1509
1509
  }, "strip", z.ZodTypeAny, {
1510
1510
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1511
1511
  baseline: {
1512
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1512
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1513
1513
  };
1514
1514
  variants: {
1515
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1515
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1516
1516
  }[];
1517
1517
  key: string;
1518
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1518
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1519
1519
  }, {
1520
1520
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1521
1521
  baseline: {
@@ -1525,7 +1525,7 @@ export declare const Experience: {
1525
1525
  value?: unknown;
1526
1526
  }[];
1527
1527
  key: string;
1528
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1528
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1529
1529
  }>]>, {
1530
1530
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
1531
1531
  baseline: {
@@ -1539,13 +1539,13 @@ export declare const Experience: {
1539
1539
  } | {
1540
1540
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1541
1541
  baseline: {
1542
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1542
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1543
1543
  };
1544
1544
  variants: {
1545
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1545
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1546
1546
  }[];
1547
1547
  key: string;
1548
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1548
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1549
1549
  }, unknown>, "many">>>;
1550
1550
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1551
1551
  }, "strip", z.ZodTypeAny, {
@@ -1564,13 +1564,13 @@ export declare const Experience: {
1564
1564
  } | {
1565
1565
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1566
1566
  baseline: {
1567
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1567
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1568
1568
  };
1569
1569
  variants: {
1570
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1570
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1571
1571
  }[];
1572
1572
  key: string;
1573
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1573
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1574
1574
  })[];
1575
1575
  sticky: boolean;
1576
1576
  }, {
@@ -1676,31 +1676,31 @@ export declare const Experience: {
1676
1676
  }>, z.ZodObject<{
1677
1677
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
1678
1678
  key: z.ZodString;
1679
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
1679
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
1680
1680
  baseline: z.ZodObject<{
1681
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1681
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1682
1682
  }, "strip", z.ZodTypeAny, {
1683
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1683
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1684
1684
  }, {
1685
1685
  value?: unknown;
1686
1686
  }>;
1687
1687
  variants: z.ZodArray<z.ZodObject<{
1688
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1688
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1689
1689
  }, "strip", z.ZodTypeAny, {
1690
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1690
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1691
1691
  }, {
1692
1692
  value?: unknown;
1693
1693
  }>, "many">;
1694
1694
  }, "strip", z.ZodTypeAny, {
1695
1695
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1696
1696
  baseline: {
1697
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1697
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1698
1698
  };
1699
1699
  variants: {
1700
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1700
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1701
1701
  }[];
1702
1702
  key: string;
1703
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1703
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1704
1704
  }, {
1705
1705
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1706
1706
  baseline: {
@@ -1710,7 +1710,7 @@ export declare const Experience: {
1710
1710
  value?: unknown;
1711
1711
  }[];
1712
1712
  key: string;
1713
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1713
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1714
1714
  }>]>, {
1715
1715
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
1716
1716
  baseline: {
@@ -1724,13 +1724,13 @@ export declare const Experience: {
1724
1724
  } | {
1725
1725
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1726
1726
  baseline: {
1727
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1727
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1728
1728
  };
1729
1729
  variants: {
1730
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1730
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1731
1731
  }[];
1732
1732
  key: string;
1733
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1733
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1734
1734
  }, unknown>, "many">>>;
1735
1735
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1736
1736
  }, "strip", z.ZodTypeAny, {
@@ -1749,13 +1749,13 @@ export declare const Experience: {
1749
1749
  } | {
1750
1750
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1751
1751
  baseline: {
1752
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1752
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1753
1753
  };
1754
1754
  variants: {
1755
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1755
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1756
1756
  }[];
1757
1757
  key: string;
1758
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1758
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1759
1759
  })[];
1760
1760
  sticky: boolean;
1761
1761
  }, {
@@ -1816,13 +1816,13 @@ export declare const Experience: {
1816
1816
  } | {
1817
1817
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1818
1818
  baseline: {
1819
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1819
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1820
1820
  };
1821
1821
  variants: {
1822
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1822
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1823
1823
  }[];
1824
1824
  key: string;
1825
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1825
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1826
1826
  })[];
1827
1827
  sticky: boolean;
1828
1828
  };
@@ -1856,13 +1856,13 @@ export declare const Experience: {
1856
1856
  } | {
1857
1857
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1858
1858
  baseline: {
1859
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1859
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1860
1860
  };
1861
1861
  variants: {
1862
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1862
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1863
1863
  }[];
1864
1864
  key: string;
1865
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1865
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1866
1866
  })[];
1867
1867
  sticky: boolean;
1868
1868
  };
@@ -1960,31 +1960,31 @@ export declare const Experience: {
1960
1960
  }>, z.ZodObject<{
1961
1961
  type: z.ZodLiteral<import("./Config").ComponentTypeEnum.InlineVariable>;
1962
1962
  key: z.ZodString;
1963
- valueType: z.ZodNativeEnum<typeof import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum>;
1963
+ valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
1964
1964
  baseline: z.ZodObject<{
1965
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1965
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1966
1966
  }, "strip", z.ZodTypeAny, {
1967
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1967
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1968
1968
  }, {
1969
1969
  value?: unknown;
1970
1970
  }>;
1971
1971
  variants: z.ZodArray<z.ZodObject<{
1972
- value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("dist/packages/sdks/shared/src").Properties, z.ZodTypeDef, unknown>]>;
1972
+ value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
1973
1973
  }, "strip", z.ZodTypeAny, {
1974
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1974
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1975
1975
  }, {
1976
1976
  value?: unknown;
1977
1977
  }>, "many">;
1978
1978
  }, "strip", z.ZodTypeAny, {
1979
1979
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1980
1980
  baseline: {
1981
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1981
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1982
1982
  };
1983
1983
  variants: {
1984
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
1984
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
1985
1985
  }[];
1986
1986
  key: string;
1987
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1987
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1988
1988
  }, {
1989
1989
  type: import("./Config").ComponentTypeEnum.InlineVariable;
1990
1990
  baseline: {
@@ -1994,7 +1994,7 @@ export declare const Experience: {
1994
1994
  value?: unknown;
1995
1995
  }[];
1996
1996
  key: string;
1997
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
1997
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
1998
1998
  }>]>, {
1999
1999
  type: import("./Config").ComponentTypeEnum.EntryReplacement;
2000
2000
  baseline: {
@@ -2008,13 +2008,13 @@ export declare const Experience: {
2008
2008
  } | {
2009
2009
  type: import("./Config").ComponentTypeEnum.InlineVariable;
2010
2010
  baseline: {
2011
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
2011
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
2012
2012
  };
2013
2013
  variants: {
2014
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
2014
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
2015
2015
  }[];
2016
2016
  key: string;
2017
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
2017
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
2018
2018
  }, unknown>, "many">>>;
2019
2019
  sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2020
2020
  }, "strip", z.ZodTypeAny, {
@@ -2033,13 +2033,13 @@ export declare const Experience: {
2033
2033
  } | {
2034
2034
  type: import("./Config").ComponentTypeEnum.InlineVariable;
2035
2035
  baseline: {
2036
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
2036
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
2037
2037
  };
2038
2038
  variants: {
2039
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
2039
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
2040
2040
  }[];
2041
2041
  key: string;
2042
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
2042
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
2043
2043
  })[];
2044
2044
  sticky: boolean;
2045
2045
  }, {
@@ -2117,13 +2117,13 @@ export declare const Experience: {
2117
2117
  } | {
2118
2118
  type: import("./Config").ComponentTypeEnum.InlineVariable;
2119
2119
  baseline: {
2120
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
2120
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
2121
2121
  };
2122
2122
  variants: {
2123
- value: string | number | boolean | import("dist/packages/sdks/shared/src").Properties;
2123
+ value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
2124
2124
  }[];
2125
2125
  key: string;
2126
- valueType: import("dist/packages/sdks/shared/src").InlineVariableComponentValueTypeEnum;
2126
+ valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
2127
2127
  })[];
2128
2128
  sticky: boolean;
2129
2129
  };