@salesforce/lds-adapters-cms-authoring 1.134.2 → 1.134.3

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 (20) hide show
  1. package/package.json +1 -1
  2. package/sfdc/index.js +1 -1
  3. package/src/raml/api.raml +240 -224
  4. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsContentVersionByManagedContentVersionId.d.ts +0 -21
  5. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +0 -21
  6. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +0 -14
  7. package/dist/es/es2018/types/src/generated/resources/postCmsDeliveryChannelsVariantsByChannelId.d.ts +0 -16
  8. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentKeysByChannelId.d.ts +0 -16
  9. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentTypesByChannelId.d.ts +0 -15
  10. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsNodeIdsByChannelId.d.ts +0 -16
  11. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsExport.d.ts +0 -17
  12. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsImport.d.ts +0 -16
  13. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionByContentSpaceId.d.ts +0 -24
  14. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionsByContentSpaceId.d.ts +0 -15
  15. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentVariant.d.ts +0 -18
  16. package/dist/es/es2018/types/src/generated/resources/postConnectCmsFolders.d.ts +0 -13
  17. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesContentVersionsByContentSpaceId.d.ts +0 -23
  18. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +0 -16
  19. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentTranslation.d.ts +0 -15
  20. package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentVersionByManagedContentVersionId.d.ts +0 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-authoring",
3
- "version": "1.134.2",
3
+ "version": "1.134.3",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for CMS authoring APIs",
6
6
  "main": "dist/es/es2018/cms-authoring.js",
package/sfdc/index.js CHANGED
@@ -7407,4 +7407,4 @@ withDefaultLuvio((luvio) => {
7407
7407
  });
7408
7408
 
7409
7409
  export { createDeployment, createManagedContent, createManagedContentExportV2Job, createManagedContentImportV2Job, createManagedContentVariant, createTranslationV2Job, deleteManagedContentVariant, getCollectionItems, getCollectionItems_imperative, getManagedContent, getManagedContentByFolderId, getManagedContentByFolderId_imperative, getManagedContentReferencedBy, getManagedContentReferencedBy_imperative, getManagedContentSpace, getManagedContentSpaceNotifyChange, getManagedContentSpace_imperative, getManagedContentSpaces, getManagedContentSpaces_imperative, getManagedContentVariant, getManagedContentVariantNotifyChange, getManagedContentVariantReferences, getManagedContentVariantReferences_imperative, getManagedContentVariantRendition, getManagedContentVariantRendition_imperative, getManagedContentVariantVersions, getManagedContentVariantVersionsNotifyChange, getManagedContentVariantVersions_imperative, getManagedContentVariant_imperative, getManagedContent_imperative, getSearchResults, getSearchResults_imperative, patchManagedContentSpace, publishManagedContent, replaceManagedContentVariant, unpublishManagedContent };
7410
- // version: 1.134.2-29b530b89
7410
+ // version: 1.134.3-ea1008c6e
package/src/raml/api.raml CHANGED
@@ -2925,20 +2925,21 @@ types:
2925
2925
  /cms:
2926
2926
  /delivery:
2927
2927
  /channels/{channelId}/variants:
2928
- post:
2929
- description: Get a list of variants published to a channel filtered by a
2930
- variant key and list of contentIds
2931
- responses:
2932
- '200':
2933
- description: Success
2934
- body:
2935
- application/json:
2936
- type: MCDeliveryV2VariantCollectionRepresentation
2937
- body:
2938
- application/json:
2939
- type: MCDeliveryV2VariantInputRepresentation
2940
- #required: false # TODO hand rolled. W-9275477
2941
- (oas-body-name): MCVariantDeliveryByContentIdAndVariantKey
2928
+ # TODO: Hand rolled
2929
+ # post:
2930
+ # description: Get a list of variants published to a channel filtered by a
2931
+ # variant key and list of contentIds
2932
+ # responses:
2933
+ # '200':
2934
+ # description: Success
2935
+ # body:
2936
+ # application/json:
2937
+ # type: MCDeliveryV2VariantCollectionRepresentation
2938
+ # body:
2939
+ # application/json:
2940
+ # type: MCDeliveryV2VariantInputRepresentation
2941
+ # #required: false # TODO hand rolled. W-9275477
2942
+ # (oas-body-name): MCVariantDeliveryByContentIdAndVariantKey
2942
2943
  uriParameters:
