@salesforce/lds-adapters-cdp-data-clean-room 1.354.0-dev1 → 1.354.0-dev11

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 (47) hide show
  1. package/dist/es/es2018/cdp-data-clean-room.js +2698 -114
  2. package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +17 -0
  3. package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomCollaboration.d.ts +22 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomSpecification.d.ts +22 -0
  5. package/dist/es/es2018/types/src/generated/adapters/executeDataCleanRoomQuery.d.ts +17 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getAllDataCleanRoomQueryPaginated.d.ts +31 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getAllDataCleanRoomsPaginated.d.ts +30 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomProvidersPaginated.d.ts +1 -1
  9. package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomSpecificationsPaginated.d.ts +30 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomTemplatePaginated.d.ts +29 -0
  11. package/dist/es/es2018/types/src/generated/adapters/rejectDataCleanRoomInvitation.d.ts +16 -0
  12. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
  13. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +14 -1
  14. package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomCollaborations.d.ts +18 -0
  15. package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomCollaborationsJobsByCollaborationIdOrApiName.d.ts +21 -0
  16. package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomProviders.d.ts +1 -1
  17. package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomSpecifications.d.ts +18 -0
  18. package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomTemplates.d.ts +17 -0
  19. package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborations.d.ts +19 -0
  20. package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborationsActionsRunByCollaborationIdOrApiName.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomSpecifications.d.ts +19 -0
  22. package/dist/es/es2018/types/src/generated/resources/putSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.d.ts +16 -0
  23. package/dist/es/es2018/types/src/generated/resources/putSsotDataCleanRoomCollaborationsActionsRejectInvitationByCollaborationIdOrApiName.d.ts +15 -0
  24. package/dist/es/es2018/types/src/generated/types/CdpUserRepresentation.d.ts +3 -3
  25. package/dist/es/es2018/types/src/generated/types/DataCleanRoomAcceptInvitationInputRepresentation.d.ts +31 -0
  26. package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationCollectionRepresentation.d.ts +44 -0
  27. package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationInputRepresentation.d.ts +49 -0
  28. package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts +81 -0
  29. package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationInputRepresentation.d.ts +49 -0
  30. package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationRepresentation.d.ts +84 -0
  31. package/dist/es/es2018/types/src/generated/types/DataCleanRoomMemberRepresentation.d.ts +58 -0
  32. package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobHistoryCollectionRepresentation.d.ts +44 -0
  33. package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobInputRepresentation.d.ts +31 -0
  34. package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobRepresentation.d.ts +77 -0
  35. package/dist/es/es2018/types/src/generated/types/DataCleanRoomRejectInvitationInputRepresentation.d.ts +28 -0
  36. package/dist/es/es2018/types/src/generated/types/DataCleanRoomSpecificationCollectionRepresentation.d.ts +53 -0
  37. package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateCollectionRepresentation.d.ts +44 -0
  38. package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateRepresentation.d.ts +62 -0
  39. package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeFilterOptionRepresentation.d.ts +31 -0
  40. package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeRepresentation.d.ts +72 -0
  41. package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingPathAttributeRepresentation.d.ts +31 -0
  42. package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingRepresentation.d.ts +60 -0
  43. package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingSubjectAttributeRepresentation.d.ts +37 -0
  44. package/package.json +3 -3
  45. package/sfdc/index.js +2911 -268
  46. package/src/raml/api.raml +794 -34
  47. package/src/raml/luvio.raml +65 -7
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '63.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v63.0
9
+ baseUri: /services/data/v64.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0
@@ -29,7 +29,7 @@ types:
29
29
  description: Represents a user
30
30
  type: object
31
31
  properties:
32
- id:
32
+ id?:
33
33
  description: The 18 character user ID
34
34
  type: string
35
35
  name?:
@@ -165,40 +165,800 @@ types:
165
165
  type: array
166
166
  items:
167
167
  type: string
