controlresell 2.9.8 → 2.10.1

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 (110) hide show
  1. package/package.json +2 -2
  2. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +26 -0
  3. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
  4. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +22 -0
  5. package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
  6. package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.d.ts +16 -0
  7. package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.d.ts.map +1 -0
  8. package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.js +7 -0
  9. package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.js.map +1 -0
  10. package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.ts +8 -0
  11. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +6 -6
  12. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +2 -2
  13. package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +2 -2
  14. package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +21 -7
  15. package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
  16. package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +14 -0
  17. package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts.map +1 -1
  18. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +52 -0
  19. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
  20. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +52 -0
  21. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
  22. package/src/com/controlresell/inventory/models/items/Item.d.ts +44 -0
  23. package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
  24. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +26 -0
  25. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
  26. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +52 -0
  27. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
  28. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +18 -0
  29. package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
  30. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +18 -0
  31. package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
  32. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +28 -0
  33. package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
  34. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts +10 -0
  35. package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts.map +1 -1
  36. package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +10 -0
  37. package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
  38. package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +4 -4
  39. package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +5 -5
  40. package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +5 -5
  41. package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +5 -5
  42. package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +3 -3
  43. package/src/com/controlresell/models/platforms/orders/Order.d.ts +3 -3
  44. package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
  45. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
  46. package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +3 -3
  47. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +37 -7
  48. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
  49. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +31 -5
  50. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
  51. package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.d.ts +4 -4
  52. package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.d.ts +4 -4
  53. package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts +13 -0
  54. package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts.map +1 -0
  55. package/src/com/controlresell/models/subscriptions/UserLimitCounter.js +6 -0
  56. package/src/com/controlresell/models/subscriptions/UserLimitCounter.js.map +1 -0
  57. package/src/com/controlresell/models/subscriptions/UserLimitCounter.ts +7 -0
  58. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +43 -0
  59. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -0
  60. package/src/com/controlresell/models/subscriptions/UserLimits.js +7 -0
  61. package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -0
  62. package/src/com/controlresell/models/subscriptions/UserLimits.ts +8 -0
  63. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +186 -0
  64. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  65. package/src/com/controlresell/models/users/ws/UserWsPayload.js +6 -0
  66. package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
  67. package/src/com/controlresell/models/users/ws/UserWsPayload.ts +8 -0
  68. package/src/index.d.ts +9 -8
  69. package/src/index.d.ts.map +1 -1
  70. package/src/index.js +9 -8
  71. package/src/index.js.map +1 -1
  72. package/src/index.ts +9 -8
  73. package/src/com/controlresell/models/users/affiliates/Affiliate.d.ts +0 -16
  74. package/src/com/controlresell/models/users/affiliates/Affiliate.d.ts.map +0 -1
  75. package/src/com/controlresell/models/users/affiliates/Affiliate.js +0 -7
  76. package/src/com/controlresell/models/users/affiliates/Affiliate.js.map +0 -1
  77. package/src/com/controlresell/models/users/affiliates/Affiliate.ts +0 -8
  78. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +0 -128
  79. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +0 -1
  80. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +0 -14
  81. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +0 -1
  82. package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +0 -15
  83. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.d.ts +0 -0
  84. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.d.ts.map +0 -0
  85. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.js +0 -0
  86. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.js.map +0 -0
  87. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.ts +0 -0
  88. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.d.ts.map +0 -0
  89. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.js +0 -0
  90. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.js.map +0 -0
  91. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.ts +0 -0
  92. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.d.ts.map +0 -0
  93. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.js +0 -0
  94. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.js.map +0 -0
  95. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.ts +0 -0
  96. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.d.ts +0 -0
  97. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.d.ts.map +0 -0
  98. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.js +0 -0
  99. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.js.map +0 -0
  100. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.ts +0 -0
  101. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.d.ts +0 -0
  102. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.d.ts.map +0 -0
  103. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.js +0 -0
  104. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.js.map +0 -0
  105. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.ts +0 -0
  106. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.d.ts +0 -0
  107. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.d.ts.map +0 -0
  108. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.js +0 -0
  109. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.js.map +0 -0
  110. /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "controlresell",
