@wix/auto_sdk_app-management_app-plans 1.0.3 → 1.0.4

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.
Files changed (33) hide show
  1. package/build/cjs/src/appmarket-v1-app-plans-app-plans.context.d.ts +1 -1
  2. package/build/cjs/src/appmarket-v1-app-plans-app-plans.meta.d.ts +1 -1
  3. package/build/cjs/src/appmarket-v1-app-plans-app-plans.meta.js.map +1 -1
  4. package/build/cjs/src/appmarket-v1-app-plans-app-plans.public.d.ts +3 -3
  5. package/build/cjs/src/appmarket-v1-app-plans-app-plans.public.js.map +1 -1
  6. package/build/cjs/src/appmarket-v1-app-plans-app-plans.types.d.ts +0 -47
  7. package/build/cjs/src/appmarket-v1-app-plans-app-plans.universal.d.ts +5 -47
  8. package/build/cjs/src/appmarket-v1-app-plans-app-plans.universal.js.map +1 -1
  9. package/build/es/src/appmarket-v1-app-plans-app-plans.context.d.ts +1 -1
  10. package/build/es/src/appmarket-v1-app-plans-app-plans.meta.d.ts +1 -1
  11. package/build/es/src/appmarket-v1-app-plans-app-plans.meta.js.map +1 -1
  12. package/build/es/src/appmarket-v1-app-plans-app-plans.public.d.ts +3 -3
  13. package/build/es/src/appmarket-v1-app-plans-app-plans.public.js.map +1 -1
  14. package/build/es/src/appmarket-v1-app-plans-app-plans.types.d.ts +0 -47
  15. package/build/es/src/appmarket-v1-app-plans-app-plans.universal.d.ts +5 -47
  16. package/build/es/src/appmarket-v1-app-plans-app-plans.universal.js.map +1 -1
  17. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.context.d.ts +1 -1
  18. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.meta.d.ts +1 -1
  19. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.meta.js.map +1 -1
  20. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.public.d.ts +3 -3
  21. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.public.js.map +1 -1
  22. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.types.d.ts +0 -49
  23. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.universal.d.ts +5 -49
  24. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.universal.js.map +1 -1
  25. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.context.d.ts +1 -1
  26. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.meta.d.ts +1 -1
  27. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.meta.js.map +1 -1
  28. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.public.d.ts +3 -3
  29. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.public.js.map +1 -1
  30. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.types.d.ts +0 -49
  31. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.universal.d.ts +5 -49
  32. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.universal.js.map +1 -1
  33. package/package.json +3 -3
@@ -2,4 +2,4 @@ import { listAppPlansByAppId as publicListAppPlansByAppId } from './appmarket-v1
2
2
  import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
3
3
  export declare const listAppPlansByAppId: MaybeContext<BuildRESTFunction<typeof publicListAppPlansByAppId> & typeof publicListAppPlansByAppId>;
4
4
  export { SaleType, DiscountType, SourceType, DurationUnit, CycleType, BillingSource, TaxType, } from './appmarket-v1-app-plans-app-plans.universal.js';
5
- export { AppPlans, SaleSource, Cycle, Duration, UsageBasedDetails, Discount, DiscountSourceDataOneOf, Price, Plan, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, TaxSettings, GetAvailableAppPlansRequest, AppPlanInfo, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdResponseNonNullableFields, } from './appmarket-v1-app-plans-app-plans.universal.js';
5
+ export { AppPlans, SaleSource, Cycle, Duration, UsageBasedDetails, Discount, DiscountSourceDataOneOf, Price, Plan, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, TaxSettings, GetAvailableAppPlansRequest, AppPlanInfo, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, } from './appmarket-v1-app-plans-app-plans.universal.js';
@@ -12,4 +12,4 @@ export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unk
12
12
  };
13
13
  export declare function listAppPlansByAppId(): __PublicMethodMetaInfo<'GET', {
14
14
  appIds: string;
15
- }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponseNonNullableFields, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponseNonNullableFields>;
15
+ }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.meta.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6GAA+F;AAsB/F,SAAgB,mBAAmB;IAUjC,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,SAAS,EAAS,CAAC;IAE7C,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yBAAyB;QAC/B,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;QAChC,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA9BD,kDA8BC"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.meta.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6GAA+F;AAsB/F,SAAgB,mBAAmB;IAQjC,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,SAAS,EAAS,CAAC;IAE7C,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yBAAyB;QAC/B,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;QAChC,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA5BD,kDA4BC"}
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from '@wix/sdk-types';
2
- import { ListAppPlansByAppIdResponse, ListAppPlansByAppIdResponseNonNullableFields } from './appmarket-v1-app-plans-app-plans.universal.js';
2
+ import { ListAppPlansByAppIdResponse } from './appmarket-v1-app-plans-app-plans.universal.js';
3
3
  export declare const __metadata: {
4
4
  PACKAGE_NAME: string;
5
5
  };
@@ -30,6 +30,6 @@ interface ListAppPlansByAppIdSignature {
30
30
  * Min: 1 app ID
31
31
  * Max: 100 app IDs
32
32
  */
33
- (appIds: string[]): Promise<ListAppPlansByAppIdResponse & ListAppPlansByAppIdResponseNonNullableFields>;
33
+ (appIds: string[]): Promise<ListAppPlansByAppIdResponse>;
34
34
  }
35
- export { AppPlanInfo, AppPlans, BillingSource, Cycle, CycleType, Discount, DiscountSourceDataOneOf, DiscountType, Duration, DurationUnit, GetAvailableAppPlansRequest, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, ListAppPlansByAppIdResponseNonNullableFields, Plan, Price, SaleSource, SaleType, SourceType, TaxSettings, TaxType, UsageBasedDetails, } from './appmarket-v1-app-plans-app-plans.universal.js';
35
+ export { AppPlanInfo, AppPlans, BillingSource, Cycle, CycleType, Discount, DiscountSourceDataOneOf, DiscountType, Duration, DurationUnit, GetAvailableAppPlansRequest, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, Plan, Price, SaleSource, SaleType, SourceType, TaxSettings, TaxType, UsageBasedDetails, } from './appmarket-v1-app-plans-app-plans.universal.js';
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.public.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.public.ts"],"names":[],"mappings":";;;AACA,mHAIyD;AAE5C,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,SAAgB,mBAAmB,CACjC,UAAsB;IAEtB,OAAO,CAAC,MAAgB,EAAE,EAAE,CAC1B,IAAA,mEAA4B,EAC1B,MAAM;IACN,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,kDASC;AAiCD,iHA0ByD;AAvBvD,8IAAA,aAAa,OAAA;AAEb,0IAAA,SAAS,OAAA;AAGT,6IAAA,YAAY,OAAA;AAEZ,6IAAA,YAAY,OAAA;AAWZ,yIAAA,QAAQ,OAAA;AACR,2IAAA,UAAU,OAAA;AAEV,wIAAA,OAAO,OAAA"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.public.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.public.ts"],"names":[],"mappings":";;;AACA,mHAGyD;AAE5C,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,SAAgB,mBAAmB,CACjC,UAAsB;IAEtB,OAAO,CAAC,MAAgB,EAAE,EAAE,CAC1B,IAAA,mEAA4B,EAC1B,MAAM;IACN,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,kDASC;AA+BD,iHAyByD;AAtBvD,8IAAA,aAAa,OAAA;AAEb,0IAAA,SAAS,OAAA;AAGT,6IAAA,YAAY,OAAA;AAEZ,6IAAA,YAAY,OAAA;AAUZ,yIAAA,QAAQ,OAAA;AACR,2IAAA,UAAU,OAAA;AAEV,wIAAA,OAAO,OAAA"}
@@ -340,50 +340,3 @@ export interface GetPricingPageUrlResponse {
340
340
  */
341
341
  packagePickerUrl?: string | null;
342
342
  }