168
+ UseCaseTemplateMappingAttributeRepresentation:
169
+ description: Represents Cdp Data Clean Room Mapping details
170
+ # TODO Hand-rolled: mulitple inheritance fix, unrolling CdpAssetBaseRepresentation
171
+ # type: CdpAssetBaseRepresentation
172
+ properties:
173
+ createdBy?:
174
+ description: Created by
175
+ type: CdpUserRepresentation
176
+ createdDate?:
177
+ description: Created date
178
+ type: string
179
+ dataMapping?:
180
+ description: Data Clean Room Data Mapping
181
+ type: UseCaseTemplateMappingRepresentation
182
+ id?:
183
+ description: The 18 character ID of the asset
184
+ type: string
185
+ label?:
186
+ description: Label of the asset
187
+ type: string
188
+ lastModifiedBy?:
189
+ description: Last modified by
190
+ type: CdpUserRepresentation
191
+ lastModifiedDate?:
192
+ description: Last modified date
193
+ type: string
194
+ name?:
195
+ description: Name of the asset
196
+ type: string
197
+ namespace?:
198
+ description: Namespace of the asset
199
+ type: string
200
+ url?:
201
+ description: Url
202
+ type: string
203
+ alias:
204
+ description: Attribute Alias
205
+ type: string
206
+ attributeId:
207
+ description: Attribute Id
208
+ type: string
209
+ required: false
210
+ path:
211
+ description: Attribute Path
212
+ type: array
213
+ items:
214
+ type: UseCaseTemplateMappingPathAttributeRepresentation
215
+ subjectAttribute:
216
+ description: Subject Attribute
217
+ type: UseCaseTemplateMappingSubjectAttributeRepresentation
218
+ filterOptions?:
219
+ description: Attribute Filter Option
220
+ type: UseCaseTemplateMappingAttributeFilterOptionRepresentation
221
+ UseCaseTemplateMappingPathAttributeRepresentation:
222
+ description: Data Clean Room UseCase Template Mapping Path Attribute Config
223
+ type: object
224
+ properties:
225
+ sourceAttribute:
226
+ description: Source attribute details in path component
227
+ type: any
228
+ targetAttribute:
229
+ description: Target attribute details in path component
230
+ type: any
231
+ UseCaseTemplateMappingRepresentation:
232
+ description: Represents Cdp Data Clean Room Mapping details
233
+ # TODO Hand-rolled: mulitple inheritance fix, unrolling CdpAssetBaseRepresentation
234
+ # type: CdpAssetBaseRepresentation
235
+ properties:
236
+ createdBy?:
237
+ description: Created by
238
+ type: CdpUserRepresentation
239
+ createdDate?:
240
+ description: Created date
241
+ type: string
242
+ id?:
243
+ description: The 18 character ID of the asset
244
+ type: string
245
+ label?:
246
+ description: Label of the asset
247
+ type: string
248
+ lastModifiedBy?:
249
+ description: Last modified by
250
+ type: CdpUserRepresentation
251
+ lastModifiedDate?:
252
+ description: Last modified date
253
+ type: string
254
+ name?:
255
+ description: Name of the asset
256
+ type: string
257
+ namespace?:
258
+ description: Namespace of the asset
259
+ type: string
260
+ url?:
261
+ description: Url
262
+ type: string
263
+ attributes:
264
+ description: UseCase Template Mapping attributes
265
+ type: array
266
+ items:
267
+ type: UseCaseTemplateMappingAttributeRepresentation
268
+ collaborationEntity:
269
+ description: UseCase Template Collaboration Entity for Mapping
270
+ type: string
271
+ UseCaseTemplateMappingSubjectAttributeRepresentation:
272
+ description: Data Clean Room UseCase Template Mapping Subject Attribute Config
273
+ type: object
274
+ properties:
275
+ fieldLabel:
276
+ description: Label of mapping field
277
+ type: string
278
+ fieldName:
279
+ description: Name of mapping field
280
+ type: string
281
+ objectLabel:
282
+ description: Label of mapping object
283
+ type: string
284
+ objectName:
285
+ description: Name of mapping object
286
+ type: string
287
+ DataCleanRoomDataSpecificationInputRepresentation:
288
+ description: Represents Cdp Data clean room Specification input
289
+ # TODO Hand-rolled: mulitple inheritance fix, unrolling CdpObjectBaseInputRepresentation
290
+ # type: CdpObjectBaseInputRepresentation
291
+ type: object
292
+ properties:
293
+ dataMapping:
294
+ description: Data Mapping details for the data clean room member
295
+ type: any
296
+ memberType:
297
+ description: Type of the data clean room member
298
+ type: string
299
+ ownerOrgId:
300
+ description: Data cloud orgId where the mapping is created
301
+ type: string
302
+ templateName:
303
+ description: Name of the use case template for which mapping is provided
304
+ type: string
305
+ name:
306
+ description: name
307
+ type: string
308
+ required: false
309
+ label:
310
+ description: label
311
+ type: string
312
+ required: true
313
+ description?:
314
+ description: description
315
+ type: string
316
+ dataspaceName:
317
+ description: dataspaceName
318
+ type: string
319
+ required: false
320
+ DataCleanRoomDataSpecificationRepresentation:
321
+ description: Represents Cdp Data Clean Room Specification
322
+ # TODO Hand-rolled: mulitple inheritance fix, unrolling CdpAssetBaseRepresentation
323
+ # type: CdpAssetBaseRepresentation
324
+ properties:
325
+ createdBy?:
326
+ description: Created by
327
+ type: CdpUserRepresentation
328
+ createdDate?:
329
+ description: Created date
330
+ type: string
331
+ dataMapping:
332
+ description: Data Clean Room Data Mapping
333
+ type: UseCaseTemplateMappingRepresentation
334
+ id:
335
+ description: The 18 character ID of the asset
336
+ type: string
337
+ label?:
338
+ description: Label of the asset
339
+ type: string
340
+ lastModifiedBy?:
341
+ description: Last modified by
342
+ type: CdpUserRepresentation
343
+ lastModifiedDate?:
344
+ description: Last modified date
345
+ type: string
346
+ name?:
347
+ description: Name of the asset
348
+ type: string
349
+ namespace?:
350
+ description: Namespace of the asset
351
+ type: string
352
+ url?:
353
+ description: Url
354
+ type: string
355
+ dataSpaceName:
356
+ description: Data Clean Room Specification DataSpace
357
+ type: string
358
+ description?:
359
+ description: Data Clean Room Specification Description
360
+ type: string
361
+ memberType:
362
+ description: Data Clean Room Member Type
363
+ type: string
364
+ enum:
365
+ - Consumer
366
+ - Provider
367
+ ownerOrgId?:
368
+ description: Data Clean Room Specification Owner Org ID
369
+ type: string
370
+ status:
371
+ description: Data Clean Room Data Specification Status
372
+ type: string
373
+ enum:
374
+ - Active
375
+ - Inactive
376
+ templateName:
377
+ description: Data Clean Room UseCase Template name
378
+ type: string
379
+ DataCleanRoomMemberRepresentation:
380
+ description: Represents Cdp Data Clean Room Members
381
+ type: object
382
+ properties:
383
+ invitationId:
384
+ description: Id of the invitation that enabled the member to be part of collaboration
385
+ type: string
386
+ invitationStatus:
387
+ description: Status of the invitation
388
+ type: string
389
+ enum:
390
+ - Accepted
391
+ - Pending
392
+ - Rejected
393
+ - Sent
394
+ - SentError
395
+ memberId:
396
+ description: Id of collaborating member
397
+ type: string
398
+ memberOrgId:
399
+ description: Id of the member org
400
+ type: string
401
+ memberStatus:
402
+ description: Status of the collaboration member
403
+ type: string
404
+ enum:
405
+ - Active
406
+ - Inactive
407
+ - Mapping_Incomplete
408
+ memberType:
409
+ description: Type of Member
410
+ type: string
411
+ enum:
412
+ - Consumer
413
+ - Provider
414
+ providerId:
415
+ description: Reference key to DataCleanRoomProvider record
416
+ type: string
417
+ specificationId?:
418
+ description: Reference key to DataCleanRoomDataSpecification
419
+ type: string
420
+ DataCleanRoomSpecificationCollectionRepresentation:
421
+ description: Represents Data Clean Room Specification Collection
422
+ # TODO Hand-rolled: discriminator fix, flattening CdpPaginatedResponseBaseRepresentation
423
+ # type: CdpPaginatedResponseBaseRepresentation
424
+ properties:
425
+ currentPageUrl:
426
+ description: Current page url
427
+ type: string
428
+ required: false
429
+ nextPageUrl:
430
+ description: Next page url if it exists
431
+ type: string | nil
432
+ required: false
433
+ totalSize:
434
+ description: Total size of collection
435
+ type: integer
436
+ required: false
437
+ cleanroomSpecifications:
438
+ description: List of data clean room specifications
439
+ type: array
440
+ items:
441
+ type: DataCleanRoomDataSpecificationRepresentation
442
+ limit:
443
+ description: Number of records present in this response
444
+ type: integer
445
+ offset:
446
+ description: Start offset of the next batch
447
+ type: integer
448
+ DataCleanRoomCollaborationInputRepresentation:
449
+ description: Represents Cdp Data clean room collaboration input
450
+ # TODO Hand-rolled: mulitple inheritance fix, unrolling CdpObjectBaseInputRepresentation
451
+ # type: CdpObjectBaseInputRepresentation
452
+ properties:
453
+ apiKey?:
454
+ description: Api key for collaboration
455
+ type: string
456
+ dataCloudOrgId:
457
+ description: Core org ID where Data cloud clean room is enabled
458
+ type: string
459
+ dataSpaceName?:
460
+ description: Name of data space where data clean is created
461
+ type: string
462
+ providerDevName:
463
+ description: Developer name of provider definition
464
+ type: string
465
+ specificationDevName:
466
+ description: Developer Name of DataCleanRoomSpecification
467
+ type: string
468
+ templateName:
469
+ description: Developer name of use case template that the collaboration will
470
+ support
471
+ type: string
472
+ label:
473
+ description: Label of the asset
474
+ type: string
475
+ description?:
476
+ description: Description of data clean room
477
+ type: string
478
+ DataCleanRoomCollaborationRepresentation:
479
+ description: Represents Cdp Data Clean Room Collaboration
480
+ # TODO Hand-rolled: mulitple inheritance fix, unrolling CdpAssetBaseRepresentation
481
+ # type: CdpAssetBaseRepresentation
482
+ properties:
483
+ createdBy?:
484
+ description: Created by
485
+ type: CdpUserRepresentation
486
+ createdDate?:
487
+ description: Created date
488
+ type: string
489
+ id:
490
+ description: The 18 character ID of the asset
491
+ type: string
492
+ label?:
493
+ description: Label of the asset
494
+ type: string
495
+ lastModifiedBy?:
496
+ description: Last modified by
497
+ type: CdpUserRepresentation
498
+ lastModifiedDate?:
499
+ description: Last modified date
500
+ type: string
501
+ name?:
502
+ description: Name of the asset
503
+ type: string
504
+ namespace?:
505
+ description: Namespace of the asset
506
+ type: string
507
+ url?:
508
+ description: Url
509
+ type: string
510
+ dataSpaceName?:
511
+ description: DataSpace dev name of data clean room
512
+ type: string
513
+ description?:
514
+ description: Description of data clean room
515
+ type: string
516
+ members:
517
+ description: List of all members
518
+ type: array
519
+ items:
520
+ type: DataCleanRoomMemberRepresentation
521
+ status:
522
+ description: Enum for status of data clean room
523
+ type: string
524
+ enum:
525
+ - Active
526
+ - Inactive
527
+ templateVersion:
528
+ description: Template Version Info for which data clean room is created
529
+ type: DataCleanRoomTemplateRepresentation
530
+ apiKey?:
531
+ description: Api key for collaboration
532
+ type: string
533
+ DataCleanRoomTemplateRepresentation:
534
+ description: Represents Cdp Data Clean Room Template
535
+ # TODO Hand-rolled: mulitple inheritance fix, unrolling CdpAssetBaseRepresentation
536
+ # type: CdpAssetBaseRepresentation
537
+ properties:
538
+ createdBy?:
539
+ description: Created by
540
+ type: CdpUserRepresentation
541
+ createdDate?:
542
+ description: Created date
543
+ type: string
544
+ id?:
545
+ description: The 18 character ID of the asset
546
+ type: string
547
+ label?:
548
+ description: Label of the asset
549
+ type: string
550
+ lastModifiedBy?:
551
+ description: Last modified by
552
+ type: CdpUserRepresentation
553
+ lastModifiedDate?:
554
+ description: Last modified date
555
+ type: string
556
+ name?:
557
+ description: Name of the asset
558
+ type: string
559
+ namespace?:
560
+ description: Namespace of the asset
561
+ type: string
562
+ url?:
563
+ description: Url
564
+ type: string
565
+ configuration:
566
+ description: Configuration for use case template
567
+ type: any
568
+ description:
569
+ description: Description of use case template
570
+ type: string
571
+ queryTemplate:
572
+ description: Defined Query template for use case template
573
+ type: any
574
+ DataCleanRoomCollaborationCollectionRepresentation:
575
+ description: Represents Data Clean Room Collaboration Collection
576
+ # TODO Hand-rolled: discriminator fix, flattening CdpPaginatedResponseBaseRepresentation
577
+ # type: CdpPaginatedResponseBaseRepresentation
578
+ properties:
579
+ currentPageUrl?:
580
+ description: Current page url
581
+ type: string
582
+ nextPageUrl?:
583
+ description: Next page url if it exists
584
+ type: string | nil
585
+ totalSize?:
586
+ description: Total size of collection
587
+ type: integer
588
+ collaborations:
589
+ description: List of Data Clean Rooms Collaborations
590
+ type: array
591
+ items:
592
+ type: DataCleanRoomCollaborationRepresentation
593
+ limit:
594
+ description: Number of records present in this response
595
+ type: integer
596
+ offset:
597
+ description: Number of records to skip for the next request
598
+ type: integer
599
+ DataCleanRoomTemplateCollectionRepresentation:
600
+ description: Represents Cdp Data Clean Room Template Collection
601
+ # TODO Hand-rolled: discriminator fix, flattening CdpPaginatedResponseBaseRepresentation
602
+ # type: CdpPaginatedResponseBaseRepresentation
603
+ properties:
604
+ currentPageUrl:
605
+ description: Current page url
606
+ type: string
607
+ required: false
608
+ nextPageUrl:
609
+ description: Next page url if it exists
610
+ type: string | nil
611
+ required: false
612
+ totalSize:
613
+ description: Total size of collection
614
+ type: integer
615
+ required: false
616
+ limit:
617
+ description: Number of records present in this response
618
+ type: integer
619
+ offset:
620
+ description: Number of records to skip for the next request
621
+ type: integer
622
+ templates:
623
+ description: List of Templates
624
+ type: array
625
+ items:
626
+ type: DataCleanRoomTemplateRepresentation
627
+
628
+ DataCleanRoomAcceptInvitationInputRepresentation:
629
+ description: Represents Cdp Data clean room Accept invitation input
630
+ type: object
631
+ properties:
632
+ invitationId:
633
+ description: Record Id of DataCleanRoomInvitation
634
+ type: string
635
+ specificationId:
636
+ description: Record Id of DataCleanRoomSpecification
637
+ type: string
638
+
639
+ DataCleanRoomRejectInvitationInputRepresentation:
640
+ description: Represents Cdp Data clean room Reject invitation input
641
+ type: object
642
+ properties:
643
+ invitationId:
644
+ description: Record Id of DataCleanRoomInvitation
645
+ type: string
646
+
647
+ UseCaseTemplateMappingAttributeFilterOptionRepresentation:
648
+ description: Data Clean Room UseCase Template Mapping Attribute Filter Config
649
+ type: object
650
+ properties:
651
+ operator:
652
+ description: Attribute Filter Operator
653
+ type: string
654
+ values:
655
+ description: Attribute Filter Values
656
+ type: array
657
+ items:
658
+ type: string
659
+
660
+ DataCleanRoomQueryJobInputRepresentation:
661
+ description: Represents Cdp Data clean room Query Job input
662
+ type: object
663
+ properties:
664
+ queryExecutionName:
665
+ description: Name of the Query that would be executed
666
+ type: string
667
+ segmentIds:
668
+ description: Segment IDs on which the query would be executed
669
+ type: array
670
+ items:
671
+ type: string
672
+
673
+ DataCleanRoomQueryJobRepresentation:
674
+ description: Represents Cdp Data Clean Room Query Job
675
+ # TODO Hand-rolled: mulitple inheritance fix, unrolling CdpAssetBaseRepresentation
676
+ # type: CdpAssetBaseRepresentation
677
+ properties:
678
+ createdBy?:
679
+ description: Created by
680
+ type: CdpUserRepresentation
681
+ createdDate?:
682
+ description: Created date
683
+ type: string
684
+ id:
685
+ description: The 18 character ID of the asset
686
+ type: string
687
+ label?:
688
+ description: Label of the asset
689
+ type: string
690
+ lastModifiedBy?:
691
+ description: Last modified by
692
+ type: CdpUserRepresentation
693
+ lastModifiedDate?:
694
+ description: Last modified date
695
+ type: string
696
+ name?:
697
+ description: Name of the asset
698
+ type: string
699
+ completedDate?:
700
+ description: Date time at which query run was completed
701
+ type: string
702
+ errorCode?:
703
+ description: Error code due to query failure, if any
704
+ type: string
705
+ errorMessage?:
706
+ description: Error message specifying the query failure reason, if any
707
+ type: string
708
+ result?:
709
+ description: Number of records obtained as part of query run
710
+ type: integer
711
+ status:
712
+ description: Query Status of Query Job
713
+ type: string
714
+ enum:
715
+ - Completed
716
+ - Created
717
+ - Failed
718
+ - Running
719
+ triggeredDate?:
720
+ description: Date time at which query was triggered
721
+ type: string
722
+ segmentNames?:
723
+ description: List of segment names
724
+ type: array
725
+ items:
726
+ type: string
727
+
728
+ DataCleanRoomQueryJobHistoryCollectionRepresentation:
729
+ description: Represents Data Clean Room Job History Collection
730
+ # TODO Hand-rolled: discriminator fix, flattening CdpPaginatedResponseBaseRepresentation
731
+ # type: CdpPaginatedResponseBaseRepresentation
732
+ properties:
733
+ currentPageUrl?:
734
+ description: Current page url
735
+ type: string
736
+ nextPageUrl?:
737
+ description: Next page url if it exists
738
+ type: string | nil
739
+ totalSize?:
740
+ description: Total size of collection
741
+ type: integer
742
+ limit:
743
+ description: Number of records present in this response
744
+ type: integer
745
+ offset:
746
+ description: Start offset of the next batch
747
+ type: integer
748
+ queryJobs:
749
+ description: List of query jobs
750
+ type: array
751
+ items:
752
+ type: DataCleanRoomQueryJobRepresentation
753
+
168
754
  /ssot:
169
- /data-clean-room/providers:
170
- get:
171
- displayName: getCdpDataCleanRoomProviderCollection
172
- description: Gets the paginated list of all providers
173
- responses:
174
- '200':
175
- description: Success
755
+ /data-clean-room:
756
+ /providers:
757
+ get:
758
+ displayName: getCdpDataCleanRoomProviderCollection
759
+ description: Gets the paginated list of all providers
760
+ responses:
761
+ '200':
762
+ description: Success
763
+ body:
764
+ application/json:
765
+ type: DataCleanRoomProviderCollectionRepresentation
766
+ queryParameters:
767
+ filters:
768
+ type: string
769
+ required: false
770
+ limit:
771
+ type: integer
772
+ required: false
773
+ offset:
774
+ type: integer
775
+ required: false
776
+ orderBy:
777
+ type: string
778
+ required: false
779
+ post:
780
+ displayName: postCdpDataCleanRoomProviderCollection
781
+ description: Creates a new Data Clean Room Provider
782
+ responses:
783
+ '200':
784
+ description: Success
785
+ body:
786
+ application/json:
787
+ type: DataCleanRoomProviderRepresentation
788
+ body:
789
+ application/json:
790
+ type: DataCleanRoomProviderInputRepresentation
791
+ (oas-body-name): input
792
+ /specifications:
793
+ get:
794
+ displayName: getCdpDataCleanRoomDataSpecificationCollection
795
+ description: Gets the paginated list of all Data Clean Room Specifications
796
+ responses:
797
+ '200':
798
+ description: Success
799
+ body:
800
+ application/json:
801
+ type: DataCleanRoomSpecificationCollectionRepresentation
802
+ queryParameters:
803
+ filters:
804
+ type: string
805
+ required: false
806
+ limit:
807
+ type: integer
808
+ required: false
809
+ offset:
810
+ type: integer
811
+ required: false
812
+ orderBy:
813
+ type: string
814
+ required: false
815
+ post:
816
+ displayName: postCdpDataCleanRoomDataSpecificationCollection
817
+ description: Creates a new Data Clean Room Specification.
818
+ responses:
819
+ '200':
820
+ description: Success
821
+ body:
822
+ application/json:
823
+ type: DataCleanRoomDataSpecificationRepresentation
824
+ body:
825
+ application/json:
826
+ type: DataCleanRoomDataSpecificationInputRepresentation
827
+ (oas-body-name): input
828
+ /collaborations:
829
+ get:
830
+ displayName: getCdpDataCleanRoomCollaborationCollection
831
+ description: Gets a list of data clean rooms
832
+ responses:
833
+ '200':
834
+ description: Success
835
+ body:
836
+ application/json:
837
+ type: DataCleanRoomCollaborationCollectionRepresentation
838
+ queryParameters:
839
+ filters:
840
+ type: string
841
+ required: false
842
+ limit:
843
+ type: integer
844
+ required: false
845
+ offset:
846
+ type: integer
847
+ required: false
848
+ orderBy:
849
+ type: string
850
+ required: false
851
+ post:
852
+ displayName: postCdpDataCleanRoomCollaborationCollection
853
+ description: Creates a new data clean room collaboration
854
+ responses:
855
+ '200':
856
+ description: Success
857
+ body:
858
+ application/json:
859
+ type: DataCleanRoomCollaborationRepresentation
860
+ body:
861
+ application/json:
862
+ type: DataCleanRoomCollaborationInputRepresentation
863
+ (oas-body-name): input
864
+ /templates:
865
+ get:
866
+ displayName: getCdpDataCleanRoomTemplateCollection
867
+ description: Gets the paginated list of all template
868
+ responses:
869
+ '200':
870
+ description: Success
871
+ body:
872
+ application/json:
873
+ type: DataCleanRoomTemplateCollectionRepresentation
874
+ queryParameters:
875
+ limit:
876
+ type: integer
877
+ required: false
878
+ offset:
879
+ type: integer
880
+ required: false
881
+ orderBy:
882
+ type: string
883
+ required: false
884
+ /collaborations/{collaborationIdOrApiName}/actions:
885
+ /accept-invitation:
886
+ put:
887
+ displayName: putCdpDataCleanRoomCollaboration
888
+ description: Handles invitation acceptance for a given Data Clean Room
889
+ responses:
890
+ '200':
891
+ description: Success
892
+ body:
893
+ application/json:
894
+ type: DataCleanRoomMemberRepresentation
176
895
  body:
177
896
  application/json:
178
- type: DataCleanRoomProviderCollectionRepresentation
179
- queryParameters:
180
- batchSize:
181
- type: integer
182
- required: false
183
- filters:
184
- type: string
185
- required: false
186
- offset:
187
- type: integer
188
- required: false
189
- orderBy:
190
- type: string
191
- required: false
192
- post:
193
- displayName: postCdpDataCleanRoomProviderCollection
194
- description: Creates a new Data Clean Room Provider
195
- responses:
196
- '200':
197
- description: Success
897
+ type: DataCleanRoomAcceptInvitationInputRepresentation
898
+ (oas-body-name): input
899
+ uriParameters:
900
+ collaborationIdOrApiName:
901
+ type: string
902
+ /reject-invitation:
903
+ put:
904
+ displayName: putCdpDataCleanRoomRejectInvitation
905
+ description: Handles invitation rejection for a given Data Clean Room
906
+ responses:
907
+ '200':
908
+ description: Success
909
+ body:
910
+ application/json:
911
+ type: DataCleanRoomMemberRepresentation
198
912
  body:
199
913
  application/json:
200
- type: DataCleanRoomProviderRepresentation
201
- body:
202
- application/json:
203
- type: DataCleanRoomProviderInputRepresentation
204
- (oas-body-name): input
914
+ type: DataCleanRoomRejectInvitationInputRepresentation
915
+ (oas-body-name): input
916
+ uriParameters:
917
+ collaborationIdOrApiName:
918
+ type: string
919
+ /collaborations/{collaborationIdOrApiName}/actions/run:
920
+ post:
921
+ displayName: postCdpDataCleanRoomQueryJob
922
+ description: Triggers the Data clean room query job
923
+ responses:
924
+ '200':
925
+ description: Success
926
+ body:
927
+ application/json:
928
+ type: DataCleanRoomQueryJobRepresentation
929
+ body:
930
+ application/json:
931
+ type: DataCleanRoomQueryJobInputRepresentation
932
+ (oas-body-name): input
933
+ uriParameters:
934
+ collaborationIdOrApiName:
935
+ type: string
936
+ required: true
937
+
938
+ /collaborations/{collaborationIdOrApiName}/jobs:
939
+ get:
940
+ displayName: getCdpDataCleanRoomQueryJobCollection
941
+ description: Gets a list of query job history for a given data clean room
942
+ responses:
943
+ '200':
944
+ description: Success
945
+ body:
946
+ application/json:
947
+ type: DataCleanRoomQueryJobHistoryCollectionRepresentation
948
+ queryParameters:
949
+ limit:
950
+ type: integer
951
+ required: false
952
+ filters:
953
+ type: string
954
+ required: false
955
+ offset:
956
+ type: integer
957
+ required: false
958
+ orderBy:
959
+ type: string
960
+ required: false
961
+ uriParameters:
962
+ collaborationIdOrApiName:
963
+ type: string
964
+ required: true