@salesforce/lds-adapters-industries-einstein-aiaccelerator 1.309.0-dev8 → 1.309.0-dev9

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
@@ -88,11 +88,11 @@ types:
88
88
  properties:
89
89
  count:
90
90
  description: .
91
- type: integer
91
+ type: integer | nil
92
92
  required: false # TODO Hand-rolled W-16235747
93
93
  fieldValue:
94
94
  description: .
95
- type: string
95
+ type: string | nil
96
96
  required: false # TODO Hand-rolled W-16235747
97
97
  Insight:
98
98
  description: .
@@ -336,7 +336,7 @@ types:
336
336
  required: false # TODO Hand-rolled W-9314597
337
337
  customPredictionLabel:
338
338
  description: .
339
- type: string
339
+ type: string | nil
340
340
  required: false # TODO Hand-rolled W-9314597
341
341
  predictionScore:
342
342
  description: .
@@ -347,7 +347,7 @@ types:
347
347
  description: .
348
348
  type: array
349
349
  items:
350
- type: Predictor
350
+ type: Predictor | nil
351
351
  required: false # TODO Hand-rolled W-16235747
352
352
  PredictionOutputObject:
353
353
  description: Prediction for a given record
@@ -357,7 +357,7 @@ types:
357
357
  description: .
358
358
  type: array
359
359
  items:
360
- type: Error
360
+ type: Error | nil
361
361
  required: false # TODO Hand-rolled W-16235747
362
362
  isSuccess:
363
363
  description: .
@@ -367,15 +367,15 @@ types:
367
367
  description: .
368
368
  type: array
369
369
  items:
370
- type: PredictionOutput
370
+ type: PredictionOutput | nil
371
371
  required: false # TODO Hand-rolled W-16235747
372
372
  predictionWarning:
373
373
  description: .
374
- type: PredictionWarning
374
+ type: PredictionWarning | nil
375
375
  required: false # TODO Hand-rolled W-16235747
376
376
  recordId:
377
377
  description: .
378
- type: string
378
+ type: string | nil
379
379
  required: true # TODO Hand-rolled W-16235747
380
380
  PredictionOutputRepresentation:
381
381
  description: Predictions for a given request
@@ -481,7 +481,7 @@ types:
481
481
  properties:
482
482
  maxInsights:
483
483
  description: .
484
- type: integer
484
+ type: integer | nil
485
485
  required: false # TODO Hand-rolled W-9314597
486
486
  predictionModel:
487
487
  description: .
@@ -489,14 +489,14 @@ types:
489
489
  required: true # TODO Hand-rolled W-16235747
490
490
  predictionPlatform:
491
491
  description: .
492
- type: string
492
+ type: string | nil
493
493
  required: false # TODO Hand-rolled W-16235747
494
494
  records:
495
495
  type: WrappedList | nil
496
496
  required: false # TODO Hand-rolled W-9314597
497
497
  scoreFilterCriteria:
498
498
  description: .
499
- type: string
499
+ type: string | nil
500
500
  enum:
501
501
  - GreaterThan
502
502
  - GreaterThanEquals
@@ -509,7 +509,7 @@ types:
509
509
  required: false # TODO Hand-rolled W-9314597
510
510
  sortingOrder:
511
511
  description: .
512
- type: string
512
+ type: string | nil
513
513
  enum:
514
514
  - Asc
515
515
  - Desc
@@ -525,20 +525,20 @@ types:
525
525
  predictionModel:
526
526
  description: .
527
527
  type: string
528
- required: false # TODO Hand-rolled W-9314597
528
+ required: true # TODO Hand-rolled W-9314597
529
529
  predictionOutputObjects:
530
530
  description: .
531
531
  type: array
532
532
  items:
533
- type: PredictionOutputObject
533
+ type: PredictionOutputObject | nil
534
534
  required: false # TODO Hand-rolled W-9314597
535
535
  predictionPlatform:
536
536
  description: .
537
- type: string
537
+ type: string | nil
538
538
  required: false # TODO Hand-rolled W-9314597
539
539
  predictionType:
540
540
  description: .
541
- type: string
541
+ type: string | nil
542
542
  required: false # TODO Hand-rolled W-9314597
543
543
  status:
544
544
  description: .
@@ -546,7 +546,7 @@ types:
546
546
  required: true
547
547
  usecaseName:
548
548
  description: .
549
- type: string
549
+ type: string | nil
550
550
  required: true # TODO Hand-rolled W-9314597
551
551
  # TODO Hand-rolled W-16235747
552
552
  PredictionRequestWrapperRepresentation:
@@ -565,14 +565,14 @@ types:
565
565
  description: .
566
566
  type: array
567
567
  items:
568
- type: string
568
+ type: string | nil
569
569
  required: false # TODO Hand-rolled W-16235747
570
570
 
571
571
  outOfBoundFields:
572
572
  description: .
573
573
  type: array
574
574
  items:
575
- type: FieldCount
575
+ type: FieldCount | nil
576
576
  required: false # TODO Hand-rolled W-16235747
577
577
 
578
578
  Predictor:
@@ -583,7 +583,7 @@ types:
583
583
  description: .
584
584
  type: array
585
585
  items:
586
- type: PredictorField
586
+ type: PredictorField | nil
587
587
  required: false # TODO Hand-rolled W-16235747
588
588
  contributionValue:
589
589
  description: .
@@ -596,23 +596,23 @@ types:
596
596
  properties:
597
597
  customText:
598
598
  description: .
599
- type: string
599
+ type: string | nil
600
600
  required: false # TODO Hand-rolled W-16235747
601
601
  label:
602
602
  description: .
603
- type: string
603
+ type: string | nil
604
604
  required: false # TODO Hand-rolled W-16235747
605
605
  name:
606
606
  description: .
607
- type: string
607
+ type: string | nil
608
608
  required: false # TODO Hand-rolled W-16235747
609
609
  prescribedValue:
610
610
  description: .
611
- type: string
611
+ type: string | nil
612
612
  required: false # TODO Hand-rolled W-16235747
613
613
  value:
614
614
  description: .
615
- type: string
615
+ type: string | nil
616
616
  required: false # TODO Hand-rolled W-16235747
617
617
  Prescription:
618
618
  description: .