@salesforce/lds-adapters-experience-model 1.134.2 → 1.134.4

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.
Files changed (28) hide show
  1. package/package.json +1 -1
  2. package/sfdc/index.js +1 -1
  3. package/src/raml/api.raml +326 -302
  4. package/dist/es/es2018/types/src/generated/resources/patchCmsDeploymentsByDeploymentId.d.ts +0 -9
  5. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsContentVersionByManagedContentVersionId.d.ts +0 -21
  6. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersByFolderId.d.ts +0 -13
  7. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsManagementChannelsByChannelId.d.ts +0 -17
  8. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsSchedulesByDeploymentId.d.ts +0 -13
  9. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +0 -21
  10. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +0 -14
  11. package/dist/es/es2018/types/src/generated/resources/postCmsContents.d.ts +0 -18
  12. package/dist/es/es2018/types/src/generated/resources/postCmsDeliveryChannelsVariantsByChannelId.d.ts +0 -16
  13. package/dist/es/es2018/types/src/generated/resources/postCmsDeployments.d.ts +0 -17
  14. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentKeysByChannelId.d.ts +0 -16
  15. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentTypesByChannelId.d.ts +0 -15
  16. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsNodeIdsByChannelId.d.ts +0 -16
  17. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsExport.d.ts +0 -17
  18. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsImport.d.ts +0 -16
  19. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionByContentSpaceId.d.ts +0 -24
  20. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionsByContentSpaceId.d.ts +0 -15
  21. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentVariant.d.ts +0 -18
  22. package/dist/es/es2018/types/src/generated/resources/postConnectCmsFolders.d.ts +0 -13
  23. package/dist/es/es2018/types/src/generated/resources/postConnectCmsManagementChannels.d.ts +0 -17
  24. package/dist/es/es2018/types/src/generated/resources/postConnectCmsSchedules.d.ts +0 -18
  25. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesContentVersionsByContentSpaceId.d.ts +0 -23
  26. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +0 -16
  27. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentTranslation.d.ts +0 -15
  28. package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentVersionByManagedContentVersionId.d.ts +0 -21
package/src/raml/api.raml CHANGED
@@ -2252,18 +2252,19 @@ types:
2252
2252
  properties: {}
2253
2253
  /cms: # TODO hand rolled. (removed /:)
2254
2254
  /contents:
2255
- post:
2256
- description: Create Managed Content for Json store
2257
- responses:
2258
- '200':
2259
- description: Success
2260
- body:
2261
- application/json:
2262
- type: ManagedContentDocumentRepresentation
2263
- body:
2264
- application/json:
2265
- type: ManagedContentInputRepresentation
2266
- (oas-body-name): ManagedContentInputParam
2255
+ # TODO: Hand rolled
2256
+ # post:
2257
+ # description: Create Managed Content for Json store
2258
+ # responses:
2259
+ # '200':
2260
+ # description: Success
2261
+ # body:
2262
+ # application/json:
2263
+ # type: ManagedContentDocumentRepresentation
2264
+ # body:
2265
+ # application/json:
2266
+ # type: ManagedContentInputRepresentation
2267
+ # (oas-body-name): ManagedContentInputParam
2267
2268
  /contents/{contentKeyOrId}:
2268
2269
  get:
2269
2270
  description: Gets existing managed content for provided version.
@@ -2286,19 +2287,20 @@ types:
2286
2287
  required: true
2287
2288
  /delivery:
2288
2289
  /channels/{channelId}/variants:
2289
- post:
2290
- description: Get a list of variants published to a channel filtered by a
2291
- variant key and list of contentIds
2292
- responses:
2293
- '200':
2294
- description: Success
2295
- body:
2296
- application/json:
2297
- type: MCDeliveryV2VariantCollectionRepresentation
2298
- body:
2299
- application/json:
2300
- type: MCDeliveryV2VariantInputRepresentation
2301
- (oas-body-name): MCVariantDeliveryByContentIdAndVariantKey
2290
+ # TODO: Hand rolled
2291
+ # post:
2292
+ # description: Get a list of variants published to a channel filtered by a
2293
+ # variant key and list of contentIds
2294
+ # responses:
2295
+ # '200':
2296
+ # description: Success
2297
+ # body:
2298
+ # application/json:
2299
+ # type: MCDeliveryV2VariantCollectionRepresentation
2300
+ # body:
2301
+ # application/json:
2302
+ # type: MCDeliveryV2VariantInputRepresentation
2303
+ # (oas-body-name): MCVariantDeliveryByContentIdAndVariantKey
2302
2304
  uriParameters:
2303
2305
  channelId:
2304
2306
  type: string
@@ -2390,32 +2392,34 @@ types:
2390
2392
  pageSize:
2391
2393
  type: integer
2392
2394
  required: false
2393
- post:
2394
- description: Create a deployment to a specific channel
2395
- responses:
2396
- '200':
2397
- description: Success
2398
- body:
2399
- application/json:
2400
- type: ManagedContentDeploymentRepresentation
2401
- body:
2402
- application/json:
2403
- type: ManagedContentDeploymentInputRepresentation
2404
- (oas-body-name): DeploymentInput
2395
+ # TODO: Hand rolled
2396
+ # post:
2397
+ # description: Create a deployment to a specific channel
2398
+ # responses:
2399
+ # '200':
2400
+ # description: Success
2401
+ # body:
2402
+ # application/json:
2403
+ # type: ManagedContentDeploymentRepresentation
2404
+ # body:
2405
+ # application/json:
2406
+ # type: ManagedContentDeploymentInputRepresentation
2407
+ # (oas-body-name): DeploymentInput
2405
2408
  /deployments/{deploymentId}:
2406
2409
  delete:
2407
2410
  description: Delete and cleanup all resources used by a deployment
2408
2411
  responses:
2409
2412
  '200':
2410
2413
  description: Success
2411
- patch:
2412
- description: Patch a deployment
2413
- responses:
2414
- '200':
2415
- description: Success
2416
- body:
2417
- application/json:
2418
- type: ManagedContentDeploymentRepresentation
2414
+ # TODO: Hand rolled
2415
+ # patch:
2416
+ # description: Patch a deployment
2417
+ # responses:
2418
+ # '200':
2419
+ # description: Success
2420
+ # body:
2421
+ # application/json:
2422
+ # type: ManagedContentDeploymentRepresentation
2419
2423
  uriParameters:
2420
2424
  deploymentId:
2421
2425
  type: string
@@ -2509,53 +2513,56 @@ types:
2509
2513
  required: true
2510
2514
  /site-delivery/{channelId}/contents:
2511
2515
  /content-keys:
2512
- post:
2513
- description: Get the contents published to a site by their content keys
2514
- responses:
2515
- '200':
2516
- description: Success
2517
- body:
2518
- application/json:
2519
- type: MCSiteContentCollectionRepresentation
2520
- body:
2521
- application/json:
2522
- type: MCSiteDeliveryByContentKeysInputRepresentation
2523
- (oas-body-name): SiteDeliveryByContentKeys
2516
+ # TODO: Hand rolled
2517
+ # post:
2518
+ # description: Get the contents published to a site by their content keys
2519
+ # responses:
2520
+ # '200':
2521
+ # description: Success
2522
+ # body:
2523
+ # application/json:
2524
+ # type: MCSiteContentCollectionRepresentation
2525
+ # body:
2526
+ # application/json:
2527
+ # type: MCSiteDeliveryByContentKeysInputRepresentation
2528
+ # (oas-body-name): SiteDeliveryByContentKeys
2524
2529
  uriParameters:
2525
2530
  channelId:
2526
2531
  type: string
2527
2532
  required: true
2528
2533
  /content-types:
2529
- post:
2530
- description: Get the contents published to a site by their content types
2531
- responses:
2532
- '200':
2533
- description: Success
2534
- body:
2535
- application/json:
2536
- type: ManagedContentCollectionRepresentation
2537
- body:
2538
- application/json:
2539
- type: MCSiteDeliveryByContentTypesInputRepresentation
2540
- (oas-body-name): SiteDeliveryByContentTypes
2534
+ # TODO: Hand rolled
2535
+ # post:
2536
+ # description: Get the contents published to a site by their content types
2537
+ # responses:
2538
+ # '200':
2539
+ # description: Success
2540
+ # body:
2541
+ # application/json:
2542
+ # type: ManagedContentCollectionRepresentation
2543
+ # body:
2544
+ # application/json:
2545
+ # type: MCSiteDeliveryByContentTypesInputRepresentation
2546
+ # (oas-body-name): SiteDeliveryByContentTypes
2541
2547
  uriParameters:
