@moneylion/react-native-offer-carousel 1.9.0 → 1.10.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.
Files changed (169) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/lib/commonjs/apiEnvironment.js +1 -7
  3. package/lib/commonjs/apiEnvironment.js.map +1 -1
  4. package/lib/commonjs/capabilities/core/src/system/cnfContext/CnfContext.js +0 -12
  5. package/lib/commonjs/capabilities/core/src/system/cnfContext/CnfContext.js.map +1 -1
  6. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/App.js +0 -16
  7. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/App.js.map +1 -1
  8. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Brand.js +0 -120
  9. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Brand.js.map +1 -1
  10. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Configuration.js +0 -39
  11. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Configuration.js.map +1 -1
  12. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Request.js +0 -19
  13. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Request.js.map +1 -1
  14. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Session.js +0 -10
  15. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Session.js.map +1 -1
  16. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Signals.js +0 -39
  17. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Signals.js.map +1 -1
  18. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Subaccount.js +0 -24
  19. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Subaccount.js.map +1 -1
  20. package/lib/commonjs/capabilities/errors/types/index.js +22 -1
  21. package/lib/commonjs/capabilities/errors/types/index.js.map +1 -1
  22. package/lib/commonjs/capabilities/offer-catalog/src/api/offerCatalogApi.js +3 -3
  23. package/lib/commonjs/capabilities/offer-catalog/src/api/offerCatalogApi.js.map +1 -1
  24. package/lib/commonjs/components/MoneyLionOfferCarousel.js +16 -13
  25. package/lib/commonjs/components/MoneyLionOfferCarousel.js.map +1 -1
  26. package/lib/commonjs/components/utils/errorUtils.js +2 -2
  27. package/lib/commonjs/components/utils/errorUtils.js.map +1 -1
  28. package/lib/commonjs/index.js +11 -0
  29. package/lib/commonjs/index.js.map +1 -1
  30. package/lib/commonjs/pageData.js +1 -12
  31. package/lib/commonjs/pageData.js.map +1 -1
  32. package/lib/commonjs/services/getDynamicOffers.js +5 -4
  33. package/lib/commonjs/services/getDynamicOffers.js.map +1 -1
  34. package/lib/commonjs/services/getProductTypes.js +3 -22
  35. package/lib/commonjs/services/getProductTypes.js.map +1 -1
  36. package/lib/commonjs/utils/index.js +0 -11
  37. package/lib/commonjs/utils/index.js.map +1 -1
  38. package/lib/commonjs/utils/resolveProductTypes.js.map +1 -1
  39. package/lib/commonjs/version.js +1 -1
  40. package/lib/commonjs/version.js.map +1 -1
  41. package/lib/module/apiEnvironment.js +0 -5
  42. package/lib/module/apiEnvironment.js.map +1 -1
  43. package/lib/module/capabilities/core/src/system/cnfContext/CnfContext.js +1 -11
  44. package/lib/module/capabilities/core/src/system/cnfContext/CnfContext.js.map +1 -1
  45. package/lib/module/capabilities/core/src/system/cnfContext/schemas/App.js +1 -11
  46. package/lib/module/capabilities/core/src/system/cnfContext/schemas/App.js.map +1 -1
  47. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Brand.js +1 -115
  48. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Brand.js.map +1 -1
  49. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Configuration.js +1 -34
  50. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Configuration.js.map +1 -1
  51. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Request.js +1 -14
  52. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Request.js.map +1 -1
  53. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Session.js +1 -5
  54. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Session.js.map +1 -1
  55. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Signals.js +1 -34
  56. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Signals.js.map +1 -1
  57. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Subaccount.js +1 -19
  58. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Subaccount.js.map +1 -1
  59. package/lib/module/capabilities/errors/types/index.js +21 -0
  60. package/lib/module/capabilities/errors/types/index.js.map +1 -1
  61. package/lib/module/capabilities/offer-catalog/src/api/offerCatalogApi.js +4 -4
  62. package/lib/module/capabilities/offer-catalog/src/api/offerCatalogApi.js.map +1 -1
  63. package/lib/module/components/MoneyLionOfferCarousel.js +17 -14
  64. package/lib/module/components/MoneyLionOfferCarousel.js.map +1 -1
  65. package/lib/module/components/utils/errorUtils.js +3 -3
  66. package/lib/module/components/utils/errorUtils.js.map +1 -1
  67. package/lib/module/index.js +1 -0
  68. package/lib/module/index.js.map +1 -1
  69. package/lib/module/pageData.js +1 -11
  70. package/lib/module/pageData.js.map +1 -1
  71. package/lib/module/services/getDynamicOffers.js +6 -5
  72. package/lib/module/services/getDynamicOffers.js.map +1 -1
  73. package/lib/module/services/getProductTypes.js +3 -22
  74. package/lib/module/services/getProductTypes.js.map +1 -1
  75. package/lib/module/utils/index.js +0 -1
  76. package/lib/module/utils/index.js.map +1 -1
  77. package/lib/module/utils/resolveProductTypes.js.map +1 -1
  78. package/lib/module/version.js +1 -1
  79. package/lib/module/version.js.map +1 -1
  80. package/lib/typescript/src/apiEnvironment.d.ts +0 -4
  81. package/lib/typescript/src/apiEnvironment.d.ts.map +1 -1
  82. package/lib/typescript/src/capabilities/core/src/system/cnfContext/CnfContext.d.ts +15 -102
  83. package/lib/typescript/src/capabilities/core/src/system/cnfContext/CnfContext.d.ts.map +1 -1
  84. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/App.d.ts +10 -12
  85. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/App.d.ts.map +1 -1
  86. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts +101 -472
  87. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts.map +1 -1
  88. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts +24 -58
  89. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts.map +1 -1
  90. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Request.d.ts +11 -15
  91. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Request.d.ts.map +1 -1
  92. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Session.d.ts +4 -7
  93. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Session.d.ts.map +1 -1
  94. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts +30 -63
  95. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts.map +1 -1
  96. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts +17 -17
  97. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts.map +1 -1
  98. package/lib/typescript/src/capabilities/errors/types/index.d.ts +18 -2
  99. package/lib/typescript/src/capabilities/errors/types/index.d.ts.map +1 -1
  100. package/lib/typescript/src/capabilities/offer-catalog/src/utils/contextUtil.d.ts +1 -1
  101. package/lib/typescript/src/capabilities/offer-catalog/src/utils/contextUtil.d.ts.map +1 -1
  102. package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts +11 -11
  103. package/lib/typescript/src/components/MoneyLionOfferCarousel.d.ts +0 -2
  104. package/lib/typescript/src/components/MoneyLionOfferCarousel.d.ts.map +1 -1
  105. package/lib/typescript/src/index.d.ts +1 -0
  106. package/lib/typescript/src/index.d.ts.map +1 -1
  107. package/lib/typescript/src/pageData.d.ts +0 -2
  108. package/lib/typescript/src/pageData.d.ts.map +1 -1
  109. package/lib/typescript/src/services/getDynamicOffers.d.ts +3 -4
  110. package/lib/typescript/src/services/getDynamicOffers.d.ts.map +1 -1
  111. package/lib/typescript/src/services/getProductTypes.d.ts +2 -7
  112. package/lib/typescript/src/services/getProductTypes.d.ts.map +1 -1
  113. package/lib/typescript/src/utils/getOffersByProductTypes.d.ts +1 -1
  114. package/lib/typescript/src/utils/getProductTypesDefinition.d.ts +8 -8
  115. package/lib/typescript/src/utils/index.d.ts +0 -1
  116. package/lib/typescript/src/utils/index.d.ts.map +1 -1
  117. package/lib/typescript/src/utils/resolveProductTypes.d.ts +0 -5
  118. package/lib/typescript/src/utils/resolveProductTypes.d.ts.map +1 -1
  119. package/lib/typescript/src/version.d.ts +1 -1
  120. package/lib/typescript/src/version.d.ts.map +1 -1
  121. package/package.json +2 -12
  122. package/src/apiEnvironment.ts +0 -6
  123. package/src/capabilities/core/src/system/cnfContext/CnfContext.ts +15 -20
  124. package/src/capabilities/core/src/system/cnfContext/schemas/App.ts +10 -13
  125. package/src/capabilities/core/src/system/cnfContext/schemas/Brand.ts +108 -148
  126. package/src/capabilities/core/src/system/cnfContext/schemas/Configuration.ts +21 -46
  127. package/src/capabilities/core/src/system/cnfContext/schemas/Request.ts +11 -16
  128. package/src/capabilities/core/src/system/cnfContext/schemas/Session.ts +4 -8
  129. package/src/capabilities/core/src/system/cnfContext/schemas/Signals.ts +30 -41
  130. package/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.ts +16 -24
  131. package/src/capabilities/errors/types/index.ts +30 -1
  132. package/src/capabilities/offer-catalog/src/api/offerCatalogApi.ts +4 -4
  133. package/src/components/MoneyLionOfferCarousel.tsx +16 -17
  134. package/src/components/utils/errorUtils.ts +3 -3
  135. package/src/index.tsx +4 -0
  136. package/src/pageData.ts +2 -20
  137. package/src/services/getDynamicOffers.ts +14 -28
  138. package/src/services/getProductTypes.ts +5 -28
  139. package/src/utils/index.ts +0 -1
  140. package/src/utils/resolveProductTypes.ts +0 -5
  141. package/src/version.ts +1 -1
  142. package/lib/commonjs/capabilities/core/src/domain/third-party-search/index.js +0 -17
  143. package/lib/commonjs/capabilities/core/src/domain/third-party-search/index.js.map +0 -1
  144. package/lib/commonjs/capabilities/core/src/domain/third-party-search/orderProductTypesByRankUtils.js +0 -33
  145. package/lib/commonjs/capabilities/core/src/domain/third-party-search/orderProductTypesByRankUtils.js.map +0 -1
  146. package/lib/commonjs/services/getProductTypesByQuery.js +0 -72
  147. package/lib/commonjs/services/getProductTypesByQuery.js.map +0 -1
  148. package/lib/commonjs/utils/selectDynamicOffers.js +0 -13
  149. package/lib/commonjs/utils/selectDynamicOffers.js.map +0 -1
  150. package/lib/module/capabilities/core/src/domain/third-party-search/index.js +0 -2
  151. package/lib/module/capabilities/core/src/domain/third-party-search/index.js.map +0 -1
  152. package/lib/module/capabilities/core/src/domain/third-party-search/orderProductTypesByRankUtils.js +0 -26
  153. package/lib/module/capabilities/core/src/domain/third-party-search/orderProductTypesByRankUtils.js.map +0 -1
  154. package/lib/module/services/getProductTypesByQuery.js +0 -65
  155. package/lib/module/services/getProductTypesByQuery.js.map +0 -1
  156. package/lib/module/utils/selectDynamicOffers.js +0 -6
  157. package/lib/module/utils/selectDynamicOffers.js.map +0 -1
  158. package/lib/typescript/src/capabilities/core/src/domain/third-party-search/index.d.ts +0 -2
  159. package/lib/typescript/src/capabilities/core/src/domain/third-party-search/index.d.ts.map +0 -1
  160. package/lib/typescript/src/capabilities/core/src/domain/third-party-search/orderProductTypesByRankUtils.d.ts +0 -19
  161. package/lib/typescript/src/capabilities/core/src/domain/third-party-search/orderProductTypesByRankUtils.d.ts.map +0 -1
  162. package/lib/typescript/src/services/getProductTypesByQuery.d.ts +0 -30
  163. package/lib/typescript/src/services/getProductTypesByQuery.d.ts.map +0 -1
  164. package/lib/typescript/src/utils/selectDynamicOffers.d.ts +0 -3
  165. package/lib/typescript/src/utils/selectDynamicOffers.d.ts.map +0 -1
  166. package/src/capabilities/core/src/domain/third-party-search/index.ts +0 -1
  167. package/src/capabilities/core/src/domain/third-party-search/orderProductTypesByRankUtils.ts +0 -33
  168. package/src/services/getProductTypesByQuery.ts +0 -76
  169. package/src/utils/selectDynamicOffers.ts +0 -17
