Commit f04de07
authored
[FSSDK-11823] ActivateListenerPaylod type fix in shared_types (#1083)
Currently, the notification payload types are exported from shared_types. But the current current types used in the notification center has diverged from these types, and these types are not used in the sdk. Therefore, the sdk user should not import/use these types either. But as these has been publicly released, we cannot change them in a incompatible manner either. So, updating these types as generic map to keep them backwards comptabile. Also exporting the actual payload types being used with new names. The user should use these new types instead.1 parent b9fb371 commit f04de07
3 files changed
+14
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
| 369 | + | |
| 370 | + | |
373 | 371 | | |
374 | 372 | | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
| 373 | + | |
| 374 | + | |
379 | 375 | | |
380 | 376 | | |
381 | 377 | | |
| |||
0 commit comments