2542
2548
  channelId:
2543
2549
  type: string
2544
2550
  required: true
2545
2551
  /node-ids:
2546
- post:
2547
- description: Get the nodes in a content published to a site by their node
2548
- ids
2549
- responses:
2550
- '200':
2551
- description: Success
2552
- body:
2553
- application/json:
2554
- type: MCSiteNodeCollectionRepresentation
2555
- body:
2556
- application/json:
2557
- type: MCSiteDeliveryByNodesInputRepresentation
2558
- (oas-body-name): SiteDeliveryByNodeIds
2552
+ # TODO: Hand rolled
2553
+ # post:
2554
+ # description: Get the nodes in a content published to a site by their node
2555
+ # ids
2556
+ # responses:
2557
+ # '200':
2558
+ # description: Success
2559
+ # body:
2560
+ # application/json:
2561
+ # type: MCSiteNodeCollectionRepresentation
2562
+ # body:
2563
+ # application/json:
2564
+ # type: MCSiteDeliveryByNodesInputRepresentation
2565
+ # (oas-body-name): SiteDeliveryByNodeIds
2559
2566
  uriParameters:
2560
2567
  channelId:
2561
2568
  type: string
@@ -2632,31 +2639,33 @@ types:
2632
2639
  (oas-collectionFormat): csv
2633
2640
  /jobs:
2634
2641
  /export:
2635
- post:
2636
- description: Create a job for exporting Managed Content
2637
- responses:
2638
- '200':
2639
- description: Success
2640
- body:
2641
- application/json:
2642
- type: ManagedContentJobRepresentation
2643
- body:
2644
- application/json:
2645
- type: ManagedContentExportContentJobRequestInputRepresentation
2646
- (oas-body-name): managedContentJobRequest
2642
+ # TODO: Hand rolled
2643
+ # post:
2644
+ # description: Create a job for exporting Managed Content
2645
+ # responses:
2646
+ # '200':
2647
+ # description: Success
2648
+ # body:
2649
+ # application/json:
2650
+ # type: ManagedContentJobRepresentation
2651
+ # body:
2652
+ # application/json:
2653
+ # type: ManagedContentExportContentJobRequestInputRepresentation
2654
+ # (oas-body-name): managedContentJobRequest
2647
2655
  /import:
2648
- post:
2649
- description: Create a job for importing Managed Content
2650
- responses:
2651
- '200':
2652
- description: Success
2653
- body:
2654
- application/json:
2655
- type: ManagedContentJobRepresentation
2656
- body:
2657
- application/json:
2658
- type: ManagedContentJobRequestInputRepresentation
2659
- (oas-body-name): managedContentJobRequest
2656
+ # TODO: Hand rolled
2657
+ # post:
2658
+ # description: Create a job for importing Managed Content
2659
+ # responses:
2660
+ # '200':
2661
+ # description: Success
2662
+ # body:
2663
+ # application/json:
2664
+ # type: ManagedContentJobRepresentation
2665
+ # body:
2666
+ # application/json:
2667
+ # type: ManagedContentJobRequestInputRepresentation
2668
+ # (oas-body-name): managedContentJobRequest
2660
2669
  /{jobId}:
2661
2670
  delete:
2662
2671
  description: Delete an instance of a ManagedContentImportExportJob.
@@ -2678,52 +2687,55 @@ types:
2678
2687
  required: true
2679
2688
  /spaces/{contentSpaceId}:
2680
2689
  /version:
2681
- post:
2682
- description: Create Managed Content Version for Json store
2683
- responses:
2684
- '200':
2685
- description: Success
2686
- body:
2687
- application/json:
2688
- type: ManagedContentVersionV2Representation
2689
- body:
2690
- application/json:
2691
- type: ManagedContentVersionV2InputRepresentation
2692
- (oas-body-name): managedContentVersionV2Request
2690
+ # TODO: Hand rolled
2691
+ # post:
2692
+ # description: Create Managed Content Version for Json store
2693
+ # responses:
2694
+ # '200':
2695
+ # description: Success
2696
+ # body:
2697
+ # application/json:
2698
+ # type: ManagedContentVersionV2Representation
2699
+ # body:
2700
+ # application/json:
2701
+ # type: ManagedContentVersionV2InputRepresentation
2702
+ # (oas-body-name): managedContentVersionV2Request
2693
2703
  uriParameters:
2694
2704
  contentSpaceId:
2695
2705
  type: string
2696
2706
  required: true
2697
2707
  /versions:
2698
- post:
2699
- description: Create Managed Content Versions for Json store
2700
- responses:
2701
- '200':
2702
- description: Success
2703
- body:
2704
- application/json:
2705
- type: ManagedContentVersionV2CollectionRepresentation
2706
- body:
2707
- application/json:
2708
- type: ManagedContentVersionV2CollectionInputRepresentation
2709
- (oas-body-name): managedContentVersionV2CollectionRequest
2708
+ # TODO: Hand rolled
2709
+ # post:
2710
+ # description: Create Managed Content Versions for Json store
2711
+ # responses:
2712
+ # '200':
2713
+ # description: Success
2714
+ # body:
2715
+ # application/json:
2716
+ # type: ManagedContentVersionV2CollectionRepresentation
2717
+ # body:
2718
+ # application/json:
2719
+ # type: ManagedContentVersionV2CollectionInputRepresentation
2720
+ # (oas-body-name): managedContentVersionV2CollectionRequest
2710
2721
  uriParameters:
2711
2722
  contentSpaceId:
2712
2723
  type: string
2713
2724
  required: true
2714
2725
  /variant:
2715
- post:
2716
- description: Create a managed content variant
2717
- responses:
2718
- '200':
2719
- description: Success
2720
- body:
2721
- application/json:
2722
- type: ManagedContentVariantV1Representation
2723
- body:
2724
- application/json:
2725
- type: ManagedContentVariantV1InputRep
2726
- (oas-body-name): variantRequest
2726
+ # TODO: Hand rolled
2727
+ # post:
2728
+ # description: Create a managed content variant
2729
+ # responses:
2730
+ # '200':
2731
+ # description: Success
2732
+ # body:
2733
+ # application/json:
2734
+ # type: ManagedContentVariantV1Representation
2735
+ # body:
2736
+ # application/json:
2737
+ # type: ManagedContentVariantV1InputRep
2738
+ # (oas-body-name): variantRequest
2727
2739
  /version/{managedContentVersionId}:
2728
2740
  get:
2729
2741
  description: Get a single managed content version
@@ -2740,30 +2752,31 @@ types:
2740
2752
  variantType:
2741
2753
  type: string
2742
2754
  required: false
2743
- patch:
2744
- description: Patch a single managed content version
2745
- responses:
2746
- '200':
2747
- description: Success
2748
- body:
2749
- application/json:
2750
- type: ManagedContentVersionV2Representation
2751
- body:
2752
- application/json:
2753
- type: ManagedContentVersionV2InputRepresentation
2754
- (oas-body-name): managedContentVersionV2Request
2755
- put:
2756
- description: Put a single managed content version
2757
- responses:
2758
- '200':
2759
- description: Success
2760
- body:
2761
- application/json:
2762
- type: ManagedContentVersionV2Representation
2763
- body:
2764
- application/json:
2765
- type: ManagedContentVersionV2InputRepresentation
2766
- (oas-body-name): managedContentVersionV2Request
2755
+ # TODO: Hand rolled
2756
+ # patch:
2757
+ # description: Patch a single managed content version
2758
+ # responses:
2759
+ # '200':
2760
+ # description: Success
2761
+ # body:
2762
+ # application/json:
2763
+ # type: ManagedContentVersionV2Representation
2764
+ # body:
2765
+ # application/json:
2766
+ # type: ManagedContentVersionV2InputRepresentation
2767
+ # (oas-body-name): managedContentVersionV2Request
2768
+ # put:
2769
+ # description: Put a single managed content version
2770
+ # responses:
2771
+ # '200':
2772
+ # description: Success
2773
+ # body:
2774
+ # application/json:
2775
+ # type: ManagedContentVersionV2Representation
2776
+ # body:
2777
+ # application/json:
2778
+ # type: ManagedContentVersionV2InputRepresentation
2779
+ # (oas-body-name): managedContentVersionV2Request
2767
2780
  uriParameters:
2768
2781
  managedContentVersionId:
2769
2782
  type: string
@@ -2976,18 +2989,19 @@ types:
2976
2989
  type: string
2977
2990
  required: true
2978
2991
  /folders:
2979
- post:
2980
- description: Create a space folder
2981
- responses:
2982
- '200':
2983
- description: Success
2984
- body:
2985
- application/json:
2986
- type: ManagedContentSpaceFolderRepresentation
2987
- body:
2988
- application/json:
2989
- type: ManagedContentSpaceFolderInputRep
2990
- (oas-body-name): managedContentSpaceFolderInput
2992
+ # TODO: Hand rolled
2993
+ # post:
2994
+ # description: Create a space folder
2995
+ # responses:
2996
+ # '200':
2997
+ # description: Success
2998
+ # body:
2999
+ # application/json:
3000
+ # type: ManagedContentSpaceFolderRepresentation
3001
+ # body:
3002
+ # application/json:
3003
+ # type: ManagedContentSpaceFolderInputRep
3004
+ # (oas-body-name): managedContentSpaceFolderInput
2991
3005
  /folders/{folderId}:
2992
3006
  delete:
2993
3007
  description: Delete a space folder
@@ -3002,18 +3016,19 @@ types:
3002
3016
  body:
3003
3017
  application/json:
3004
3018
  type: ManagedContentSpaceFolderDetailRepresentation
3005
- patch:
3006
- description: Update a space folder
3007
- responses:
3008
- '200':
3009
- description: Success
3010
- body:
3011
- application/json:
3012
- type: ManagedContentSpaceFolderRepresentation
3013
- body:
3014
- application/json:
3015
- type: ManagedContentSpaceFolderInputRep
3016
- (oas-body-name): managedContentSpaceFolderInput
3019
+ # TODO: Hand rolled
3020
+ # patch:
3021
+ # description: Update a space folder
3022
+ # responses:
3023
+ # '200':
3024
+ # description: Success
3025
+ # body:
3026
+ # application/json:
3027
+ # type: ManagedContentSpaceFolderRepresentation
3028
+ # body:
3029
+ # application/json:
3030
+ # type: ManagedContentSpaceFolderInputRep
3031
+ # (oas-body-name): managedContentSpaceFolderInput
3017
3032
  uriParameters:
3018
3033
  folderId:
3019
3034
  type: string
@@ -3092,18 +3107,19 @@ types:
3092
3107
  pageSize:
3093
3108
  type: integer
3094
3109
  required: false
3095
- post:
3096
- description: Create a Managed Content Channel
3097
- responses:
3098
- '200':
3099
- description: Success
3100
- body:
3101
- application/json:
3102
- type: ManagedContentChannelRepresentation
3103
- body:
3104
- application/json:
3105
- type: ManagedContentChannelInputRepresentation
3106
- (oas-body-name): ManagedContentChannelInput
3110
+ # TODO: Hand rolled
3111
+ # post:
3112
+ # description: Create a Managed Content Channel
3113
+ # responses:
3114
+ # '200':
3115
+ # description: Success
3116
+ # body:
3117
+ # application/json:
3118
+ # type: ManagedContentChannelRepresentation
3119
+ # body:
3120
+ # application/json:
3121
+ # type: ManagedContentChannelInputRepresentation
3122
+ # (oas-body-name): ManagedContentChannelInput
3107
3123
  /management/channels/{channelId}:
3108
3124
  get:
3109
3125
  description: Get a specific ManagedContentChannel (CMS Channel) record
@@ -3113,51 +3129,54 @@ types:
3113
3129
  body:
3114
3130
  application/json:
3115
3131
  type: ManagedContentChannelRepresentation