3
- "version": "2.9.8",
3
+ "version": "2.10.1",
4
4
  "description": "Auto-generated zod project from Kotlin using guimauvedigital/zodable",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "typescript": "^5.9.3"
19
19
  },
20
20
  "dependencies": {
21
- "controlresell-connector": "^0.7.18",
21
+ "controlresell-connector": "^1.0.9",
22
22
  "zod": "^3.25.76",
23
23
  "zodable-idschema": "^1.0.0",
24
24
  "zodable-kotlin-primitives": "^1.0.0"
@@ -494,6 +494,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
494
494
  manufacturerLabelling?: string | null | undefined;
495
495
  labels?: string[] | null | undefined;
496
496
  }>;
497
+ viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
498
+ favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
497
499
  }, "strip", z.ZodTypeAny, {
498
500
  platformId: string;
499
501
  post: {
@@ -523,6 +525,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
523
525
  };
524
526
  createdAt?: Date | null | undefined;
525
527
  platformUrl?: string | null | undefined;
528
+ viewsCount?: number | null | undefined;
529
+ favoritesCount?: number | null | undefined;
526
530
  }, {
527
531
  platformId: string;
528
532
  post: {
@@ -552,6 +556,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
552
556
  };
553
557
  createdAt?: Date | null | undefined;
554
558
  platformUrl?: string | null | undefined;
559
+ viewsCount?: number | null | undefined;
560
+ favoritesCount?: number | null | undefined;
555
561
  }>;
556
562
  }, "strip", z.ZodTypeAny, {
557
563
  post: {
@@ -583,6 +589,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
583
589
  };
584
590
  createdAt?: Date | null | undefined;
585
591
  platformUrl?: string | null | undefined;
592
+ viewsCount?: number | null | undefined;
593
+ favoritesCount?: number | null | undefined;
586
594
  };
587
595
  }, {
588
596
  post: {
@@ -614,6 +622,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
614
622
  };
615
623
  createdAt?: Date | null | undefined;
616
624
  platformUrl?: string | null | undefined;
625
+ viewsCount?: number | null | undefined;
626
+ favoritesCount?: number | null | undefined;
617
627
  };
618
628
  }>;
619
629
  type: z.ZodLiteral<"IMPORTED">;
@@ -649,6 +659,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
649
659
  };
650
660
  createdAt?: Date | null | undefined;
651
661
  platformUrl?: string | null | undefined;
662
+ viewsCount?: number | null | undefined;
663
+ favoritesCount?: number | null | undefined;
652
664
  };
653
665
  };
654
666
  }, {
@@ -683,6 +695,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
683
695
  };
684
696
  createdAt?: Date | null | undefined;
685
697
  platformUrl?: string | null | undefined;
698
+ viewsCount?: number | null | undefined;
699
+ favoritesCount?: number | null | undefined;
686
700
  };
687
701
  };
688
702
  }>, z.ZodObject<{
@@ -1349,6 +1363,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1349
1363
  };
1350
1364
  createdAt?: Date | null | undefined;
1351
1365
  platformUrl?: string | null | undefined;
1366
+ viewsCount?: number | null | undefined;
1367
+ favoritesCount?: number | null | undefined;
1352
1368
  };
1353
1369
  };
1354
1370
  } | {
@@ -1548,6 +1564,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1548
1564
  };
1549
1565
  createdAt?: Date | null | undefined;
1550
1566
  platformUrl?: string | null | undefined;
1567
+ viewsCount?: number | null | undefined;
1568
+ favoritesCount?: number | null | undefined;
1551
1569
  };
1552
1570
  };
1553
1571
  } | {
@@ -1953,6 +1971,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1953
1971
  };
1954
1972
  createdAt?: Date | null | undefined;
1955
1973
  platformUrl?: string | null | undefined;
1974
+ viewsCount?: number | null | undefined;
1975
+ favoritesCount?: number | null | undefined;
1956
1976
  };
1957
1977
  };
1958
1978
  } | {
@@ -2257,6 +2277,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2257
2277
  };
2258
2278
  createdAt?: Date | null | undefined;
2259
2279
  platformUrl?: string | null | undefined;
