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

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
@@ -3974,7 +3974,7 @@ types:
3974
3974
  properties:
3975
3975
  ruleOptions:
3976
3976
  description: Rule Options
3977
- type: object
3977
+ type: ConfigRuleOptionsInputRepresentation
3978
3978
  required: false
3979
3979
  transactionContextId:
3980
3980
  description: Transaction Context ID
@@ -3988,14 +3988,10 @@ types:
3988
3988
  description: Input Representation for the Config Rules Options
3989
3989
  type: object
3990
3990
  properties:
3991
- isUpdateContextRequired:
3991
+ updateContextRequired:
3992
3992
  description: Whether Context Update is Required or Not
3993
3993
  type: boolean
3994
3994
  required: false
3995
- isAmendRenewCancelResolutionRequired:
3996
- description: Whether Amend, Renew and Cancel Resolution is Required or Not
3997
- type: boolean
3998
- required: false
3999
3995
  ConfigRuleOutputRepresentation:
4000
3996
  description: Output Representation for the Config Rules API
4001
3997
  type: object