@salesforce/lds-adapters-analytics-wave 1.427.0 → 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
@@ -6622,6 +6622,18 @@ types:
6622
6622
  body:
6623
6623
  application/json:
6624
6624
  type: SourceFieldCollectionRepresentation
6625
+ post:
6626
+ description: Get a list of all the Source Fields of a particular Source Object with advanced filtering options.
6627
+ responses:
6628
+ '200':
6629
+ description: Success
6630
+ body:
6631
+ application/json:
6632
+ type: SourceFieldCollectionRepresentation
6633
+ body:
6634
+ application/json:
6635
+ type: SourceObjectDataInputWrapperRepresentation
6636
+ (oas-body-name): sourceObjectParam
6625
6637
  uriParameters:
6626
6638
  connectorIdOrApiName:
6627
6639
  type: string
@@ -30,11 +30,15 @@ types:
30
30
  DataflowJobNodeStageRepresentation:
31
31
  (luvio.ttl): 300
32
32
  (luvio.key):
33
- id: stageId
33
+ dataflowjobId: dataflowjobId
34
+ nodeId: nodeId
35
+ stageId: stageId
34
36
  DataflowJobNodeStageParentsRepresentation:
35
37
  (luvio.ttl): 300
36
38
  (luvio.key):
37
- id: stageId
39
+ dataflowjobId: dataflowjobId
40
+ nodeId: nodeId
41
+ stageId: stageId
38
42
  DependencyRepresentation:
39
43
  (luvio.ttl): 300
40
44
  DatasetCollectionRepresentation:
@@ -173,6 +177,13 @@ types:
173
177
  (luvio.key):
174
178
  connectorIdOrApiName: urlParams.connectorIdOrApiName
175
179
  SourceObjectName: urlParams.sourceObjectName
180
+ post:
181
+ (luvio.adapter):
182
+ name: getDataConnectorSourceFieldsWithAdvProps
183
+ (luvio.method): get
184
+ (luvio.key):
185
+ connectorIdOrApiName: urlParams.connectorIdOrApiName
186
+ SourceObjectName: urlParams.sourceObjectName
176
187
  /ingest:
177
188
  post:
178
189
  (luvio.adapter):
@@ -224,13 +235,17 @@ types:
224
235
  (luvio.adapter):
225
236
  name: getDataflowJobNodeStage
226
237
  (luvio.key):
227
- id: urlParams.stageId
238
+ dataflowjobId: urlParams.dataflowjobId
239
+ nodeId: urlParams.nodeId
240
+ stageId: urlParams.stageId
228
241
  /dataflowjobs/{dataflowjobId}/nodes/{nodeId}/stages/{stageId}/parents:
229
242
  get:
230
243
  (luvio.adapter):
231
244
  name: getDataflowJobNodeStageParents
232
245
  (luvio.key):
233
- id: urlParams.stageId
246
+ dataflowjobId: urlParams.dataflowjobId
247
+ nodeId: urlParams.nodeId
248
+ stageId: urlParams.stageId
234
249
  /datasets:
235
250
  get:
236
251
  (luvio.adapter):