@platforma-sdk/ui-vue 1.29.31 → 1.30.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.
- package/CHANGELOG.md +14 -0
- package/dist/lib.js +1595 -1596
- package/dist/lib.js.map +1 -1
- package/dist/lib.umd.cjs +15 -15
- package/dist/lib.umd.cjs.map +1 -1
- package/dist/src/plugins/Monetization/useInfo.d.ts +0 -3
- package/dist/src/plugins/Monetization/useInfo.d.ts.map +1 -1
- package/dist/src/plugins/Monetization/validation.d.ts +0 -50
- package/dist/src/plugins/Monetization/validation.d.ts.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/plugins/Monetization/validation.ts +0 -3
|
@@ -6,9 +6,6 @@ export declare function useInfo(): {
|
|
|
6
6
|
productName: string;
|
|
7
7
|
canRun: boolean;
|
|
8
8
|
mnz: {
|
|
9
|
-
details: {
|
|
10
|
-
subscription?: unknown;
|
|
11
|
-
};
|
|
12
9
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
13
10
|
endOfBillingPeriod?: string | null | undefined;
|
|
14
11
|
limits?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInfo.d.ts","sourceRoot":"","sources":["../../../../src/plugins/Monetization/useInfo.ts"],"names":[],"mappings":"AAKA,wBAAgB,OAAO
|
|
1
|
+
{"version":3,"file":"useInfo.d.ts","sourceRoot":"","sources":["../../../../src/plugins/Monetization/useInfo.ts"],"names":[],"mappings":"AAKA,wBAAgB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuEtB"}
|
|
@@ -24,13 +24,6 @@ declare const DryRunResult: z.ZodObject<{
|
|
|
24
24
|
status: z.ZodUnion<[z.ZodLiteral<"select-tariff">, z.ZodLiteral<"active">, z.ZodLiteral<"payment_required">, z.ZodLiteral<"limits_exceeded">]>;
|
|
25
25
|
mnz: z.ZodObject<{
|
|
26
26
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"trial">, z.ZodLiteral<"free">, z.ZodLiteral<"single_payment">, z.ZodLiteral<"subscription">, z.ZodLiteral<"base">]>>;
|
|
27
|
-
details: z.ZodObject<{
|
|
28
|
-
subscription: z.ZodUnknown;
|
|
29
|
-
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
subscription?: unknown;
|
|
31
|
-
}, {
|
|
32
|
-
subscription?: unknown;
|
|
33
|
-
}>;
|
|
34
27
|
endOfBillingPeriod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
28
|
limits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
36
29
|
type: z.ZodUnion<[z.ZodLiteral<"unique_launches">, z.ZodLiteral<"volume_limit">]>;
|
|
@@ -49,9 +42,6 @@ declare const DryRunResult: z.ZodObject<{
|
|
|
49
42
|
available: number | null;
|
|
50
43
|
}>, "many">>;
|
|
51
44
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
-
details: {
|
|
53
|
-
subscription?: unknown;
|
|
54
|
-
};
|
|
55
45
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
56
46
|
endOfBillingPeriod?: string | null | undefined;
|
|
57
47
|
limits?: {
|
|
@@ -61,9 +51,6 @@ declare const DryRunResult: z.ZodObject<{
|
|
|
61
51
|
available: number | null;
|
|
62
52
|
}[] | undefined;
|
|
63
53
|
}, {
|
|
64
|
-
details: {
|
|
65
|
-
subscription?: unknown;
|
|
66
|
-
};
|
|
67
54
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
68
55
|
endOfBillingPeriod?: string | null | undefined;
|
|
69
56
|
limits?: {
|
|
@@ -79,9 +66,6 @@ declare const DryRunResult: z.ZodObject<{
|
|
|
79
66
|
productName: string;
|
|
80
67
|
canRun: boolean;
|
|
81
68
|
mnz: {
|
|
82
|
-
details: {
|
|
83
|
-
subscription?: unknown;
|
|
84
|
-
};
|
|
85
69
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
86
70
|
endOfBillingPeriod?: string | null | undefined;
|
|
87
71
|
limits?: {
|
|
@@ -97,9 +81,6 @@ declare const DryRunResult: z.ZodObject<{
|
|
|
97
81
|
productKey: string;
|
|
98
82
|
canRun: boolean;
|
|
99
83
|
mnz: {
|
|
100
|
-
details: {
|
|
101
|
-
subscription?: unknown;
|
|
102
|
-
};
|
|
103
84
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
104
85
|
endOfBillingPeriod?: string | null | undefined;
|
|
105
86
|
limits?: {
|
|
@@ -124,13 +105,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
124
105
|
status: z.ZodUnion<[z.ZodLiteral<"select-tariff">, z.ZodLiteral<"active">, z.ZodLiteral<"payment_required">, z.ZodLiteral<"limits_exceeded">]>;
|
|
125
106
|
mnz: z.ZodObject<{
|
|
126
107
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"trial">, z.ZodLiteral<"free">, z.ZodLiteral<"single_payment">, z.ZodLiteral<"subscription">, z.ZodLiteral<"base">]>>;
|
|
127
|
-
details: z.ZodObject<{
|
|
128
|
-
subscription: z.ZodUnknown;
|
|
129
|
-
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
subscription?: unknown;
|
|
131
|
-
}, {
|
|
132
|
-
subscription?: unknown;
|
|
133
|
-
}>;
|
|
134
108
|
endOfBillingPeriod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
109
|
limits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
136
110
|
type: z.ZodUnion<[z.ZodLiteral<"unique_launches">, z.ZodLiteral<"volume_limit">]>;
|
|
@@ -149,9 +123,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
149
123
|
available: number | null;
|
|
150
124
|
}>, "many">>;
|
|
151
125
|
}, "strip", z.ZodTypeAny, {
|
|
152
|
-
details: {
|
|
153
|
-
subscription?: unknown;
|
|
154
|
-
};
|
|
155
126
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
156
127
|
endOfBillingPeriod?: string | null | undefined;
|
|
157
128
|
limits?: {
|
|
@@ -161,9 +132,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
161
132
|
available: number | null;
|
|
162
133
|
}[] | undefined;
|
|
163
134
|
}, {
|
|
164
|
-
details: {
|
|
165
|
-
subscription?: unknown;
|
|
166
|
-
};
|
|
167
135
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
168
136
|
endOfBillingPeriod?: string | null | undefined;
|
|
169
137
|
limits?: {
|
|
@@ -179,9 +147,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
179
147
|
productName: string;
|
|
180
148
|
canRun: boolean;
|
|
181
149
|
mnz: {
|
|
182
|
-
details: {
|
|
183
|
-
subscription?: unknown;
|
|
184
|
-
};
|
|
185
150
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
186
151
|
endOfBillingPeriod?: string | null | undefined;
|
|
187
152
|
limits?: {
|
|
@@ -197,9 +162,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
197
162
|
productKey: string;
|
|
198
163
|
canRun: boolean;
|
|
199
164
|
mnz: {
|
|
200
|
-
details: {
|
|
201
|
-
subscription?: unknown;
|
|
202
|
-
};
|
|
203
165
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
204
166
|
endOfBillingPeriod?: string | null | undefined;
|
|
205
167
|
limits?: {
|
|
@@ -221,9 +183,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
221
183
|
productName: string;
|
|
222
184
|
canRun: boolean;
|
|
223
185
|
mnz: {
|
|
224
|
-
details: {
|
|
225
|
-
subscription?: unknown;
|
|
226
|
-
};
|
|
227
186
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
228
187
|
endOfBillingPeriod?: string | null | undefined;
|
|
229
188
|
limits?: {
|
|
@@ -242,9 +201,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
242
201
|
productKey: string;
|
|
243
202
|
canRun: boolean;
|
|
244
203
|
mnz: {
|
|
245
|
-
details: {
|
|
246
|
-
subscription?: unknown;
|
|
247
|
-
};
|
|
248
204
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
249
205
|
endOfBillingPeriod?: string | null | undefined;
|
|
250
206
|
limits?: {
|
|
@@ -268,9 +224,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
268
224
|
productName: string;
|
|
269
225
|
canRun: boolean;
|
|
270
226
|
mnz: {
|
|
271
|
-
details: {
|
|
272
|
-
subscription?: unknown;
|
|
273
|
-
};
|
|
274
227
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
275
228
|
endOfBillingPeriod?: string | null | undefined;
|
|
276
229
|
limits?: {
|
|
@@ -292,9 +245,6 @@ declare const Response: z.ZodOptional<z.ZodObject<{
|
|
|
292
245
|
productKey: string;
|
|
293
246
|
canRun: boolean;
|
|
294
247
|
mnz: {
|
|
295
|
-
details: {
|
|
296
|
-
subscription?: unknown;
|
|
297
|
-
};
|
|
298
248
|
type?: "base" | "trial" | "free" | "single_payment" | "subscription" | undefined;
|
|
299
249
|
endOfBillingPeriod?: string | null | undefined;
|
|
300
250
|
limits?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/plugins/Monetization/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,QAAA,MAAM,gBAAgB,+IAMpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;EAQhB,CAAC;AAEH,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/plugins/Monetization/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,QAAA,MAAM,gBAAgB,+IAMpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;EAQhB,CAAC;AAEH,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBqB,CAAC;AAExC,KAAK,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjD,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAMD,CAAC;AAEd,KAAK,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEzC,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,QAAQ,GACT,CAAC"}
|