2280
+ viewsCount?: number | null | undefined;
2281
+ favoritesCount?: number | null | undefined;
2260
2282
  };
2261
2283
  };
2262
2284
  } | {
@@ -2566,6 +2588,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2566
2588
  };
2567
2589
  createdAt?: Date | null | undefined;
2568
2590
  platformUrl?: string | null | undefined;
2591
+ viewsCount?: number | null | undefined;
2592
+ favoritesCount?: number | null | undefined;
2569
2593
  };
2570
2594
  };
2571
2595
  } | {
@@ -2876,6 +2900,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2876
2900
  };
2877
2901
  createdAt?: Date | null | undefined;
2878
2902
  platformUrl?: string | null | undefined;
2903
+ viewsCount?: number | null | undefined;
2904
+ favoritesCount?: number | null | undefined;
2879
2905
  };
2880
2906
  };
2881
2907
  } | {
@@ -1 +1 @@
1
- {"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
1
+ {"version":3,"file":"ItemsWithFilters.d.ts","sourceRoot":"","sources":["ItemsWithFilters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
@@ -491,6 +491,8 @@ export declare const ListedItemSchema: z.ZodObject<{
491
491
  manufacturerLabelling?: string | null | undefined;
492
492
  labels?: string[] | null | undefined;
493
493
  }>;
494
+ viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
495
+ favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
494
496
  }, "strip", z.ZodTypeAny, {
495
497
  platformId: string;
496
498
  post: {
@@ -520,6 +522,8 @@ export declare const ListedItemSchema: z.ZodObject<{
520
522
  };
521
523
  createdAt?: Date | null | undefined;
522
524
  platformUrl?: string | null | undefined;
525
+ viewsCount?: number | null | undefined;
526
+ favoritesCount?: number | null | undefined;
523
527
  }, {
524
528
  platformId: string;
525
529
  post: {
@@ -549,6 +553,8 @@ export declare const ListedItemSchema: z.ZodObject<{
549
553
  };
550
554
  createdAt?: Date | null | undefined;
551
555
  platformUrl?: string | null | undefined;
556
+ viewsCount?: number | null | undefined;
557
+ favoritesCount?: number | null | undefined;
552
558
  }>;
553
559
  }, "strip", z.ZodTypeAny, {
554
560
  post: {
@@ -580,6 +586,8 @@ export declare const ListedItemSchema: z.ZodObject<{
580
586
  };
581
587
  createdAt?: Date | null | undefined;
582
588
  platformUrl?: string | null | undefined;
589
+ viewsCount?: number | null | undefined;
590
+ favoritesCount?: number | null | undefined;
583
591
  };
584
592
  }, {
585
593
  post: {
@@ -611,6 +619,8 @@ export declare const ListedItemSchema: z.ZodObject<{
611
619
  };
612
620
  createdAt?: Date | null | undefined;
613
621
  platformUrl?: string | null | undefined;
622
+ viewsCount?: number | null | undefined;
623
+ favoritesCount?: number | null | undefined;
614
624
  };
615
625
  }>;
616
626
  type: z.ZodLiteral<"IMPORTED">;
@@ -646,6 +656,8 @@ export declare const ListedItemSchema: z.ZodObject<{
646
656
  };
647
657
  createdAt?: Date | null | undefined;
648
658
  platformUrl?: string | null | undefined;
659
+ viewsCount?: number | null | undefined;
660
+ favoritesCount?: number | null | undefined;
649
661
  };
650
662
  };
651
663
  }, {
@@ -680,6 +692,8 @@ export declare const ListedItemSchema: z.ZodObject<{
680
692
  };
681
693
  createdAt?: Date | null | undefined;
682
694
  platformUrl?: string | null | undefined;
695
+ viewsCount?: number | null | undefined;
696
+ favoritesCount?: number | null | undefined;
683
697
  };
684
698
  };
685
699
  }>, z.ZodObject<{
@@ -1346,6 +1360,8 @@ export declare const ListedItemSchema: z.ZodObject<{
1346
1360
  };
1347
1361
  createdAt?: Date | null | undefined;
1348
1362
  platformUrl?: string | null | undefined;
1363
+ viewsCount?: number | null | undefined;
1364
+ favoritesCount?: number | null | undefined;
1349
1365
  };
