controlresell 2.24.2 → 2.24.3
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/conversations/MessageStreamResponse.d.ts +0 -7
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +108 -108
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +88 -88
- package/src/com/controlresell/models/conversations/Conversation.d.ts +9 -9
- package/src/com/controlresell/models/conversations/ConversationFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +11 -11
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +13 -13
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +13 -13
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -5
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -7
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -7
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
- package/src/com/controlresell/models/items/CreatedItems.d.ts +315 -315
- package/src/com/controlresell/models/items/Item.d.ts +169 -169
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +108 -108
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +315 -315
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +63 -63
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +63 -63
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +90 -90
- package/src/com/controlresell/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryPublishedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformBrandsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoriesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoryFieldsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformSizesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BrandMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CategoryMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateBrandMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateCategoryMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateEnumMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateSizeMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/EnumMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +228 -228
- package/src/com/controlresell/models/metadata/platforms/MappingInfo.d.ts +15 -15
- package/src/com/controlresell/models/metadata/platforms/PlatformBrand.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformSize.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/RecomputeCategoryRequiredAttributesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/SizeMapping.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -9
- 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/UserOrders.d.ts +141 -141
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +119 -119
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +13 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js +2 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.ts +2 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +119 -119
- package/src/com/controlresell/models/users/platforms/CreateUserOnPlatformPayload.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.d.ts +3 -3
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +19 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +280 -242
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const CreateUserOnPlatformPayloadSchema: z.ZodObject<{
|
|
3
3
|
accountId: z.ZodString;
|
|
4
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
4
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
5
5
|
name: z.ZodString;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
name: string;
|
|
8
8
|
accountId: string;
|
|
9
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
9
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
10
10
|
}, {
|
|
11
11
|
name: string;
|
|
12
12
|
accountId: string;
|
|
13
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
13
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
14
14
|
}>;
|
|
15
15
|
export type CreateUserOnPlatformPayload = z.infer<typeof CreateUserOnPlatformPayloadSchema>;
|
|
16
16
|
//# sourceMappingURL=CreateUserOnPlatformPayload.d.ts.map
|
|
@@ -3,7 +3,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
3
3
|
account: z.ZodObject<{
|
|
4
4
|
userId: z.ZodNumber;
|
|
5
5
|
accountId: z.ZodString;
|
|
6
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
6
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
7
7
|
name: z.ZodString;
|
|
8
8
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
9
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -53,7 +53,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
53
53
|
name: string;
|
|
54
54
|
userId: number;
|
|
55
55
|
accountId: string;
|
|
56
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
56
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
57
57
|
locale?: string | null | undefined;
|
|
58
58
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
59
59
|
night?: {
|
|
@@ -80,7 +80,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
80
80
|
name: string;
|
|
81
81
|
userId: number;
|
|
82
82
|
accountId: string;
|
|
83
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
83
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
84
84
|
status?: unknown;
|
|
85
85
|
locale?: string | null | undefined;
|
|
86
86
|
lockReason?: unknown;
|
|
@@ -113,7 +113,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
113
113
|
name: string;
|
|
114
114
|
userId: number;
|
|
115
115
|
accountId: string;
|
|
116
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
116
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
117
117
|
locale?: string | null | undefined;
|
|
118
118
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
119
119
|
night?: {
|
|
@@ -144,7 +144,7 @@ export declare const PlatformAuthRequestSchema: z.ZodObject<{
|
|
|
144
144
|
name: string;
|
|
145
145
|
userId: number;
|
|
146
146
|
accountId: string;
|
|
147
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
147
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
148
148
|
status?: unknown;
|
|
149
149
|
locale?: string | null | undefined;
|
|
150
150
|
lockReason?: unknown;
|
|
@@ -3,7 +3,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
3
3
|
account: z.ZodObject<{
|
|
4
4
|
userId: z.ZodNumber;
|
|
5
5
|
accountId: z.ZodString;
|
|
6
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
6
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
7
7
|
name: z.ZodString;
|
|
8
8
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
9
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -53,7 +53,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
53
53
|
name: string;
|
|
54
54
|
userId: number;
|
|
55
55
|
accountId: string;
|
|
56
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
56
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
57
57
|
locale?: string | null | undefined;
|
|
58
58
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
59
59
|
night?: {
|
|
@@ -80,7 +80,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
80
80
|
name: string;
|
|
81
81
|
userId: number;
|
|
82
82
|
accountId: string;
|
|
83
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
83
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
84
84
|
status?: unknown;
|
|
85
85
|
locale?: string | null | undefined;
|
|
86
86
|
lockReason?: unknown;
|
|
@@ -113,7 +113,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
113
113
|
name: string;
|
|
114
114
|
userId: number;
|
|
115
115
|
accountId: string;
|
|
116
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
116
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
117
117
|
locale?: string | null | undefined;
|
|
118
118
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
119
119
|
night?: {
|
|
@@ -144,7 +144,7 @@ export declare const PlatformJobUpdateSchema: z.ZodObject<{
|
|
|
144
144
|
name: string;
|
|
145
145
|
userId: number;
|
|
146
146
|
accountId: string;
|
|
147
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
147
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
148
148
|
status?: unknown;
|
|
149
149
|
locale?: string | null | undefined;
|
|
150
150
|
lockReason?: unknown;
|
|
@@ -2,7 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
export declare const UserOnPlatformSchema: z.ZodObject<{
|
|
3
3
|
userId: z.ZodNumber;
|
|
4
4
|
accountId: z.ZodString;
|
|
5
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
5
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
6
6
|
name: z.ZodString;
|
|
7
7
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
8
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -52,7 +52,7 @@ export declare const UserOnPlatformSchema: z.ZodObject<{
|
|
|
52
52
|
name: string;
|
|
53
53
|
userId: number;
|
|
54
54
|
accountId: string;
|
|
55
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
55
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
56
56
|
locale?: string | null | undefined;
|
|
57
57
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
58
58
|
night?: {
|
|
@@ -79,7 +79,7 @@ export declare const UserOnPlatformSchema: z.ZodObject<{
|
|
|
79
79
|
name: string;
|
|
80
80
|
userId: number;
|
|
81
81
|
accountId: string;
|
|
82
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
82
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
83
83
|
status?: unknown;
|
|
84
84
|
locale?: string | null | undefined;
|
|
85
85
|
lockReason?: unknown;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const UserOnPlatformRequestSchema: z.ZodObject<{
|
|
3
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
4
4
|
credentials: z.ZodString;
|
|
5
5
|
name: z.ZodString;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
name: string;
|
|
8
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
8
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
9
9
|
credentials: string;
|
|
10
10
|
}, {
|
|
11
11
|
name: string;
|
|
12
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
12
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
13
13
|
credentials: string;
|
|
14
14
|
}>;
|
|
15
15
|
export type UserOnPlatformRequest = z.infer<typeof UserOnPlatformRequestSchema>;
|
|
@@ -256,6 +256,13 @@ export declare const UserLimitsUpdateSchema: z.ZodObject<{
|
|
|
256
256
|
}, {
|
|
257
257
|
allowed: boolean;
|
|
258
258
|
}>;
|
|
259
|
+
mcpFlag: z.ZodObject<{
|
|
260
|
+
allowed: z.ZodBoolean;
|
|
261
|
+
}, "strip", z.ZodTypeAny, {
|
|
262
|
+
allowed: boolean;
|
|
263
|
+
}, {
|
|
264
|
+
allowed: boolean;
|
|
265
|
+
}>;
|
|
259
266
|
}, "strip", z.ZodTypeAny, {
|
|
260
267
|
activeLevels: {
|
|
261
268
|
name: string;
|
|
@@ -335,6 +342,9 @@ export declare const UserLimitsUpdateSchema: z.ZodObject<{
|
|
|
335
342
|
extraFlag: {
|
|
336
343
|
allowed: boolean;
|
|
337
344
|
};
|
|
345
|
+
mcpFlag: {
|
|
346
|
+
allowed: boolean;
|
|
347
|
+
};
|
|
338
348
|
}, {
|
|
339
349
|
activeLevels: {
|
|
340
350
|
name: string;
|
|
@@ -414,6 +424,9 @@ export declare const UserLimitsUpdateSchema: z.ZodObject<{
|
|
|
414
424
|
extraFlag: {
|
|
415
425
|
allowed: boolean;
|
|
416
426
|
};
|
|
427
|
+
mcpFlag: {
|
|
428
|
+
allowed: boolean;
|
|
429
|
+
};
|
|
417
430
|
}>;
|
|
418
431
|
}, "strip", z.ZodTypeAny, {
|
|
419
432
|
userId: number;
|
|
@@ -496,6 +509,9 @@ export declare const UserLimitsUpdateSchema: z.ZodObject<{
|
|
|
496
509
|
extraFlag: {
|
|
497
510
|
allowed: boolean;
|
|
498
511
|
};
|
|
512
|
+
mcpFlag: {
|
|
513
|
+
allowed: boolean;
|
|
514
|
+
};
|
|
499
515
|
};
|
|
500
516
|
}, {
|
|
501
517
|
userId: number;
|
|
@@ -578,6 +594,9 @@ export declare const UserLimitsUpdateSchema: z.ZodObject<{
|
|
|
578
594
|
extraFlag: {
|
|
579
595
|
allowed: boolean;
|
|
580
596
|
};
|
|
597
|
+
mcpFlag: {
|
|
598
|
+
allowed: boolean;
|
|
599
|
+
};
|
|
581
600
|
};
|
|
582
601
|
}>;
|
|
583
602
|
export type UserLimitsUpdate = z.infer<typeof UserLimitsUpdateSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserLimitsUpdate.d.ts","sourceRoot":"","sources":["UserLimitsUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"UserLimitsUpdate.d.ts","sourceRoot":"","sources":["UserLimitsUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|