@salesforce/lds-adapters-revenue-usage-detail 1.378.0 → 1.379.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.
- package/dist/es/es2018/revenue-usage-detail.js +777 -287
- package/dist/es/es2018/types/src/generated/types/BindingObjectGrantDetailOutputRepresentation.d.ts +3 -7
- package/dist/es/es2018/types/src/generated/types/BindingObjectResourceGrantAndPolicyDetailOutputRepresentation.d.ts +4 -3
- package/package.json +3 -3
- package/sfdc/index.js +781 -291
- package/src/raml/api.raml +2 -5
package/src/raml/api.raml
CHANGED
|
@@ -69,10 +69,7 @@ types:
|
|
|
69
69
|
type: LookupDetailOutputRepresentation | nil
|
|
70
70
|
unitOfMeasure:
|
|
71
71
|
description: Unit of Measure
|
|
72
|
-
type:
|
|
73
|
-
properties:
|
|
74
|
-
//:
|
|
75
|
-
type: any
|
|
72
|
+
type: LookupDetailOutputRepresentation | nil
|
|
76
73
|
usageRefreshPolicy:
|
|
77
74
|
description: Usage grant refresh policy ID
|
|
78
75
|
type: PolicyDetailOutputRepresentation | nil
|
|
@@ -144,7 +141,7 @@ types:
|
|
|
144
141
|
type: array
|
|
145
142
|
required: false
|
|
146
143
|
items:
|
|
147
|
-
type:
|
|
144
|
+
type: BindingObjectGrantDetailOutputRepresentation
|
|
148
145
|
bindingObjectResourcePolicyDetail:
|
|
149
146
|
description: Binding Object Resource Policy Detail.
|
|
150
147
|
type: BindingObjectResourcePolicyDetailOutputRepresentation
|