@salesforce/lds-adapters-platform-appexchange 1.328.0 → 1.329.1

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.
@@ -2542,7 +2542,6 @@ function validate$h(obj, path = 'AppExchangeListingPluginsRepresentation') {
2542
2542
  var DiscriminatorValues$1;
2543
2543
  (function (DiscriminatorValues) {
2544
2544
  DiscriminatorValues["freemium"] = "freemium";
2545
- DiscriminatorValues["paid_w_checkout"] = "paid_w_checkout";
2546
2545
  DiscriminatorValues["paid"] = "paid";
2547
2546
  DiscriminatorValues["free_to_install"] = "free_to_install";
2548
2547
  DiscriminatorValues["free"] = "free";
@@ -3251,7 +3250,7 @@ function validate$5(obj, path = 'AppExchangeListingSolutionRepresentation') {
3251
3250
  return v_error === undefined ? null : v_error;
3252
3251
  }
3253
3252
 
3254
- const VERSION$2 = "ee635f8313ee06c06c6bcc066968e8bc";
3253
+ const VERSION$2 = "63d5e3efd71a374614cb5f690a60b6d9";
3255
3254
  function validate$4(obj, path = 'AppExchangeListingDetailsRepresentation') {
3256
3255
  const v_error = (() => {
3257
3256
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -3307,6 +3306,13 @@ function validate$4(obj, path = 'AppExchangeListingDetailsRepresentation') {
3307
3306
  return new TypeError('Expected "string" but received "' + typeof obj_fullDescription + '" (at "' + path_fullDescription + '")');
3308
3307
  }
3309
3308
  }
3309
+ if (obj.installPackagingPermission !== undefined) {
3310
+ const obj_installPackagingPermission = obj.installPackagingPermission;
3311
+ const path_installPackagingPermission = path + '.installPackagingPermission';
3312
+ if (typeof obj_installPackagingPermission !== 'boolean') {
3313
+ return new TypeError('Expected "boolean" but received "' + typeof obj_installPackagingPermission + '" (at "' + path_installPackagingPermission + '")');
3314
+ }
3315
+ }
3310
3316
  if (obj.isDeleted !== undefined) {
3311
3317
  const obj_isDeleted = obj.isDeleted;
3312
3318
  const path_isDeleted = path + '.isDeleted';
@@ -4083,14 +4089,14 @@ const postAppExchangeUserEvents_ConfigPropertyMetadata = [
4083
4089
  generateParamConfigMetadata('deviceHeight', false, 2 /* Body */, 0 /* String */),
4084
4090
  generateParamConfigMetadata('deviceWidth', false, 2 /* Body */, 0 /* String */),
4085
4091
  generateParamConfigMetadata('elementType', false, 2 /* Body */, 0 /* String */),
4086
- generateParamConfigMetadata('eventType', false, 2 /* Body */, 0 /* String */),
4092
+ generateParamConfigMetadata('eventType', true, 2 /* Body */, 0 /* String */),
4087
4093
  generateParamConfigMetadata('image', false, 2 /* Body */, 4 /* Unsupported */),
4094
+ generateParamConfigMetadata('keyword', false, 2 /* Body */, 0 /* String */),
4088
4095
  generateParamConfigMetadata('language', false, 2 /* Body */, 0 /* String */),
4089
- generateParamConfigMetadata('oafId', false, 2 /* Body */, 0 /* String */),
4096
+ generateParamConfigMetadata('oafId', true, 2 /* Body */, 0 /* String */),
4090
4097
  generateParamConfigMetadata('objectIdentifier', false, 2 /* Body */, 0 /* String */),
4091
4098
  generateParamConfigMetadata('parentChannel', false, 2 /* Body */, 0 /* String */),
4092
4099
  generateParamConfigMetadata('referrer', false, 2 /* Body */, 0 /* String */),
4093
- generateParamConfigMetadata('source', false, 2 /* Body */, 0 /* String */),
4094
4100
  generateParamConfigMetadata('timestamp', false, 2 /* Body */, 0 /* String */),
4095
4101
  generateParamConfigMetadata('token', false, 2 /* Body */, 0 /* String */),
4096
4102
  generateParamConfigMetadata('topic', false, 2 /* Body */, 0 /* String */),
@@ -15,14 +15,14 @@ export interface PostAppExchangeUserEventsConfig {
15
15
  deviceHeight?: string;
16
16
  deviceWidth?: string;
17
17
  elementType?: string;
18
- eventType?: string;
18
+ eventType: string;
19
19
  image?: unknown;
20
+ keyword?: string;
20
21
  language?: string;
21
- oafId?: string;
22
+ oafId: string;
22
23
  objectIdentifier?: string;
23
24
  parentChannel?: string;
24
25
  referrer?: string;
25
- source?: string;
26
26
  timestamp?: string;
27
27
  token?: string;
28
28
  topic?: string;
@@ -11,14 +11,14 @@ export interface ResourceRequestConfig {
11
11
  deviceHeight?: string;
12
12
  deviceWidth?: string;
13
13
  elementType?: string;
14
- eventType?: string;
14
+ eventType: string;
15
15
  image?: unknown;
16
+ keyword?: string;
16
17
  language?: string;
17
- oafId?: string;
18
+ oafId: string;
18
19
  objectIdentifier?: string;
19
20
  parentChannel?: string;
20
21
  referrer?: string;
21
- source?: string;
22
22
  timestamp?: string;
23
23
  token?: string;
24
24
  topic?: string;
@@ -6,7 +6,7 @@ import { AppExchangePublisherRepresentation as AppExchangePublisherRepresentatio
6
6
  import { AppExchangeListingReviewsSummaryRepresentation as AppExchangeListingReviewsSummaryRepresentation_AppExchangeListingReviewsSummaryRepresentation } from './AppExchangeListingReviewsSummaryRepresentation';
7
7
  import { AppExchangeListingSolutionRepresentation as AppExchangeListingSolutionRepresentation_AppExchangeListingSolutionRepresentation } from './AppExchangeListingSolutionRepresentation';
8
8
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
9
- export declare const VERSION = "ee635f8313ee06c06c6bcc066968e8bc";
9
+ export declare const VERSION = "63d5e3efd71a374614cb5f690a60b6d9";
10
10
  export declare function validate(obj: any, path?: string): TypeError | null;
11
11
  export declare const RepresentationType: string;
12
12
  export declare function normalize(input: AppExchangeListingDetailsRepresentation, existing: AppExchangeListingDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingDetailsRepresentationNormalized;
@@ -32,6 +32,8 @@ export interface AppExchangeListingDetailsRepresentationNormalized {
32
32
  extensions?: AppExchangeListingExtensionsRepresentation_AppExchangeListingExtensionsRepresentation;
33
33
  /** The long description of the AppListing listing shown on the App Detail page */
34
34
  fullDescription?: string;
35
+ /** installPackagingPermission - Permission to install AppExchange listing packages */
36
+ installPackagingPermission?: boolean;
35
37
  /** Soft delete flag of AppExchange listing */
36
38
  isDeleted?: boolean;
37
39
  /** The availability of this AppExchange listing on the AppExchange site */
@@ -76,6 +78,7 @@ export interface AppExchangeListingDetailsRepresentation {
76
78
  enableMarketingUse?: boolean;
77
79
  extensions?: AppExchangeListingExtensionsRepresentation_AppExchangeListingExtensionsRepresentation;
78
80
  fullDescription?: string;
81
+ installPackagingPermission?: boolean;
79
82
  isDeleted?: boolean;
80
83
  isPublic?: boolean;
81
84
  name?: string;
@@ -1,7 +1,6 @@
1
1
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
2
  export declare enum DiscriminatorValues {
3
3
  freemium = "freemium",
4
- paid_w_checkout = "paid_w_checkout",
5
4
  paid = "paid",
6
5
  free_to_install = "free_to_install",
7
6
  free = "free"
@@ -1,7 +1,6 @@
1
1
  import { AppExchangePricingModelRepresentation as AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation } from './AppExchangePricingModelRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
3
  import { AppExchangeFreemiumPricingModelRepresentation as AppExchangeFreemiumPricingModelRepresentation_AppExchangeFreemiumPricingModelRepresentation } from './AppExchangeFreemiumPricingModelRepresentation';
4
- import { AppExchangePaidWithCheckoutPricingModelRepresentation as AppExchangePaidWithCheckoutPricingModelRepresentation_AppExchangePaidWithCheckoutPricingModelRepresentation } from './AppExchangePaidWithCheckoutPricingModelRepresentation';
5
4
  import { AppExchangePaidPricingModelRepresentation as AppExchangePaidPricingModelRepresentation_AppExchangePaidPricingModelRepresentation } from './AppExchangePaidPricingModelRepresentation';
6
5
  import { AppExchangeFreeToInstallPricingModelRepresentation as AppExchangeFreeToInstallPricingModelRepresentation_AppExchangeFreeToInstallPricingModelRepresentation } from './AppExchangeFreeToInstallPricingModelRepresentation';
7
6
  import { AppExchangeFreePricingModelRepresentation as AppExchangeFreePricingModelRepresentation_AppExchangeFreePricingModelRepresentation } from './AppExchangeFreePricingModelRepresentation';
@@ -64,7 +63,7 @@ export interface AppExchangePricingRepresentation {
64
63
  legacyForcedPricing?: string;
65
64
  listingId?: string;
66
65
  managedPackage?: boolean;
67
- model?: AppExchangeFreemiumPricingModelRepresentation_AppExchangeFreemiumPricingModelRepresentation | AppExchangePaidWithCheckoutPricingModelRepresentation_AppExchangePaidWithCheckoutPricingModelRepresentation | AppExchangePaidPricingModelRepresentation_AppExchangePaidPricingModelRepresentation | AppExchangeFreeToInstallPricingModelRepresentation_AppExchangeFreeToInstallPricingModelRepresentation | AppExchangeFreePricingModelRepresentation_AppExchangeFreePricingModelRepresentation;
66
+ model?: AppExchangeFreemiumPricingModelRepresentation_AppExchangeFreemiumPricingModelRepresentation | AppExchangePaidPricingModelRepresentation_AppExchangePaidPricingModelRepresentation | AppExchangeFreeToInstallPricingModelRepresentation_AppExchangeFreeToInstallPricingModelRepresentation | AppExchangeFreePricingModelRepresentation_AppExchangeFreePricingModelRepresentation;
68
67
  org62AccountId?: string;
69
68
  priceModelType?: string;
70
69
  sourceId?: string;
@@ -1,5 +1,5 @@
1
1
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
- export declare const VERSION = "053ad4a5b5e91c51bbe5be0c044b8e0f";
2
+ export declare const VERSION = "324f3635f3bb7f5468e8f36b443195ae";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export declare function normalize(input: AppExchangeUserEventsInputRepresentation, existing: AppExchangeUserEventsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeUserEventsInputRepresentationNormalized;
@@ -33,21 +33,21 @@ export interface AppExchangeUserEventsInputRepresentationNormalized {
33
33
  /** The elementType of the event */
34
34
  elementType?: string;
35
35
  /** The eventType of the event */
36
- eventType?: string;
36
+ eventType: string;
37
37
  /** The image of the event */
38
38
  image?: unknown;
39
+ /** The keyword of the event */
40
+ keyword?: string;
39
41
  /** The language of the event */
40
42
  language?: string;
41
- /** The date of the event */
42
- oafId?: string;
43
- /** The date of the event */
43
+ /** The oafId of the event */
44
+ oafId: string;
45
+ /** The objectIdentifier of the event */
44
46
  objectIdentifier?: string;
45
47
  /** The parentChannel of the event */
46
48
  parentChannel?: string;
47
49
  /** The referrer of the event */
48
50
  referrer?: string;
49
- /** The source of the event */
50
- source?: string;
51
51
  /** The timestamp of the event */
52
52
  timestamp?: string;
53
53
  /** The token of the event */
@@ -79,14 +79,14 @@ export interface AppExchangeUserEventsInputRepresentation {
79
79
  deviceHeight?: string;
80
80
  deviceWidth?: string;
81
81
  elementType?: string;
82
- eventType?: string;
82
+ eventType: string;
83
83
  image?: unknown;
84
+ keyword?: string;
84
85
  language?: string;
85
- oafId?: string;
86
+ oafId: string;
86
87
  objectIdentifier?: string;
87
88
  parentChannel?: string;
88
89
  referrer?: string;
89
- source?: string;
90
90
  timestamp?: string;
91
91
  token?: string;
92
92
  topic?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-appexchange",
3
- "version": "1.328.0",
3
+ "version": "1.329.1",
4
4
  "description": "This API Family is owned by AppExchange Everywhere team, aimed at integrating AppExchange with Core.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-appexchange.js",
@@ -46,10 +46,10 @@
46
46
  "test:unit": "jest"
47
47
  },
48
48
  "dependencies": {
49
- "@salesforce/lds-bindings": "^1.328.0"
49
+ "@salesforce/lds-bindings": "^1.329.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@salesforce/lds-compiler-plugins": "^1.328.0"
52
+ "@salesforce/lds-compiler-plugins": "^1.329.1"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -2886,7 +2886,6 @@ function validate$e(obj, path = 'AppExchangeListingPluginsRepresentation') {
2886
2886
  var DiscriminatorValues$1;
2887
2887
  (function (DiscriminatorValues) {
2888
2888
  DiscriminatorValues["freemium"] = "freemium";
2889
- DiscriminatorValues["paid_w_checkout"] = "paid_w_checkout";
2890
2889
  DiscriminatorValues["paid"] = "paid";
2891
2890
  DiscriminatorValues["free_to_install"] = "free_to_install";
2892
2891
  DiscriminatorValues["free"] = "free";
@@ -3595,7 +3594,7 @@ function validate$2(obj, path = 'AppExchangeListingSolutionRepresentation') {
3595
3594
  return v_error === undefined ? null : v_error;
3596
3595
  }
3597
3596
 
3598
- const VERSION$1 = "ee635f8313ee06c06c6bcc066968e8bc";
3597
+ const VERSION$1 = "63d5e3efd71a374614cb5f690a60b6d9";
3599
3598
  function validate$1(obj, path = 'AppExchangeListingDetailsRepresentation') {
3600
3599
  const v_error = (() => {
3601
3600
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -3651,6 +3650,13 @@ function validate$1(obj, path = 'AppExchangeListingDetailsRepresentation') {
3651
3650
  return new TypeError('Expected "string" but received "' + typeof obj_fullDescription + '" (at "' + path_fullDescription + '")');
3652
3651
  }
3653
3652
  }
3653
+ if (obj.installPackagingPermission !== undefined) {
3654
+ const obj_installPackagingPermission = obj.installPackagingPermission;
3655
+ const path_installPackagingPermission = path + '.installPackagingPermission';
3656
+ if (typeof obj_installPackagingPermission !== 'boolean') {
3657
+ return new TypeError('Expected "boolean" but received "' + typeof obj_installPackagingPermission + '" (at "' + path_installPackagingPermission + '")');
3658
+ }
3659
+ }
3654
3660
  if (obj.isDeleted !== undefined) {
3655
3661
  const obj_isDeleted = obj.isDeleted;
3656
3662
  const path_isDeleted = path + '.isDeleted';
@@ -4093,14 +4099,14 @@ const postAppExchangeUserEvents_ConfigPropertyMetadata = [
4093
4099
  generateParamConfigMetadata('deviceHeight', false, 2 /* Body */, 0 /* String */),
4094
4100
  generateParamConfigMetadata('deviceWidth', false, 2 /* Body */, 0 /* String */),
4095
4101
  generateParamConfigMetadata('elementType', false, 2 /* Body */, 0 /* String */),
4096
- generateParamConfigMetadata('eventType', false, 2 /* Body */, 0 /* String */),
4102
+ generateParamConfigMetadata('eventType', true, 2 /* Body */, 0 /* String */),
4097
4103
  generateParamConfigMetadata('image', false, 2 /* Body */, 4 /* Unsupported */),
4104
+ generateParamConfigMetadata('keyword', false, 2 /* Body */, 0 /* String */),
4098
4105
  generateParamConfigMetadata('language', false, 2 /* Body */, 0 /* String */),
4099
- generateParamConfigMetadata('oafId', false, 2 /* Body */, 0 /* String */),
4106
+ generateParamConfigMetadata('oafId', true, 2 /* Body */, 0 /* String */),
4100
4107
  generateParamConfigMetadata('objectIdentifier', false, 2 /* Body */, 0 /* String */),
4101
4108
  generateParamConfigMetadata('parentChannel', false, 2 /* Body */, 0 /* String */),
4102
4109
  generateParamConfigMetadata('referrer', false, 2 /* Body */, 0 /* String */),
4103
- generateParamConfigMetadata('source', false, 2 /* Body */, 0 /* String */),
4104
4110
  generateParamConfigMetadata('timestamp', false, 2 /* Body */, 0 /* String */),
4105
4111
  generateParamConfigMetadata('token', false, 2 /* Body */, 0 /* String */),
4106
4112
  generateParamConfigMetadata('topic', false, 2 /* Body */, 0 /* String */),
@@ -4202,4 +4208,4 @@ withDefaultLuvio((luvio) => {
4202
4208
  });
4203
4209
 
4204
4210
  export { getAppExchangeSearchListingCollection, getAppExchangeSearchListingCollection_imperative, getListingDetails, getListingDetails_imperative, postAppExchangeUserEvents };
4205
- // version: 1.328.0-e51e28f7fc
4211
+ // version: 1.329.1-c9b166ef17
package/src/raml/api.raml CHANGED
@@ -1528,6 +1528,10 @@ types:
1528
1528
  Detail page
1529
1529
  type: string
1530
1530
  required: false #Hand-rolled
1531
+ installPackagingPermission:
1532
+ description: installPackagingPermission - Permission to install AppExchange listing packages
1533
+ type: boolean
1534
+ required: false #Hand-rolled
1531
1535
  isDeleted:
1532
1536
  description: Soft delete flag of AppExchange listing
1533
1537
  type: boolean
@@ -1820,29 +1824,6 @@ types:
1820
1824
  type: array
1821
1825
  items:
1822
1826
  type: AppExchangePricingPlanRepresentation
1823
- AppExchangePaidWithCheckoutPricingModelRepresentation:
1824
- description: Represents an AppExchange paidWithCheckout pricing model
1825
- discriminatorValue: paid_w_checkout
1826
- type: AppExchangePricingModelRepresentation
1827
- properties:
1828
- additionalDetails:
1829
- description: Additional pricing details
1830
- type: string
1831
- discountsOffered:
1832
- description: Are discounts offered for non-profits and NGOs
1833
- type: boolean
1834
- displayPlanNames:
1835
- description: Whether the pricing plan names are displayed or shown as enumerated
1836
- plans
1837
- type: boolean
1838
- paymentType:
1839
- description: Payment type of the plan
1840
- type: string
1841
- plans:
1842
- description: Pricing plan list of Appexchange listing pricing model
1843
- type: array
1844
- items:
1845
- type: AppExchangePricingPlanRepresentation
1846
1827
  AppExchangePricingModelRepresentation:
1847
1828
  description: Represents an AppExchange pricing model
1848
1829
  discriminator: priceModelType
@@ -2461,21 +2442,23 @@ types:
2461
2442
  eventType:
2462
2443
  description: The eventType of the event
2463
2444
  type: string
2464
- required: false # Handrolled to allow the input for user events in the connect API to be optional
2465
2445
  image:
2466
2446
  description: The image of the event
2467
2447
  type: any # Handrolled to make image field optional with optional fields
2468
2448
  required: false # Handrolled to allow the input for user events in the connect API to be optional
2449
+ keyword:
2450
+ description: The keyword of the event
2451
+ type: string
2452
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2469
2453
  language:
2470
2454
  description: The language of the event
2471
2455
  type: string
2472
2456
  required: false # Handrolled to allow the input for user events in the connect API to be optional
2473
2457
  oafId:
2474
- description: The date of the event
2458
+ description: The oafId of the event
2475
2459
  type: string
2476
- required: false # Handrolled to allow the input for user events in the connect API to be optional
2477
2460
  objectIdentifier:
2478
- description: The date of the event
2461
+ description: The objectIdentifier of the event
2479
2462
  type: string
2480
2463
  required: false # Handrolled to allow the input for user events in the connect API to be optional
2481
2464
  parentChannel:
@@ -2486,10 +2469,6 @@ types:
2486
2469
  description: The referrer of the event
2487
2470
  type: string
2488
2471
  required: false # Handrolled to allow the input for user events in the connect API to be optional
2489
- source:
2490
- description: The source of the event
2491
- type: string
2492
- required: false # Handrolled to allow the input for user events in the connect API to be optional
2493
2472
  timestamp:
2494
2473
  description: The timestamp of the event
2495
2474
  type: string
@@ -1,43 +0,0 @@
1
- import { AppExchangePricingModelRepresentation as AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation } from './AppExchangePricingModelRepresentation';
2
- import { AppExchangePricingPlanRepresentation as AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation } from './AppExchangePricingPlanRepresentation';
3
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
- export declare const VERSION = "41742b92ef51c3ccaa6d82dbdeb2109f";
5
- export declare function validate(obj: any, path?: string): TypeError | null;
6
- export declare const RepresentationType: string;
7
- export declare function normalize(input: AppExchangePaidWithCheckoutPricingModelRepresentation, existing: AppExchangePaidWithCheckoutPricingModelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePaidWithCheckoutPricingModelRepresentationNormalized;
8
- export declare const select: () => $64$luvio_engine_FragmentSelection;
9
- export declare function equals(existing: AppExchangePaidWithCheckoutPricingModelRepresentationNormalized, incoming: AppExchangePaidWithCheckoutPricingModelRepresentationNormalized): boolean;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangePaidWithCheckoutPricingModelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
- /**
13
- * Represents an AppExchange paidWithCheckout pricing model
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface AppExchangePaidWithCheckoutPricingModelRepresentationNormalized extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
19
- /** Additional pricing details */
20
- additionalDetails: string;
21
- /** Are discounts offered for non-profits and NGOs */
22
- discountsOffered: boolean;
23
- /** Whether the pricing plan names are displayed or shown as enumerated plans */
24
- displayPlanNames: boolean;
25
- /** Payment type of the plan */
26
- paymentType: string;
27
- /** Pricing plan list of Appexchange listing pricing model */
28
- plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
29
- }
30
- /**
31
- * Represents an AppExchange paidWithCheckout pricing model
32
- *
33
- * Keys:
34
- * (none)
35
- */
36
- export interface AppExchangePaidWithCheckoutPricingModelRepresentation extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
37
- additionalDetails: string;
38
- discountsOffered: boolean;
39
- displayPlanNames: boolean;
40
- paymentType: string;
41
- plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
42
- priceModelType: 'paid_w_checkout';
43
- }