@salesforce/lds-adapters-cdp-data-clean-room 1.354.0-dev2 → 1.354.0-dev21

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