343
- interface TaxSettingsNonNullableFields {
344
- showPriceWithTax: boolean;
345
- taxType: TaxType;
346
- }
347
- interface DurationNonNullableFields {
348
- unit: DurationUnit;
349
- count: number;
350
- }
351
- interface CycleNonNullableFields {
352
- cycleType: CycleType;
353
- cycleDuration?: DurationNonNullableFields;
354
- }
355
- interface SaleSourceNonNullableFields {
356
- saleType: SaleType;
357
- }
358
- interface DiscountNonNullableFields {
359
- saleOptions?: SaleSourceNonNullableFields;
360
- type: DiscountType;
361
- amount: string;
362
- priceBeforeTax: string;
363
- totalPrice: string;
364
- }
365
- interface PriceNonNullableFields {
366
- priceBeforeTax: string;
367
- totalPrice: string;
368
- billingCycle?: CycleNonNullableFields;
369
- discount?: DiscountNonNullableFields;
370
- billingSource: BillingSource;
371
- }
372
- interface PlanNonNullableFields {
373
- id: string;
374
- vendorId: string;
375
- name: string;
376
- benefits: string[];
377
- prices: PriceNonNullableFields[];
378
- }
379
- interface AppPlansNonNullableFields {
380
- id: string;
381
- plans: PlanNonNullableFields[];
382
- }
383
- export interface ListAppPlansByAppIdResponseNonNullableFields {
384
- taxSettings?: TaxSettingsNonNullableFields;
385
- currency: string;
386
- currencySymbol: string;
387
- appPlans: AppPlansNonNullableFields[];
388
- }
389
- export {};
@@ -1,3 +1,4 @@
1
+ import { NonNullablePaths } from '@wix/sdk-types';
1
2
  export interface AppPlans {
2
3
  /** App ID, as defined in the [app dashboard](https://dev.wix.com/apps/my-apps?viewId=active-apps-view). */
3
4
  _id?: string;
@@ -340,52 +341,7 @@ export interface GetPricingPageUrlResponse {
340
341
  */
341
342
  packagePickerUrl?: string | null;
342
343
  }
343
- interface TaxSettingsNonNullableFields {
344
- showPriceWithTax: boolean;
345
- taxType: TaxType;
346
- }
347
- interface DurationNonNullableFields {
348
- unit: DurationUnit;
349
- count: number;
350
- }
351
- interface CycleNonNullableFields {
352
- cycleType: CycleType;
353
- cycleDuration?: DurationNonNullableFields;
354
- }
355
- interface SaleSourceNonNullableFields {
356
- saleType: SaleType;
357
- }
358
- interface DiscountNonNullableFields {
359
- saleOptions?: SaleSourceNonNullableFields;
360
- type: DiscountType;
361
- amount: string;
362
- priceBeforeTax: string;
363
- totalPrice: string;
364
- }
365
- interface PriceNonNullableFields {
366
- priceBeforeTax: string;
367
- totalPrice: string;
368
- billingCycle?: CycleNonNullableFields;
369
- discount?: DiscountNonNullableFields;
370
- billingSource: BillingSource;
371
- }
372
- interface PlanNonNullableFields {
373
- _id: string;
374
- vendorId: string;
375
- name: string;
376
- benefits: string[];
377
- prices: PriceNonNullableFields[];
378
- }
379
- interface AppPlansNonNullableFields {
380
- _id: string;
381
- plans: PlanNonNullableFields[];
382
- }
383
- export interface ListAppPlansByAppIdResponseNonNullableFields {
384
- taxSettings?: TaxSettingsNonNullableFields;
385
- currency: string;
386
- currencySymbol: string;
387
- appPlans: AppPlansNonNullableFields[];
388
- }
344
+ type AppPlansNonNullablePaths = `_id` | `plans` | `plans.${number}._id` | `plans.${number}.vendorId` | `plans.${number}.name` | `plans.${number}.benefits` | `plans.${number}.prices` | `plans.${number}.prices.${number}.priceBeforeTax` | `plans.${number}.prices.${number}.totalPrice` | `plans.${number}.prices.${number}.billingCycle.cycleType` | `plans.${number}.prices.${number}.billingCycle.cycleDuration.unit` | `plans.${number}.prices.${number}.billingCycle.cycleDuration.count` | `plans.${number}.prices.${number}.discount.type` | `plans.${number}.prices.${number}.discount.amount` | `plans.${number}.prices.${number}.discount.priceBeforeTax` | `plans.${number}.prices.${number}.discount.totalPrice` | `plans.${number}.prices.${number}.billingSource`;
389
345
  /**
390
346
  * Retrieves plans for the given apps.
391
347
  *
@@ -415,5 +371,7 @@ export interface ListAppPlansByAppIdResponseNonNullableFields {
415
371
  * @requiredField appIds
416
372
  * @fqn wix.appmarket.app_plans.v1.AppsPlans.ListAppPlansByAppId
417
373
  */
418
- export declare function listAppPlansByAppId(appIds: string[]): Promise<ListAppPlansByAppIdResponse & ListAppPlansByAppIdResponseNonNullableFields>;
374
+ export declare function listAppPlansByAppId(appIds: string[]): Promise<NonNullablePaths<ListAppPlansByAppIdResponse, `taxSettings.showPriceWithTax` | `taxSettings.taxType` | `currency` | `currencySymbol` | {
375
+ [P in AppPlansNonNullablePaths]: `appPlans.${number}.${P}`;
376
+ }[AppPlansNonNullablePaths]>>;
419
377
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.universal.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,6GAA+F;AAe/F,IAAY,QAOX;AAPD,WAAY,QAAQ;IAClB,sEAAsE;IACtE,2DAA+C,CAAA;IAC/C,yCAA6B,CAAA;IAC7B,2CAA+B,CAAA;IAC/B,yCAA6B,CAAA;IAC7B,6CAAiC,CAAA;AACnC,CAAC,EAPW,QAAQ,wBAAR,QAAQ,QAOnB;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,uEAAuD,CAAA;IACvD,yCAAyC;IACzC,6CAA6B,CAAA;IAC7B,mDAAmD;IACnD,yCAAyB,CAAA;AAC3B,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB;AAED,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,wEAAwE;IACxE,iEAAmD,CAAA;IACnD,4CAA4C;IAC5C,2BAAa,CAAA;IACb,qCAAqC;IACrC,yCAA2B,CAAA;AAC7B,CAAC,EAPW,UAAU,0BAAV,UAAU,QAOrB;AAuBD,IAAY,YAOX;AAPD,WAAY,YAAY;IACtB,4BAA4B;IAC5B,6CAA6B,CAAA;IAC7B,YAAY;IACZ,+BAAe,CAAA;IACf,WAAW;IACX,6BAAa,CAAA;AACf,CAAC,EAPW,YAAY,4BAAZ,YAAY,QAOvB;AAED,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,0CAA6B,CAAA;IAC7B,kCAAqB,CAAA;IACrB,oCAAuB,CAAA;AACzB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAiFD,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,iDAAiD;IACjD,4BAAW,CAAA;IACX,qDAAqD;IACrD,sCAAqB,CAAA;AACvB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB;AAuJD,IAAY,OAIX;AAJD,WAAY,OAAO;IACjB,4CAAiC,CAAA;IACjC,sBAAW,CAAA;IACX,sBAAW,CAAA;AACb,CAAC,EAJW,OAAO,uBAAP,OAAO,QAIlB;AAgHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACI,KAAK,UAAU,mBAAmB,CACvC,MAAgB;IAIhB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAE1E,MAAM,OAAO,GAAG,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAE9E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YAC5C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAnCD,kDAmCC"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.universal.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,6GAA+F;AAe/F,IAAY,QAOX;AAPD,WAAY,QAAQ;IAClB,sEAAsE;IACtE,2DAA+C,CAAA;IAC/C,yCAA6B,CAAA;IAC7B,2CAA+B,CAAA;IAC/B,yCAA6B,CAAA;IAC7B,6CAAiC,CAAA;AACnC,CAAC,EAPW,QAAQ,wBAAR,QAAQ,QAOnB;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,uEAAuD,CAAA;IACvD,yCAAyC;IACzC,6CAA6B,CAAA;IAC7B,mDAAmD;IACnD,yCAAyB,CAAA;AAC3B,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB;AAED,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,wEAAwE;IACxE,iEAAmD,CAAA;IACnD,4CAA4C;IAC5C,2BAAa,CAAA;IACb,qCAAqC;IACrC,yCAA2B,CAAA;AAC7B,CAAC,EAPW,UAAU,0BAAV,UAAU,QAOrB;AAuBD,IAAY,YAOX;AAPD,WAAY,YAAY;IACtB,4BAA4B;IAC5B,6CAA6B,CAAA;IAC7B,YAAY;IACZ,+BAAe,CAAA;IACf,WAAW;IACX,6BAAa,CAAA;AACf,CAAC,EAPW,YAAY,4BAAZ,YAAY,QAOvB;AAED,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,0CAA6B,CAAA;IAC7B,kCAAqB,CAAA;IACrB,oCAAuB,CAAA;AACzB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAiFD,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,iDAAiD;IACjD,4BAAW,CAAA;IACX,qDAAqD;IACrD,sCAAqB,CAAA;AACvB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB;AAuJD,IAAY,OAIX;AAJD,WAAY,OAAO;IACjB,4CAAiC,CAAA;IACjC,sBAAW,CAAA;IACX,sBAAW,CAAA;AACb,CAAC,EAJW,OAAO,uBAAP,OAAO,QAIlB;AA0ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACI,KAAK,UAAU,mBAAmB,CACvC,MAAgB;IAahB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAE1E,MAAM,OAAO,GAAG,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAE9E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YAC5C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AA5CD,kDA4CC"}
@@ -2,4 +2,4 @@ import { listAppPlansByAppId as publicListAppPlansByAppId } from './appmarket-v1
2
2
  import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
