oro-sdk-apis 1.6.0-dev2 → 1.7.0-dev1

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.
@@ -30,52 +30,14 @@ export interface EntryData {
30
30
  className?: string;
31
31
  triggers?: string[];
32
32
  }
33
- export interface SlidesData {
34
- 1: {
35
- header: string;
36
- body: string;
37
- image?: {
38
- src: string;
39
- alt: string;
40
- };
41
- icon?: string;
42
- };
43
- 2: {
44
- header: string;
45
- body: string;
46
- image?: {
47
- src: string;
48
- alt: string;
49
- };
50
- icon?: string;
51
- };
52
- 3: {
53
- header: string;
54
- body: string;
55
- image?: {
56
- src: string;
57
- alt: string;
58
- };
59
- icon?: string;
60
- };
61
- 4: {
62
- header: string;
63
- body: string;
64
- image?: {
65
- src: string;
66
- alt: string;
67
- };
68
- icon?: string;
69
- };
70
- 5: {
71
- header: string;
72
- body: string;
73
- image?: {
74
- src: string;
75
- alt: string;
76
- };
77
- icon?: string;
33
+ export interface SlideData {
34
+ header: string;
35
+ body: string;
36
+ image?: {
37
+ src: string;
38
+ alt: string;
78
39
  };
40
+ icon?: string;
79
41
  }
80
42
  export declare enum MetadataCategory {
81
43
  ChildPersonal = "ChildPersonal",
@@ -128,7 +90,6 @@ export interface WorkflowPageData {
128
90
  }
129
91
  export interface WorkflowData {
130
92
  createdAt: string;
131
- carouselSlides: SlidesData;
132
93
  culDeSacs: EntryData[];
133
94
  id: string;
134
95
  locale?: string;
@@ -136,6 +97,7 @@ export interface WorkflowData {
136
97
  summaryImageFieldName?: string;
137
98
  summarySymptomsFieldName?: string;
138
99
  selectedAnswers?: SelectedAnswersData;
100
+ walkthroughSlides?: SlideData[];
139
101
  }
140
102
  /**
141
103
  * This interface describes a workflow prepared and ready to be sent to vault