@wix/pricing-plans 1.0.83 → 1.0.85
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 +4 -4
- package/type-bundles/context.bundle.d.ts +58 -462
- package/type-bundles/index.bundle.d.ts +58 -462
- package/type-bundles/meta.bundle.d.ts +1 -15
@@ -2101,12 +2101,6 @@ interface ArchivePlanResponse$1 {
|
|
2101
2101
|
/** Archived plan. */
|
2102
2102
|
plan?: Plan$1;
|
2103
2103
|
}
|
2104
|
-
interface ArrangePlansRequest$1 {
|
2105
|
-
/** List of plan IDs. */
|
2106
|
-
ids: string[];
|
2107
|
-
}
|
2108
|
-
interface ArrangePlansResponse$1 {
|
2109
|
-
}
|
2110
2104
|
interface StringListNonNullableFields$1 {
|
2111
2105
|
values: string[];
|
2112
2106
|
}
|
@@ -2541,12 +2535,6 @@ interface ArchivePlanResponse {
|
|
2541
2535
|
/** Archived plan info. */
|
2542
2536
|
plan?: Plan;
|
2543
2537
|
}
|
2544
|
-
interface ArrangePlansRequest {
|
2545
|
-
/** IDs of all non-archived plans in the order you want them arranged. */
|
2546
|
-
ids: string[];
|
2547
|
-
}
|
2548
|
-
interface ArrangePlansResponse {
|
2549
|
-
}
|
2550
2538
|
interface StringListNonNullableFields {
|
2551
2539
|
values: string[];
|
2552
2540
|
}
|
@@ -2650,11 +2638,9 @@ declare function clearPrimary(): __PublicMethodMetaInfo<'POST', {}, ClearPrimary
|
|
2650
2638
|
declare function archivePlan(): __PublicMethodMetaInfo<'POST', {
|
2651
2639
|
id: string;
|
2652
2640
|
}, ArchivePlanRequest, ArchivePlanRequest$1, ArchivePlanResponse & ArchivePlanResponseNonNullableFields, ArchivePlanResponse$1 & ArchivePlanResponseNonNullableFields$1>;
|
2653
|
-
declare function arrangePlans(): __PublicMethodMetaInfo<'POST', {}, ArrangePlansRequest, ArrangePlansRequest$1, ArrangePlansResponse, ArrangePlansResponse$1>;
|
2654
2641
|
|
2655
2642
|
type meta___PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = __PublicMethodMetaInfo<K, M, T, S, Q, R>;
|
2656
2643
|
declare const meta_archivePlan: typeof archivePlan;
|
2657
|
-
declare const meta_arrangePlans: typeof arrangePlans;
|
2658
2644
|
declare const meta_clearPrimary: typeof clearPrimary;
|
2659
2645
|
declare const meta_createPlan: typeof createPlan;
|
2660
2646
|
declare const meta_getPlan: typeof getPlan;
|
@@ -2666,7 +2652,7 @@ declare const meta_queryPublicPlans: typeof queryPublicPlans;
|
|
2666
2652
|
declare const meta_setPlanVisibility: typeof setPlanVisibility;
|
2667
2653
|
declare const meta_updatePlan: typeof updatePlan;
|
2668
2654
|
declare namespace meta {
|
2669
|
-
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_archivePlan as archivePlan,
|
2655
|
+
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_archivePlan as archivePlan, meta_clearPrimary as clearPrimary, meta_createPlan as createPlan, meta_getPlan as getPlan, meta_getPlanStats as getPlanStats, meta_listPlans as listPlans, meta_listPublicPlans as listPublicPlans, meta_makePlanPrimary as makePlanPrimary, meta_queryPublicPlans as queryPublicPlans, meta_setPlanVisibility as setPlanVisibility, meta_updatePlan as updatePlan };
|
2670
2656
|
}
|
2671
2657
|
|
2672
2658
|
export { meta$1 as orders, meta as plans };
|