3
3
  export declare const listAppPlansByAppId: MaybeContext<BuildRESTFunction<typeof publicListAppPlansByAppId> & typeof publicListAppPlansByAppId>;
4
4
  export { SaleType, DiscountType, SourceType, DurationUnit, CycleType, BillingSource, TaxType, } from './appmarket-v1-app-plans-app-plans.universal.js';
5
- export { AppPlans, SaleSource, Cycle, Duration, UsageBasedDetails, Discount, DiscountSourceDataOneOf, Price, Plan, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, TaxSettings, GetAvailableAppPlansRequest, AppPlanInfo, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdResponseNonNullableFields, } from './appmarket-v1-app-plans-app-plans.universal.js';
5
+ export { AppPlans, SaleSource, Cycle, Duration, UsageBasedDetails, Discount, DiscountSourceDataOneOf, Price, Plan, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, TaxSettings, GetAvailableAppPlansRequest, AppPlanInfo, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, } from './appmarket-v1-app-plans-app-plans.universal.js';
@@ -12,4 +12,4 @@ export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unk
12
12
  };
13
13
  export declare function listAppPlansByAppId(): __PublicMethodMetaInfo<'GET', {
14
14
  appIds: string;
15
- }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponseNonNullableFields, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponseNonNullableFields>;
15
+ }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.meta.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gCAAgC,MAAM,4CAA4C,CAAC;AAsB/F,MAAM,UAAU,mBAAmB;IAUjC,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,SAAS,EAAS,CAAC;IAE7C,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yBAAyB;QAC/B,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;QAChC,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.meta.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gCAAgC,MAAM,4CAA4C,CAAC;AAsB/F,MAAM,UAAU,mBAAmB;IAQjC,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,SAAS,EAAS,CAAC;IAE7C,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yBAAyB;QAC/B,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;QAChC,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from '@wix/sdk-types';
2
- import { ListAppPlansByAppIdResponse, ListAppPlansByAppIdResponseNonNullableFields } from './appmarket-v1-app-plans-app-plans.universal.js';
2
+ import { ListAppPlansByAppIdResponse } from './appmarket-v1-app-plans-app-plans.universal.js';
3
3
  export declare const __metadata: {
4
4
  PACKAGE_NAME: string;
5
5
  };
@@ -30,6 +30,6 @@ interface ListAppPlansByAppIdSignature {
30
30
  * Min: 1 app ID
31
31
  * Max: 100 app IDs
32
32
  */
33
- (appIds: string[]): Promise<ListAppPlansByAppIdResponse & ListAppPlansByAppIdResponseNonNullableFields>;
33
+ (appIds: string[]): Promise<ListAppPlansByAppIdResponse>;
34
34
  }
