@transcend-io/sdk 2.0.1 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -640,10 +640,21 @@ interface DataSiloEnriched {
640
640
  /** Name of identifier */name: string; /** True if identifier is wired */
641
641
  isConnected: boolean;
642
642
  }[];
643
- /** Dependent data silos */
643
+ /** Dependent data silos that apply to every erasure workflow */
644
644
  dependentDataSilos: {
645
645
  /** Title of silo */title: string;
646
646
  }[];
647
+ /**
648
+ * Dependent data silos for the erasure workflows that override the global configuration.
649
+ * An entry with an empty list is a workflow that runs this data silo with no dependencies.
650
+ */
651
+ dependedOnDataSilosPerWorkflow: {
652
+ /** ID of the workflow config the override applies to */workflowConfigId: string; /** Internal name of the workflow config; used as the transcend.yml workflow key */
653
+ workflowInternalName: string; /** Silos depended on within that workflow */
654
+ dependedOnDataSilos: {
655
+ /** Title of silo */title: string;
656
+ }[];
657
+ }[];
647
658
  /** Silo owners */
648
659
  owners: {
649
660
  /** Email owners */email: string;
@@ -1198,6 +1209,8 @@ declare const ConsentPreferenceResponse: t.IntersectionC<[t.TypeC<{
1198
1209
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
1199
1210
  }>;
1200
1211
  }>>;
1212
+ sourceSystem: t.RefinementC<t.StringC, string>;
1213
+ timestamp: t.StringC;
1201
1214
  }>]>>;
1202
1215
  }>, t.PartialC<{
1203
1216
  userId: t.StringC;
@@ -1422,6 +1435,8 @@ declare const FileMetadataState: t.IntersectionC<[t.TypeC<{
1422
1435
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
1423
1436
  }>;
1424
1437
  }>>;
1438
+ sourceSystem: t.RefinementC<t.StringC, string>;
1439
+ timestamp: t.StringC;
1425
1440
  }>]>>;
1426
1441
  }>, t.PartialC<{
1427
1442
  userId: t.StringC;
@@ -1530,8 +1545,9 @@ declare const PreferenceUpdateMap: t.RecordC<t.StringC, t.UnionC<[t.BooleanC, t.
1530
1545
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
1531
1546
  }>;
1532
1547
  }>>;
1533
- }>]>, t.PartialC<{
1548
+ sourceSystem: t.RefinementC<t.StringC, string>;
1534
1549
  timestamp: t.StringC;
1550
+ }>]>, t.PartialC<{
1535
1551
  attributes: t.ArrayC<t.TypeC<{
1536
1552
  key: t.StringC;
1537
1553
  values: t.ArrayC<t.StringC>;
@@ -7000,8 +7016,9 @@ declare const FailingPreferenceUpdates: t.RecordC<t.StringC, t.TypeC<{
7000
7016
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
7001
7017
  }>;
7002
7018
  }>>;
7003
- }>]>, t.PartialC<{
7019
+ sourceSystem: t.RefinementC<t.StringC, string>;
7004
7020
  timestamp: t.StringC;
7021
+ }>]>, t.PartialC<{
7005
7022
  attributes: t.ArrayC<t.TypeC<{
7006
7023
  key: t.StringC;
7007
7024
  values: t.ArrayC<t.StringC>;
@@ -12471,6 +12488,8 @@ declare const PendingWithConflictPreferenceUpdates: t.RecordC<t.StringC, t.TypeC
12471
12488
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
12472
12489
  }>;
12473
12490
  }>>;
12491
+ sourceSystem: t.RefinementC<t.StringC, string>;
12492
+ timestamp: t.StringC;
12474
12493
  }>]>>;
12475
12494
  }>, t.PartialC<{
12476
12495
  userId: t.StringC;
@@ -12584,6 +12603,8 @@ declare const PreferenceState: t.TypeC<{
12584
12603
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
12585
12604
  }>;
12586
12605
  }>>;
12606
+ sourceSystem: t.RefinementC<t.StringC, string>;
12607
+ timestamp: t.StringC;
12587
12608
  }>]>>;
12588
12609
  }>, t.PartialC<{
12589
12610
  userId: t.StringC;
@@ -12636,8 +12657,9 @@ declare const PreferenceState: t.TypeC<{
12636
12657
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
12637
12658
  }>;
12638
12659
  }>>;
12639
- }>]>, t.PartialC<{
12660
+ sourceSystem: t.RefinementC<t.StringC, string>;
12640
12661
  timestamp: t.StringC;
12662
+ }>]>, t.PartialC<{
12641
12663
  attributes: t.ArrayC<t.TypeC<{
12642
12664
  key: t.StringC;
12643
12665
  values: t.ArrayC<t.StringC>;
@@ -18093,8 +18115,9 @@ declare const PreferenceState: t.TypeC<{
18093
18115
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
18094
18116
  }>;
18095
18117
  }>>;
18096
- }>]>, t.PartialC<{
18118
+ sourceSystem: t.RefinementC<t.StringC, string>;
18097
18119
  timestamp: t.StringC;
18120
+ }>]>, t.PartialC<{
18098
18121
  attributes: t.ArrayC<t.TypeC<{
18099
18122
  key: t.StringC;
18100
18123
  values: t.ArrayC<t.StringC>;
@@ -23561,6 +23584,8 @@ declare const RequestUploadReceipts: t.TypeC<{
23561
23584
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
23562
23585
  }>;
23563
23586
  }>>;
23587
+ sourceSystem: t.RefinementC<t.StringC, string>;
23588
+ timestamp: t.StringC;
23564
23589
  }>]>>;
23565
23590
  }>, t.PartialC<{
23566
23591
  userId: t.StringC;
@@ -23601,8 +23626,9 @@ declare const RequestUploadReceipts: t.TypeC<{
23601
23626
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
23602
23627
  }>;
23603
23628
  }>>;
23604
- }>]>, t.PartialC<{
23629
+ sourceSystem: t.RefinementC<t.StringC, string>;
23605
23630
  timestamp: t.StringC;
23631
+ }>]>, t.PartialC<{
23606
23632
  attributes: t.ArrayC<t.TypeC<{
23607
23633
  key: t.StringC;
23608
23634
  values: t.ArrayC<t.StringC>;
@@ -29054,8 +29080,9 @@ declare const RequestUploadReceipts: t.TypeC<{
29054
29080
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
29055
29081
  }>;
29056
29082
  }>>;
29057
- }>]>, t.PartialC<{
29083
+ sourceSystem: t.RefinementC<t.StringC, string>;
29058
29084
  timestamp: t.StringC;
29085
+ }>]>, t.PartialC<{
29059
29086
  attributes: t.ArrayC<t.TypeC<{
29060
29087
  key: t.StringC;
29061
29088
  values: t.ArrayC<t.StringC>;
@@ -34506,8 +34533,9 @@ declare const RequestUploadReceipts: t.TypeC<{
34506
34533
  selectValues: t.UnionC<[t.ArrayC<t.StringC>, t.NullC]>;
34507
34534
  }>;
34508
34535
  }>>;
34509
- }>]>, t.PartialC<{
34536
+ sourceSystem: t.RefinementC<t.StringC, string>;
34510
34537
  timestamp: t.StringC;
34538
+ }>]>, t.PartialC<{
34511
34539
  attributes: t.ArrayC<t.TypeC<{
34512
34540
  key: t.StringC;
34513
34541
  values: t.ArrayC<t.StringC>;