1350
1366
  };
1351
1367
  } | {
@@ -1545,6 +1561,8 @@ export declare const ListedItemSchema: z.ZodObject<{
1545
1561
  };
1546
1562
  createdAt?: Date | null | undefined;
1547
1563
  platformUrl?: string | null | undefined;
1564
+ viewsCount?: number | null | undefined;
1565
+ favoritesCount?: number | null | undefined;
1548
1566
  };
1549
1567
  };
1550
1568
  } | {
@@ -1950,6 +1968,8 @@ export declare const ListedItemSchema: z.ZodObject<{
1950
1968
  };
1951
1969
  createdAt?: Date | null | undefined;
1952
1970
  platformUrl?: string | null | undefined;
1971
+ viewsCount?: number | null | undefined;
1972
+ favoritesCount?: number | null | undefined;
1953
1973
  };
1954
1974
  };
1955
1975
  } | {
@@ -2254,6 +2274,8 @@ export declare const ListedItemSchema: z.ZodObject<{
2254
2274
  };
2255
2275
  createdAt?: Date | null | undefined;
2256
2276
  platformUrl?: string | null | undefined;
2277
+ viewsCount?: number | null | undefined;
2278
+ favoritesCount?: number | null | undefined;
2257
2279
  };
2258
2280
  };
