@salesforce/lds-adapters-analytics-app-framework 1.319.0 → 1.321.0

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
@@ -396,10 +396,11 @@ types:
396
396
  properties:
397
397
  assetVersion:
398
398
  description: The version of the Template assets.
399
- format: double
399
+ required: false # TODO Hand-rolled W-15955585
400
400
  type: number
401
401
  chainDefinitions:
402
402
  description: The Template chain definitions
403
+ required: false # TODO Hand-rolled W-15955585
403
404
  type: array
404
405
  items:
405
406
  type: ChainDefinitionInputRepresentation
@@ -413,6 +414,7 @@ types:
413
414
  type: TemplateIconsInputRepresentation
414
415
  id:
415
416
  description: The Template Id.
417
+ required: false # TODO Hand-rolled W-15955585
416
418
  type: string
417
419
  label:
418
420
  description: The Template label.
@@ -434,6 +436,7 @@ types:
434
436
  type: string
435
437
  releaseInfo:
436
438
  description: The Template release notes
439
+ required: false # TODO Hand-rolled W-15955585
437
440
  type: ReleaseInfoInputRepresentation
438
441
  rules:
439
442
  description: The Template rules file
@@ -443,10 +446,11 @@ types:
443
446
  type: RuleInfoInputRepresentation
444
447
  tags:
445
448
  description: The Template Tags.
446
- type: array
447
449
  required: false # TODO Hand-rolled W-15955585
448
- items:
449
- type: string
450
+ type: object
451
+ properties:
452
+ //:
453
+ type: any
450
454
  templateType:
451
455
  description: The Template Type.
452
456
  type: string
@@ -483,6 +487,9 @@ types:
483
487
  configurationUrl:
484
488
  description: Url for configuration information
485
489
  type: string
490
+ createdDate:
491
+ description: The created date of the application Template.
492
+ type: string
486
493
  description:
487
494
  description: The description of the application template.
488
495
  type: string | nil
@@ -492,9 +499,18 @@ types:
492
499
  label:
493
500
  description: The localized name of the application template.
494
501
  type: string
502
+ lastModifiedDate:
503
+ description: The last modified date of the application Template.
504
+ type: string
495
505
  name:
496
506
  description: The local API name of the application template.
497
507
  type: string
508
+ tags:
509
+ description: The Template Tags.
510
+ type: object
511
+ properties:
512
+ //:
513
+ type: any
498
514
  templateType:
499
515
  description: The template type.
500
516
  type: string
@@ -749,6 +765,19 @@ types:
749
765
  body:
750
766
  application/json:
751
767
  type: TemplateCollectionRepresentation
768
+ post:
769
+ displayName: postAppFrameworkTemplateCollection
770
+ description: Create a new application template.
771
+ responses:
772
+ '200':
773
+ description: Success
774
+ body:
775
+ application/json:
776
+ type: TemplateRepresentation
777
+ body:
778
+ application/json:
779
+ type: TemplateInputRepresentation
780
+ (oas-body-name): templateParam
752
781
  /templates/{templateIdOrApiName}:
753
782
  get:
754
783
  displayName: getAppFrameworkTemplate
@@ -94,6 +94,9 @@ types:
94
94
  get:
95
95
  (luvio.adapter):
96
96
  name: getTemplates
97
+ post:
98
+ (luvio.adapter):
99
+ name: createTemplate
97
100
  /templates/{templateIdOrApiName}:
98
101
  get:
99
102
  (luvio.adapter):