@@ -1,103 +1,16 @@
1
- import { Schema } from "effect";
2
- import { Brand } from "./schemas";
3
- export declare const CnfContext: Schema.Struct<{
4
- app: Schema.Struct<{
5
- id: typeof Schema.UUID;
6
- name: typeof Schema.String;
7
- registry: typeof Schema.String;
8
- repository: typeof Schema.String;
9
- syncStatus: typeof Schema.String;
10
- createdAt: typeof Schema.String;
11
- updatedAt: typeof Schema.String;
12
- syncTimestamp: typeof Schema.String;
13
- }>;
14
- brand: Schema.suspend<Brand, Brand, never>;
15
- configuration: Schema.Struct<{
16
- app: Schema.Union<[typeof Schema.String, Schema.Struct<{
17
- name: typeof Schema.String;
18
- }>]>;
19
- configuration: Schema.Struct<{
20
- hideFooter: Schema.optionalWith<typeof Schema.Boolean, {
21
- default: () => false;
22
- }>;
23
- enableUseCachedOffers: Schema.optionalWith<typeof Schema.Boolean, {
24
- default: () => false;
25
- }>;
26
- defaultProductTypeSlug: Schema.optionalWith<typeof Schema.String, {
27
- default: () => string;
28
- }>;
29
- productTypesDefinition: Schema.optionalWith<Schema.Array$<Schema.Struct<{
30
- id: typeof Schema.String;
31
- partnerPageUrl: typeof Schema.String;
32
- productTypeSlug: typeof Schema.String;
33
- }>>, {
34
- default: () => never[];
35
- }>;
36
- partnersOverrideDefinition: Schema.optionalWith<Schema.Array$<Schema.Struct<{
37
- id: typeof Schema.String;
38
- overrideUrl: typeof Schema.String;
39
- financialInstitutionUuid: typeof Schema.String;
40
- }>>, {
41
- default: () => never[];
42
- }>;
43
- }>;
44
- }>;
45
- request: Schema.Struct<{
46
- referer: Schema.optional<typeof Schema.String>;
47
- channel: Schema.optional<typeof Schema.String>;
48
- zone: Schema.optional<typeof Schema.String>;
49
- cnfAppBaseUrl: Schema.optionalWith<typeof Schema.String, {
50
- default: () => string;
51
- }>;
52
- path: Schema.optional<typeof Schema.String>;
53
- pathname: Schema.optional<typeof Schema.String>;
54
- query: Schema.optional<typeof Schema.String>;
55
- searchParams: Schema.Struct<{}>;
56
- host: Schema.optional<typeof Schema.String>;
57
- }>;
58
- signals: Schema.Struct<{
59
- partnerSignals: Schema.Struct<{
60
- clientTags: Schema.TypeLiteral<{}, readonly [{
61
- readonly key: typeof Schema.String;
62
- readonly value: typeof Schema.String;
63
- }]>;
64
- }>;
65
- deviceSignals: Schema.Struct<{
66
- id: typeof Schema.UUID;
67
- ipAddress: Schema.optional<typeof Schema.String>;
68
- os: Schema.optional<typeof Schema.String>;
69
- isMobile: Schema.optional<typeof Schema.Boolean>;
70
- country: Schema.optional<typeof Schema.String>;
71
- state: Schema.optional<Schema.Struct<{
72
- name: Schema.optional<typeof Schema.String>;
73
- code: Schema.optional<typeof Schema.String>;
74
- }>>;
75
- postalCode: typeof Schema.String;
76
- city: typeof Schema.String;
77
- fingerprintId: Schema.optional<typeof Schema.String>;
78
- userAgent: Schema.optional<typeof Schema.String>;
79
- }>;
80
- lead: Schema.Struct<{
81
- uuid: typeof Schema.UUID;
82
- }>;
83
- referral: Schema.Struct<{}>;
84
- }>;
85
- subaccount: Schema.Struct<{
86
- id: typeof Schema.UUID;
87
- publicToken: typeof Schema.String;
88
- name: typeof Schema.String;
89
- companyUuid: typeof Schema.String;
90
- subaccount: Schema.NullOr<typeof Schema.Number>;
91
- supplySubaccountUuid: Schema.optional<Schema.Union<[typeof Schema.Null, Schema.Literal<[""]>, typeof Schema.UUID]>>;
92
- tags: Schema.Array$<Schema.Struct<{
93
- id: typeof Schema.String;
94
- key: typeof Schema.String;
95
- value: typeof Schema.String;
96
- }>>;
97
- createdAt: typeof Schema.String;
98
- updatedAt: typeof Schema.String;
99
- }>;
100
- isDev: typeof Schema.Boolean;
101
- }>;
102
- export type CnfContext = Schema.Schema.Type<typeof CnfContext>;
1
+ import type { App } from "./schemas/App";
2
+ import type { Brand } from "./schemas/Brand";
3
+ import type { CnfRequest } from "./schemas/Request";
4
+ import type { Configuration } from "./schemas/Configuration";
5
+ import type { Signals } from "./schemas/Signals";
6
+ import type { Subaccount } from "./schemas/Subaccount";
7
+ export type CnfContext = {
8
+ app: App;
9
+ brand: Brand;
10
+ configuration: Configuration;
11
+ request: CnfRequest;
12
+ signals: Signals;
13
+ subaccount: Subaccount;
14
+ isDev: boolean;
15
+ };
103
16
  //# sourceMappingURL=CnfContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CnfContext.d.ts","sourceRoot":"","sources":["../../../../../../../../src/capabilities/core/src/system/cnfContext/CnfContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,EAEN,KAAK,EAKL,MAAM,WAAW,CAAC;AAEnB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQrB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"CnfContext.d.ts","sourceRoot":"","sources":["../../../../../../../../src/capabilities/core/src/system/cnfContext/CnfContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,MAAM,UAAU,GAAG;IACxB,GAAG,EAAE,GAAG,CAAC;IACT,KAAK,EAAE,KAAK,CAAC;IACb,aAAa,EAAE,aAAa,CAAC;IAC7B,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;CACf,CAAC"}
@@ -1,13 +1,11 @@
1
- import { Schema } from "effect";
2
- export type App = Schema.Schema.Type<typeof App>;
3
- export declare const App: Schema.Struct<{
4
- id: typeof Schema.UUID;
5
- name: typeof Schema.String;
6
- registry: typeof Schema.String;
7
- repository: typeof Schema.String;
8
- syncStatus: typeof Schema.String;
9
- createdAt: typeof Schema.String;
10
- updatedAt: typeof Schema.String;
11
- syncTimestamp: typeof Schema.String;
12
- }>;
1
+ export type App = {
2
+ id: string;
3
+ name: string;
4
+ registry: string;
5
+ repository: string;
6
+ syncStatus: string;
7
+ createdAt: string;
8
+ updatedAt: string;
9
+ syncTimestamp: string;
10
+ };
13
11
  //# sourceMappingURL=App.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/App.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,MAAM,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,GAAG,CAAC,CAAC;AACjD,eAAO,MAAM,GAAG;;;;;;;;;EASd,CAAC"}
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/App.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,GAAG,GAAG;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACtB,CAAC"}