3116
- patch:
3117
- description: Update the name of a specific ManagedContentChannel
3118
- responses:
3119
- '200':
3120
- description: Success
3121
- body:
3122
- application/json:
3123
- type: ManagedContentChannelRepresentation
3124
- body:
3125
- application/json:
3126
- type: ManagedContentChannelInputRepresentation
3127
- (oas-body-name): ManagedContentChannelInput
3132
+ # TODO: Hand rolled
3133
+ # patch:
3134
+ # description: Update the name of a specific ManagedContentChannel
3135
+ # responses:
3136
+ # '200':
3137
+ # description: Success
3138
+ # body:
3139
+ # application/json:
3140
+ # type: ManagedContentChannelRepresentation
3141
+ # body:
3142
+ # application/json:
3143
+ # type: ManagedContentChannelInputRepresentation
3144
+ # (oas-body-name): ManagedContentChannelInput
3128
3145
  uriParameters:
3129
3146
  channelId:
3130
3147
  type: string
3131
3148
  required: true
3132
3149
  /schedules:
3133
- post:
3134
- description: Create a schedule for a deployment
3135
- responses:
3136
- '200':
3137
- description: Success
3138
- body:
3139
- application/json:
3140
- type: ManagedContentDeploymentRepresentation
3141
- body:
3142
- application/json:
3143
- type: ManagedContentScheduleInputRepresentation
3144
- (oas-body-name): ScheduleInput
3150
+ # TODO: Hand rolled
3151
+ # post:
3152
+ # description: Create a schedule for a deployment
3153
+ # responses:
3154
+ # '200':
3155
+ # description: Success
3156
+ # body:
3157
+ # application/json:
3158
+ # type: ManagedContentDeploymentRepresentation
3159
+ # body:
3160
+ # application/json:
3161
+ # type: ManagedContentScheduleInputRepresentation
3162
+ # (oas-body-name): ScheduleInput
3145
3163
  /schedules/{deploymentId}:
3146
- patch:
3147
- description: Patch schedule date or cancel the specified scheduled deployment
3148
- responses:
3149
- '200':
3150
- description: Success
3151
- body:
3152
- application/json:
3153
- type: ManagedContentDeploymentRepresentation
3154
- queryParameters:
3155
- isCancelled:
3156
- type: boolean
3157
- required: false
3158
- scheduleDate:
3159
- type: string
3160
- required: false
3164
+ # TODO: Hand rolled
3165
+ # patch:
3166
+ # description: Patch schedule date or cancel the specified scheduled deployment
3167
+ # responses:
3168
+ # '200':
3169
+ # description: Success
3170
+ # body:
3171
+ # application/json:
3172
+ # type: ManagedContentDeploymentRepresentation
3173
+ # queryParameters:
3174
+ # isCancelled:
3175
+ # type: boolean
3176
+ # required: false
3177
+ # scheduleDate:
3178
+ # type: string
3179
+ # required: false
3161
3180
  uriParameters:
3162
3181
  deploymentId:
3163
3182
  type: string
@@ -3649,18 +3668,19 @@ types:
3649
3668
  /managed-content:
3650
3669
  /content-spaces/{contentSpaceId}:
3651
3670
  /content-versions:
3652
- post:
3653
- description: Create a manage content version
3654
- responses:
3655
- '200':
3656
- description: Success
3657
- body:
3658
- application/json:
3659
- type: ManagedContentVersionInternalRepresentation
3660
- body:
3661
- application/json:
3662
- type: ManagedContentVersionInputRep
3663
- (oas-body-name): contentVersion
3671
+ # TODO: Hand rolled
3672
+ # post:
3673
+ # description: Create a manage content version
3674
+ # responses:
3675
+ # '200':
3676
+ # description: Success
3677
+ # body:
3678
+ # application/json:
3679
+ # type: ManagedContentVersionInternalRepresentation
3680
+ # body:
3681
+ # application/json:
3682
+ # type: ManagedContentVersionInputRep
3683
+ # (oas-body-name): contentVersion
3664
3684
  uriParameters:
3665
3685
  contentSpaceId:
3666
3686
  type: string
@@ -3678,18 +3698,19 @@ types:
3678
3698
  language:
3679
3699
  type: string
3680
3700
  required: false