35
- export { AppPlanInfo, AppPlans, BillingSource, Cycle, CycleType, Discount, DiscountSourceDataOneOf, DiscountType, Duration, DurationUnit, GetAvailableAppPlansRequest, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, ListAppPlansByAppIdResponseNonNullableFields, Plan, Price, SaleSource, SaleType, SourceType, TaxSettings, TaxType, UsageBasedDetails, } from './appmarket-v1-app-plans-app-plans.universal.js';
35
+ export { AppPlanInfo, AppPlans, BillingSource, Cycle, CycleType, Discount, DiscountSourceDataOneOf, DiscountType, Duration, DurationUnit, GetAvailableAppPlansRequest, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, Plan, Price, SaleSource, SaleType, SourceType, TaxSettings, TaxType, UsageBasedDetails, } from './appmarket-v1-app-plans-app-plans.universal.js';
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.public.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.public.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,mBAAmB,IAAI,4BAA4B,GACpD,MAAM,iDAAiD,CAAC;AAEzD,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,MAAM,UAAU,mBAAmB,CACjC,UAAsB;IAEtB,OAAO,CAAC,MAAgB,EAAE,EAAE,CAC1B,4BAA4B,CAC1B,MAAM;IACN,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAiCD,OAAO,EAGL,aAAa,EAEb,SAAS,EAGT,YAAY,EAEZ,YAAY,EAWZ,QAAQ,EACR,UAAU,EAEV,OAAO,GAER,MAAM,iDAAiD,CAAC"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.public.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.public.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,mBAAmB,IAAI,4BAA4B,GACpD,MAAM,iDAAiD,CAAC;AAEzD,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,MAAM,UAAU,mBAAmB,CACjC,UAAsB;IAEtB,OAAO,CAAC,MAAgB,EAAE,EAAE,CAC1B,4BAA4B,CAC1B,MAAM;IACN,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AA+BD,OAAO,EAGL,aAAa,EAEb,SAAS,EAGT,YAAY,EAEZ,YAAY,EAUZ,QAAQ,EACR,UAAU,EAEV,OAAO,GAER,MAAM,iDAAiD,CAAC"}
@@ -340,50 +340,3 @@ export interface GetPricingPageUrlResponse {
340
340
  */
341
341
  packagePickerUrl?: string | null;
342
342
  }
343
- interface TaxSettingsNonNullableFields {
344
- showPriceWithTax: boolean;
345
- taxType: TaxType;
346
- }
347
- interface DurationNonNullableFields {
348
- unit: DurationUnit;
349
- count: number;
350
- }
351
- interface CycleNonNullableFields {
352
- cycleType: CycleType;
353
- cycleDuration?: DurationNonNullableFields;
354
- }
355
- interface SaleSourceNonNullableFields {
356
- saleType: SaleType;
357
- }
358
- interface DiscountNonNullableFields {
359
- saleOptions?: SaleSourceNonNullableFields;
360
- type: DiscountType;
361
- amount: string;
362
- priceBeforeTax: string;
363
- totalPrice: string;
364
- }
365
- interface PriceNonNullableFields {
366
- priceBeforeTax: string;
367
- totalPrice: string;
368
- billingCycle?: CycleNonNullableFields;
369
- discount?: DiscountNonNullableFields;
370
- billingSource: BillingSource;
371
- }
372
- interface PlanNonNullableFields {
373
- id: string;
374
- vendorId: string;
375
- name: string;
376
- benefits: string[];
377
- prices: PriceNonNullableFields[];
378
- }
379
- interface AppPlansNonNullableFields {
380
- id: string;
381
- plans: PlanNonNullableFields[];
382
- }
383
- export interface ListAppPlansByAppIdResponseNonNullableFields {
384
- taxSettings?: TaxSettingsNonNullableFields;
385
- currency: string;
386
- currencySymbol: string;
387
- appPlans: AppPlansNonNullableFields[];
388
- }
389
- export {};
@@ -1,3 +1,4 @@
1
+ import { NonNullablePaths } from '@wix/sdk-types';
1
2
  export interface AppPlans {
2
3
  /** App ID, as defined in the [app dashboard](https://dev.wix.com/apps/my-apps?viewId=active-apps-view). */
3
4
  _id?: string;
@@ -340,52 +341,7 @@ export interface GetPricingPageUrlResponse {
340
341
  */
341
342
  packagePickerUrl?: string | null;
342
343
  }
343
- interface TaxSettingsNonNullableFields {
344
- showPriceWithTax: boolean;
345
- taxType: TaxType;
346
- }
347
- interface DurationNonNullableFields {
348
- unit: DurationUnit;
349
- count: number;
350
- }
351
- interface CycleNonNullableFields {
352
- cycleType: CycleType;
353
- cycleDuration?: DurationNonNullableFields;
354
- }
355
- interface SaleSourceNonNullableFields {
356
- saleType: SaleType;
357
- }
358
- interface DiscountNonNullableFields {
359
- saleOptions?: SaleSourceNonNullableFields;
360
- type: DiscountType;
361
- amount: string;
362
- priceBeforeTax: string;
363
- totalPrice: string;
364
- }
365
- interface PriceNonNullableFields {
366
- priceBeforeTax: string;
367
- totalPrice: string;
368
- billingCycle?: CycleNonNullableFields;
369
- discount?: DiscountNonNullableFields;
370
- billingSource: BillingSource;
371
- }
372
- interface PlanNonNullableFields {
373
- _id: string;
374
- vendorId: string;
375
- name: string;
376
- benefits: string[];
377
- prices: PriceNonNullableFields[];
378
- }
379
- interface AppPlansNonNullableFields {
380
- _id: string;
381
- plans: PlanNonNullableFields[];
382
- }
383
- export interface ListAppPlansByAppIdResponseNonNullableFields {
384
- taxSettings?: TaxSettingsNonNullableFields;
385
- currency: string;
386
- currencySymbol: string;
387
- appPlans: AppPlansNonNullableFields[];
388
- }
344
+ type AppPlansNonNullablePaths = `_id` | `plans` | `plans.${number}._id` | `plans.${number}.vendorId` | `plans.${number}.name` | `plans.${number}.benefits` | `plans.${number}.prices` | `plans.${number}.prices.${number}.priceBeforeTax` | `plans.${number}.prices.${number}.totalPrice` | `plans.${number}.prices.${number}.billingCycle.cycleType` | `plans.${number}.prices.${number}.billingCycle.cycleDuration.unit` | `plans.${number}.prices.${number}.billingCycle.cycleDuration.count` | `plans.${number}.prices.${number}.discount.type` | `plans.${number}.prices.${number}.discount.amount` | `plans.${number}.prices.${number}.discount.priceBeforeTax` | `plans.${number}.prices.${number}.discount.totalPrice` | `plans.${number}.prices.${number}.billingSource`;
389
345
  /**
390
346
  * Retrieves plans for the given apps.
391
347
  *
@@ -415,5 +371,7 @@ export interface ListAppPlansByAppIdResponseNonNullableFields {
415
371
  * @requiredField appIds
416
372
  * @fqn wix.appmarket.app_plans.v1.AppsPlans.ListAppPlansByAppId
417
373
  */
418
- export declare function listAppPlansByAppId(appIds: string[]): Promise<ListAppPlansByAppIdResponse & ListAppPlansByAppIdResponseNonNullableFields>;
374
+ export declare function listAppPlansByAppId(appIds: string[]): Promise<NonNullablePaths<ListAppPlansByAppIdResponse, `taxSettings.showPriceWithTax` | `taxSettings.taxType` | `currency` | `currencySymbol` | {
375
+ [P in AppPlansNonNullablePaths]: `appPlans.${number}.${P}`;
376
+ }[AppPlansNonNullablePaths]>>;
419
377
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.universal.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.universal.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.universal.js","sourceRoot":"","sources":["../../../src/appmarket-v1-app-plans-app-plans.universal.ts"],"names":[],"mappings":"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"}
@@ -2,4 +2,4 @@ import { listAppPlansByAppId as publicListAppPlansByAppId } from './appmarket-v1
2
2
  import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
3
3
  export declare const listAppPlansByAppId: MaybeContext<BuildRESTFunction<typeof publicListAppPlansByAppId> & typeof publicListAppPlansByAppId>;
4
4
  export { SaleType, DiscountType, SourceType, DurationUnit, CycleType, BillingSource, TaxType, } from './appmarket-v1-app-plans-app-plans.universal.js';
5
- export { AppPlans, SaleSource, Cycle, Duration, UsageBasedDetails, Discount, DiscountSourceDataOneOf, Price, Plan, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, TaxSettings, GetAvailableAppPlansRequest, AppPlanInfo, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdResponseNonNullableFields, } from './appmarket-v1-app-plans-app-plans.universal.js';
5
+ export { AppPlans, SaleSource, Cycle, Duration, UsageBasedDetails, Discount, DiscountSourceDataOneOf, Price, Plan, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, TaxSettings, GetAvailableAppPlansRequest, AppPlanInfo, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, } from './appmarket-v1-app-plans-app-plans.universal.js';
@@ -12,4 +12,4 @@ export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unk
12
12
  };