2943
2944
  channelId:
2944
2945
  type: string
@@ -3150,56 +3151,59 @@ types:
3150
3151
  required: true
3151
3152
  /site-delivery/{channelId}/contents:
3152
3153
  /content-keys:
3153
- post:
3154
- description: Get the contents published to a site by their content keys
3155
- responses:
3156
- '200':
3157
- description: Success
3158
- body:
3159
- application/json:
3160
- type: MCSiteContentCollectionRepresentation
3161
- body:
3162
- application/json:
3163
- type: MCSiteDeliveryByContentKeysInputRepresentation
3164
- #required: false # TODO hand rolled. W-9275477
3165
- (oas-body-name): SiteDeliveryByContentKeys
3154
+ # TODO: Hand rolled
3155
+ # post:
3156
+ # description: Get the contents published to a site by their content keys
3157
+ # responses:
3158
+ # '200':
3159
+ # description: Success
3160
+ # body:
3161
+ # application/json:
3162
+ # type: MCSiteContentCollectionRepresentation
3163
+ # body:
3164
+ # application/json:
3165
+ # type: MCSiteDeliveryByContentKeysInputRepresentation
3166
+ # #required: false # TODO hand rolled. W-9275477
3167
+ # (oas-body-name): SiteDeliveryByContentKeys
3166
3168
  uriParameters:
3167
3169
  channelId:
3168
3170
  type: string
3169
3171
  required: true
3170
3172
  /content-types:
3171
- post:
3172
- description: Get the contents published to a site by their content types
3173
- responses:
3174
- '200':
3175
- description: Success
3176
- body:
3177
- application/json:
3178
- type: ManagedContentCollectionRepresentation
3179
- body:
3180
- application/json:
3181
- type: MCSiteDeliveryByContentTypesInputRepresentation
3182
- #required: false # TODO hand rolled. W-9275477
3183
- (oas-body-name): SiteDeliveryByContentTypes
3173
+ # TODO: Hand rolled
3174
+ # post:
3175
+ # description: Get the contents published to a site by their content types
3176
+ # responses:
3177
+ # '200':
3178
+ # description: Success
3179
+ # body:
3180
+ # application/json:
3181
+ # type: ManagedContentCollectionRepresentation
3182
+ # body:
3183
+ # application/json:
3184
+ # type: MCSiteDeliveryByContentTypesInputRepresentation
3185
+ # #required: false # TODO hand rolled. W-9275477
3186
+ # (oas-body-name): SiteDeliveryByContentTypes
3184
3187
  uriParameters:
3185
3188
  channelId:
3186
3189
  type: string
3187
3190
  required: true
3188
3191
  /node-ids:
3189
- post:
3190
- description: Get the nodes in a content published to a site by their node
3191
- ids
3192
- responses:
3193
- '200':
3194
- description: Success
3195
- body:
3196
- application/json:
3197
- type: MCSiteNodeCollectionRepresentation
3198
- body:
3199
- application/json:
3200
- type: MCSiteDeliveryByNodesInputRepresentation
3201
- #required: false # TODO hand rolled. W-9275477
3202
- (oas-body-name): SiteDeliveryByNodeIds
3192
+ # TODO: Hand rolled
3193
+ # post:
3194
+ # description: Get the nodes in a content published to a site by their node
3195
+ # ids
3196
+ # responses:
3197
+ # '200':
3198
+ # description: Success
3199
+ # body:
3200
+ # application/json:
3201
+ # type: MCSiteNodeCollectionRepresentation
3202
+ # body:
3203
+ # application/json:
3204
+ # type: MCSiteDeliveryByNodesInputRepresentation
3205
+ # #required: false # TODO hand rolled. W-9275477
3206
+ # (oas-body-name): SiteDeliveryByNodeIds
3203
3207
  uriParameters:
3204
3208
  channelId:
3205
3209
  type: string
@@ -3304,33 +3308,35 @@ types:
3304
3308
  (oas-collectionFormat): csv
3305
3309
  /jobs:
3306
3310
  /export:
3307
- post:
3308
- description: Create a job for exporting Managed Content
3309
- responses:
3310
- '200':
3311
- description: Success
3312
- body:
3313
- application/json:
3314
- type: ManagedContentJobRepresentation
3315
- body:
3316
- application/json:
3317
- type: ManagedContentExportContentJobRequestInputRepresentation
3318
- #required: false # TODO hand rolled. W-9275477
3319
- (oas-body-name): managedContentJobRequest
3311
+ # TODO: Hand rolled
3312
+ # post:
3313
+ # description: Create a job for exporting Managed Content
3314
+ # responses:
3315
+ # '200':
3316
+ # description: Success
3317
+ # body:
3318
+ # application/json:
3319
+ # type: ManagedContentJobRepresentation
3320
+ # body:
3321
+ # application/json:
3322
+ # type: ManagedContentExportContentJobRequestInputRepresentation
3323
+ # #required: false # TODO hand rolled. W-9275477
3324
+ # (oas-body-name): managedContentJobRequest
3320
3325
  /import:
3321
- post:
3322
- description: Create a job for importing Managed Content
3323
- responses:
3324
- '200':
3325
- description: Success
3326
- body:
3327
- application/json:
3328
- type: ManagedContentJobRepresentation
3329
- body:
3330
- application/json:
3331
- type: ManagedContentJobRequestInputRepresentation
3332
- #required: false # TODO hand rolled. W-9275477
3333
- (oas-body-name): managedContentJobRequest
3326
+ # TODO: Hand rolled
3327
+ # post:
3328
+ # description: Create a job for importing Managed Content
3329
+ # responses:
3330
+ # '200':
3331
+ # description: Success
3332
+ # body:
3333
+ # application/json:
3334
+ # type: ManagedContentJobRepresentation
3335
+ # body:
3336
+ # application/json:
3337
+ # type: ManagedContentJobRequestInputRepresentation
3338
+ # #required: false # TODO hand rolled. W-9275477
3339
+ # (oas-body-name): managedContentJobRequest
3334
3340
  /{jobId}:
3335
3341
  delete:
3336
3342
  description: Delete an instance of a ManagedContentImportExportJob.
@@ -3369,55 +3375,58 @@ types:
3369
3375
  type: string
3370
3376
  required: true
3371
3377
  /version:
3372
- post:
3373
- description: Create Managed Content Version for Json store
3374
- responses:
3375
- '200':
3376
- description: Success
3377
- body:
3378
- application/json:
3379
- type: ManagedContentVersionV2Representation
3380
- body:
3381
- application/json:
3382
- type: ManagedContentVersionV2InputRepresentation
3383
- #required: false # TODO hand rolled. W-9275477
3384
- (oas-body-name): managedContentVersionV2Request
3378
+ # TODO: Hand rolled
3379
+ # post:
3380
+ # description: Create Managed Content Version for Json store
3381
+ # responses:
3382
+ # '200':
3383
+ # description: Success
3384
+ # body:
3385
+ # application/json:
3386
+ # type: ManagedContentVersionV2Representation
3387
+ # body:
3388
+ # application/json:
3389
+ # type: ManagedContentVersionV2InputRepresentation
3390
+ # #required: false # TODO hand rolled. W-9275477
3391
+ # (oas-body-name): managedContentVersionV2Request
3385
3392
  uriParameters:
3386
3393
  contentSpaceId:
3387
3394
  type: string
3388
3395
  required: true
3389
3396
  /versions:
3390
- post:
3391
- description: Create Managed Content Versions for Json store
3392
- responses:
3393
- '200':
3394
- description: Success
3395
- body:
3396
- application/json:
3397
- type: ManagedContentVersionV2CollectionRepresentation
3398
- body:
3399
- application/json:
3400
- type: ManagedContentVersionV2CollectionInputRepresentation
3401
- #required: false # TODO hand rolled. W-9275477
3402
- (oas-body-name): managedContentVersionV2CollectionRequest
3397
+ # TODO: Hand rolled
3398
+ # post:
3399
+ # description: Create Managed Content Versions for Json store
3400
+ # responses:
3401
+ # '200':
3402
+ # description: Success
3403
+ # body:
3404
+ # application/json:
3405
+ # type: ManagedContentVersionV2CollectionRepresentation
3406
+ # body:
3407
+ # application/json:
3408
+ # type: ManagedContentVersionV2CollectionInputRepresentation
3409
+ # #required: false # TODO hand rolled. W-9275477
3410
+ # (oas-body-name): managedContentVersionV2CollectionRequest
3403
3411
  uriParameters:
3404
3412
  contentSpaceId:
3405
3413
  type: string
3406
3414
  required: true