3681
- patch:
3682
- description: Update a managed content version
3683
- responses:
3684
- '200':
3685
- description: Success
3686
- body:
3687
- application/json:
3688
- type: ManagedContentVersionInternalRepresentation
3689
- body:
3690
- application/json:
3691
- type: ManagedContentVersionInputRep
3692
- (oas-body-name): contentVersion
3701
+ # TODO: Hand rolled
3702
+ # patch:
3703
+ # description: Update a managed content version
3704
+ # responses:
3705
+ # '200':
3706
+ # description: Success
3707
+ # body:
3708
+ # application/json:
3709
+ # type: ManagedContentVersionInternalRepresentation
3710
+ # body:
3711
+ # application/json:
3712
+ # type: ManagedContentVersionInputRep
3713
+ # (oas-body-name): contentVersion
3693
3714
  uriParameters:
3694
3715
  contentSpaceId:
3695
3716
  type: string
@@ -3731,18 +3752,19 @@ types:
3731
3752
  body:
3732
3753
  application/json:
3733
3754
  type: ManagedContentSpaceMemberCollectionRepresentation
3734
- post:
3735
- description: Add a member with a role to a content space
3736
- responses:
3737
- '200':
3738
- description: Success
3739
- body:
3740
- application/json:
3741
- type: ManagedContentSpaceMemberRepresentation
3742
- body:
3743
- application/json:
3744
- type: ManagedContentSpaceMemberInputRepresentation
3745
- (oas-body-name): member
3755
+ # TODO: Hand rolled
3756
+ # post:
3757
+ # description: Add a member with a role to a content space
3758
+ # responses:
3759
+ # '200':
3760
+ # description: Success
3761
+ # body:
3762
+ # application/json:
3763
+ # type: ManagedContentSpaceMemberRepresentation
3764
+ # body:
3765
+ # application/json:
3766
+ # type: ManagedContentSpaceMemberInputRepresentation
3767
+ # (oas-body-name): member
3746
3768
  uriParameters:
3747
3769
  contentSpaceId:
3748
3770
  type: string
@@ -3753,19 +3775,20 @@ types:
3753
3775
  responses:
3754
3776
  '200':
3755
3777
  description: Success
3756
- patch:
3757
- description: Update the membership in a content space for a member with
3758
- a new role
3759
- responses:
3760
- '200':
3761
- description: Success
3762
- body:
3763
- application/json:
3764
- type: ManagedContentSpaceMemberRepresentation
3765
- body:
3766
- application/json:
3767
- type: ManagedContentSpaceMemberInputRepresentation
3768
- (oas-body-name): member
3778
+ # TODO: Hand rolled
3779
+ # patch:
3780
+ # description: Update the membership in a content space for a member with
3781
+ # a new role
3782
+ # responses:
3783
+ # '200':
3784
+ # description: Success
3785
+ # body:
3786
+ # application/json:
3787
+ # type: ManagedContentSpaceMemberRepresentation
3788
+ # body:
3789
+ # application/json:
3790
+ # type: ManagedContentSpaceMemberInputRepresentation
3791
+ # (oas-body-name): member
3769
3792
  uriParameters:
3770
3793
  contentSpaceId:
3771
3794
  type: string
@@ -3806,15 +3829,16 @@ types:
3806
3829
  - AuthoringRole
3807
3830
  - SiteRole
3808
3831
  /translation:
3809
- post:
3810
- description: Create a translation job
3811
- responses:
3812
- '200':
3813
- description: Success
3814
- body:
3815
- application/json:
3816
- type: ManagedContentTranslationRepresentation
3817
- body:
3818
- application/json:
3819
- type: ManagedContentTranslationRequestInputRep
3820
- (oas-body-name): translationRequest
3832
+ # TODO: Hand rolled
3833
+ # post:
3834
+ # description: Create a translation job
3835
+ # responses:
3836
+ # '200':
3837
+ # description: Success
3838
+ # body:
3839
+ # application/json:
3840
+ # type: ManagedContentTranslationRepresentation
3841
+ # body:
3842
+ # application/json:
3843
+ # type: ManagedContentTranslationRequestInputRep
3844
+ # (oas-body-name): translationRequest