13
13
  export declare function listAppPlansByAppId(): __PublicMethodMetaInfo<'GET', {
14
14
  appIds: string;
15
- }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponseNonNullableFields, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponseNonNullableFields>;
15
+ }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.meta.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6GAA+F;AAsB/F,SAAgB,mBAAmB;IAUjC,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,SAAS,EAAS,CAAC;IAE7C,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yBAAyB;QAC/B,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;QAChC,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA9BD,kDA8BC"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.meta.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6GAA+F;AAsB/F,SAAgB,mBAAmB;IAQjC,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,SAAS,EAAS,CAAC;IAE7C,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yBAAyB;QAC/B,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;QAChC,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA5BD,kDA4BC"}
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from '@wix/sdk-types';
2
- import { ListAppPlansByAppIdResponse, ListAppPlansByAppIdResponseNonNullableFields } from './appmarket-v1-app-plans-app-plans.universal.js';
2
+ import { ListAppPlansByAppIdResponse } from './appmarket-v1-app-plans-app-plans.universal.js';
3
3
  export declare const __metadata: {
4
4
  PACKAGE_NAME: string;
5
5
  };
@@ -30,6 +30,6 @@ interface ListAppPlansByAppIdSignature {
30
30
  * Min: 1 app ID
31
31
  * Max: 100 app IDs
32
32
  */
33
- (appIds: string[]): Promise<ListAppPlansByAppIdResponse & ListAppPlansByAppIdResponseNonNullableFields>;
33
+ (appIds: string[]): Promise<ListAppPlansByAppIdResponse>;
34
34
  }
35
- export { AppPlanInfo, AppPlans, BillingSource, Cycle, CycleType, Discount, DiscountSourceDataOneOf, DiscountType, Duration, DurationUnit, GetAvailableAppPlansRequest, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, ListAppPlansByAppIdResponseNonNullableFields, Plan, Price, SaleSource, SaleType, SourceType, TaxSettings, TaxType, UsageBasedDetails, } from './appmarket-v1-app-plans-app-plans.universal.js';
35
+ export { AppPlanInfo, AppPlans, BillingSource, Cycle, CycleType, Discount, DiscountSourceDataOneOf, DiscountType, Duration, DurationUnit, GetAvailableAppPlansRequest, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, Plan, Price, SaleSource, SaleType, SourceType, TaxSettings, TaxType, UsageBasedDetails, } from './appmarket-v1-app-plans-app-plans.universal.js';
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.public.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.public.ts"],"names":[],"mappings":";;;AACA,mHAIyD;AAE5C,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,SAAgB,mBAAmB,CACjC,UAAsB;IAEtB,OAAO,CAAC,MAAgB,EAAE,EAAE,CAC1B,IAAA,mEAA4B,EAC1B,MAAM;IACN,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,kDASC;AAiCD,iHA0ByD;AAvBvD,8IAAA,aAAa,OAAA;AAEb,0IAAA,SAAS,OAAA;AAGT,6IAAA,YAAY,OAAA;AAEZ,6IAAA,YAAY,OAAA;AAWZ,yIAAA,QAAQ,OAAA;AACR,2IAAA,UAAU,OAAA;AAEV,wIAAA,OAAO,OAAA"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.public.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.public.ts"],"names":[],"mappings":";;;AACA,mHAGyD;AAE5C,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,SAAgB,mBAAmB,CACjC,UAAsB;IAEtB,OAAO,CAAC,MAAgB,EAAE,EAAE,CAC1B,IAAA,mEAA4B,EAC1B,MAAM;IACN,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,kDASC;AA+BD,iHAyByD;AAtBvD,8IAAA,aAAa,OAAA;AAEb,0IAAA,SAAS,OAAA;AAGT,6IAAA,YAAY,OAAA;AAEZ,6IAAA,YAAY,OAAA;AAUZ,yIAAA,QAAQ,OAAA;AACR,2IAAA,UAAU,OAAA;AAEV,wIAAA,OAAO,OAAA"}
@@ -340,52 +340,3 @@ export interface GetPricingPageUrlResponse {
340
340
  */
341
341
  packagePickerUrl?: string | null;
342
342
  }