3407
3415
  /variant:
3408
- post:
3409
- description: Create a managed content variant
3410
- responses:
3411
- '200':
3412
- description: Success
3413
- body:
3414
- application/json:
3415
- type: ManagedContentVariantV1Representation
3416
- body:
3417
- application/json:
3418
- type: ManagedContentVariantV1InputRep
3419
- #required: false # TODO hand rolled. W-9275477
3420
- (oas-body-name): variantRequest
3416
+ # TODO: Hand rolled
3417
+ # post:
3418
+ # description: Create a managed content variant
3419
+ # responses:
3420
+ # '200':
3421
+ # description: Success
3422
+ # body:
3423
+ # application/json:
3424
+ # type: ManagedContentVariantV1Representation
3425
+ # body:
3426
+ # application/json:
3427
+ # type: ManagedContentVariantV1InputRep
3428
+ # #required: false # TODO hand rolled. W-9275477
3429
+ # (oas-body-name): variantRequest
3421
3430
  /version/{managedContentVersionId}:
3422
3431
  get:
3423
3432
  description: Get a single managed content version
@@ -3434,32 +3443,33 @@ types:
3434
3443
  variantType:
3435
3444
  type: string
3436
3445
  required: false
3437
- patch:
3438
- description: Patch a single managed content version
3439
- responses:
3440
- '200':
3441
- description: Success
3442
- body:
3443
- application/json:
3444
- type: ManagedContentVersionV2Representation
3445
- body:
3446
- application/json:
3447
- type: ManagedContentVersionV2InputRepresentation
3448
- #required: false # TODO hand rolled. W-9275477
3449
- (oas-body-name): managedContentVersionV2Request
3450
- put:
3451
- description: Put a single managed content version
3452
- responses:
3453
- '200':
3454
- description: Success
3455
- body:
3456
- application/json:
3457
- type: ManagedContentVersionV2Representation
3458
- body:
3459
- application/json:
3460
- type: ManagedContentVersionV2InputRepresentation
3461
- #required: false # TODO hand rolled. W-9275477
3462
- (oas-body-name): managedContentVersionV2Request
3446
+ # TODO: Hand rolled
3447
+ # patch:
3448
+ # description: Patch a single managed content version
3449
+ # responses:
3450
+ # '200':
3451
+ # description: Success
3452
+ # body:
3453
+ # application/json:
3454
+ # type: ManagedContentVersionV2Representation
3455
+ # body:
3456
+ # application/json:
3457
+ # type: ManagedContentVersionV2InputRepresentation
3458
+ # #required: false # TODO hand rolled. W-9275477
3459
+ # (oas-body-name): managedContentVersionV2Request
3460
+ # put:
3461
+ # description: Put a single managed content version
3462
+ # responses:
3463
+ # '200':
3464
+ # description: Success
3465
+ # body:
3466
+ # application/json:
3467
+ # type: ManagedContentVersionV2Representation
3468
+ # body:
3469
+ # application/json:
3470
+ # type: ManagedContentVersionV2InputRepresentation
3471
+ # #required: false # TODO hand rolled. W-9275477
3472
+ # (oas-body-name): managedContentVersionV2Request
3463
3473
  uriParameters:
3464
3474
  managedContentVersionId:
3465
3475
  type: string
@@ -3730,19 +3740,20 @@ types:
3730
3740
  type: string
3731
3741
  required: true
3732
3742
  /folders:
3733
- post:
3734
- description: Create a space folder
3735
- responses:
3736
- '200':
3737
- description: Success
3738
- body:
3739
- application/json:
3740
- type: ManagedContentSpaceFolderRepresentation
3741
- body:
3742
- application/json:
3743
- type: ManagedContentSpaceFolderInputRep
3744
- #required: false # TODO hand rolled. W-9275477
3745
- (oas-body-name): managedContentSpaceFolderInput
3743
+ # TODO: Hand rolled
3744
+ # post:
3745
+ # description: Create a space folder
3746
+ # responses:
3747
+ # '200':
3748
+ # description: Success
3749
+ # body:
3750
+ # application/json:
3751
+ # type: ManagedContentSpaceFolderRepresentation
3752
+ # body:
3753
+ # application/json:
3754
+ # type: ManagedContentSpaceFolderInputRep
3755
+ # #required: false # TODO hand rolled. W-9275477
3756
+ # (oas-body-name): managedContentSpaceFolderInput
3746
3757
  /folders/{folderId}:
3747
3758
  get:
3748
3759
  description: Get information of a folder
@@ -4130,19 +4141,20 @@ types:
4130
4141
  /managed-content:
4131
4142
  /content-spaces/{contentSpaceId}:
4132
4143
  /content-versions:
4133
- post:
4134
- description: Create a manage content version
4135
- responses:
4136
- '200':
4137
- description: Success
4138
- body:
4139
- application/json:
4140
- type: ManagedContentVersionInternalRepresentation
4141
- body:
4142
- application/json:
4143
- type: ManagedContentVersionInputRep
4144
- #required: false # TODO hand rolled. W-9275477
4145
- (oas-body-name): contentVersion
4144
+ # TODO: Hand rolled
4145
+ # post:
4146
+ # description: Create a manage content version
4147
+ # responses:
4148
+ # '200':
4149
+ # description: Success
4150
+ # body:
4151
+ # application/json:
4152
+ # type: ManagedContentVersionInternalRepresentation
4153
+ # body:
4154
+ # application/json:
4155
+ # type: ManagedContentVersionInputRep
4156
+ # #required: false # TODO hand rolled. W-9275477
4157
+ # (oas-body-name): contentVersion
4146
4158
  uriParameters:
4147
4159
  contentSpaceId:
4148
4160
  type: string
@@ -4160,19 +4172,20 @@ types:
4160
4172
  language:
4161
4173
  type: string
4162
4174
  required: false
4163
- patch:
4164
- description: Update a managed content version
4165
- responses:
4166
- '200':
4167
- description: Success
4168
- body:
4169
- application/json:
4170
- type: ManagedContentVersionInternalRepresentation
4171
- body:
4172
- application/json:
4173
- type: ManagedContentVersionInputRep
4174
- #required: false # TODO hand rolled. W-9275477
4175
- (oas-body-name): contentVersion
4175
+ # TODO: Hand rolled
4176
+ # patch:
4177
+ # description: Update a managed content version
4178
+ # responses:
4179
+ # '200':
4180
+ # description: Success
4181
+ # body:
4182
+ # application/json:
4183
+ # type: ManagedContentVersionInternalRepresentation
4184
+ # body:
4185
+ # application/json:
4186
+ # type: ManagedContentVersionInputRep
4187
+ # #required: false # TODO hand rolled. W-9275477
4188
+ # (oas-body-name): contentVersion
4176
4189
  uriParameters:
4177
4190
  contentSpaceId:
4178
4191
  type: string
@@ -4215,19 +4228,20 @@ types:
4215
4228
  body:
4216
4229
  application/json:
4217
4230
  type: ManagedContentSpaceMemberCollectionRepresentation
4218
- post:
4219
- description: Add a member with a role to a content space
4220
- responses:
4221
- '200':
4222
- description: Success
4223
- body:
4224
- application/json:
4225
- type: ManagedContentSpaceMemberRepresentation
4226
- body:
4227
- application/json:
4228
- type: ManagedContentSpaceMemberInputRepresentation
4229
- #required: false # TODO hand rolled. W-9275477
4230
- (oas-body-name): member
4231
+ # TODO: Hand rolled
4232
+ # post:
4233
+ # description: Add a member with a role to a content space
4234
+ # responses:
4235
+ # '200':
4236
+ # description: Success
4237
+ # body:
4238
+ # application/json:
4239
+ # type: ManagedContentSpaceMemberRepresentation
4240
+ # body:
4241
+ # application/json:
4242
+ # type: ManagedContentSpaceMemberInputRepresentation
4243
+ # #required: false # TODO hand rolled. W-9275477
4244
+ # (oas-body-name): member
4231
4245
  uriParameters:
4232
4246
  contentSpaceId:
4233
4247
  type: string
@@ -4238,20 +4252,21 @@ types:
4238
4252
  responses:
4239
4253
  '200':
4240
4254
  description: Success