2259
2281
  } | {
@@ -1 +1 @@
1
- {"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ListedItem.d.ts","sourceRoot":"","sources":["ListedItem.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ import { z } from "zod";
2
+ export declare const PromoCodeResponseSchema: z.ZodObject<{
3
+ id: z.ZodString;
4
+ code: z.ZodString;
5
+ description: z.ZodString;
6
+ }, "strip", z.ZodTypeAny, {
7
+ code: string;
8
+ id: string;
9
+ description: string;
10
+ }, {
11
+ code: string;
12
+ id: string;
13
+ description: string;
14
+ }>;
15
+ export type PromoCodeResponse = z.infer<typeof PromoCodeResponseSchema>;
16
+ //# sourceMappingURL=PromoCodeResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PromoCodeResponse.d.ts","sourceRoot":"","sources":["PromoCodeResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { z } from "zod";
2
+ export const PromoCodeResponseSchema = z.object({
3
+ id: z.string(),
4
+ code: z.string(),
5
+ description: z.string()
6
+ });
7
+ //# sourceMappingURL=PromoCodeResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PromoCodeResponse.js","sourceRoot":"","sources":["PromoCodeResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CAC1B,CAAC,CAAA"}
@@ -0,0 +1,8 @@
1
+ import {z} from "zod"
2
+
3
+ export const PromoCodeResponseSchema = z.object({
4
+ id: z.string(),
5
+ code: z.string(),
6
+ description: z.string()
7
+ })
8
+ export type PromoCodeResponse = z.infer<typeof PromoCodeResponseSchema>
@@ -18,11 +18,11 @@ export declare const SubscriptionStatusSchema: z.ZodObject<{
18
18
  type: z.ZodLiteral<"CANCELLATION">;
19
19
  }, "strip", z.ZodTypeAny, {
20
20
  type: "CANCELLATION";
21
- reason: "USER_REQUESTED" | "PAYMENT_FAILED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
21
+ reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
22
22
  comment?: string | null | undefined;
23
23
  }, {
24
24
  type: "CANCELLATION";
25
- reason: "USER_REQUESTED" | "PAYMENT_FAILED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
25
+ reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
26
26
  comment?: string | null | undefined;
27
27
  }>, z.ZodObject<{
28
28
  amount: z.ZodNumber;
@@ -83,7 +83,7 @@ export declare const SubscriptionStatusSchema: z.ZodObject<{
83
83
  source: "STRIPE_WEBHOOK" | "MANUAL_SYNC" | "USER_ACTION";
84
84
  metadata?: {
85
85
  type: "CANCELLATION";
86
- reason: "USER_REQUESTED" | "PAYMENT_FAILED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
86
+ reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
87
87
  comment?: string | null | undefined;
88
88
  } | {
89
89
  type: "PRICE_CHANGE";
@@ -115,7 +115,7 @@ export declare const SubscriptionStatusSchema: z.ZodObject<{
115
115
  source: "STRIPE_WEBHOOK" | "MANUAL_SYNC" | "USER_ACTION";
116
116
  metadata?: {
117
117
  type: "CANCELLATION";
118
- reason: "USER_REQUESTED" | "PAYMENT_FAILED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
118
+ reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
119
119
  comment?: string | null | undefined;
120
120
  } | {
121
121
  type: "PRICE_CHANGE";
@@ -150,7 +150,7 @@ export declare const SubscriptionStatusSchema: z.ZodObject<{
150
150
  source: "STRIPE_WEBHOOK" | "MANUAL_SYNC" | "USER_ACTION";
151
151
  metadata?: {
152
152
  type: "CANCELLATION";
153
- reason: "USER_REQUESTED" | "PAYMENT_FAILED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
153
+ reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
154
154
  comment?: string | null | undefined;
155
155
  } | {
156
156
  type: "PRICE_CHANGE";
@@ -187,7 +187,7 @@ export declare const SubscriptionStatusSchema: z.ZodObject<{
187
187
  source: "STRIPE_WEBHOOK" | "MANUAL_SYNC" | "USER_ACTION";
188
188
  metadata?: {
189
189
  type: "CANCELLATION";
190
- reason: "USER_REQUESTED" | "PAYMENT_FAILED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
190
+ reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
191
191
  comment?: string | null | undefined;
192
192
  } | {
193
193
  type: "PRICE_CHANGE";
@@ -1,6 +1,6 @@
1
1
  import { z } from "zod";
2
- import { SubscriptionStateSchema } from "../../../subscriptions/models/SubscriptionState";
3
- import { SubscriptionHistorySchema } from "../../../subscriptions/models/SubscriptionHistory";
2
+ import { SubscriptionStateSchema } from "../../../models/subscriptions/SubscriptionState";
3
+ import { SubscriptionHistorySchema } from "../../../models/subscriptions/SubscriptionHistory";
4
4
  export const SubscriptionStatusSchema = z.object({
5
5
  state: SubscriptionStateSchema,
6
6
  isEligibleToTrial: z.boolean(),
@@ -1,6 +1,6 @@
1
1
  import {z} from "zod"
2
- import {SubscriptionStateSchema} from "../../../subscriptions/models/SubscriptionState"
3
- import {SubscriptionHistorySchema} from "../../../subscriptions/models/SubscriptionHistory"
2
+ import {SubscriptionStateSchema} from "../../../models/subscriptions/SubscriptionState"
3
+ import {SubscriptionHistorySchema} from "../../../models/subscriptions/SubscriptionHistory"
4
4
 
5
5
  export const SubscriptionStatusSchema = z.object({
6
6
  state: SubscriptionStateSchema,
@@ -232,6 +232,8 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
232
232
  manufacturerLabelling?: string | null | undefined;
233
233
  labels?: string[] | null | undefined;
234
234
  }>;
235
+ viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
236
+ favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
235
237
  }, "strip", z.ZodTypeAny, {
236
238
  platformId: string;
237
239
  post: {
@@ -261,6 +263,8 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
261
263
  };
262
264
  createdAt?: Date | null | undefined;
263
265
  platformUrl?: string | null | undefined;
266
+ viewsCount?: number | null | undefined;
267
+ favoritesCount?: number | null | undefined;
264
268
  }, {
265
269
  platformId: string;
266
270
  post: {
@@ -290,6 +294,8 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
290
294
  };
291
295
  createdAt?: Date | null | undefined;
292
296
  platformUrl?: string | null | undefined;
297
+ viewsCount?: number | null | undefined;
298
+ favoritesCount?: number | null | undefined;
293
299
  }>, "many">>>;
294
300
  orders: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
295
301
  id: z.ZodString;
@@ -298,11 +304,11 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
298
304
  transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
299
305
  price: z.ZodNumber;
300
306
  currencyCode: z.ZodString;
301
- status: z.ZodEnum<["PAYMENT_VALIDATED", "ORDER_CANCELED", "SHIPPING_LABEL_SENT_TO_SELLER", "ORDER_SHIPPED", "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT", "ORDER_RECEIVED", "ORDER_FINALIZED", "RETURN_INITIATED", "REFUND_DONE", "ORDER_CANCELED_ITEM_UNAVAILABLE", "ORDER_CANCELED_BY_VINTED", "ORDER_DISPUTE_STARTED", "ORDER_CANCELED_DUE_TO_LATE_SHIPPING", "SHIPPING_LABEL_ORDERED", "ORDER_RETURNED_TO_SENDER", "UNKNOWN"]>;
307
+ status: z.ZodEnum<["PAYMENT_VALIDATED", "ORDER_CANCELED", "SHIPPING_LABEL_SENT_TO_SELLER", "ORDER_SHIPPED", "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT", "ORDER_RECEIVED", "ORDER_FINALIZED", "RETURN_INITIATED", "REFUND_DONE", "ORDER_CANCELED_ITEM_UNAVAILABLE", "ORDER_CANCELED_BY_VINTED", "ORDER_DISPUTE_STARTED", "ORDER_CANCELED_DUE_TO_LATE_SHIPPING", "SHIPPING_LABEL_ORDERED", "ORDER_RETURNED_TO_SENDER", "PAYMENT_FAILED", "ORDER_SUSPENDED", "SHIPPING_TO_VERIFICATION_CENTER", "PAYMENT_IN_PROGRESS", "SENT_TO_VERIFICATION_CENTER", "SHIPPING_FROM_VERIFICATION_CENTER", "UNKNOWN"]>;
302
308
  date: z.ZodDate;
303
309
  }, "strip", z.ZodTypeAny, {
304
310
  type: "SALE" | "PURCHASE";
305
- status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
311
+ status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
306
312
  date: Date;
307
313
  id: string;
308
314
  price: number;
@@ -311,7 +317,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
311
317
  conversationId?: string | null | undefined;
312
318
  }, {
313
319
  type: "SALE" | "PURCHASE";
314
- status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
320
+ status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
315
321
  date: Date;
316
322
  id: string;
317
323
  price: number;
@@ -457,10 +463,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
457
463
  };
458
464
  createdAt?: Date | null | undefined;
459
465
  platformUrl?: string | null | undefined;
466
+ viewsCount?: number | null | undefined;
467
+ favoritesCount?: number | null | undefined;
460
468
  }[] | null | undefined;
461
469
  orders?: {
462
470
  type: "SALE" | "PURCHASE";
463
- status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
471
+ status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
464
472
  date: Date;
465
473
  id: string;
466
474
  price: number;
@@ -568,10 +576,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
568
576
  };
569
577
  createdAt?: Date | null | undefined;
570
578
  platformUrl?: string | null | undefined;
579
+ viewsCount?: number | null | undefined;
580
+ favoritesCount?: number | null | undefined;
571
581
  }[] | null | undefined;
572
582
  orders?: {
573
583
  type: "SALE" | "PURCHASE";
574
- status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
584
+ status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
575
585
  date: Date;
576
586
  id: string;
577
587
  price: number;
@@ -745,10 +755,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
745
755
  };
746
756
  createdAt?: Date | null | undefined;
747
757
  platformUrl?: string | null | undefined;
758
+ viewsCount?: number | null | undefined;
759
+ favoritesCount?: number | null | undefined;
748
760
  }[] | null | undefined;
749
761
  orders?: {
750
762
  type: "SALE" | "PURCHASE";
751
- status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
763
+ status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
752
764
  date: Date;
753
765
  id: string;
754
766
  price: number;
@@ -873,10 +885,12 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
873
885
  };
874
886
  createdAt?: Date | null | undefined;
875
887
  platformUrl?: string | null | undefined;
888
+ viewsCount?: number | null | undefined;
889
+ favoritesCount?: number | null | undefined;
876
890
  }[] | null | undefined;
877
891
  orders?: {
878
892
  type: "SALE" | "PURCHASE";
879
- status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
893
+ status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
880
894
  date: Date;
881
895
  id: string;
882
896
  price: number;
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationOnPlatformUpdateRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformUpdateRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
1
+ {"version":3,"file":"ConversationOnPlatformUpdateRequest.d.ts","sourceRoot":"","sources":["ConversationOnPlatformUpdateRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpD,CAAA;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAA"}
@@ -849,14 +849,17 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
849
849
  accountId: z.ZodString;
850
850
  itemId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
851
851
  platformId: z.ZodString;
852
+ nextHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
852
853
  }, "strip", z.ZodTypeAny, {
853
854
  accountId: string;
854
855
  itemId: string | number;
855
856
  platformId: string;
857
+ nextHistoryId?: string | null | undefined;
856
858
  }, {
857
859
  accountId: string;
858
860
  itemId: string | number;
859
861
  platformId: string;
862
+ nextHistoryId?: string | null | undefined;
860
863
  }>;
861
864
  type: z.ZodLiteral<"POSTS_DELETE">;
862
865
  }, "strip", z.ZodTypeAny, {
@@ -865,6 +868,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
865
868
  accountId: string;
866
869
  itemId: string | number;
867
870
  platformId: string;
871
+ nextHistoryId?: string | null | undefined;
868
872
  };
869
873
  }, {
870
874
  type: "POSTS_DELETE";
@@ -872,20 +876,24 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
872
876
  accountId: string;
873
877
  itemId: string | number;
874
878
  platformId: string;
879
+ nextHistoryId?: string | null | undefined;
875
880
  };
876
881
  }>, z.ZodObject<{
877
882
  payload: z.ZodObject<{
878
883
  accountId: z.ZodString;
879
884
  itemId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
880
885
  platformId: z.ZodString;
886
+ nextHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
881
887
  }, "strip", z.ZodTypeAny, {
882
888
  accountId: string;
883
889
  itemId: string | number;
884
890
  platformId: string;
891
+ nextHistoryId?: string | null | undefined;
885
892
  }, {
886
893
  accountId: string;
887
894
  itemId: string | number;
888
895
  platformId: string;
896
+ nextHistoryId?: string | null | undefined;
889
897
  }>;
890
898
  type: z.ZodLiteral<"POSTS_GET">;
891
899
  }, "strip", z.ZodTypeAny, {
@@ -894,6 +902,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
894
902
  accountId: string;
895
903
  itemId: string | number;
896
904
  platformId: string;
905
+ nextHistoryId?: string | null | undefined;
897
906
  };
898
907
  }, {
899
908
  type: "POSTS_GET";
@@ -901,6 +910,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
901
910
  accountId: string;
902
911
  itemId: string | number;
903
912
  platformId: string;
913
+ nextHistoryId?: string | null | undefined;
904
914
  };
905
915
  }>, z.ZodObject<{
906
916
  payload: z.ZodObject<{
@@ -1547,6 +1557,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
1547
1557
  accountId: string;
1548
1558
  itemId: string | number;
1549
1559
  platformId: string;
1560
+ nextHistoryId?: string | null | undefined;
1550
1561
  };
1551
1562
  } | {
1552
1563
  type: "POSTS_GET";
@@ -1554,6 +1565,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
1554
1565
  accountId: string;
1555
1566
  itemId: string | number;
1556
1567
  platformId: string;
1568
+ nextHistoryId?: string | null | undefined;
1557
1569
  };
1558
1570
  } | {
1559
1571
  type: "POSTS_LIST";
@@ -1812,6 +1824,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
1812
1824
  accountId: string;
1813
1825
  itemId: string | number;
1814
1826
  platformId: string;
1827
+ nextHistoryId?: string | null | undefined;
1815
1828
  };
1816
1829
  } | {
1817
1830
  type: "POSTS_GET";
@@ -1819,6 +1832,7 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
1819
1832
  accountId: string;
1820
1833
  itemId: string | number;
1821
1834
  platformId: string;
1835
+ nextHistoryId?: string | null | undefined;
1822
1836
  };
1823
1837
  } | {
1824
1838
  type: "POSTS_LIST";
@@ -1 +1 @@
1
- {"version":3,"file":"MessageStreamResponse.d.ts","sourceRoot":"","sources":["MessageStreamResponse.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MessageStreamResponse.d.ts","sourceRoot":"","sources":["MessageStreamResponse.ts"],"names":[],"mappings":"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"}