343
- interface TaxSettingsNonNullableFields {
344
- showPriceWithTax: boolean;
345
- taxType: TaxType;
346
- }
347
- interface DurationNonNullableFields {
348
- unit: DurationUnit;
349
- count: number;
350
- }
351
- interface CycleNonNullableFields {
352
- cycleType: CycleType;
353
- cycleDuration?: DurationNonNullableFields;
354
- }
355
- interface SaleSourceNonNullableFields {
356
- saleType: SaleType;
357
- }
358
- interface DiscountNonNullableFields {
359
- saleOptions?: SaleSourceNonNullableFields;
360
- type: DiscountType;
361
- amount: string;
362
- priceBeforeTax: string;
363
- totalPrice: string;
364
- /** @internal */
365
- sourceType: SourceType;
366
- }
367
- interface PriceNonNullableFields {
368
- priceBeforeTax: string;
369
- totalPrice: string;
370
- billingCycle?: CycleNonNullableFields;
371
- discount?: DiscountNonNullableFields;
372
- billingSource: BillingSource;
373
- }
374
- interface PlanNonNullableFields {
375
- id: string;
376
- vendorId: string;
377
- name: string;
378
- benefits: string[];
379
- prices: PriceNonNullableFields[];
380
- }
381
- interface AppPlansNonNullableFields {
382
- id: string;
383
- plans: PlanNonNullableFields[];
384
- }
385
- export interface ListAppPlansByAppIdResponseNonNullableFields {
386
- taxSettings?: TaxSettingsNonNullableFields;
387
- currency: string;
388
- currencySymbol: string;
389
- appPlans: AppPlansNonNullableFields[];
390
- }
391
- export {};
@@ -1,3 +1,4 @@
1
+ import { NonNullablePaths } from '@wix/sdk-types';
1
2
  export interface AppPlans {
2
3
  /** App ID, as defined in the [app dashboard](https://dev.wix.com/apps/my-apps?viewId=active-apps-view). */
3
4
  _id?: string;
@@ -345,54 +346,7 @@ export interface GetPricingPageUrlResponse {
345
346
  */
346
347
  packagePickerUrl?: string | null;
347
348
  }
348
- interface TaxSettingsNonNullableFields {
349
- showPriceWithTax: boolean;
350
- taxType: TaxType;
351
- }
352
- interface DurationNonNullableFields {
353
- unit: DurationUnit;
354
- count: number;
355
- }
356
- interface CycleNonNullableFields {
357
- cycleType: CycleType;
358
- cycleDuration?: DurationNonNullableFields;
359
- }
360
- interface SaleSourceNonNullableFields {
361
- saleType: SaleType;
362
- }
363
- interface DiscountNonNullableFields {
364
- saleOptions?: SaleSourceNonNullableFields;
365
- type: DiscountType;
366
- amount: string;
367
- priceBeforeTax: string;
368
- totalPrice: string;
369
- /** @internal */
370
- sourceType: SourceType;
371
- }
372
- interface PriceNonNullableFields {
373
- priceBeforeTax: string;
374
- totalPrice: string;
375
- billingCycle?: CycleNonNullableFields;
376
- discount?: DiscountNonNullableFields;
377
- billingSource: BillingSource;
378
- }
379
- interface PlanNonNullableFields {
380
- _id: string;
381
- vendorId: string;
382
- name: string;
383
- benefits: string[];
384
- prices: PriceNonNullableFields[];
385
- }
386
- interface AppPlansNonNullableFields {
387
- _id: string;
388
- plans: PlanNonNullableFields[];
389
- }
390
- export interface ListAppPlansByAppIdResponseNonNullableFields {
391
- taxSettings?: TaxSettingsNonNullableFields;
392
- currency: string;
393
- currencySymbol: string;
394
- appPlans: AppPlansNonNullableFields[];
395
- }
349
+ type AppPlansNonNullablePaths = `_id` | `plans` | `plans.${number}._id` | `plans.${number}.vendorId` | `plans.${number}.name` | `plans.${number}.benefits` | `plans.${number}.prices` | `plans.${number}.prices.${number}.priceBeforeTax` | `plans.${number}.prices.${number}.totalPrice` | `plans.${number}.prices.${number}.billingCycle.cycleType` | `plans.${number}.prices.${number}.billingCycle.cycleDuration.unit` | `plans.${number}.prices.${number}.billingCycle.cycleDuration.count` | `plans.${number}.prices.${number}.discount.type` | `plans.${number}.prices.${number}.discount.amount` | `plans.${number}.prices.${number}.discount.priceBeforeTax` | `plans.${number}.prices.${number}.discount.totalPrice` | `plans.${number}.prices.${number}.billingSource`;
396
350
  /**
397
351
  * Retrieves plans for the given apps.
398
352
  *
@@ -422,5 +376,7 @@ export interface ListAppPlansByAppIdResponseNonNullableFields {
422
376
  * @requiredField appIds
423
377
  * @fqn wix.appmarket.app_plans.v1.AppsPlans.ListAppPlansByAppId
424
378
  */
425
- export declare function listAppPlansByAppId(appIds: string[]): Promise<ListAppPlansByAppIdResponse & ListAppPlansByAppIdResponseNonNullableFields>;
379
+ export declare function listAppPlansByAppId(appIds: string[]): Promise<NonNullablePaths<ListAppPlansByAppIdResponse, `taxSettings.showPriceWithTax` | `taxSettings.taxType` | `currency` | `currencySymbol` | {
380
+ [P in AppPlansNonNullablePaths]: `appPlans.${number}.${P}`;
381
+ }[AppPlansNonNullablePaths]>>;
426
382
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.universal.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,6GAA+F;AAe/F,IAAY,QAOX;AAPD,WAAY,QAAQ;IAClB,sEAAsE;IACtE,2DAA+C,CAAA;IAC/C,yCAA6B,CAAA;IAC7B,2CAA+B,CAAA;IAC/B,yCAA6B,CAAA;IAC7B,6CAAiC,CAAA;AACnC,CAAC,EAPW,QAAQ,wBAAR,QAAQ,QAOnB;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,uEAAuD,CAAA;IACvD,yCAAyC;IACzC,6CAA6B,CAAA;IAC7B,mDAAmD;IACnD,yCAAyB,CAAA;AAC3B,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB;AAED,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,wEAAwE;IACxE,iEAAmD,CAAA;IACnD,4CAA4C;IAC5C,2BAAa,CAAA;IACb,qCAAqC;IACrC,yCAA2B,CAAA;AAC7B,CAAC,EAPW,UAAU,0BAAV,UAAU,QAOrB;AAuBD,IAAY,YAOX;AAPD,WAAY,YAAY;IACtB,4BAA4B;IAC5B,6CAA6B,CAAA;IAC7B,YAAY;IACZ,+BAAe,CAAA;IACf,WAAW;IACX,6BAAa,CAAA;AACf,CAAC,EAPW,YAAY,4BAAZ,YAAY,QAOvB;AAED,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,0CAA6B,CAAA;IAC7B,kCAAqB,CAAA;IACrB,oCAAuB,CAAA;AACzB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAiFD,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,iDAAiD;IACjD,4BAAW,CAAA;IACX,qDAAqD;IACrD,sCAAqB,CAAA;AACvB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB;AAuJD,IAAY,OAIX;AAJD,WAAY,OAAO;IACjB,4CAAiC,CAAA;IACjC,sBAAW,CAAA;IACX,sBAAW,CAAA;AACb,CAAC,EAJW,OAAO,uBAAP,OAAO,QAIlB;AAgHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACI,KAAK,UAAU,mBAAmB,CACvC,MAAgB;IAIhB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAE1E,MAAM,OAAO,GAAG,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAE9E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YAC5C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAnCD,kDAmCC"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.universal.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,6GAA+F;AAe/F,IAAY,QAOX;AAPD,WAAY,QAAQ;IAClB,sEAAsE;IACtE,2DAA+C,CAAA;IAC/C,yCAA6B,CAAA;IAC7B,2CAA+B,CAAA;IAC/B,yCAA6B,CAAA;IAC7B,6CAAiC,CAAA;AACnC,CAAC,EAPW,QAAQ,wBAAR,QAAQ,QAOnB;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,uEAAuD,CAAA;IACvD,yCAAyC;IACzC,6CAA6B,CAAA;IAC7B,mDAAmD;IACnD,yCAAyB,CAAA;AAC3B,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB;AAED,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,wEAAwE;IACxE,iEAAmD,CAAA;IACnD,4CAA4C;IAC5C,2BAAa,CAAA;IACb,qCAAqC;IACrC,yCAA2B,CAAA;AAC7B,CAAC,EAPW,UAAU,0BAAV,UAAU,QAOrB;AAuBD,IAAY,YAOX;AAPD,WAAY,YAAY;IACtB,4BAA4B;IAC5B,6CAA6B,CAAA;IAC7B,YAAY;IACZ,+BAAe,CAAA;IACf,WAAW;IACX,6BAAa,CAAA;AACf,CAAC,EAPW,YAAY,4BAAZ,YAAY,QAOvB;AAED,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,0CAA6B,CAAA;IAC7B,kCAAqB,CAAA;IACrB,oCAAuB,CAAA;AACzB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAiFD,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,iDAAiD;IACjD,4BAAW,CAAA;IACX,qDAAqD;IACrD,sCAAqB,CAAA;AACvB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB;AAuJD,IAAY,OAIX;AAJD,WAAY,OAAO;IACjB,4CAAiC,CAAA;IACjC,sBAAW,CAAA;IACX,sBAAW,CAAA;AACb,CAAC,EAJW,OAAO,uBAAP,OAAO,QAIlB;AA0ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACI,KAAK,UAAU,mBAAmB,CACvC,MAAgB;IAahB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAE1E,MAAM,OAAO,GAAG,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAE9E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YAC5C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AA5CD,kDA4CC"}
@@ -2,4 +2,4 @@ import { listAppPlansByAppId as publicListAppPlansByAppId } from './appmarket-v1
2
2
  import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