4241
- patch:
4242
- description: Update the membership in a content space for a member with
4243
- a new role
4244
- responses:
4245
- '200':
4246
- description: Success
4247
- body:
4248
- application/json:
4249
- type: ManagedContentSpaceMemberRepresentation
4250
- body:
4251
- application/json:
4252
- type: ManagedContentSpaceMemberInputRepresentation
4253
- #required: false # TODO hand rolled. W-9275477
4254
- (oas-body-name): member
4255
+ # TODO: Hand rolled
4256
+ # patch:
4257
+ # description: Update the membership in a content space for a member with
4258
+ # a new role
4259
+ # responses:
4260
+ # '200':
4261
+ # description: Success
4262
+ # body:
4263
+ # application/json:
4264
+ # type: ManagedContentSpaceMemberRepresentation
4265
+ # body:
4266
+ # application/json:
4267
+ # type: ManagedContentSpaceMemberInputRepresentation
4268
+ # #required: false # TODO hand rolled. W-9275477
4269
+ # (oas-body-name): member
4255
4270
  uriParameters:
4256
4271
  contentSpaceId:
4257
4272
  type: string
@@ -4292,16 +4307,17 @@ types:
4292
4307
  - AuthoringRole
4293
4308
  - SiteRole
4294
4309
  /translation:
4295
- post:
4296
- description: Create a translation job
4297
- responses:
4298
- '200':
4299
- description: Success
4300
- body:
4301
- application/json:
4302
- type: ManagedContentTranslationRepresentation
4303
- body:
4304
- application/json:
4305
- type: ManagedContentTranslationRequestInputRep
4306
- #required: false # TODO hand rolled. W-9275477
4307
- (oas-body-name): translationRequest
4310
+ # TODO: Hand rolled
4311
+ # post:
4312
+ # description: Create a translation job
4313
+ # responses:
4314
+ # '200':
4315
+ # description: Success
4316
+ # body:
4317
+ # application/json:
4318
+ # type: ManagedContentTranslationRepresentation
4319
+ # body:
4320
+ # application/json:
4321
+ # type: ManagedContentTranslationRequestInputRep
4322
+ # #required: false # TODO hand rolled. W-9275477
4323
+ # (oas-body-name): translationRequest
@@ -1,21 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- export interface ResourceRequestConfig {
3
- urlParams: {
4
- managedContentVersionId: string;
5
- };
6
- body: {
7
- body: {
8
- [key: string]: {};
9
- };
10
- contentKey: string;
11
- language: string;
12
- managedContentId: string;
13
- parentIdOrKey: string;
14
- title: string;
15
- type: string;
16
- urlName: string;
17
- };
18
- }
19
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
20
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
21
- export default createResourceRequest;
@@ -1,21 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- export interface ResourceRequestConfig {
3
- urlParams: {
4
- contentSpaceId: string;
5
- managedContentVersionId: string;
6
- };
7
- body: {
8
- associations: {};
9
- body: {
10
- [key: string]: {};
11
- };
12
- managedContentId: string;
13
- spaceFolderId: string;
14
- title: string;
15
- type: string;
16
- urlName: string;
17
- };
18
- }
19
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
20
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
21
- export default createResourceRequest;
@@ -1,14 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- export interface ResourceRequestConfig {
3
- urlParams: {
4
- contentSpaceId: string;
5
- memberIdOrMe: string;
6
- };
7
- body: {
8
- memberId: string;
9
- roleId: string;
10
- };
11
- }
12
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
14
- export default createResourceRequest;
@@ -1,16 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { MCDeliveryV2VariantCollectionRepresentation as types_MCDeliveryV2VariantCollectionRepresentation_MCDeliveryV2VariantCollectionRepresentation } from '../types/MCDeliveryV2VariantCollectionRepresentation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- channelId: string;
6
- };
7
- body: {
8
- contentIds: Array<string>;
9
- variantKey: string;
10
- };
11
- }
12
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_MCDeliveryV2VariantCollectionRepresentation_MCDeliveryV2VariantCollectionRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_MCDeliveryV2VariantCollectionRepresentation_MCDeliveryV2VariantCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_MCDeliveryV2VariantCollectionRepresentation_MCDeliveryV2VariantCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_MCDeliveryV2VariantCollectionRepresentation_MCDeliveryV2VariantCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_MCDeliveryV2VariantCollectionRepresentation_MCDeliveryV2VariantCollectionRepresentation, any>;
15
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
- export default createResourceRequest;
@@ -1,16 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { MCSiteContentCollectionRepresentation as types_MCSiteContentCollectionRepresentation_MCSiteContentCollectionRepresentation } from '../types/MCSiteContentCollectionRepresentation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- channelId: string;
6
- };
7
- body: {
8
- contentKeys: Array<string>;
9
- includeChildren: boolean;
10
- };
11
- }
12
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_MCSiteContentCollectionRepresentation_MCSiteContentCollectionRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_MCSiteContentCollectionRepresentation_MCSiteContentCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_MCSiteContentCollectionRepresentation_MCSiteContentCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_MCSiteContentCollectionRepresentation_MCSiteContentCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_MCSiteContentCollectionRepresentation_MCSiteContentCollectionRepresentation, any>;
15
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
- export default createResourceRequest;
@@ -1,15 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentCollectionRepresentation as types_ManagedContentCollectionRepresentation_ManagedContentCollectionRepresentation } from '../types/ManagedContentCollectionRepresentation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- channelId: string;
6
- };
7
- body: {
8
- contentTypes: Array<string>;
9
- };
10
- }
11
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentCollectionRepresentation_ManagedContentCollectionRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentCollectionRepresentation_ManagedContentCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentCollectionRepresentation_ManagedContentCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentCollectionRepresentation_ManagedContentCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentCollectionRepresentation_ManagedContentCollectionRepresentation, any>;
14
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
- export default createResourceRequest;
@@ -1,16 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { MCSiteNodeCollectionRepresentation as types_MCSiteNodeCollectionRepresentation_MCSiteNodeCollectionRepresentation } from '../types/MCSiteNodeCollectionRepresentation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- channelId: string;
6
- };
7
- body: {
8
- contentKey: string;
9
- nodeIds: Array<string>;
10
- };
11
- }
12
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_MCSiteNodeCollectionRepresentation_MCSiteNodeCollectionRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_MCSiteNodeCollectionRepresentation_MCSiteNodeCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_MCSiteNodeCollectionRepresentation_MCSiteNodeCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_MCSiteNodeCollectionRepresentation_MCSiteNodeCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_MCSiteNodeCollectionRepresentation_MCSiteNodeCollectionRepresentation, any>;
15
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
- export default createResourceRequest;
@@ -1,17 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentJobRepresentation as types_ManagedContentJobRepresentation_ManagedContentJobRepresentation } from '../types/ManagedContentJobRepresentation';
3
- export interface ResourceRequestConfig {
4
- body: {
5
- contentSpaceId: string;
6
- folderIds: Array<string>;
7
- includeReferenceContent: boolean;
8
- managedContentIds: Array<string>;
9
- name: string;
10
- parentFolderId: string;
11
- };
12
- }
13
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
14
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentJobRepresentation_ManagedContentJobRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
15
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentJobRepresentation_ManagedContentJobRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentJobRepresentation_ManagedContentJobRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentJobRepresentation_ManagedContentJobRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentJobRepresentation_ManagedContentJobRepresentation, any>;
16
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
- export default createResourceRequest;
@@ -1,16 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentJobRepresentation as types_ManagedContentJobRepresentation_ManagedContentJobRepresentation } from '../types/ManagedContentJobRepresentation';
3
- export interface ResourceRequestConfig {
4
- body: {
5
- autoPublish: boolean;
6
- contentBodyId: string;
7
- contentSpaceId: string;
8
- includeContentKey: boolean;
9
- name: string;
10
- };
11
- }
12
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentJobRepresentation_ManagedContentJobRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentJobRepresentation_ManagedContentJobRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentJobRepresentation_ManagedContentJobRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentJobRepresentation_ManagedContentJobRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentJobRepresentation_ManagedContentJobRepresentation, any>;
15
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
- export default createResourceRequest;
@@ -1,24 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentVersionV2Representation as types_ManagedContentVersionV2Representation_ManagedContentVersionV2Representation } from '../types/ManagedContentVersionV2Representation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- contentSpaceId: string;
6
- };
7
- body: {
8
- body: {
9
- [key: string]: {};
10
- };
11
- contentKey: string;
12
- language: string;
13
- managedContentId: string;
14
- parentIdOrKey: string;
15
- title: string;
16
- type: string;
17
- urlName: string;
18
- };
19
- }
20
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
21
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentVersionV2Representation_ManagedContentVersionV2Representation): $64$luvio_engine_DurableStoreKeyMetadataMap;
22
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentVersionV2Representation_ManagedContentVersionV2Representation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentVersionV2Representation_ManagedContentVersionV2Representation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentVersionV2Representation_ManagedContentVersionV2Representation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentVersionV2Representation_ManagedContentVersionV2Representation, any>;
23
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
24
- export default createResourceRequest;
@@ -1,15 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentVersionV2CollectionRepresentation as types_ManagedContentVersionV2CollectionRepresentation_ManagedContentVersionV2CollectionRepresentation } from '../types/ManagedContentVersionV2CollectionRepresentation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- contentSpaceId: string;
6
- };
7
- body: {
8
- managedContentVersions: Array<{}>;
9
- };
10
- }
11
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentVersionV2CollectionRepresentation_ManagedContentVersionV2CollectionRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentVersionV2CollectionRepresentation_ManagedContentVersionV2CollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentVersionV2CollectionRepresentation_ManagedContentVersionV2CollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentVersionV2CollectionRepresentation_ManagedContentVersionV2CollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentVersionV2CollectionRepresentation_ManagedContentVersionV2CollectionRepresentation, any>;
14
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
- export default createResourceRequest;
@@ -1,18 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentVariantV1Representation as types_ManagedContentVariantV1Representation_ManagedContentVariantV1Representation } from '../types/ManagedContentVariantV1Representation';
3
- export interface ResourceRequestConfig {
4
- body: {
5
- body: {};
6
- language: string;
7
- managedContentVersionId: string;
8
- name: string;
9
- parentId: string;
10
- type: string;
11
- urlName: string;
12
- };
13
- }
14
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
15
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentVariantV1Representation_ManagedContentVariantV1Representation): $64$luvio_engine_DurableStoreKeyMetadataMap;
16
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentVariantV1Representation_ManagedContentVariantV1Representation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentVariantV1Representation_ManagedContentVariantV1Representation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentVariantV1Representation_ManagedContentVariantV1Representation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentVariantV1Representation_ManagedContentVariantV1Representation, any>;
17
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
18
- export default createResourceRequest;
@@ -1,13 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentSpaceFolderRepresentation as types_ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation } from '../types/ManagedContentSpaceFolderRepresentation';
3
- export interface ResourceRequestConfig {
4
- body: {
5
- name: string;
6
- parentFolderId: string;
7
- };
8
- }
9
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation, any>;
12
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
- export default createResourceRequest;
@@ -1,23 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentVersionInternalRepresentation as types_ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation } from '../types/ManagedContentVersionInternalRepresentation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- contentSpaceId: string;
6
- };
7
- body: {
8
- associations: {};
9
- body: {
10
- [key: string]: {};
11
- };
12
- managedContentId: string;
13
- spaceFolderId: string;
14
- title: string;
15
- type: string;
16
- urlName: string;
17
- };
18
- }
19
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
20
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation, any>;
22
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
23
- export default createResourceRequest;
@@ -1,16 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentSpaceMemberRepresentation as types_ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation } from '../types/ManagedContentSpaceMemberRepresentation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- contentSpaceId: string;
6
- };
7
- body: {
8
- memberId: string;
9
- roleId: string;
10
- };
11
- }
12
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation, any>;
15
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
- export default createResourceRequest;
@@ -1,15 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ManagedContentTranslationRepresentation as types_ManagedContentTranslationRepresentation_ManagedContentTranslationRepresentation } from '../types/ManagedContentTranslationRepresentation';
3
- export interface ResourceRequestConfig {
4
- body: {
5
- contentBodyId: string;
6
- managedContentSpaceId: string;
7
- name: string;
8
- type: string;
9
- };
10
- }
11
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ManagedContentTranslationRepresentation_ManagedContentTranslationRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ManagedContentTranslationRepresentation_ManagedContentTranslationRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ManagedContentTranslationRepresentation_ManagedContentTranslationRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ManagedContentTranslationRepresentation_ManagedContentTranslationRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ManagedContentTranslationRepresentation_ManagedContentTranslationRepresentation, any>;
14
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
- export default createResourceRequest;
@@ -1,21 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- export interface ResourceRequestConfig {
3
- urlParams: {
4
- managedContentVersionId: string;
5
- };
6
- body: {
7
- body: {
8
- [key: string]: {};
9
- };
10
- contentKey: string;
11
- language: string;
12
- managedContentId: string;
13
- parentIdOrKey: string;
14
- title: string;
15
- type: string;
16
- urlName: string;
17
- };
18
- }
19
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
20
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
21
- export default createResourceRequest;