@ningboyz/types 1.0.67 → 1.0.68

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": "@ningboyz/types",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -251,8 +251,13 @@ export class TNotiMainResponse implements INotiMainResponse {
251
251
  }
252
252
  }
253
253
 
254
+ <<<<<<< HEAD
255
+ static toFlowDatas(notis: TNotiMainResponse[]): TFlowDataResponse[] {
256
+ return notis.map((u) => this.toFlowData(u));
257
+ =======
254
258
  static toFlowDatas(card: TNotiMainResponse[]): TFlowDataResponse[] {
255
259
  return card.map((u) => this.toFlowData(u));
260
+ >>>>>>> 5ee95788387c2bd54bbb357ed97e032f3e8800d8
256
261
  }
257
262
 
258
263
  static toFlowData(aNoti: TNotiMainResponse): TFlowDataResponse {