3
3
  export declare const listAppPlansByAppId: MaybeContext<BuildRESTFunction<typeof publicListAppPlansByAppId> & typeof publicListAppPlansByAppId>;
4
4
  export { SaleType, DiscountType, SourceType, DurationUnit, CycleType, BillingSource, TaxType, } from './appmarket-v1-app-plans-app-plans.universal.js';
5
- export { AppPlans, SaleSource, Cycle, Duration, UsageBasedDetails, Discount, DiscountSourceDataOneOf, Price, Plan, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, TaxSettings, GetAvailableAppPlansRequest, AppPlanInfo, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdResponseNonNullableFields, } from './appmarket-v1-app-plans-app-plans.universal.js';
5
+ export { AppPlans, SaleSource, Cycle, Duration, UsageBasedDetails, Discount, DiscountSourceDataOneOf, Price, Plan, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, TaxSettings, GetAvailableAppPlansRequest, AppPlanInfo, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, } from './appmarket-v1-app-plans-app-plans.universal.js';
@@ -12,4 +12,4 @@ export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unk
12
12
  };
13
13
  export declare function listAppPlansByAppId(): __PublicMethodMetaInfo<'GET', {
14
14
  appIds: string;
15
- }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponseNonNullableFields, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse & ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponseNonNullableFields>;
15
+ }, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdRequest, ambassadorWixAppmarketV1AppPlansUniversalTypes.ListAppPlansByAppIdResponse, ambassadorWixAppmarketV1AppPlansTypes.ListAppPlansByAppIdResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.meta.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gCAAgC,MAAM,4CAA4C,CAAC;AAsB/F,MAAM,UAAU,mBAAmB;IAUjC,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,SAAS,EAAS,CAAC;IAE7C,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yBAAyB;QAC/B,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;QAChC,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.meta.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gCAAgC,MAAM,4CAA4C,CAAC;AAsB/F,MAAM,UAAU,mBAAmB;IAQjC,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,SAAS,EAAS,CAAC;IAE7C,MAAM,iBAAiB,GACrB,gCAAgC,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yBAAyB;QAC/B,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;QAChC,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from '@wix/sdk-types';
2
- import { ListAppPlansByAppIdResponse, ListAppPlansByAppIdResponseNonNullableFields } from './appmarket-v1-app-plans-app-plans.universal.js';
2
+ import { ListAppPlansByAppIdResponse } from './appmarket-v1-app-plans-app-plans.universal.js';
3
3
  export declare const __metadata: {
4
4
  PACKAGE_NAME: string;
5
5
  };
@@ -30,6 +30,6 @@ interface ListAppPlansByAppIdSignature {
30
30
  * Min: 1 app ID
31
31
  * Max: 100 app IDs
32
32
  */
33
- (appIds: string[]): Promise<ListAppPlansByAppIdResponse & ListAppPlansByAppIdResponseNonNullableFields>;
33
+ (appIds: string[]): Promise<ListAppPlansByAppIdResponse>;
34
34
  }
35
- export { AppPlanInfo, AppPlans, BillingSource, Cycle, CycleType, Discount, DiscountSourceDataOneOf, DiscountType, Duration, DurationUnit, GetAvailableAppPlansRequest, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, ListAppPlansByAppIdResponseNonNullableFields, Plan, Price, SaleSource, SaleType, SourceType, TaxSettings, TaxType, UsageBasedDetails, } from './appmarket-v1-app-plans-app-plans.universal.js';
35
+ export { AppPlanInfo, AppPlans, BillingSource, Cycle, CycleType, Discount, DiscountSourceDataOneOf, DiscountType, Duration, DurationUnit, GetAvailableAppPlansRequest, GetAvailableAppPlansResponse, GetPricingPageUrlRequest, GetPricingPageUrlResponse, ListAppPlansByAppIdRequest, ListAppPlansByAppIdResponse, Plan, Price, SaleSource, SaleType, SourceType, TaxSettings, TaxType, UsageBasedDetails, } from './appmarket-v1-app-plans-app-plans.universal.js';
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.public.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.public.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,mBAAmB,IAAI,4BAA4B,GACpD,MAAM,iDAAiD,CAAC;AAEzD,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,MAAM,UAAU,mBAAmB,CACjC,UAAsB;IAEtB,OAAO,CAAC,MAAgB,EAAE,EAAE,CAC1B,4BAA4B,CAC1B,MAAM;IACN,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAiCD,OAAO,EAGL,aAAa,EAEb,SAAS,EAGT,YAAY,EAEZ,YAAY,EAWZ,QAAQ,EACR,UAAU,EAEV,OAAO,GAER,MAAM,iDAAiD,CAAC"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.public.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.public.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,mBAAmB,IAAI,4BAA4B,GACpD,MAAM,iDAAiD,CAAC;AAEzD,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,MAAM,UAAU,mBAAmB,CACjC,UAAsB;IAEtB,OAAO,CAAC,MAAgB,EAAE,EAAE,CAC1B,4BAA4B,CAC1B,MAAM;IACN,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AA+BD,OAAO,EAGL,aAAa,EAEb,SAAS,EAGT,YAAY,EAEZ,YAAY,EAUZ,QAAQ,EACR,UAAU,EAEV,OAAO,GAER,MAAM,iDAAiD,CAAC"}
@@ -340,52 +340,3 @@ export interface GetPricingPageUrlResponse {
340
340
  */
341
341
  packagePickerUrl?: string | null;
342
342
  }
