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.
- package/package.json +2 -2
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +26 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +22 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.d.ts +16 -0
- package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.js +7 -0
- package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.ts +8 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +6 -6
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +2 -2
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +2 -2
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +21 -7
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +14 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +52 -0
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +52 -0
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.d.ts +44 -0
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +26 -0
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +52 -0
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +18 -0
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +18 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +28 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +10 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +4 -4
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +5 -5
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +37 -7
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +31 -5
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.d.ts +4 -4
- package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts +13 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.js +6 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.js.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.ts +7 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +43 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.js +7 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.ts +8 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +186 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +6 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.ts +8 -0
- package/src/index.d.ts +9 -8
- package/src/index.d.ts.map +1 -1
- package/src/index.js +9 -8
- package/src/index.js.map +1 -1
- package/src/index.ts +9 -8
- package/src/com/controlresell/models/users/affiliates/Affiliate.d.ts +0 -16
- package/src/com/controlresell/models/users/affiliates/Affiliate.d.ts.map +0 -1
- package/src/com/controlresell/models/users/affiliates/Affiliate.js +0 -7
- package/src/com/controlresell/models/users/affiliates/Affiliate.js.map +0 -1
- package/src/com/controlresell/models/users/affiliates/Affiliate.ts +0 -8
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +0 -128
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +0 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +0 -14
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +0 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +0 -15
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.d.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/CancellationReason.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistory.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryMetadata.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.d.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistorySource.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.d.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionHistoryType.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.d.ts +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.d.ts.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.js +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.js.map +0 -0
- /package/src/com/controlresell/{subscriptions/models → models/subscriptions}/SubscriptionState.ts +0 -0
|
@@ -5,11 +5,11 @@ export declare const CancellationSchema: z.ZodObject<{
|
|
|
5
5
|
type: z.ZodLiteral<"CANCELLATION">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
type: "CANCELLATION";
|
|
8
|
-
reason: "
|
|
8
|
+
reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
|
|
9
9
|
comment?: string | null | undefined;
|
|
10
10
|
}, {
|
|
11
11
|
type: "CANCELLATION";
|
|
12
|
-
reason: "
|
|
12
|
+
reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
|
|
13
13
|
comment?: string | null | undefined;
|
|
14
14
|
}>;
|
|
15
15
|
export type Cancellation = z.infer<typeof CancellationSchema>;
|
|
@@ -73,11 +73,11 @@ export declare const SubscriptionHistoryMetadataSchema: z.ZodDiscriminatedUnion<
|
|
|
73
73
|
type: z.ZodLiteral<"CANCELLATION">;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
75
|
type: "CANCELLATION";
|
|
76
|
-
reason: "
|
|
76
|
+
reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
|
|
77
77
|
comment?: string | null | undefined;
|
|
78
78
|
}, {
|
|
79
79
|
type: "CANCELLATION";
|
|
80
|
-
reason: "
|
|
80
|
+
reason: "PAYMENT_FAILED" | "USER_REQUESTED" | "DOWNGRADED" | "SWITCHED_PLAN" | "OTHER";
|
|
81
81
|
comment?: string | null | undefined;
|
|
82
82
|
}>, z.ZodObject<{
|
|
83
83
|
amount: z.ZodNumber;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const UserLimitCounterSchema: z.ZodObject<{
|
|
3
|
+
used: z.ZodNumber;
|
|
4
|
+
allowed: z.ZodNumber;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
used: number;
|
|
7
|
+
allowed: number;
|
|
8
|
+
}, {
|
|
9
|
+
used: number;
|
|
10
|
+
allowed: number;
|
|
11
|
+
}>;
|
|
12
|
+
export type UserLimitCounter = z.infer<typeof UserLimitCounterSchema>;
|
|
13
|
+
//# sourceMappingURL=UserLimitCounter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserLimitCounter.d.ts","sourceRoot":"","sources":["UserLimitCounter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserLimitCounter.js","sourceRoot":"","sources":["UserLimitCounter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC5B,CAAC,CAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const UserLimitsSchema: z.ZodObject<{
|
|
3
|
+
platformsCount: z.ZodObject<{
|
|
4
|
+
used: z.ZodNumber;
|
|
5
|
+
allowed: z.ZodNumber;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
used: number;
|
|
8
|
+
allowed: number;
|
|
9
|
+
}, {
|
|
10
|
+
used: number;
|
|
11
|
+
allowed: number;
|
|
12
|
+
}>;
|
|
13
|
+
accountsCount: z.ZodObject<{
|
|
14
|
+
used: z.ZodNumber;
|
|
15
|
+
allowed: z.ZodNumber;
|
|
16
|
+
}, "strip", z.ZodTypeAny, {
|
|
17
|
+
used: number;
|
|
18
|
+
allowed: number;
|
|
19
|
+
}, {
|
|
20
|
+
used: number;
|
|
21
|
+
allowed: number;
|
|
22
|
+
}>;
|
|
23
|
+
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
platformsCount: {
|
|
25
|
+
used: number;
|
|
26
|
+
allowed: number;
|
|
27
|
+
};
|
|
28
|
+
accountsCount: {
|
|
29
|
+
used: number;
|
|
30
|
+
allowed: number;
|
|
31
|
+
};
|
|
32
|
+
}, {
|
|
33
|
+
platformsCount: {
|
|
34
|
+
used: number;
|
|
35
|
+
allowed: number;
|
|
36
|
+
};
|
|
37
|
+
accountsCount: {
|
|
38
|
+
used: number;
|
|
39
|
+
allowed: number;
|
|
40
|
+
};
|
|
41
|
+
}>;
|
|
42
|
+
export type UserLimits = z.infer<typeof UserLimitsSchema>;
|
|
43
|
+
//# sourceMappingURL=UserLimits.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserLimits.d.ts","sourceRoot":"","sources":["UserLimits.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG3B,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserLimits.js","sourceRoot":"","sources":["UserLimits.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,sBAAsB,EAAC,MAAM,oBAAoB,CAAA;AAEzD,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,cAAc,EAAE,sBAAsB;IACtC,aAAa,EAAE,sBAAsB;CACxC,CAAC,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import {z} from "zod"
|
|
2
|
+
import {UserLimitCounterSchema} from "./UserLimitCounter"
|
|
3
|
+
|
|
4
|
+
export const UserLimitsSchema = z.object({
|
|
5
|
+
platformsCount: UserLimitCounterSchema,
|
|
6
|
+
accountsCount: UserLimitCounterSchema
|
|
7
|
+
})
|
|
8
|
+
export type UserLimits = z.infer<typeof UserLimitsSchema>
|
|
@@ -1459,6 +1459,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1459
1459
|
manufacturerLabelling?: string | null | undefined;
|
|
1460
1460
|
labels?: string[] | null | undefined;
|
|
1461
1461
|
}>;
|
|
1462
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1463
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1462
1464
|
}, "strip", z.ZodTypeAny, {
|
|
1463
1465
|
platformId: string;
|
|
1464
1466
|
post: {
|
|
@@ -1488,6 +1490,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1488
1490
|
};
|
|
1489
1491
|
createdAt?: Date | null | undefined;
|
|
1490
1492
|
platformUrl?: string | null | undefined;
|
|
1493
|
+
viewsCount?: number | null | undefined;
|
|
1494
|
+
favoritesCount?: number | null | undefined;
|
|
1491
1495
|
}, {
|
|
1492
1496
|
platformId: string;
|
|
1493
1497
|
post: {
|
|
@@ -1517,6 +1521,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1517
1521
|
};
|
|
1518
1522
|
createdAt?: Date | null | undefined;
|
|
1519
1523
|
platformUrl?: string | null | undefined;
|
|
1524
|
+
viewsCount?: number | null | undefined;
|
|
1525
|
+
favoritesCount?: number | null | undefined;
|
|
1520
1526
|
}>;
|
|
1521
1527
|
}, "strip", z.ZodTypeAny, {
|
|
1522
1528
|
post: {
|
|
@@ -1548,6 +1554,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1548
1554
|
};
|
|
1549
1555
|
createdAt?: Date | null | undefined;
|
|
1550
1556
|
platformUrl?: string | null | undefined;
|
|
1557
|
+
viewsCount?: number | null | undefined;
|
|
1558
|
+
favoritesCount?: number | null | undefined;
|
|
1551
1559
|
};
|
|
1552
1560
|
}, {
|
|
1553
1561
|
post: {
|
|
@@ -1579,6 +1587,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1579
1587
|
};
|
|
1580
1588
|
createdAt?: Date | null | undefined;
|
|
1581
1589
|
platformUrl?: string | null | undefined;
|
|
1590
|
+
viewsCount?: number | null | undefined;
|
|
1591
|
+
favoritesCount?: number | null | undefined;
|
|
1582
1592
|
};
|
|
1583
1593
|
}>;
|
|
1584
1594
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -1614,6 +1624,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1614
1624
|
};
|
|
1615
1625
|
createdAt?: Date | null | undefined;
|
|
1616
1626
|
platformUrl?: string | null | undefined;
|
|
1627
|
+
viewsCount?: number | null | undefined;
|
|
1628
|
+
favoritesCount?: number | null | undefined;
|
|
1617
1629
|
};
|
|
1618
1630
|
};
|
|
1619
1631
|
}, {
|
|
@@ -1648,6 +1660,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1648
1660
|
};
|
|
1649
1661
|
createdAt?: Date | null | undefined;
|
|
1650
1662
|
platformUrl?: string | null | undefined;
|
|
1663
|
+
viewsCount?: number | null | undefined;
|
|
1664
|
+
favoritesCount?: number | null | undefined;
|
|
1651
1665
|
};
|
|
1652
1666
|
};
|
|
1653
1667
|
}>, z.ZodObject<{
|
|
@@ -2314,6 +2328,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2314
2328
|
};
|
|
2315
2329
|
createdAt?: Date | null | undefined;
|
|
2316
2330
|
platformUrl?: string | null | undefined;
|
|
2331
|
+
viewsCount?: number | null | undefined;
|
|
2332
|
+
favoritesCount?: number | null | undefined;
|
|
2317
2333
|
};
|
|
2318
2334
|
};
|
|
2319
2335
|
} | {
|
|
@@ -2513,6 +2529,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2513
2529
|
};
|
|
2514
2530
|
createdAt?: Date | null | undefined;
|
|
2515
2531
|
platformUrl?: string | null | undefined;
|
|
2532
|
+
viewsCount?: number | null | undefined;
|
|
2533
|
+
favoritesCount?: number | null | undefined;
|
|
2516
2534
|
};
|
|
2517
2535
|
};
|
|
2518
2536
|
} | {
|
|
@@ -2918,6 +2936,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2918
2936
|
};
|
|
2919
2937
|
createdAt?: Date | null | undefined;
|
|
2920
2938
|
platformUrl?: string | null | undefined;
|
|
2939
|
+
viewsCount?: number | null | undefined;
|
|
2940
|
+
favoritesCount?: number | null | undefined;
|
|
2921
2941
|
};
|
|
2922
2942
|
};
|
|
2923
2943
|
} | {
|
|
@@ -3222,6 +3242,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3222
3242
|
};
|
|
3223
3243
|
createdAt?: Date | null | undefined;
|
|
3224
3244
|
platformUrl?: string | null | undefined;
|
|
3245
|
+
viewsCount?: number | null | undefined;
|
|
3246
|
+
favoritesCount?: number | null | undefined;
|
|
3225
3247
|
};
|
|
3226
3248
|
};
|
|
3227
3249
|
} | {
|
|
@@ -3531,6 +3553,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3531
3553
|
};
|
|
3532
3554
|
createdAt?: Date | null | undefined;
|
|
3533
3555
|
platformUrl?: string | null | undefined;
|
|
3556
|
+
viewsCount?: number | null | undefined;
|
|
3557
|
+
favoritesCount?: number | null | undefined;
|
|
3534
3558
|
};
|
|
3535
3559
|
};
|
|
3536
3560
|
} | {
|
|
@@ -3839,6 +3863,8 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3839
3863
|
};
|
|
3840
3864
|
createdAt?: Date | null | undefined;
|
|
3841
3865
|
platformUrl?: string | null | undefined;
|
|
3866
|
+
viewsCount?: number | null | undefined;
|
|
3867
|
+
favoritesCount?: number | null | undefined;
|
|
3842
3868
|
};
|
|
3843
3869
|
};
|
|
3844
3870
|
} | {
|
|
@@ -3988,6 +4014,74 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3988
4014
|
deleted?: boolean | null | undefined;
|
|
3989
4015
|
}>;
|
|
3990
4016
|
export type UserWsPayloadItemUpdated = z.infer<typeof UserWsPayloadItemUpdatedSchema>;
|
|
4017
|
+
export declare const UserWsPayloadLimitsSchema: z.ZodObject<{
|
|
4018
|
+
data: z.ZodObject<{
|
|
4019
|
+
platformsCount: z.ZodObject<{
|
|
4020
|
+
used: z.ZodNumber;
|
|
4021
|
+
allowed: z.ZodNumber;
|
|
4022
|
+
}, "strip", z.ZodTypeAny, {
|
|
4023
|
+
used: number;
|
|
4024
|
+
allowed: number;
|
|
4025
|
+
}, {
|
|
4026
|
+
used: number;
|
|
4027
|
+
allowed: number;
|
|
4028
|
+
}>;
|
|
4029
|
+
accountsCount: z.ZodObject<{
|
|
4030
|
+
used: z.ZodNumber;
|
|
4031
|
+
allowed: z.ZodNumber;
|
|
4032
|
+
}, "strip", z.ZodTypeAny, {
|
|
4033
|
+
used: number;
|
|
4034
|
+
allowed: number;
|
|
4035
|
+
}, {
|
|
4036
|
+
used: number;
|
|
4037
|
+
allowed: number;
|
|
4038
|
+
}>;
|
|
4039
|
+
}, "strip", z.ZodTypeAny, {
|
|
4040
|
+
platformsCount: {
|
|
4041
|
+
used: number;
|
|
4042
|
+
allowed: number;
|
|
4043
|
+
};
|
|
4044
|
+
accountsCount: {
|
|
4045
|
+
used: number;
|
|
4046
|
+
allowed: number;
|
|
4047
|
+
};
|
|
4048
|
+
}, {
|
|
4049
|
+
platformsCount: {
|
|
4050
|
+
used: number;
|
|
4051
|
+
allowed: number;
|
|
4052
|
+
};
|
|
4053
|
+
accountsCount: {
|
|
4054
|
+
used: number;
|
|
4055
|
+
allowed: number;
|
|
4056
|
+
};
|
|
4057
|
+
}>;
|
|
4058
|
+
type: z.ZodLiteral<"LIMITS">;
|
|
4059
|
+
}, "strip", z.ZodTypeAny, {
|
|
4060
|
+
type: "LIMITS";
|
|
4061
|
+
data: {
|
|
4062
|
+
platformsCount: {
|
|
4063
|
+
used: number;
|
|
4064
|
+
allowed: number;
|
|
4065
|
+
};
|
|
4066
|
+
accountsCount: {
|
|
4067
|
+
used: number;
|
|
4068
|
+
allowed: number;
|
|
4069
|
+
};
|
|
4070
|
+
};
|
|
4071
|
+
}, {
|
|
4072
|
+
type: "LIMITS";
|
|
4073
|
+
data: {
|
|
4074
|
+
platformsCount: {
|
|
4075
|
+
used: number;
|
|
4076
|
+
allowed: number;
|
|
4077
|
+
};
|
|
4078
|
+
accountsCount: {
|
|
4079
|
+
used: number;
|
|
4080
|
+
allowed: number;
|
|
4081
|
+
};
|
|
4082
|
+
};
|
|
4083
|
+
}>;
|
|
4084
|
+
export type UserWsPayloadLimits = z.infer<typeof UserWsPayloadLimitsSchema>;
|
|
3991
4085
|
export declare const UserWsPayloadOrderLabelSchema: z.ZodObject<{
|
|
3992
4086
|
orderLabel: z.ZodObject<{
|
|
3993
4087
|
id: z.ZodString;
|
|
@@ -6240,6 +6334,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6240
6334
|
manufacturerLabelling?: string | null | undefined;
|
|
6241
6335
|
labels?: string[] | null | undefined;
|
|
6242
6336
|
}>;
|
|
6337
|
+
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6338
|
+
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6243
6339
|
}, "strip", z.ZodTypeAny, {
|
|
6244
6340
|
platformId: string;
|
|
6245
6341
|
post: {
|
|
@@ -6269,6 +6365,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6269
6365
|
};
|
|
6270
6366
|
createdAt?: Date | null | undefined;
|
|
6271
6367
|
platformUrl?: string | null | undefined;
|
|
6368
|
+
viewsCount?: number | null | undefined;
|
|
6369
|
+
favoritesCount?: number | null | undefined;
|
|
6272
6370
|
}, {
|
|
6273
6371
|
platformId: string;
|
|
6274
6372
|
post: {
|
|
@@ -6298,6 +6396,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6298
6396
|
};
|
|
6299
6397
|
createdAt?: Date | null | undefined;
|
|
6300
6398
|
platformUrl?: string | null | undefined;
|
|
6399
|
+
viewsCount?: number | null | undefined;
|
|
6400
|
+
favoritesCount?: number | null | undefined;
|
|
6301
6401
|
}>;
|
|
6302
6402
|
}, "strip", z.ZodTypeAny, {
|
|
6303
6403
|
post: {
|
|
@@ -6329,6 +6429,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6329
6429
|
};
|
|
6330
6430
|
createdAt?: Date | null | undefined;
|
|
6331
6431
|
platformUrl?: string | null | undefined;
|
|
6432
|
+
viewsCount?: number | null | undefined;
|
|
6433
|
+
favoritesCount?: number | null | undefined;
|
|
6332
6434
|
};
|
|
6333
6435
|
}, {
|
|
6334
6436
|
post: {
|
|
@@ -6360,6 +6462,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6360
6462
|
};
|
|
6361
6463
|
createdAt?: Date | null | undefined;
|
|
6362
6464
|
platformUrl?: string | null | undefined;
|
|
6465
|
+
viewsCount?: number | null | undefined;
|
|
6466
|
+
favoritesCount?: number | null | undefined;
|
|
6363
6467
|
};
|
|
6364
6468
|
}>;
|
|
6365
6469
|
type: z.ZodLiteral<"IMPORTED">;
|
|
@@ -6395,6 +6499,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6395
6499
|
};
|
|
6396
6500
|
createdAt?: Date | null | undefined;
|
|
6397
6501
|
platformUrl?: string | null | undefined;
|
|
6502
|
+
viewsCount?: number | null | undefined;
|
|
6503
|
+
favoritesCount?: number | null | undefined;
|
|
6398
6504
|
};
|
|
6399
6505
|
};
|
|
6400
6506
|
}, {
|
|
@@ -6429,6 +6535,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
6429
6535
|
};
|
|
6430
6536
|
createdAt?: Date | null | undefined;
|
|
6431
6537
|
platformUrl?: string | null | undefined;
|
|
6538
|
+
viewsCount?: number | null | undefined;
|
|
6539
|
+
favoritesCount?: number | null | undefined;
|
|
6432
6540
|
};
|
|
6433
6541
|
};
|
|
6434
6542
|
}>, z.ZodObject<{
|
|
@@ -7095,6 +7203,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7095
7203
|
};
|
|
7096
7204
|
createdAt?: Date | null | undefined;
|
|
7097
7205
|
platformUrl?: string | null | undefined;
|
|
7206
|
+
viewsCount?: number | null | undefined;
|
|
7207
|
+
favoritesCount?: number | null | undefined;
|
|
7098
7208
|
};
|
|
7099
7209
|
};
|
|
7100
7210
|
} | {
|
|
@@ -7294,6 +7404,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7294
7404
|
};
|
|
7295
7405
|
createdAt?: Date | null | undefined;
|
|
7296
7406
|
platformUrl?: string | null | undefined;
|
|
7407
|
+
viewsCount?: number | null | undefined;
|
|
7408
|
+
favoritesCount?: number | null | undefined;
|
|
7297
7409
|
};
|
|
7298
7410
|
};
|
|
7299
7411
|
} | {
|
|
@@ -7699,6 +7811,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7699
7811
|
};
|
|
7700
7812
|
createdAt?: Date | null | undefined;
|
|
7701
7813
|
platformUrl?: string | null | undefined;
|
|
7814
|
+
viewsCount?: number | null | undefined;
|
|
7815
|
+
favoritesCount?: number | null | undefined;
|
|
7702
7816
|
};
|
|
7703
7817
|
};
|
|
7704
7818
|
} | {
|
|
@@ -8003,6 +8117,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8003
8117
|
};
|
|
8004
8118
|
createdAt?: Date | null | undefined;
|
|
8005
8119
|
platformUrl?: string | null | undefined;
|
|
8120
|
+
viewsCount?: number | null | undefined;
|
|
8121
|
+
favoritesCount?: number | null | undefined;
|
|
8006
8122
|
};
|
|
8007
8123
|
};
|
|
8008
8124
|
} | {
|
|
@@ -8312,6 +8428,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8312
8428
|
};
|
|
8313
8429
|
createdAt?: Date | null | undefined;
|
|
8314
8430
|
platformUrl?: string | null | undefined;
|
|
8431
|
+
viewsCount?: number | null | undefined;
|
|
8432
|
+
favoritesCount?: number | null | undefined;
|
|
8315
8433
|
};
|
|
8316
8434
|
};
|
|
8317
8435
|
} | {
|
|
@@ -8620,6 +8738,8 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8620
8738
|
};
|
|
8621
8739
|
createdAt?: Date | null | undefined;
|
|
8622
8740
|
platformUrl?: string | null | undefined;
|
|
8741
|
+
viewsCount?: number | null | undefined;
|
|
8742
|
+
favoritesCount?: number | null | undefined;
|
|
8623
8743
|
};
|
|
8624
8744
|
};
|
|
8625
8745
|
} | {
|
|
@@ -8767,6 +8887,72 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8767
8887
|
}[] | null | undefined;
|
|
8768
8888
|
};
|
|
8769
8889
|
deleted?: boolean | null | undefined;
|
|
8890
|
+
}>, z.ZodObject<{
|
|
8891
|
+
data: z.ZodObject<{
|
|
8892
|
+
platformsCount: z.ZodObject<{
|
|
8893
|
+
used: z.ZodNumber;
|
|
8894
|
+
allowed: z.ZodNumber;
|
|
8895
|
+
}, "strip", z.ZodTypeAny, {
|
|
8896
|
+
used: number;
|
|
8897
|
+
allowed: number;
|
|
8898
|
+
}, {
|
|
8899
|
+
used: number;
|
|
8900
|
+
allowed: number;
|
|
8901
|
+
}>;
|
|
8902
|
+
accountsCount: z.ZodObject<{
|
|
8903
|
+
used: z.ZodNumber;
|
|
8904
|
+
allowed: z.ZodNumber;
|
|
8905
|
+
}, "strip", z.ZodTypeAny, {
|
|
8906
|
+
used: number;
|
|
8907
|
+
allowed: number;
|
|
8908
|
+
}, {
|
|
8909
|
+
used: number;
|
|
8910
|
+
allowed: number;
|
|
8911
|
+
}>;
|
|
8912
|
+
}, "strip", z.ZodTypeAny, {
|
|
8913
|
+
platformsCount: {
|
|
8914
|
+
used: number;
|
|
8915
|
+
allowed: number;
|
|
8916
|
+
};
|
|
8917
|
+
accountsCount: {
|
|
8918
|
+
used: number;
|
|
8919
|
+
allowed: number;
|
|
8920
|
+
};
|
|
8921
|
+
}, {
|
|
8922
|
+
platformsCount: {
|
|
8923
|
+
used: number;
|
|
8924
|
+
allowed: number;
|
|
8925
|
+
};
|
|
8926
|
+
accountsCount: {
|
|
8927
|
+
used: number;
|
|
8928
|
+
allowed: number;
|
|
8929
|
+
};
|
|
8930
|
+
}>;
|
|
8931
|
+
type: z.ZodLiteral<"LIMITS">;
|
|
8932
|
+
}, "strip", z.ZodTypeAny, {
|
|
8933
|
+
type: "LIMITS";
|
|
8934
|
+
data: {
|
|
8935
|
+
platformsCount: {
|
|
8936
|
+
used: number;
|
|
8937
|
+
allowed: number;
|
|
8938
|
+
};
|
|
8939
|
+
accountsCount: {
|
|
8940
|
+
used: number;
|
|
8941
|
+
allowed: number;
|
|
8942
|
+
};
|
|
8943
|
+
};
|
|
8944
|
+
}, {
|
|
8945
|
+
type: "LIMITS";
|
|
8946
|
+
data: {
|
|
8947
|
+
platformsCount: {
|
|
8948
|
+
used: number;
|
|
8949
|
+
allowed: number;
|
|
8950
|
+
};
|
|
8951
|
+
accountsCount: {
|
|
8952
|
+
used: number;
|
|
8953
|
+
allowed: number;
|
|
8954
|
+
};
|
|
8955
|
+
};
|
|
8770
8956
|
}>, z.ZodObject<{
|
|
8771
8957
|
orderLabel: z.ZodObject<{
|
|
8772
8958
|
id: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserWsPayload.d.ts","sourceRoot":"","sources":["UserWsPayload.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAU9B,CAAA;AACF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"UserWsPayload.d.ts","sourceRoot":"","sources":["UserWsPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AASrB,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEzE,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI1C,CAAA;AACF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA;AAEvF,eAAO,MAAM,wBAAwB;;;;;;EAEnC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEzE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIzC,CAAA;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAErF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA;AAE3E,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIxC,CAAA;AACF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAA;AAEnF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAIjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,eAAO,MAAM,4BAA4B;;;;;;;;;EAGvC,CAAA;AACF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAA;AAEjF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI7C,CAAA;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAA;AAE7F,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInD,CAAA;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAA;AAEzG,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAW9B,CAAA;AACF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
import { ConversationSchema } from "../../../inbox/models/conversations/Conversation";
|
|
3
3
|
import { ConversationMessageSchema } from "../../../inbox/models/messages/ConversationMessage";
|
|
4
4
|
import { ListedItemSchema } from "../../../api/responses/items/ListedItem";
|
|
5
|
+
import { UserLimitsSchema } from "../../subscriptions/UserLimits";
|
|
5
6
|
import { OrderLabelSchema } from "../../platforms/labels/OrderLabel";
|
|
6
7
|
import { UserWsResourcePayloadSchema } from "./UserWsResourcePayload";
|
|
7
8
|
import { UserOnPlatformSessionMessageSchema } from "../platforms/UserOnPlatformSessionMessage";
|
|
@@ -22,6 +23,10 @@ export const UserWsPayloadItemUpdatedSchema = z.object({
|
|
|
22
23
|
deleted: z.boolean().nullish(),
|
|
23
24
|
type: z.literal("ITEM")
|
|
24
25
|
});
|
|
26
|
+
export const UserWsPayloadLimitsSchema = z.object({
|
|
27
|
+
data: UserLimitsSchema,
|
|
28
|
+
type: z.literal("LIMITS")
|
|
29
|
+
});
|
|
25
30
|
export const UserWsPayloadOrderLabelSchema = z.object({
|
|
26
31
|
orderLabel: OrderLabelSchema,
|
|
27
32
|
deleted: z.boolean().nullish(),
|
|
@@ -51,6 +56,7 @@ export const UserWsPayloadSchema = z.discriminatedUnion("type", [
|
|
|
51
56
|
UserWsPayloadConversationSchema,
|
|
52
57
|
UserWsPayloadEmptySchema,
|
|
53
58
|
UserWsPayloadItemUpdatedSchema,
|
|
59
|
+
UserWsPayloadLimitsSchema,
|
|
54
60
|
UserWsPayloadOrderLabelSchema,
|
|
55
61
|
UserWsPayloadOtpSchema,
|
|
56
62
|
UserWsPayloadReconnectSchema,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserWsPayload.js","sourceRoot":"","sources":["UserWsPayload.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"UserWsPayload.js","sourceRoot":"","sources":["UserWsPayload.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@ import {z} from "zod"
|
|
|
2
2
|
import {ConversationSchema} from "../../../inbox/models/conversations/Conversation"
|
|
3
3
|
import {ConversationMessageSchema} from "../../../inbox/models/messages/ConversationMessage"
|
|
4
4
|
import {ListedItemSchema} from "../../../api/responses/items/ListedItem"
|
|
5
|
+
import {UserLimitsSchema} from "../../subscriptions/UserLimits"
|
|
5
6
|
import {OrderLabelSchema} from "../../platforms/labels/OrderLabel"
|
|
6
7
|
import {UserWsResourcePayloadSchema} from "./UserWsResourcePayload"
|
|
7
8
|
import {UserOnPlatformSessionMessageSchema} from "../platforms/UserOnPlatformSessionMessage"
|
|
@@ -31,6 +32,12 @@ export const UserWsPayloadItemUpdatedSchema = z.object({
|
|
|
31
32
|
})
|
|
32
33
|
export type UserWsPayloadItemUpdated = z.infer<typeof UserWsPayloadItemUpdatedSchema>
|
|
33
34
|
|
|
35
|
+
export const UserWsPayloadLimitsSchema = z.object({
|
|
36
|
+
data: UserLimitsSchema,
|
|
37
|
+
type: z.literal("LIMITS")
|
|
38
|
+
})
|
|
39
|
+
export type UserWsPayloadLimits = z.infer<typeof UserWsPayloadLimitsSchema>
|
|
40
|
+
|
|
34
41
|
export const UserWsPayloadOrderLabelSchema = z.object({
|
|
35
42
|
orderLabel: OrderLabelSchema,
|
|
36
43
|
deleted: z.boolean().nullish(),
|
|
@@ -70,6 +77,7 @@ export const UserWsPayloadSchema = z.discriminatedUnion("type", [
|
|
|
70
77
|
UserWsPayloadConversationSchema,
|
|
71
78
|
UserWsPayloadEmptySchema,
|
|
72
79
|
UserWsPayloadItemUpdatedSchema,
|
|
80
|
+
UserWsPayloadLimitsSchema,
|
|
73
81
|
UserWsPayloadOrderLabelSchema,
|
|
74
82
|
UserWsPayloadOtpSchema,
|
|
75
83
|
UserWsPayloadReconnectSchema,
|