@bpinternal/const 0.35.0 → 0.36.0
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.
|
@@ -115,7 +115,7 @@ export declare const planSchema: z.ZodObject<{
|
|
|
115
115
|
}>>;
|
|
116
116
|
features: z.ZodRecord<z.ZodEnum<["incoming_messages_events", "integration_spend", "table_rows", "bot_count", "collaborator_count", "file_storage", "vector_db_storage", "saved_versions", "indexed_file_count", "conversation_sessions", "ai_spend"]>, z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
117
117
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
118
|
-
autoRechargeSettings: z.
|
|
118
|
+
autoRechargeSettings: z.ZodRecord<z.ZodEnum<["incoming_messages_events", "integration_spend", "table_rows", "bot_count", "collaborator_count", "file_storage", "vector_db_storage", "saved_versions", "indexed_file_count", "conversation_sessions", "ai_spend"]>, z.ZodDiscriminatedUnion<"enabled", [z.ZodObject<{
|
|
119
119
|
enabled: z.ZodLiteral<true>;
|
|
120
120
|
addonId: z.ZodString;
|
|
121
121
|
targetType: z.ZodEnum<["addon", "credit_grant"]>;
|
|
@@ -145,7 +145,7 @@ export declare const planSchema: z.ZodObject<{
|
|
|
145
145
|
enabled: false;
|
|
146
146
|
}, {
|
|
147
147
|
enabled: false;
|
|
148
|
-
}>]
|
|
148
|
+
}>]>>;
|
|
149
149
|
providerProductId: z.ZodString;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
151
|
id: string;
|
|
@@ -160,9 +160,7 @@ export declare const planSchema: z.ZodObject<{
|
|
|
160
160
|
metadata?: Record<string, string> | undefined;
|
|
161
161
|
}>>;
|
|
162
162
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
163
|
-
|
|
164
|
-
metadata?: Record<string, string> | undefined;
|
|
165
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
163
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
166
164
|
enabled: true;
|
|
167
165
|
addonId: string;
|
|
168
166
|
targetType: "addon" | "credit_grant";
|
|
@@ -172,7 +170,9 @@ export declare const planSchema: z.ZodObject<{
|
|
|
172
170
|
maxAmount: number | null;
|
|
173
171
|
} | {
|
|
174
172
|
enabled: false;
|
|
175
|
-
}
|
|
173
|
+
}>>;
|
|
174
|
+
providerProductId: string;
|
|
175
|
+
metadata?: Record<string, string> | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
id: string;
|
|
178
178
|
name: string;
|
|
@@ -186,9 +186,7 @@ export declare const planSchema: z.ZodObject<{
|
|
|
186
186
|
metadata?: Record<string, string> | undefined;
|
|
187
187
|
}>>;
|
|
188
188
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
189
|
-
|
|
190
|
-
metadata?: Record<string, string> | undefined;
|
|
191
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
189
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
192
190
|
enabled: true;
|
|
193
191
|
addonId: string;
|
|
194
192
|
targetType: "addon" | "credit_grant";
|
|
@@ -198,7 +196,9 @@ export declare const planSchema: z.ZodObject<{
|
|
|
198
196
|
maxAmount: number | null;
|
|
199
197
|
} | {
|
|
200
198
|
enabled: false;
|
|
201
|
-
}
|
|
199
|
+
}>>;
|
|
200
|
+
providerProductId: string;
|
|
201
|
+
metadata?: Record<string, string> | undefined;
|
|
202
202
|
}>;
|
|
203
203
|
export type BillingAddon = z.infer<typeof addOnSchema>;
|
|
204
204
|
export declare const addOnSchema: z.ZodObject<{
|
|
@@ -361,7 +361,7 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
361
361
|
}>>;
|
|
362
362
|
features: z.ZodRecord<z.ZodEnum<["incoming_messages_events", "integration_spend", "table_rows", "bot_count", "collaborator_count", "file_storage", "vector_db_storage", "saved_versions", "indexed_file_count", "conversation_sessions", "ai_spend"]>, z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
363
363
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
364
|
-
autoRechargeSettings: z.
|
|
364
|
+
autoRechargeSettings: z.ZodRecord<z.ZodEnum<["incoming_messages_events", "integration_spend", "table_rows", "bot_count", "collaborator_count", "file_storage", "vector_db_storage", "saved_versions", "indexed_file_count", "conversation_sessions", "ai_spend"]>, z.ZodDiscriminatedUnion<"enabled", [z.ZodObject<{
|
|
365
365
|
enabled: z.ZodLiteral<true>;
|
|
366
366
|
addonId: z.ZodString;
|
|
367
367
|
targetType: z.ZodEnum<["addon", "credit_grant"]>;
|
|
@@ -391,7 +391,7 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
391
391
|
enabled: false;
|
|
392
392
|
}, {
|
|
393
393
|
enabled: false;
|
|
394
|
-
}>]
|
|
394
|
+
}>]>>;
|
|
395
395
|
providerProductId: z.ZodString;
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
397
397
|
id: string;
|
|
@@ -406,9 +406,7 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
406
406
|
metadata?: Record<string, string> | undefined;
|
|
407
407
|
}>>;
|
|
408
408
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
409
|
-
|
|
410
|
-
metadata?: Record<string, string> | undefined;
|
|
411
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
409
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
412
410
|
enabled: true;
|
|
413
411
|
addonId: string;
|
|
414
412
|
targetType: "addon" | "credit_grant";
|
|
@@ -418,7 +416,9 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
418
416
|
maxAmount: number | null;
|
|
419
417
|
} | {
|
|
420
418
|
enabled: false;
|
|
421
|
-
}
|
|
419
|
+
}>>;
|
|
420
|
+
providerProductId: string;
|
|
421
|
+
metadata?: Record<string, string> | undefined;
|
|
422
422
|
}, {
|
|
423
423
|
id: string;
|
|
424
424
|
name: string;
|
|
@@ -432,9 +432,7 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
432
432
|
metadata?: Record<string, string> | undefined;
|
|
433
433
|
}>>;
|
|
434
434
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
435
|
-
|
|
436
|
-
metadata?: Record<string, string> | undefined;
|
|
437
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
435
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
438
436
|
enabled: true;
|
|
439
437
|
addonId: string;
|
|
440
438
|
targetType: "addon" | "credit_grant";
|
|
@@ -444,7 +442,9 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
444
442
|
maxAmount: number | null;
|
|
445
443
|
} | {
|
|
446
444
|
enabled: false;
|
|
447
|
-
}
|
|
445
|
+
}>>;
|
|
446
|
+
providerProductId: string;
|
|
447
|
+
metadata?: Record<string, string> | undefined;
|
|
448
448
|
}>>;
|
|
449
449
|
addons: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
450
450
|
id: z.ZodString;
|
|
@@ -593,9 +593,7 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
593
593
|
metadata?: Record<string, string> | undefined;
|
|
594
594
|
}>>;
|
|
595
595
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
596
|
-
|
|
597
|
-
metadata?: Record<string, string> | undefined;
|
|
598
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
596
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
599
597
|
enabled: true;
|
|
600
598
|
addonId: string;
|
|
601
599
|
targetType: "addon" | "credit_grant";
|
|
@@ -605,7 +603,9 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
605
603
|
maxAmount: number | null;
|
|
606
604
|
} | {
|
|
607
605
|
enabled: false;
|
|
608
|
-
}
|
|
606
|
+
}>>;
|
|
607
|
+
providerProductId: string;
|
|
608
|
+
metadata?: Record<string, string> | undefined;
|
|
609
609
|
}>;
|
|
610
610
|
addons: Record<string, {
|
|
611
611
|
id: string;
|
|
@@ -662,9 +662,7 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
662
662
|
metadata?: Record<string, string> | undefined;
|
|
663
663
|
}>>;
|
|
664
664
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
665
|
-
|
|
666
|
-
metadata?: Record<string, string> | undefined;
|
|
667
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
665
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
668
666
|
enabled: true;
|
|
669
667
|
addonId: string;
|
|
670
668
|
targetType: "addon" | "credit_grant";
|
|
@@ -674,7 +672,9 @@ export declare const billingVersionConfigSchema: z.ZodObject<{
|
|
|
674
672
|
maxAmount: number | null;
|
|
675
673
|
} | {
|
|
676
674
|
enabled: false;
|
|
677
|
-
}
|
|
675
|
+
}>>;
|
|
676
|
+
providerProductId: string;
|
|
677
|
+
metadata?: Record<string, string> | undefined;
|
|
678
678
|
}>;
|
|
679
679
|
addons: Record<string, {
|
|
680
680
|
id: string;
|
|
@@ -746,7 +746,7 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
746
746
|
}>>;
|
|
747
747
|
features: z.ZodRecord<z.ZodEnum<["incoming_messages_events", "integration_spend", "table_rows", "bot_count", "collaborator_count", "file_storage", "vector_db_storage", "saved_versions", "indexed_file_count", "conversation_sessions", "ai_spend"]>, z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
748
748
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
749
|
-
autoRechargeSettings: z.
|
|
749
|
+
autoRechargeSettings: z.ZodRecord<z.ZodEnum<["incoming_messages_events", "integration_spend", "table_rows", "bot_count", "collaborator_count", "file_storage", "vector_db_storage", "saved_versions", "indexed_file_count", "conversation_sessions", "ai_spend"]>, z.ZodDiscriminatedUnion<"enabled", [z.ZodObject<{
|
|
750
750
|
enabled: z.ZodLiteral<true>;
|
|
751
751
|
addonId: z.ZodString;
|
|
752
752
|
targetType: z.ZodEnum<["addon", "credit_grant"]>;
|
|
@@ -776,7 +776,7 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
776
776
|
enabled: false;
|
|
777
777
|
}, {
|
|
778
778
|
enabled: false;
|
|
779
|
-
}>]
|
|
779
|
+
}>]>>;
|
|
780
780
|
providerProductId: z.ZodString;
|
|
781
781
|
}, "strip", z.ZodTypeAny, {
|
|
782
782
|
id: string;
|
|
@@ -791,9 +791,7 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
791
791
|
metadata?: Record<string, string> | undefined;
|
|
792
792
|
}>>;
|
|
793
793
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
794
|
-
|
|
795
|
-
metadata?: Record<string, string> | undefined;
|
|
796
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
794
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
797
795
|
enabled: true;
|
|
798
796
|
addonId: string;
|
|
799
797
|
targetType: "addon" | "credit_grant";
|
|
@@ -803,7 +801,9 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
803
801
|
maxAmount: number | null;
|
|
804
802
|
} | {
|
|
805
803
|
enabled: false;
|
|
806
|
-
}
|
|
804
|
+
}>>;
|
|
805
|
+
providerProductId: string;
|
|
806
|
+
metadata?: Record<string, string> | undefined;
|
|
807
807
|
}, {
|
|
808
808
|
id: string;
|
|
809
809
|
name: string;
|
|
@@ -817,9 +817,7 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
817
817
|
metadata?: Record<string, string> | undefined;
|
|
818
818
|
}>>;
|
|
819
819
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
820
|
-
|
|
821
|
-
metadata?: Record<string, string> | undefined;
|
|
822
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
820
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
823
821
|
enabled: true;
|
|
824
822
|
addonId: string;
|
|
825
823
|
targetType: "addon" | "credit_grant";
|
|
@@ -829,7 +827,9 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
829
827
|
maxAmount: number | null;
|
|
830
828
|
} | {
|
|
831
829
|
enabled: false;
|
|
832
|
-
}
|
|
830
|
+
}>>;
|
|
831
|
+
providerProductId: string;
|
|
832
|
+
metadata?: Record<string, string> | undefined;
|
|
833
833
|
}>>;
|
|
834
834
|
addons: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
835
835
|
id: z.ZodString;
|
|
@@ -978,9 +978,7 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
978
978
|
metadata?: Record<string, string> | undefined;
|
|
979
979
|
}>>;
|
|
980
980
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
981
|
-
|
|
982
|
-
metadata?: Record<string, string> | undefined;
|
|
983
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
981
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
984
982
|
enabled: true;
|
|
985
983
|
addonId: string;
|
|
986
984
|
targetType: "addon" | "credit_grant";
|
|
@@ -990,7 +988,9 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
990
988
|
maxAmount: number | null;
|
|
991
989
|
} | {
|
|
992
990
|
enabled: false;
|
|
993
|
-
}
|
|
991
|
+
}>>;
|
|
992
|
+
providerProductId: string;
|
|
993
|
+
metadata?: Record<string, string> | undefined;
|
|
994
994
|
}>;
|
|
995
995
|
addons: Record<string, {
|
|
996
996
|
id: string;
|
|
@@ -1047,9 +1047,7 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
1047
1047
|
metadata?: Record<string, string> | undefined;
|
|
1048
1048
|
}>>;
|
|
1049
1049
|
features: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", number | boolean>>;
|
|
1050
|
-
|
|
1051
|
-
metadata?: Record<string, string> | undefined;
|
|
1052
|
-
autoRechargeSettings?: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
1050
|
+
autoRechargeSettings: Partial<Record<"bot_count" | "ai_spend" | "indexed_file_count" | "incoming_messages_events" | "integration_spend" | "table_rows" | "collaborator_count" | "file_storage" | "vector_db_storage" | "saved_versions" | "conversation_sessions", {
|
|
1053
1051
|
enabled: true;
|
|
1054
1052
|
addonId: string;
|
|
1055
1053
|
targetType: "addon" | "credit_grant";
|
|
@@ -1059,7 +1057,9 @@ export declare const billingConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
1059
1057
|
maxAmount: number | null;
|
|
1060
1058
|
} | {
|
|
1061
1059
|
enabled: false;
|
|
1062
|
-
}
|
|
1060
|
+
}>>;
|
|
1061
|
+
providerProductId: string;
|
|
1062
|
+
metadata?: Record<string, string> | undefined;
|
|
1063
1063
|
}>;
|
|
1064
1064
|
addons: Record<string, {
|
|
1065
1065
|
id: string;
|
|
@@ -51,7 +51,7 @@ exports.planSchema = zod_1.z.object({
|
|
|
51
51
|
prices: zod_1.z.record(exports.intervalSchema, exports.priceSchema),
|
|
52
52
|
features: zod_1.z.record(exports.featureSchema, zod_1.z.union([zod_1.z.number(), zod_1.z.boolean()])),
|
|
53
53
|
metadata: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
|
|
54
|
-
autoRechargeSettings: zod_1.z.record(exports.featureSchema, exports.autoRechargeFeatureDefaultSchema)
|
|
54
|
+
autoRechargeSettings: zod_1.z.record(exports.featureSchema, exports.autoRechargeFeatureDefaultSchema),
|
|
55
55
|
providerProductId: zod_1.z.string(), // pulumi
|
|
56
56
|
});
|
|
57
57
|
exports.addOnSchema = zod_1.z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/bot-use-cases.ts","../src/cancellation-reasons.ts","../src/limits.ts","../src/prefixes.ts","../src/billing-legacy/quotas.ts","../src/billing-legacy/consts.ts","../src/billing-legacy/index.ts","../src/tags.ts","../src/workflow-names.ts","../src/billing-next/type-utils.ts","../src/billing-next/features.ts","../src/billing-next/consts.ts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/index.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/enumUtil.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/partialUtil.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/standard-schema.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/index.d.cts","../src/billing-next/config/schemas.ts","../src/billing-next/config/utils.ts","../src/billing-next/config/v4/plans.ts","../src/billing-next/config/v4/addons.ts","../src/billing-next/config/v4/grants.ts","../src/billing-next/config/v4/index.ts","../src/billing-next/config/v5/plans.ts","../src/billing-next/config/v5/index.ts","../src/billing-next/config/versions.ts","../src/billing-next/config/index.ts","../src/billing-next/events.ts","../src/billing-next/index.ts","../src/index.ts"],"fileIdsList":[[82],[70,71,72],[73,74],[70,71,73,75,76,81],[71,73],[81],[73],[70,71,73,76,77,78,79,80],[62,63],[84,89,91,92],[68,83],[68,69,84],[69,84,86],[86,87,88],[68,69,84,85],[90],[69,84,85,89],[84,89,91],[83,93],[67],[68,69,93,94],[58,59,60,61,64,65,66,95]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"0919f7c651725a47791db56f285240822f0346ac5a5f4591d1a03709fdac6242","signature":"2031f8e6d6156ac1fd87f41f7931a5f49276d30a999e22c65e7c9abd0994d81e"},{"version":"e5444f3b34fde2cdd9cd463815aca9269d1137c3527722a5b2cc792ee6719c7f","signature":"fc9fec3b7a55140bea9c1a1705be54f73c2baaab472480f6fedd4b7da9e9191f"},{"version":"cbaa01bde9611d74b285205faeaa5c9f276cfe5cc3d28343d38d89d9e7456cb8","signature":"e56820840fac42d88f3c0bc1bef3117aa6fbe1551714e9e2e21621bbbd629bd7"},{"version":"3315f234976f32e91e63be72b468fc6c5dfa5dabd25485efefc479bc42190602","signature":"3da6418f37017e6e3ff168e89c572f9d15b331fb24ab79f7e3f94acd49eeba34"},{"version":"b06181410e9a829e4656ceaa6c14a2bd80f7fe41adc0615c99b4de14ec4acab4","signature":"b986d27536c3c550d71602a46e41458ca6bc03a960fb49cf9d3399d78f6173db"},{"version":"370332338c1599de6d8598f2e5c8d8fde774341a07c5bf252c62752ff040273c","signature":"5a87aabfaaa00394ba27c0be0f900631482abf66f2d68c39a31d37106fa1b1b9"},{"version":"cbf59e0f38bfa35c7c0e73a9a0264de6cb06193bfbb42888ee4b6314534cb9fd","signature":"253038693941e553110fe00a936b9c6b53a03627a591ed9d6ecb27476728b1b0"},{"version":"fd9ee193cf4184f58ae5c1e6c4e42ca754eddccd61d19fc7b2dc3abcc1bb45ce","signature":"ba88d42dc7f2a707325a3b6151bfff4c0322b3767ccd41d1dc663adcb83550e2"},{"version":"68ce78532e48e1cb70b3b76ea3f48990a00af6b459004d6b291d3b8b1f53a524","signature":"69c2b87b95a0f9d15b9b8dd518025730941883004618bc3d55597f9f9af6dcb8"},{"version":"898d24246f0d95696d600bcc55e0260ec81baffdac3289d0de764a36fdc26609","signature":"488e850b1d9251df3e0102a8af1e9df07e8c2fa19b2b07f83e8b1a29ef0cc1d6"},{"version":"11c2d31f40e1e48f146e4fea61e0411b3af1cf5b1b8138de60411590fc78730d","signature":"1e21be05141b42437e3e48051cff9952d0d8fb1a09a9f602c7830ebc522b4df9"},{"version":"ea8c7eafc3d86d3c2aae0298d08d18903ba21c1ab0757db86e792d07c2b99fda","signature":"dbac497fa902c7a1b902d2a71b98f5847a9d81534d1176f14967b6ded997dd9b"},{"version":"d3cfde44f8089768ebb08098c96d01ca260b88bccf238d55eee93f1c620ff5a5","impliedFormat":1},{"version":"293eadad9dead44c6fd1db6de552663c33f215c55a1bfa2802a1bceed88ff0ec","impliedFormat":1},{"version":"833e92c058d033cde3f29a6c7603f517001d1ddd8020bc94d2067a3bc69b2a8e","impliedFormat":1},{"version":"08b2fae7b0f553ad9f79faec864b179fc58bc172e295a70943e8585dd85f600c","impliedFormat":1},{"version":"f12edf1672a94c578eca32216839604f1e1c16b40a1896198deabf99c882b340","impliedFormat":1},{"version":"e3498cf5e428e6c6b9e97bd88736f26d6cf147dedbfa5a8ad3ed8e05e059af8a","impliedFormat":1},{"version":"dba3f34531fd9b1b6e072928b6f885aa4d28dd6789cbd0e93563d43f4b62da53","impliedFormat":1},{"version":"f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","impliedFormat":1},{"version":"e4b03ddcf8563b1c0aee782a185286ed85a255ce8a30df8453aade2188bbc904","impliedFormat":1},{"version":"2329d90062487e1eaca87b5e06abcbbeeecf80a82f65f949fd332cfcf824b87b","impliedFormat":1},{"version":"25b3f581e12ede11e5739f57a86e8668fbc0124f6649506def306cad2c59d262","impliedFormat":1},{"version":"4fdb529707247a1a917a4626bfb6a293d52cd8ee57ccf03830ec91d39d606d6d","impliedFormat":1},{"version":"a9ebb67d6bbead6044b43714b50dcb77b8f7541ffe803046fdec1714c1eba206","impliedFormat":1},{"version":"5780b706cece027f0d4444fbb4e1af62dc51e19da7c3d3719f67b22b033859b9","impliedFormat":1},{"version":"6aa2db0c54fa7e129baff1ca99bfc7d7acf63839001543810feb72e2de619425","signature":"c11ddc7eb1b40d2df98fad3b5e8dcd8f4297d5128e533c3dfda5c4fcf7d2d77b"},{"version":"01c89608282ac2865ec7d9bf7f6f9c1dd0cbbb7968aa82e06fa3d05ef85b644a","signature":"348802908ec165326cac2cff02893af6c1476c9e2bdce09b6181614c44b69a71"},{"version":"59a2429b44478abb74cd41bf08430387f7df6267e98fdc45a7511babc2ef526f","signature":"e9c0853410cea473e50f2722b94b4080a0cdb610cefbf35369e2c9abfc84beac"},{"version":"30209f15f3a208c37dbc108f2b9f7e3baf6771840e7e3d2d08827153e0876f15","signature":"4a3edbb78901629ff956fb37a0ea4fba9a63d00ccfb4bd7b1aa478825f63a793"},{"version":"238e3306cd8e1a4dd7fa14a260735bb82c3f1e209952310b4cd2b6aa36303e67","signature":"e143988993560a3b8792f099ebc63135b7883c978a5cf7e28d799be12562314f"},{"version":"fa8f0bf2ca6b46a2d1f477019633f1d5d5b6cab3a7ef149da55929be497c1974","signature":"208dee2ff858f1b8aa4a1c04e1caca03d975789efc8b7ce542f2e7d9b1f21e85"},{"version":"7cd106057755046e30fc743d5e6566a7d18e7c66ad5e62503cc48f16427e2269","signature":"7afa4c021ca59611e71a7afb3bb4269fdfb3d705b8ca989fbf8d58f994ac2849"},{"version":"d4454b1ba40988cb2e86005c868b0807135b30294880cda4c4f22ea90cd00c2d","signature":"60ea33e5b7d29fe9f3f38ad7a32aa6dada2458f841ed793384323090c8cf4dd6"},{"version":"9a54bd16ffd4c3911651dc906308a21a6bbd5f63f493fd92518badf5c944e8de","signature":"daeed791efdbab0f4bc4a1628313a3e285103cc3b503bc5d047ba8f6ef7deefb"},{"version":"2982d2f78c1b1a09f44bf766dd8423976d397ee8c5d9d5d7bfca9a9df4cd96a8","signature":"de64bc4cee30ed5de9e7fa4fd121d5cdf4ab0b8ffd642e50f69098440368da8f"},{"version":"45e2103569a8e1b67a79c869ab1d6899fe71555de9c547bee3bda286a3b69a04","signature":"fa66d33d8de495656debecada022384ceab214fe414f89f5dc773a18b0d0d57f"},{"version":"a40de9590e49861b408de02f4b6cca5447b5d91a67e1be7d8751620449b86375","signature":"1e1a2b627f53dbcf84096755784a42a15c1229075c23f38a1cc3daba30273f5c"},{"version":"3d459dc4efcbb4dc88ceb9297de84810fa0effbed369e2cc3ab9a022e6443dba","signature":"0f9146a00ad1fd625b6127b488df658362fdf48d88dc8c900d09ecaea6a387ea"}],"root":[[58,69],[84,96]],"options":{"allowUnreachableCode":false,"allowUnusedLabels":false,"checkJs":true,"composite":true,"declaration":true,"declarationDir":"./","declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":false,"module":1,"noErrorTruncation":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":false,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"noUnusedLocals":false,"noUnusedParameters":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"strict":true,"target":9,"tsBuildInfoFile":"./tsconfig.tsbuildinfo"},"referencedMap":[[83,1],[73,2],[75,3],[82,4],[76,5],[79,6],[72,1],[74,7],[81,8],[64,9],[93,10],[84,11],[85,12],[87,13],[88,12],[89,14],[86,15],[91,16],[90,17],[92,18],[94,19],[68,20],[95,21],[96,22]],"latestChangedDtsFile":"./index.d.ts","version":"6.0.3"}
|
|
1
|
+
{"fileNames":["../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/bot-use-cases.ts","../src/cancellation-reasons.ts","../src/limits.ts","../src/prefixes.ts","../src/billing-legacy/quotas.ts","../src/billing-legacy/consts.ts","../src/billing-legacy/index.ts","../src/tags.ts","../src/workflow-names.ts","../src/billing-next/type-utils.ts","../src/billing-next/features.ts","../src/billing-next/consts.ts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/index.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/enumUtil.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/partialUtil.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/standard-schema.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.d.cts","../../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/index.d.cts","../src/billing-next/config/schemas.ts","../src/billing-next/config/utils.ts","../src/billing-next/config/v4/plans.ts","../src/billing-next/config/v4/addons.ts","../src/billing-next/config/v4/grants.ts","../src/billing-next/config/v4/index.ts","../src/billing-next/config/v5/plans.ts","../src/billing-next/config/v5/index.ts","../src/billing-next/config/versions.ts","../src/billing-next/config/index.ts","../src/billing-next/events.ts","../src/billing-next/index.ts","../src/index.ts"],"fileIdsList":[[82],[70,71,72],[73,74],[70,71,73,75,76,81],[71,73],[81],[73],[70,71,73,76,77,78,79,80],[62,63],[84,89,91,92],[68,83],[68,69,84],[69,84,86],[86,87,88],[68,69,84,85],[90],[69,84,85,89],[84,89,91],[83,93],[67],[68,69,93,94],[58,59,60,61,64,65,66,95]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"0919f7c651725a47791db56f285240822f0346ac5a5f4591d1a03709fdac6242","signature":"2031f8e6d6156ac1fd87f41f7931a5f49276d30a999e22c65e7c9abd0994d81e"},{"version":"e5444f3b34fde2cdd9cd463815aca9269d1137c3527722a5b2cc792ee6719c7f","signature":"fc9fec3b7a55140bea9c1a1705be54f73c2baaab472480f6fedd4b7da9e9191f"},{"version":"cbaa01bde9611d74b285205faeaa5c9f276cfe5cc3d28343d38d89d9e7456cb8","signature":"e56820840fac42d88f3c0bc1bef3117aa6fbe1551714e9e2e21621bbbd629bd7"},{"version":"3315f234976f32e91e63be72b468fc6c5dfa5dabd25485efefc479bc42190602","signature":"3da6418f37017e6e3ff168e89c572f9d15b331fb24ab79f7e3f94acd49eeba34"},{"version":"b06181410e9a829e4656ceaa6c14a2bd80f7fe41adc0615c99b4de14ec4acab4","signature":"b986d27536c3c550d71602a46e41458ca6bc03a960fb49cf9d3399d78f6173db"},{"version":"370332338c1599de6d8598f2e5c8d8fde774341a07c5bf252c62752ff040273c","signature":"5a87aabfaaa00394ba27c0be0f900631482abf66f2d68c39a31d37106fa1b1b9"},{"version":"cbf59e0f38bfa35c7c0e73a9a0264de6cb06193bfbb42888ee4b6314534cb9fd","signature":"253038693941e553110fe00a936b9c6b53a03627a591ed9d6ecb27476728b1b0"},{"version":"fd9ee193cf4184f58ae5c1e6c4e42ca754eddccd61d19fc7b2dc3abcc1bb45ce","signature":"ba88d42dc7f2a707325a3b6151bfff4c0322b3767ccd41d1dc663adcb83550e2"},{"version":"68ce78532e48e1cb70b3b76ea3f48990a00af6b459004d6b291d3b8b1f53a524","signature":"69c2b87b95a0f9d15b9b8dd518025730941883004618bc3d55597f9f9af6dcb8"},{"version":"898d24246f0d95696d600bcc55e0260ec81baffdac3289d0de764a36fdc26609","signature":"488e850b1d9251df3e0102a8af1e9df07e8c2fa19b2b07f83e8b1a29ef0cc1d6"},{"version":"11c2d31f40e1e48f146e4fea61e0411b3af1cf5b1b8138de60411590fc78730d","signature":"1e21be05141b42437e3e48051cff9952d0d8fb1a09a9f602c7830ebc522b4df9"},{"version":"ea8c7eafc3d86d3c2aae0298d08d18903ba21c1ab0757db86e792d07c2b99fda","signature":"dbac497fa902c7a1b902d2a71b98f5847a9d81534d1176f14967b6ded997dd9b"},{"version":"d3cfde44f8089768ebb08098c96d01ca260b88bccf238d55eee93f1c620ff5a5","impliedFormat":1},{"version":"293eadad9dead44c6fd1db6de552663c33f215c55a1bfa2802a1bceed88ff0ec","impliedFormat":1},{"version":"833e92c058d033cde3f29a6c7603f517001d1ddd8020bc94d2067a3bc69b2a8e","impliedFormat":1},{"version":"08b2fae7b0f553ad9f79faec864b179fc58bc172e295a70943e8585dd85f600c","impliedFormat":1},{"version":"f12edf1672a94c578eca32216839604f1e1c16b40a1896198deabf99c882b340","impliedFormat":1},{"version":"e3498cf5e428e6c6b9e97bd88736f26d6cf147dedbfa5a8ad3ed8e05e059af8a","impliedFormat":1},{"version":"dba3f34531fd9b1b6e072928b6f885aa4d28dd6789cbd0e93563d43f4b62da53","impliedFormat":1},{"version":"f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","impliedFormat":1},{"version":"e4b03ddcf8563b1c0aee782a185286ed85a255ce8a30df8453aade2188bbc904","impliedFormat":1},{"version":"2329d90062487e1eaca87b5e06abcbbeeecf80a82f65f949fd332cfcf824b87b","impliedFormat":1},{"version":"25b3f581e12ede11e5739f57a86e8668fbc0124f6649506def306cad2c59d262","impliedFormat":1},{"version":"4fdb529707247a1a917a4626bfb6a293d52cd8ee57ccf03830ec91d39d606d6d","impliedFormat":1},{"version":"a9ebb67d6bbead6044b43714b50dcb77b8f7541ffe803046fdec1714c1eba206","impliedFormat":1},{"version":"5780b706cece027f0d4444fbb4e1af62dc51e19da7c3d3719f67b22b033859b9","impliedFormat":1},{"version":"42d43c517c4370da23df95b12ab8263999e3a69157412afb85b1aa02a90837cc","signature":"c590502dc67de5ce740dd68d57c20e264d744c5a22f7b657605587d6b3008fd1"},{"version":"01c89608282ac2865ec7d9bf7f6f9c1dd0cbbb7968aa82e06fa3d05ef85b644a","signature":"348802908ec165326cac2cff02893af6c1476c9e2bdce09b6181614c44b69a71"},{"version":"59a2429b44478abb74cd41bf08430387f7df6267e98fdc45a7511babc2ef526f","signature":"e9c0853410cea473e50f2722b94b4080a0cdb610cefbf35369e2c9abfc84beac"},{"version":"30209f15f3a208c37dbc108f2b9f7e3baf6771840e7e3d2d08827153e0876f15","signature":"4a3edbb78901629ff956fb37a0ea4fba9a63d00ccfb4bd7b1aa478825f63a793"},{"version":"238e3306cd8e1a4dd7fa14a260735bb82c3f1e209952310b4cd2b6aa36303e67","signature":"e143988993560a3b8792f099ebc63135b7883c978a5cf7e28d799be12562314f"},{"version":"fa8f0bf2ca6b46a2d1f477019633f1d5d5b6cab3a7ef149da55929be497c1974","signature":"208dee2ff858f1b8aa4a1c04e1caca03d975789efc8b7ce542f2e7d9b1f21e85"},{"version":"7cd106057755046e30fc743d5e6566a7d18e7c66ad5e62503cc48f16427e2269","signature":"7afa4c021ca59611e71a7afb3bb4269fdfb3d705b8ca989fbf8d58f994ac2849"},{"version":"d4454b1ba40988cb2e86005c868b0807135b30294880cda4c4f22ea90cd00c2d","signature":"60ea33e5b7d29fe9f3f38ad7a32aa6dada2458f841ed793384323090c8cf4dd6"},{"version":"9a54bd16ffd4c3911651dc906308a21a6bbd5f63f493fd92518badf5c944e8de","signature":"daeed791efdbab0f4bc4a1628313a3e285103cc3b503bc5d047ba8f6ef7deefb"},{"version":"2982d2f78c1b1a09f44bf766dd8423976d397ee8c5d9d5d7bfca9a9df4cd96a8","signature":"de64bc4cee30ed5de9e7fa4fd121d5cdf4ab0b8ffd642e50f69098440368da8f"},{"version":"45e2103569a8e1b67a79c869ab1d6899fe71555de9c547bee3bda286a3b69a04","signature":"fa66d33d8de495656debecada022384ceab214fe414f89f5dc773a18b0d0d57f"},{"version":"a40de9590e49861b408de02f4b6cca5447b5d91a67e1be7d8751620449b86375","signature":"1e1a2b627f53dbcf84096755784a42a15c1229075c23f38a1cc3daba30273f5c"},{"version":"3d459dc4efcbb4dc88ceb9297de84810fa0effbed369e2cc3ab9a022e6443dba","signature":"0f9146a00ad1fd625b6127b488df658362fdf48d88dc8c900d09ecaea6a387ea"}],"root":[[58,69],[84,96]],"options":{"allowUnreachableCode":false,"allowUnusedLabels":false,"checkJs":true,"composite":true,"declaration":true,"declarationDir":"./","declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":false,"module":1,"noErrorTruncation":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":false,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"noUnusedLocals":false,"noUnusedParameters":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"strict":true,"target":9,"tsBuildInfoFile":"./tsconfig.tsbuildinfo"},"referencedMap":[[83,1],[73,2],[75,3],[82,4],[76,5],[79,6],[72,1],[74,7],[81,8],[64,9],[93,10],[84,11],[85,12],[87,13],[88,12],[89,14],[86,15],[91,16],[90,17],[92,18],[94,19],[68,20],[95,21],[96,22]],"latestChangedDtsFile":"./index.d.ts","version":"6.0.3"}
|