@platforma-sdk/ui-vue 1.30.11 → 1.30.13

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.
@@ -1 +1 @@
1
- {"version":3,"file":"MonetizationSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/plugins/Monetization/MonetizationSidebar.vue"],"names":[],"mappings":";AA4YA,wBAKG"}
1
+ {"version":3,"file":"MonetizationSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/plugins/Monetization/MonetizationSidebar.vue"],"names":[],"mappings":";AAwZA,wBAKG"}
@@ -1,7 +1,7 @@
1
1
  export declare function useInfo(): {
2
2
  hasMonetization: import("vue").ComputedRef<boolean>;
3
3
  result: import("vue").ComputedRef<{
4
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
4
+ status: string;
5
5
  productKey: string;
6
6
  productName: string;
7
7
  canRun: boolean;
@@ -19,7 +19,7 @@ export declare function useInfo(): {
19
19
  } | undefined>;
20
20
  error: import("vue").ComputedRef<unknown>;
21
21
  canRun: import("vue").ComputedRef<boolean>;
22
- status: import("vue").ComputedRef<"select-tariff" | "active" | "payment_required" | "limits_exceeded" | undefined>;
22
+ status: import("vue").ComputedRef<string | undefined>;
23
23
  customerEmail: import("vue").ComputedRef<string | undefined>;
24
24
  endOfBillingPeriod: import("vue").ComputedRef<string | null | undefined>;
25
25
  limits: import("vue").ComputedRef<{
@@ -21,7 +21,7 @@ declare const DryRunResult: z.ZodObject<{
21
21
  productName: z.ZodDefault<z.ZodString>;
22
22
  customerEmail: z.ZodOptional<z.ZodString>;
23
23
  canRun: z.ZodBoolean;
24
- status: z.ZodUnion<[z.ZodLiteral<"select-tariff">, z.ZodLiteral<"active">, z.ZodLiteral<"payment_required">, z.ZodLiteral<"limits_exceeded">]>;
24
+ status: z.ZodString;
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
27
  endOfBillingPeriod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -61,7 +61,7 @@ declare const DryRunResult: z.ZodObject<{
61
61
  }[] | undefined;
62
62
  }>;
63
63
  }, "strip", z.ZodTypeAny, {
64
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
64
+ status: string;
65
65
  productKey: string;
66
66
  productName: string;
67
67
  canRun: boolean;
@@ -77,7 +77,7 @@ declare const DryRunResult: z.ZodObject<{
77
77
  };
78
78
  customerEmail?: string | undefined;
79
79
  }, {
80
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
80
+ status: string;
81
81
  productKey: string;
82
82
  canRun: boolean;
83
83
  mnz: {
@@ -102,7 +102,7 @@ declare const Response: z.ZodOptional<z.ZodObject<{
102
102
  productName: z.ZodDefault<z.ZodString>;
103
103
  customerEmail: z.ZodOptional<z.ZodString>;
104
104
  canRun: z.ZodBoolean;
105
- status: z.ZodUnion<[z.ZodLiteral<"select-tariff">, z.ZodLiteral<"active">, z.ZodLiteral<"payment_required">, z.ZodLiteral<"limits_exceeded">]>;
105
+ status: z.ZodString;
106
106
  mnz: z.ZodObject<{
107
107
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"trial">, z.ZodLiteral<"free">, z.ZodLiteral<"single_payment">, z.ZodLiteral<"subscription">, z.ZodLiteral<"base">]>>;
108
108
  endOfBillingPeriod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -142,7 +142,7 @@ declare const Response: z.ZodOptional<z.ZodObject<{
142
142
  }[] | undefined;
143
143
  }>;
144
144
  }, "strip", z.ZodTypeAny, {
145
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
145
+ status: string;
146
146
  productKey: string;
147
147
  productName: string;
148
148
  canRun: boolean;
@@ -158,7 +158,7 @@ declare const Response: z.ZodOptional<z.ZodObject<{
158
158
  };
159
159
  customerEmail?: string | undefined;
160
160
  }, {
161
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
161
+ status: string;
162
162
  productKey: string;
163
163
  canRun: boolean;
164
164
  mnz: {
@@ -178,7 +178,7 @@ declare const Response: z.ZodOptional<z.ZodObject<{
178
178
  }, "strip", z.ZodTypeAny, {
179
179
  error?: unknown;
180
180
  result?: {
181
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
181
+ status: string;
182
182
  productKey: string;
183
183
  productName: string;
184
184
  canRun: boolean;
@@ -197,7 +197,7 @@ declare const Response: z.ZodOptional<z.ZodObject<{
197
197
  }, {
198
198
  error?: unknown;
199
199
  result?: {
200
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
200
+ status: string;
201
201
  productKey: string;
202
202
  canRun: boolean;
203
203
  mnz: {
@@ -219,7 +219,7 @@ declare const Response: z.ZodOptional<z.ZodObject<{
219
219
  response?: {
220
220
  error?: unknown;
221
221
  result?: {
222
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
222
+ status: string;
223
223
  productKey: string;
224
224
  productName: string;
225
225
  canRun: boolean;
@@ -241,7 +241,7 @@ declare const Response: z.ZodOptional<z.ZodObject<{
241
241
  response?: {
242
242
  error?: unknown;
243
243
  result?: {
244
- status: "select-tariff" | "active" | "payment_required" | "limits_exceeded";
244
+ status: string;
245
245
  productKey: string;
246
246
  canRun: boolean;
247
247
  mnz: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWqB,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"}