@transcend-io/privacy-types 5.8.5 → 5.9.0

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
@@ -808,16 +808,6 @@ type AssessmentSyncColumnAttribute = DataSiloAttribute | SubDataPointAttribute |
808
808
  type AssessmentSyncColumnImmutable = DataSiloAttributeImmutable | SubDataPointAttributeImmutable | VendorAttributeImmutable | DataSubCategoryAttributeImmutable | ProcessingPurposeSubCategoryAttributeImmutable | BusinessEntityAttributeImmutable | ProcessingActivityAttributeImmutable;
809
809
  /** The type of the AssessmentQuestion's syncColumn field */
810
810
  declare const AssessmentSyncColumn: {
811
- URL: AssessmentSyncColumnImmutable;
812
- DESCRIPTION: AssessmentSyncColumnImmutable;
813
- DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
814
- DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: AssessmentSyncColumnImmutable;
815
- DEPRECATION_STATE: AssessmentSyncColumnImmutable;
816
- RECOMMENDED_FOR_CONSENT: AssessmentSyncColumnImmutable;
817
- RECOMMENDED_FOR_PRIVACY: AssessmentSyncColumnImmutable;
818
- RETENTION_TYPE: AssessmentSyncColumnImmutable;
819
- CONTROLLERSHIP: AssessmentSyncColumnImmutable;
820
- HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
821
811
  CONNECT_START_TIME: AssessmentSyncColumnImmutable;
822
812
  CONNECTION_STATE: AssessmentSyncColumnImmutable;
823
813
  CONTACT_EMAIL: AssessmentSyncColumnImmutable;
@@ -826,12 +816,16 @@ declare const AssessmentSyncColumn: {
826
816
  COUNTRY_SUB_DIVISION: AssessmentSyncColumnImmutable;
827
817
  CREDENTIALS_REFRESH_SCHEDULED_AT: AssessmentSyncColumnImmutable;
828
818
  DATA_PROCESSING_AGREEMENT_LINK: AssessmentSyncColumnImmutable;
819
+ DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
829
820
  DATA_RETENTION_NOTE: AssessmentSyncColumnImmutable;
830
821
  DEFAULT_ACCESS_REQUEST_VISIBILITY: AssessmentSyncColumnImmutable;
831
822
  DELETED_AT: AssessmentSyncColumnImmutable;
823
+ DEPRECATION_STATE: AssessmentSyncColumnImmutable;
824
+ DESCRIPTION: AssessmentSyncColumnImmutable;
832
825
  EMAIL_SENDING_LOCK: AssessmentSyncColumnImmutable;
833
826
  EXPIRED_AT: AssessmentSyncColumnImmutable;
834
827
  EXTERNAL_ID: AssessmentSyncColumnImmutable;
828
+ HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
835
829
  HEADERS: AssessmentSyncColumnImmutable;
836
830
  IS_LIVE: AssessmentSyncColumnImmutable;
837
831
  LAST_CONNECTED_AT: AssessmentSyncColumnImmutable;
@@ -850,6 +844,8 @@ declare const AssessmentSyncColumn: {
850
844
  PROMPT_A_VENDOR_EMAIL_SEND_FREQUENCY: AssessmentSyncColumnImmutable;
851
845
  PROMPT_A_VENDOR_EMAIL_SEND_TYPE: AssessmentSyncColumnImmutable;
852
846
  PROMPT_A_VENDOR_EMAIL_START_AT: AssessmentSyncColumnImmutable;
847
+ RECOMMENDED_FOR_CONSENT: AssessmentSyncColumnImmutable;
848
+ RECOMMENDED_FOR_PRIVACY: AssessmentSyncColumnImmutable;
853
849
  RECONNECT_FORM_ITEMS: AssessmentSyncColumnImmutable;
854
850
  SAAS_CONTEXT: AssessmentSyncColumnImmutable;
855
851
  SECRET_HEADERS: AssessmentSyncColumnImmutable;
@@ -857,6 +853,7 @@ declare const AssessmentSyncColumn: {
857
853
  SUBDOMAIN: AssessmentSyncColumnImmutable;
858
854
  TITLE: AssessmentSyncColumnImmutable;
859
855
  TYPE: AssessmentSyncColumnImmutable;
856
+ URL: AssessmentSyncColumnImmutable;
860
857
  WEBSITE_URL: AssessmentSyncColumnImmutable;
861
858
  TRANSFER_REGIONS: AssessmentSyncColumnImmutable;
862
859
  CONTROLLERSHIPS: AssessmentSyncColumnImmutable;
@@ -873,6 +870,8 @@ declare const AssessmentSyncColumn: {
873
870
  CONTEXT: AssessmentSyncColumnImmutable;
874
871
  CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
875
872
  NON_NULL_CHECK_COMPLETED: AssessmentSyncColumnImmutable;
873
+ CONTROLLERSHIP: AssessmentSyncColumnImmutable;
874
+ RETENTION_TYPE: AssessmentSyncColumnImmutable;
876
875
  RETENTION_PERIOD: AssessmentSyncColumnImmutable;
877
876
  SCAN_RUN_ID: AssessmentSyncColumnImmutable;
878
877
  DATA_TYPE: AssessmentSyncColumnImmutable;
@@ -894,6 +893,7 @@ declare const AssessmentSyncColumn: {
894
893
  SECURITY_MEASURE_DETAILS: AssessmentSyncColumnImmutable;
895
894
  STORAGE_REGIONS: AssessmentSyncColumnImmutable;
896
895
  DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: AssessmentSyncColumnImmutable;
896
+ DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: AssessmentSyncColumnImmutable;
897
897
  };
898
898
  /** Type override */
899
899
  type AssessmentSyncColumn = (typeof AssessmentSyncColumn)[keyof typeof AssessmentSyncColumn];
@@ -1742,11 +1742,10 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
1742
1742
  slug: t.StringC; /** Status of variant */
1743
1743
  status: t.KeyofC<{
1744
1744
  DRAFT: unknown;
1745
- PUBLISHED: unknown;
1746
1745
  ACTIVE: unknown;
1746
+ PUBLISHED: unknown;
1747
1747
  }>; /** Locales of variant */
1748
1748
  locales: t.ArrayC<t.KeyofC<{
1749
- no: unknown;
1750
1749
  en: unknown;
1751
1750
  ar: unknown;
1752
1751
  fr: unknown;
@@ -1770,6 +1769,7 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
1770
1769
  ms: unknown;
1771
1770
  mr: unknown;
1772
1771
  nb: unknown;
1772
+ no: unknown;
1773
1773
  pl: unknown;
1774
1774
  pt: unknown;
1775
1775
  ro: unknown;
@@ -2041,7 +2041,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2041
2041
  regimeAutoPromptMap: t.RecordC<t.StringC, t.BooleanC>;
2042
2042
  variantConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
2043
2043
  locales: t.ArrayC<t.KeyofC<{
2044
- no: unknown;
2045
2044
  en: unknown;
2046
2045
  ar: unknown;
2047
2046
  fr: unknown;
@@ -2065,6 +2064,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2065
2064
  ms: unknown;
2066
2065
  mr: unknown;
2067
2066
  nb: unknown;
2067
+ no: unknown;
2068
2068
  pl: unknown;
2069
2069
  pt: unknown;
2070
2070
  ro: unknown;
@@ -2239,7 +2239,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2239
2239
  }>>;
2240
2240
  transcendUrl: t.StringC;
2241
2241
  defaultLocale: t.KeyofC<{
2242
- no: unknown;
2243
2242
  en: unknown;
2244
2243
  ar: unknown;
2245
2244
  fr: unknown;
@@ -2263,6 +2262,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2263
2262
  ms: unknown;
2264
2263
  mr: unknown;
2265
2264
  nb: unknown;
2265
+ no: unknown;
2266
2266
  pl: unknown;
2267
2267
  pt: unknown;
2268
2268
  ro: unknown;
@@ -2487,7 +2487,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2487
2487
  }>]>;
2488
2488
  }>]>, t.IntersectionC<[t.TypeC<{
2489
2489
  locales: t.ArrayC<t.KeyofC<{
2490
- no: unknown;
2491
2490
  en: unknown;
2492
2491
  ar: unknown;
2493
2492
  fr: unknown;
@@ -2511,6 +2510,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2511
2510
  ms: unknown;
2512
2511
  mr: unknown;
2513
2512
  nb: unknown;
2513
+ no: unknown;
2514
2514
  pl: unknown;
2515
2515
  pt: unknown;
2516
2516
  ro: unknown;
@@ -2685,7 +2685,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2685
2685
  }>>;
2686
2686
  transcendUrl: t.StringC;
2687
2687
  defaultLocale: t.KeyofC<{
2688
- no: unknown;
2689
2688
  en: unknown;
2690
2689
  ar: unknown;
2691
2690
  fr: unknown;
@@ -2709,6 +2708,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2709
2708
  ms: unknown;
2710
2709
  mr: unknown;
2711
2710
  nb: unknown;
2711
+ no: unknown;
2712
2712
  pl: unknown;
2713
2713
  pt: unknown;
2714
2714
  ro: unknown;
@@ -2935,7 +2935,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2935
2935
  }>]>;
2936
2936
  }>]>, t.IntersectionC<[t.TypeC<{
2937
2937
  locales: t.ArrayC<t.KeyofC<{
2938
- no: unknown;
2939
2938
  en: unknown;
2940
2939
  ar: unknown;
2941
2940
  fr: unknown;
@@ -2959,6 +2958,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2959
2958
  ms: unknown;
2960
2959
  mr: unknown;
2961
2960
  nb: unknown;
2961
+ no: unknown;
2962
2962
  pl: unknown;
2963
2963
  pt: unknown;
2964
2964
  ro: unknown;
@@ -3133,7 +3133,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
3133
3133
  }>>;
3134
3134
  transcendUrl: t.StringC;
3135
3135
  defaultLocale: t.KeyofC<{
3136
- no: unknown;
3137
3136
  en: unknown;
3138
3137
  ar: unknown;
3139
3138
  fr: unknown;
@@ -3157,6 +3156,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
3157
3156
  ms: unknown;
3158
3157
  mr: unknown;
3159
3158
  nb: unknown;
3159
+ no: unknown;
3160
3160
  pl: unknown;
3161
3161
  pt: unknown;
3162
3162
  ro: unknown;
@@ -3918,7 +3918,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
3918
3918
  }>, t.PartialC<{
3919
3919
  css: t.StringC;
3920
3920
  messageMap: t.RecordC<t.KeyofC<{
3921
- no: unknown;
3922
3921
  en: unknown;
3923
3922
  ar: unknown;
3924
3923
  fr: unknown;
@@ -3942,6 +3941,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
3942
3941
  ms: unknown;
3943
3942
  mr: unknown;
3944
3943
  nb: unknown;
3944
+ no: unknown;
3945
3945
  pl: unknown;
3946
3946
  pt: unknown;
3947
3947
  ro: unknown;
@@ -5692,7 +5692,6 @@ type URLHostString = t.TypeOf<typeof URLHostString>;
5692
5692
  /** Top-level configuration shared between the UI layers */
5693
5693
  declare const SharedTopLevelConfig: t.TypeC<{
5694
5694
  /** Supported locales */locales: t.ArrayC<t.KeyofC<{
5695
- no: unknown;
5696
5695
  en: unknown;
5697
5696
  ar: unknown;
5698
5697
  fr: unknown;
@@ -5716,6 +5715,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
5716
5715
  ms: unknown;
5717
5716
  mr: unknown;
5718
5717
  nb: unknown;
5718
+ no: unknown;
5719
5719
  pl: unknown;
5720
5720
  pt: unknown;
5721
5721
  ro: unknown;
@@ -5890,7 +5890,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
5890
5890
  }>>; /** The transcend URL where the transcend logo links to */
5891
5891
  transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
5892
5892
  defaultLocale: t.KeyofC<{
5893
- no: unknown;
5894
5893
  en: unknown;
5895
5894
  ar: unknown;
5896
5895
  fr: unknown;
@@ -5914,6 +5913,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
5914
5913
  ms: unknown;
5915
5914
  mr: unknown;
5916
5915
  nb: unknown;
5916
+ no: unknown;
5917
5917
  pl: unknown;
5918
5918
  pt: unknown;
5919
5919
  ro: unknown;
@@ -6251,7 +6251,6 @@ type SecondLayerConfig = t.TypeOf<typeof SecondLayerConfig>;
6251
6251
  /** Banner only configuration */
6252
6252
  declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
6253
6253
  /** Supported locales */locales: t.ArrayC<t.KeyofC<{
6254
- no: unknown;
6255
6254
  en: unknown;
6256
6255
  ar: unknown;
6257
6256
  fr: unknown;
@@ -6275,6 +6274,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
6275
6274
  ms: unknown;
6276
6275
  mr: unknown;
6277
6276
  nb: unknown;
6277
+ no: unknown;
6278
6278
  pl: unknown;
6279
6279
  pt: unknown;
6280
6280
  ro: unknown;
@@ -6449,7 +6449,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
6449
6449
  }>>; /** The transcend URL where the transcend logo links to */
6450
6450
  transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
6451
6451
  defaultLocale: t.KeyofC<{
6452
- no: unknown;
6453
6452
  en: unknown;
6454
6453
  ar: unknown;
6455
6454
  fr: unknown;
@@ -6473,6 +6472,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
6473
6472
  ms: unknown;
6474
6473
  mr: unknown;
6475
6474
  nb: unknown;
6475
+ no: unknown;
6476
6476
  pl: unknown;
6477
6477
  pt: unknown;
6478
6478
  ro: unknown;
@@ -6701,7 +6701,6 @@ type UIConfigurationBannerOnly = t.TypeOf<typeof UIConfigurationBannerOnly>;
6701
6701
  /** Modal only configuration */
6702
6702
  declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
6703
6703
  /** Supported locales */locales: t.ArrayC<t.KeyofC<{
6704
- no: unknown;
6705
6704
  en: unknown;
6706
6705
  ar: unknown;
6707
6706
  fr: unknown;
@@ -6725,6 +6724,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
6725
6724
  ms: unknown;
6726
6725
  mr: unknown;
6727
6726
  nb: unknown;
6727
+ no: unknown;
6728
6728
  pl: unknown;
6729
6729
  pt: unknown;
6730
6730
  ro: unknown;
@@ -6899,7 +6899,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
6899
6899
  }>>; /** The transcend URL where the transcend logo links to */
6900
6900
  transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
6901
6901
  defaultLocale: t.KeyofC<{
6902
- no: unknown;
6903
6902
  en: unknown;
6904
6903
  ar: unknown;
6905
6904
  fr: unknown;
@@ -6923,6 +6922,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
6923
6922
  ms: unknown;
6924
6923
  mr: unknown;
6925
6924
  nb: unknown;
6925
+ no: unknown;
6926
6926
  pl: unknown;
6927
6927
  pt: unknown;
6928
6928
  ro: unknown;
@@ -7153,7 +7153,6 @@ type UIConfigurationModalOnly = t.TypeOf<typeof UIConfigurationModalOnly>;
7153
7153
  /** Banner into modal configuration */
7154
7154
  declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
7155
7155
  /** Supported locales */locales: t.ArrayC<t.KeyofC<{
7156
- no: unknown;
7157
7156
  en: unknown;
7158
7157
  ar: unknown;
7159
7158
  fr: unknown;
@@ -7177,6 +7176,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
7177
7176
  ms: unknown;
7178
7177
  mr: unknown;
7179
7178
  nb: unknown;
7179
+ no: unknown;
7180
7180
  pl: unknown;
7181
7181
  pt: unknown;
7182
7182
  ro: unknown;
@@ -7351,7 +7351,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
7351
7351
  }>>; /** The transcend URL where the transcend logo links to */
7352
7352
  transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
7353
7353
  defaultLocale: t.KeyofC<{
7354
- no: unknown;
7355
7354
  en: unknown;
7356
7355
  ar: unknown;
7357
7356
  fr: unknown;
@@ -7375,6 +7374,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
7375
7374
  ms: unknown;
7376
7375
  mr: unknown;
7377
7376
  nb: unknown;
7377
+ no: unknown;
7378
7378
  pl: unknown;
7379
7379
  pt: unknown;
7380
7380
  ro: unknown;
@@ -7654,7 +7654,6 @@ type UIConfigurationBannerIntoModal = t.TypeOf<typeof UIConfigurationBannerIntoM
7654
7654
  /** Configuration of the entire consent UI */
7655
7655
  declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
7656
7656
  /** Supported locales */locales: t.ArrayC<t.KeyofC<{
7657
- no: unknown;
7658
7657
  en: unknown;
7659
7658
  ar: unknown;
7660
7659
  fr: unknown;
@@ -7678,6 +7677,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
7678
7677
  ms: unknown;
7679
7678
  mr: unknown;
7680
7679
  nb: unknown;
7680
+ no: unknown;
7681
7681
  pl: unknown;
7682
7682
  pt: unknown;
7683
7683
  ro: unknown;
@@ -7852,7 +7852,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
7852
7852
  }>>; /** The transcend URL where the transcend logo links to */
7853
7853
  transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
7854
7854
  defaultLocale: t.KeyofC<{
7855
- no: unknown;
7856
7855
  en: unknown;
7857
7856
  ar: unknown;
7858
7857
  fr: unknown;
@@ -7876,6 +7875,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
7876
7875
  ms: unknown;
7877
7876
  mr: unknown;
7878
7877
  nb: unknown;
7878
+ no: unknown;
7879
7879
  pl: unknown;
7880
7880
  pt: unknown;
7881
7881
  ro: unknown;
@@ -8100,7 +8100,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8100
8100
  }>]>;
8101
8101
  }>]>, t.IntersectionC<[t.TypeC<{
8102
8102
  /** Supported locales */locales: t.ArrayC<t.KeyofC<{
8103
- no: unknown;
8104
8103
  en: unknown;
8105
8104
  ar: unknown;
8106
8105
  fr: unknown;
@@ -8124,6 +8123,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8124
8123
  ms: unknown;
8125
8124
  mr: unknown;
8126
8125
  nb: unknown;
8126
+ no: unknown;
8127
8127
  pl: unknown;
8128
8128
  pt: unknown;
8129
8129
  ro: unknown;
@@ -8298,7 +8298,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8298
8298
  }>>; /** The transcend URL where the transcend logo links to */
8299
8299
  transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
8300
8300
  defaultLocale: t.KeyofC<{
8301
- no: unknown;
8302
8301
  en: unknown;
8303
8302
  ar: unknown;
8304
8303
  fr: unknown;
@@ -8322,6 +8321,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8322
8321
  ms: unknown;
8323
8322
  mr: unknown;
8324
8323
  nb: unknown;
8324
+ no: unknown;
8325
8325
  pl: unknown;
8326
8326
  pt: unknown;
8327
8327
  ro: unknown;
@@ -8548,7 +8548,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8548
8548
  }>]>;
8549
8549
  }>]>, t.IntersectionC<[t.TypeC<{
8550
8550
  /** Supported locales */locales: t.ArrayC<t.KeyofC<{
8551
- no: unknown;
8552
8551
  en: unknown;
8553
8552
  ar: unknown;
8554
8553
  fr: unknown;
@@ -8572,6 +8571,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8572
8571
  ms: unknown;
8573
8572
  mr: unknown;
8574
8573
  nb: unknown;
8574
+ no: unknown;
8575
8575
  pl: unknown;
8576
8576
  pt: unknown;
8577
8577
  ro: unknown;
@@ -8746,7 +8746,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8746
8746
  }>>; /** The transcend URL where the transcend logo links to */
8747
8747
  transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
8748
8748
  defaultLocale: t.KeyofC<{
8749
- no: unknown;
8750
8749
  en: unknown;
8751
8750
  ar: unknown;
8752
8751
  fr: unknown;
@@ -8770,6 +8769,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8770
8769
  ms: unknown;
8771
8770
  mr: unknown;
8772
8771
  nb: unknown;
8772
+ no: unknown;
8773
8773
  pl: unknown;
8774
8774
  pt: unknown;
8775
8775
  ro: unknown;
@@ -9176,6 +9176,19 @@ declare const RetentionType: {
9176
9176
  /** Type override */
9177
9177
  type RetentionType = (typeof RetentionType)[keyof typeof RetentionType];
9178
9178
  //#endregion
9179
+ //#region src/drop.d.ts
9180
+ /** The six DROP list types as written on the wire. */
9181
+ declare const DropListType: {
9182
+ readonly Email: "email";
9183
+ readonly Phone: "phone";
9184
+ readonly Maid: "maid";
9185
+ readonly Ctv: "ctv";
9186
+ readonly Ndz: "ndz";
9187
+ readonly NameVin: "name_vin";
9188
+ };
9189
+ /** Type override */
9190
+ type DropListType = (typeof DropListType)[keyof typeof DropListType];
9191
+ //#endregion
9179
9192
  //#region src/dsrErrorCode.d.ts
9180
9193
  /**
9181
9194
  * Stable, machine-readable error codes for the DSR submission API
@@ -35561,7 +35574,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
35561
35574
  }>; /** The time that the privacy request was created */
35562
35575
  requestCreatedAt: t.StringC; /** The language key for the privacy request */
35563
35576
  requestLocale: t.KeyofC<{
35564
- no: unknown;
35565
35577
  en: unknown;
35566
35578
  ar: unknown;
35567
35579
  fr: unknown;
@@ -35585,6 +35597,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
35585
35597
  ms: unknown;
35586
35598
  mr: unknown;
35587
35599
  nb: unknown;
35600
+ no: unknown;
35588
35601
  pl: unknown;
35589
35602
  pt: unknown;
35590
35603
  ro: unknown;
@@ -62906,5 +62919,5 @@ declare const CollectDataSubjectRegions: {
62906
62919
  /** Override type */
62907
62920
  type CollectDataSubjectRegions = (typeof CollectDataSubjectRegions)[keyof typeof CollectDataSubjectRegions];
62908
62921
  //#endregion
62909
- export { AbsoluteUrlString, ActionItemCode, ActionItemPriorityOverride, AirgapBundleAnalyticsBinInterval, AirgapBundleAnalyticsDimension, AirgapBundleAnalyticsMetric, AssessmentFormStatus, AssessmentFormTemplateSource, AssessmentFormTemplateStatus, AssessmentQuestionSubType, AssessmentQuestionType, AssessmentSyncColumn, AssessmentSyncColumnAttribute, AssessmentSyncColumnImmutable, AssessmentSyncModel, AssessmentsDisplayLogicAction, AttributeKeyType, AttributeSupportedResourceType, AutofocusToggle, AutofocusValues, BackendSyncOption, Background, Border, Breakpoint, BreakpointType, BrowserTimeZone, BusinessEntityAttribute, BusinessEntityAttributeSyncColumn, ButtonAction, ButtonConfig, ButtonTheme, ButtonThemeIndex, ButtonType, CODE_PACKAGE_TYPE_TO_LINK, COUNTRIES, COUNTRY_LOOKUP, ChatCompletionMessage, ChatCompletionRole, CloseButtonTheme, CodePackageType, CollectDataSubjectRegions, CommonLayerConfig, CommonLayerTheme, CommonLayerThemeMinimal, CommunicationIdentifierType, ComparisonOperator, CompletedRequestStatus, ConfidenceLabel, ConfigurableColorPaletteColor, ConsentBundleType, ConsentManagerAnalyticsDataSource, ConsentManagerMetricBin, ConsentPrecedenceOption, ConsentThemeInput, ConsentTrackerSource, ConsentTrackerStatus, ConsentTrackerType, ConsentUiUserFlow, ConsentVariantInput, ContainerTheme, ContentFlows, ContentLayout, Controllership, CookieOrderField, CspOption, CssUnitString, CustomEnricherType, CustomFieldApiInput, CustomizableComponent, CustomizableText, DEFAULT_MACROREGIONS_MAP, DOMElementId, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, DsrErrorCode, EXCEPTIONAL_RESERVATIONS, EXCEPTIONAL_RESERVATION_LOOKUP, EnricherType, FirstLayerConfig, FirstLayerTheme, FirstLayerThemeMinimal, FooterConfig, FooterTheme, FullWidthContentLayout, HeaderTheme, HeaderThemeMinimal, HorizontalAlign, ISO_31661, ISO_31662, Icon, IdentifierType, InitEnricherType, IntegerString, InternalDataSiloObjectResolver, IsoCountryCode, IsoCountrySubdivisionCode, LargeLanguageModelClient, Link, LoadOptions, LocalSyncOption, LogicOperator, LogoPosition, MacroRegion, ModalButtonActions, ModalButtonConfig, NORMALIZE_PHONE_NUMBER, OneTrustApprover, OneTrustAssessment, OneTrustAssessmentCreatedBy, OneTrustAssessmentCsvHeader, OneTrustAssessmentCsvRecord, OneTrustAssessmentNestedQuestion, OneTrustAssessmentQuestion, OneTrustAssessmentQuestionOption, OneTrustAssessmentQuestionResponses, OneTrustAssessmentQuestionRisk, OneTrustAssessmentResponses, OneTrustAssessmentSection, OneTrustAssessmentSectionHeader, OneTrustAssessmentSectionHeaderRiskStatistics, OneTrustAssessmentSectionSubmittedBy, OneTrustAssessmentStatus, OneTrustEnrichedAssessment, OneTrustEnrichedAssessmentQuestion, OneTrustEnrichedAssessmentResponse, OneTrustEnrichedAssessmentSection, OneTrustEnrichedAssessments, OneTrustEnrichedRisk, OneTrustEnrichedRisks, OneTrustEnrichedUser, OneTrustGetAssessmentResponse, OneTrustGetListOfAssessmentsResponse, OneTrustGetRiskResponse, OneTrustGetUserResponse, OneTrustPrimaryEntityDetails, OneTrustQuestionComment, OneTrustQuestionComments, OneTrustRiskCategories, OneTrustRiskReference, OneTrustRiskReferences, OneTrustRiskTemplate, OneTrustUserDetails, OneTrustUserEmail, OneTrustUserEmails, OneTrustUserGroup, OneTrustUserGroups, OneTrustUserMetadata, OneTrustUserName, OptionalConfigurableColorPaletteColor, OrderDirection, PROMPT_FILE_PURPOSE_TO_OPEN_AI, PaddedContentLayout, PolicyType, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, PrivacyCenterFooterLayout, PrivacyCenterTextStyles, PrivacyCenterThemePartial, ProcessingActivityAttribute, ProcessingActivityAttributeSyncColumn, ProcessingPurpose, ProcessingPurposeSubCategoryAttribute, ProcessingPurposeSubCategoryAttributeSyncColumn, PromptAVendorEmailCompletionLinkType, PromptAVendorEmailSendType, PromptFilePurpose, PromptResponseFormat, PromptRunProductArea, PromptStatus, QueueStatus, REQUEST_ACTION_OPT_IN_TO_OPT_OUT, REQUEST_ACTION_OPT_OUT_TO_OPT_IN, RegimeKey, RegionDetectionMethod, RegionsOperator, RequestAction, RequestActionObjectResolver, RequestActionOptIn, RequestActionOptOut, RequestDataSiloStatus, RequestEnricherStatus, RequestOrigin, RequestStatus, RequiredConfigurableColorPaletteColor, RestartIdentifierStrategy, RetentionScheduleOperation, RetentionScheduleType, RetentionType, RgbHexString, RgbaHexString, SQLDriverWithDataMapping, ScopeDefinition, ScopeName, ScopeType, SecondLayerConfig, SecondLayerTheme, SecondLayerThemeMinimal, SemicolonDelimitedRegimeKeyString, ShadowRootOptions, SharedTopLevelConfig, SharedTopLevelTheme, SignedIabAgreementOption, SombraStandardScope, StaticTeamType, SubDataPointAttribute, SubDataPointAttributeSyncColumn, SubDataPointDataSubCategoryGuessStatus, TRANSCEND_SCOPES, TableEncryptionType, TelemetryPartitionStrategy, TemplateVariableModelName, Text, ThemeConfiguration, ThemeConfigurationBannerIntoModal, ThemeConfigurationBannerIntoModalMinimal, ThemeConfigurationBannerOnly, ThemeConfigurationBannerOnlyMinimal, ThemeConfigurationMinimal, ThemeConfigurationModalOnly, ThemeConfigurationModalOnlyMinimal, ThemeKey, ToggleTheme, TranscendProduct, TriageAction, UIConfiguration, UIConfigurationBannerIntoModal, UIConfigurationBannerOnly, UIConfigurationModalOnly, URLHostString, UiVariantStatus, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
62922
+ export { AbsoluteUrlString, ActionItemCode, ActionItemPriorityOverride, AirgapBundleAnalyticsBinInterval, AirgapBundleAnalyticsDimension, AirgapBundleAnalyticsMetric, AssessmentFormStatus, AssessmentFormTemplateSource, AssessmentFormTemplateStatus, AssessmentQuestionSubType, AssessmentQuestionType, AssessmentSyncColumn, AssessmentSyncColumnAttribute, AssessmentSyncColumnImmutable, AssessmentSyncModel, AssessmentsDisplayLogicAction, AttributeKeyType, AttributeSupportedResourceType, AutofocusToggle, AutofocusValues, BackendSyncOption, Background, Border, Breakpoint, BreakpointType, BrowserTimeZone, BusinessEntityAttribute, BusinessEntityAttributeSyncColumn, ButtonAction, ButtonConfig, ButtonTheme, ButtonThemeIndex, ButtonType, CODE_PACKAGE_TYPE_TO_LINK, COUNTRIES, COUNTRY_LOOKUP, ChatCompletionMessage, ChatCompletionRole, CloseButtonTheme, CodePackageType, CollectDataSubjectRegions, CommonLayerConfig, CommonLayerTheme, CommonLayerThemeMinimal, CommunicationIdentifierType, ComparisonOperator, CompletedRequestStatus, ConfidenceLabel, ConfigurableColorPaletteColor, ConsentBundleType, ConsentManagerAnalyticsDataSource, ConsentManagerMetricBin, ConsentPrecedenceOption, ConsentThemeInput, ConsentTrackerSource, ConsentTrackerStatus, ConsentTrackerType, ConsentUiUserFlow, ConsentVariantInput, ContainerTheme, ContentFlows, ContentLayout, Controllership, CookieOrderField, CspOption, CssUnitString, CustomEnricherType, CustomFieldApiInput, CustomizableComponent, CustomizableText, DEFAULT_MACROREGIONS_MAP, DOMElementId, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, DropListType, DsrErrorCode, EXCEPTIONAL_RESERVATIONS, EXCEPTIONAL_RESERVATION_LOOKUP, EnricherType, FirstLayerConfig, FirstLayerTheme, FirstLayerThemeMinimal, FooterConfig, FooterTheme, FullWidthContentLayout, HeaderTheme, HeaderThemeMinimal, HorizontalAlign, ISO_31661, ISO_31662, Icon, IdentifierType, InitEnricherType, IntegerString, InternalDataSiloObjectResolver, IsoCountryCode, IsoCountrySubdivisionCode, LargeLanguageModelClient, Link, LoadOptions, LocalSyncOption, LogicOperator, LogoPosition, MacroRegion, ModalButtonActions, ModalButtonConfig, NORMALIZE_PHONE_NUMBER, OneTrustApprover, OneTrustAssessment, OneTrustAssessmentCreatedBy, OneTrustAssessmentCsvHeader, OneTrustAssessmentCsvRecord, OneTrustAssessmentNestedQuestion, OneTrustAssessmentQuestion, OneTrustAssessmentQuestionOption, OneTrustAssessmentQuestionResponses, OneTrustAssessmentQuestionRisk, OneTrustAssessmentResponses, OneTrustAssessmentSection, OneTrustAssessmentSectionHeader, OneTrustAssessmentSectionHeaderRiskStatistics, OneTrustAssessmentSectionSubmittedBy, OneTrustAssessmentStatus, OneTrustEnrichedAssessment, OneTrustEnrichedAssessmentQuestion, OneTrustEnrichedAssessmentResponse, OneTrustEnrichedAssessmentSection, OneTrustEnrichedAssessments, OneTrustEnrichedRisk, OneTrustEnrichedRisks, OneTrustEnrichedUser, OneTrustGetAssessmentResponse, OneTrustGetListOfAssessmentsResponse, OneTrustGetRiskResponse, OneTrustGetUserResponse, OneTrustPrimaryEntityDetails, OneTrustQuestionComment, OneTrustQuestionComments, OneTrustRiskCategories, OneTrustRiskReference, OneTrustRiskReferences, OneTrustRiskTemplate, OneTrustUserDetails, OneTrustUserEmail, OneTrustUserEmails, OneTrustUserGroup, OneTrustUserGroups, OneTrustUserMetadata, OneTrustUserName, OptionalConfigurableColorPaletteColor, OrderDirection, PROMPT_FILE_PURPOSE_TO_OPEN_AI, PaddedContentLayout, PolicyType, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, PrivacyCenterFooterLayout, PrivacyCenterTextStyles, PrivacyCenterThemePartial, ProcessingActivityAttribute, ProcessingActivityAttributeSyncColumn, ProcessingPurpose, ProcessingPurposeSubCategoryAttribute, ProcessingPurposeSubCategoryAttributeSyncColumn, PromptAVendorEmailCompletionLinkType, PromptAVendorEmailSendType, PromptFilePurpose, PromptResponseFormat, PromptRunProductArea, PromptStatus, QueueStatus, REQUEST_ACTION_OPT_IN_TO_OPT_OUT, REQUEST_ACTION_OPT_OUT_TO_OPT_IN, RegimeKey, RegionDetectionMethod, RegionsOperator, RequestAction, RequestActionObjectResolver, RequestActionOptIn, RequestActionOptOut, RequestDataSiloStatus, RequestEnricherStatus, RequestOrigin, RequestStatus, RequiredConfigurableColorPaletteColor, RestartIdentifierStrategy, RetentionScheduleOperation, RetentionScheduleType, RetentionType, RgbHexString, RgbaHexString, SQLDriverWithDataMapping, ScopeDefinition, ScopeName, ScopeType, SecondLayerConfig, SecondLayerTheme, SecondLayerThemeMinimal, SemicolonDelimitedRegimeKeyString, ShadowRootOptions, SharedTopLevelConfig, SharedTopLevelTheme, SignedIabAgreementOption, SombraStandardScope, StaticTeamType, SubDataPointAttribute, SubDataPointAttributeSyncColumn, SubDataPointDataSubCategoryGuessStatus, TRANSCEND_SCOPES, TableEncryptionType, TelemetryPartitionStrategy, TemplateVariableModelName, Text, ThemeConfiguration, ThemeConfigurationBannerIntoModal, ThemeConfigurationBannerIntoModalMinimal, ThemeConfigurationBannerOnly, ThemeConfigurationBannerOnlyMinimal, ThemeConfigurationMinimal, ThemeConfigurationModalOnly, ThemeConfigurationModalOnlyMinimal, ThemeKey, ToggleTheme, TranscendProduct, TriageAction, UIConfiguration, UIConfigurationBannerIntoModal, UIConfigurationBannerOnly, UIConfigurationModalOnly, URLHostString, UiVariantStatus, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
62910
62923
  //# sourceMappingURL=index.d.mts.map