343
- interface TaxSettingsNonNullableFields {
344
- showPriceWithTax: boolean;
345
- taxType: TaxType;
346
- }
347
- interface DurationNonNullableFields {
348
- unit: DurationUnit;
349
- count: number;
350
- }
351
- interface CycleNonNullableFields {
352
- cycleType: CycleType;
353
- cycleDuration?: DurationNonNullableFields;
354
- }
355
- interface SaleSourceNonNullableFields {
356
- saleType: SaleType;
357
- }
358
- interface DiscountNonNullableFields {
359
- saleOptions?: SaleSourceNonNullableFields;
360
- type: DiscountType;
361
- amount: string;
362
- priceBeforeTax: string;
363
- totalPrice: string;
364
- /** @internal */
365
- sourceType: SourceType;
366
- }
367
- interface PriceNonNullableFields {
368
- priceBeforeTax: string;
369
- totalPrice: string;
370
- billingCycle?: CycleNonNullableFields;
371
- discount?: DiscountNonNullableFields;
372
- billingSource: BillingSource;
373
- }
374
- interface PlanNonNullableFields {
375
- id: string;
376
- vendorId: string;
377
- name: string;
378
- benefits: string[];
379
- prices: PriceNonNullableFields[];
380
- }
381
- interface AppPlansNonNullableFields {
382
- id: string;
383
- plans: PlanNonNullableFields[];
384
- }
385
- export interface ListAppPlansByAppIdResponseNonNullableFields {
386
- taxSettings?: TaxSettingsNonNullableFields;
387
- currency: string;
388
- currencySymbol: string;
389
- appPlans: AppPlansNonNullableFields[];
390
- }
391
- export {};
@@ -1,3 +1,4 @@
1
+ import { NonNullablePaths } from '@wix/sdk-types';
1
2
  export interface AppPlans {
2
3
  /** App ID, as defined in the [app dashboard](https://dev.wix.com/apps/my-apps?viewId=active-apps-view). */
3
4
  _id?: string;
@@ -345,54 +346,7 @@ export interface GetPricingPageUrlResponse {
345
346
  */
346
347
  packagePickerUrl?: string | null;
347
348
  }
348
- interface TaxSettingsNonNullableFields {
349
- showPriceWithTax: boolean;
350
- taxType: TaxType;
351
- }
352
- interface DurationNonNullableFields {
353
- unit: DurationUnit;
354
- count: number;
355
- }
356
- interface CycleNonNullableFields {
357
- cycleType: CycleType;
358
- cycleDuration?: DurationNonNullableFields;
359
- }
360
- interface SaleSourceNonNullableFields {
361
- saleType: SaleType;
362
- }
363
- interface DiscountNonNullableFields {
364
- saleOptions?: SaleSourceNonNullableFields;
365
- type: DiscountType;
366
- amount: string;
367
- priceBeforeTax: string;
368
- totalPrice: string;
369
- /** @internal */
370
- sourceType: SourceType;
371
- }
372
- interface PriceNonNullableFields {
373
- priceBeforeTax: string;
374
- totalPrice: string;
375
- billingCycle?: CycleNonNullableFields;
376
- discount?: DiscountNonNullableFields;
377
- billingSource: BillingSource;
378
- }
379
- interface PlanNonNullableFields {
380
- _id: string;
381
- vendorId: string;
382
- name: string;
383
- benefits: string[];
384
- prices: PriceNonNullableFields[];
385
- }
386
- interface AppPlansNonNullableFields {
387
- _id: string;
388
- plans: PlanNonNullableFields[];
389
- }
390
- export interface ListAppPlansByAppIdResponseNonNullableFields {
391
- taxSettings?: TaxSettingsNonNullableFields;
392
- currency: string;
393
- currencySymbol: string;
394
- appPlans: AppPlansNonNullableFields[];
395
- }
349
+ type AppPlansNonNullablePaths = `_id` | `plans` | `plans.${number}._id` | `plans.${number}.vendorId` | `plans.${number}.name` | `plans.${number}.benefits` | `plans.${number}.prices` | `plans.${number}.prices.${number}.priceBeforeTax` | `plans.${number}.prices.${number}.totalPrice` | `plans.${number}.prices.${number}.billingCycle.cycleType` | `plans.${number}.prices.${number}.billingCycle.cycleDuration.unit` | `plans.${number}.prices.${number}.billingCycle.cycleDuration.count` | `plans.${number}.prices.${number}.discount.type` | `plans.${number}.prices.${number}.discount.amount` | `plans.${number}.prices.${number}.discount.priceBeforeTax` | `plans.${number}.prices.${number}.discount.totalPrice` | `plans.${number}.prices.${number}.billingSource`;
396
350
  /**
397
351
  * Retrieves plans for the given apps.
398
352
  *
@@ -422,5 +376,7 @@ export interface ListAppPlansByAppIdResponseNonNullableFields {
422
376
  * @requiredField appIds
423
377
  * @fqn wix.appmarket.app_plans.v1.AppsPlans.ListAppPlansByAppId
424
378
  */
425
- export declare function listAppPlansByAppId(appIds: string[]): Promise<ListAppPlansByAppIdResponse & ListAppPlansByAppIdResponseNonNullableFields>;
379
+ export declare function listAppPlansByAppId(appIds: string[]): Promise<NonNullablePaths<ListAppPlansByAppIdResponse, `taxSettings.showPriceWithTax` | `taxSettings.taxType` | `currency` | `currencySymbol` | {
380
+ [P in AppPlansNonNullablePaths]: `appPlans.${number}.${P}`;
381
+ }[AppPlansNonNullablePaths]>>;
426
382
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"appmarket-v1-app-plans-app-plans.universal.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.universal.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appmarket-v1-app-plans-app-plans.universal.js","sourceRoot":"","sources":["../../../../src/appmarket-v1-app-plans-app-plans.universal.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_app-management_app-plans",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@wix/sdk-runtime": "^0.3.42",
32
- "@wix/sdk-types": "^1.13.9"
32
+ "@wix/sdk-types": "^1.13.10"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.3.2"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.appmarket.v1.app_plans"
49
49
  }
50
50
  },
51
- "falconPackageHash": "26d518b98f4f6464e0d35dfc74646124beb3d75a28ca7dadd99aa893"
51
+ "falconPackageHash": "98b02d5901c6ec6de92967a81f77c3069870a4eea2213630a27ee625"
52
52
  }