@salesforce/lds-adapters-industries-cpq 1.428.0-dev1 → 1.428.0-dev10

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/src/raml/api.raml CHANGED
@@ -1301,6 +1301,9 @@ types:
1301
1301
  description: Map of additional fields
1302
1302
  type: object
1303
1303
  required: false
1304
+ properties:
1305
+ //:
1306
+ type: any
1304
1307
  catalogId:
1305
1308
  description: Id of the catalog.
1306
1309
  type: string
@@ -1319,6 +1322,9 @@ types:
1319
1322
  userContext:
1320
1323
  description: User context
1321
1324
  type: object
1325
+ properties:
1326
+ //:
1327
+ type: any
1322
1328
  contextDefinition:
1323
1329
  description: Context Definition Name
1324
1330
  type: string
@@ -3974,7 +3980,7 @@ types:
3974
3980
  properties:
3975
3981
  ruleOptions:
3976
3982
  description: Rule Options
3977
- type: object
3983
+ type: ConfigRuleOptionsInputRepresentation
3978
3984
  required: false
3979
3985
  transactionContextId:
3980
3986
  description: Transaction Context ID
@@ -3988,14 +3994,10 @@ types:
3988
3994
  description: Input Representation for the Config Rules Options
3989
3995
  type: object
3990
3996
  properties:
3991
- isUpdateContextRequired:
3997
+ updateContextRequired:
3992
3998
  description: Whether Context Update is Required or Not
3993
3999
  type: boolean
3994
4000
  required: false
3995
- isAmendRenewCancelResolutionRequired:
3996
- description: Whether Amend, Renew and Cancel Resolution is Required or Not
3997
- type: boolean
3998
- required: false
3999
4001
  ConfigRuleOutputRepresentation:
4000
4002
  description: Output Representation for the Config Rules API
4001
4003
  type: object