@transcend-io/privacy-types 5.9.0 → 5.10.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,6 +808,16 @@ 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;
811
821
  CONNECT_START_TIME: AssessmentSyncColumnImmutable;
812
822
  CONNECTION_STATE: AssessmentSyncColumnImmutable;
813
823
  CONTACT_EMAIL: AssessmentSyncColumnImmutable;
@@ -816,16 +826,12 @@ declare const AssessmentSyncColumn: {
816
826
  COUNTRY_SUB_DIVISION: AssessmentSyncColumnImmutable;
817
827
  CREDENTIALS_REFRESH_SCHEDULED_AT: AssessmentSyncColumnImmutable;
818
828
  DATA_PROCESSING_AGREEMENT_LINK: AssessmentSyncColumnImmutable;
819
- DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
820
829
  DATA_RETENTION_NOTE: AssessmentSyncColumnImmutable;
821
830
  DEFAULT_ACCESS_REQUEST_VISIBILITY: AssessmentSyncColumnImmutable;
822
831
  DELETED_AT: AssessmentSyncColumnImmutable;
823
- DEPRECATION_STATE: AssessmentSyncColumnImmutable;
824
- DESCRIPTION: AssessmentSyncColumnImmutable;
825
832
  EMAIL_SENDING_LOCK: AssessmentSyncColumnImmutable;
826
833
  EXPIRED_AT: AssessmentSyncColumnImmutable;
827
834
  EXTERNAL_ID: AssessmentSyncColumnImmutable;
828
- HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
829
835
  HEADERS: AssessmentSyncColumnImmutable;
830
836
  IS_LIVE: AssessmentSyncColumnImmutable;
831
837
  LAST_CONNECTED_AT: AssessmentSyncColumnImmutable;
@@ -844,8 +850,6 @@ declare const AssessmentSyncColumn: {
844
850
  PROMPT_A_VENDOR_EMAIL_SEND_FREQUENCY: AssessmentSyncColumnImmutable;
845
851
  PROMPT_A_VENDOR_EMAIL_SEND_TYPE: AssessmentSyncColumnImmutable;
846
852
  PROMPT_A_VENDOR_EMAIL_START_AT: AssessmentSyncColumnImmutable;
847
- RECOMMENDED_FOR_CONSENT: AssessmentSyncColumnImmutable;
848
- RECOMMENDED_FOR_PRIVACY: AssessmentSyncColumnImmutable;
849
853
  RECONNECT_FORM_ITEMS: AssessmentSyncColumnImmutable;
850
854
  SAAS_CONTEXT: AssessmentSyncColumnImmutable;
851
855
  SECRET_HEADERS: AssessmentSyncColumnImmutable;
@@ -853,7 +857,6 @@ declare const AssessmentSyncColumn: {
853
857
  SUBDOMAIN: AssessmentSyncColumnImmutable;
854
858
  TITLE: AssessmentSyncColumnImmutable;
855
859
  TYPE: AssessmentSyncColumnImmutable;
856
- URL: AssessmentSyncColumnImmutable;
857
860
  WEBSITE_URL: AssessmentSyncColumnImmutable;
858
861
  TRANSFER_REGIONS: AssessmentSyncColumnImmutable;
859
862
  CONTROLLERSHIPS: AssessmentSyncColumnImmutable;
@@ -870,8 +873,6 @@ declare const AssessmentSyncColumn: {
870
873
  CONTEXT: AssessmentSyncColumnImmutable;
871
874
  CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
872
875
  NON_NULL_CHECK_COMPLETED: AssessmentSyncColumnImmutable;
873
- CONTROLLERSHIP: AssessmentSyncColumnImmutable;
874
- RETENTION_TYPE: AssessmentSyncColumnImmutable;
875
876
  RETENTION_PERIOD: AssessmentSyncColumnImmutable;
876
877
  SCAN_RUN_ID: AssessmentSyncColumnImmutable;
877
878
  DATA_TYPE: AssessmentSyncColumnImmutable;
@@ -893,7 +894,6 @@ declare const AssessmentSyncColumn: {
893
894
  SECURITY_MEASURE_DETAILS: AssessmentSyncColumnImmutable;
894
895
  STORAGE_REGIONS: AssessmentSyncColumnImmutable;
895
896
  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,10 +1742,11 @@ 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
- ACTIVE: unknown;
1746
1745
  PUBLISHED: unknown;
1746
+ ACTIVE: unknown;
1747
1747
  }>; /** Locales of variant */
1748
1748
  locales: t.ArrayC<t.KeyofC<{
1749
+ no: unknown;
1749
1750
  en: unknown;
1750
1751
  ar: unknown;
1751
1752
  fr: unknown;
@@ -1769,7 +1770,6 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
1769
1770
  ms: unknown;
1770
1771
  mr: unknown;
1771
1772
  nb: unknown;
1772
- no: unknown;
1773
1773
  pl: unknown;
1774
1774
  pt: unknown;
1775
1775
  ro: unknown;
@@ -2041,6 +2041,7 @@ 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;
2044
2045
  en: unknown;
2045
2046
  ar: unknown;
2046
2047
  fr: unknown;
@@ -2064,7 +2065,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2064
2065
  ms: unknown;
2065
2066
  mr: unknown;
2066
2067
  nb: unknown;
2067
- no: unknown;
2068
2068
  pl: unknown;
2069
2069
  pt: unknown;
2070
2070
  ro: unknown;
@@ -2239,6 +2239,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2239
2239
  }>>;
2240
2240
  transcendUrl: t.StringC;
2241
2241
  defaultLocale: t.KeyofC<{
2242
+ no: unknown;
2242
2243
  en: unknown;
2243
2244
  ar: unknown;
2244
2245
  fr: unknown;
@@ -2262,7 +2263,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2262
2263
  ms: unknown;
2263
2264
  mr: unknown;
2264
2265
  nb: unknown;
2265
- no: unknown;
2266
2266
  pl: unknown;
2267
2267
  pt: unknown;
2268
2268
  ro: unknown;
@@ -2487,6 +2487,7 @@ 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;
2490
2491
  en: unknown;
2491
2492
  ar: unknown;
2492
2493
  fr: unknown;
@@ -2510,7 +2511,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2510
2511
  ms: unknown;
2511
2512
  mr: unknown;
2512
2513
  nb: unknown;
2513
- no: unknown;
2514
2514
  pl: unknown;
2515
2515
  pt: unknown;
2516
2516
  ro: unknown;
@@ -2685,6 +2685,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2685
2685
  }>>;
2686
2686
  transcendUrl: t.StringC;
2687
2687
  defaultLocale: t.KeyofC<{
2688
+ no: unknown;
2688
2689
  en: unknown;
2689
2690
  ar: unknown;
2690
2691
  fr: unknown;
@@ -2708,7 +2709,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2708
2709
  ms: unknown;
2709
2710
  mr: unknown;
2710
2711
  nb: unknown;
2711
- no: unknown;
2712
2712
  pl: unknown;
2713
2713
  pt: unknown;
2714
2714
  ro: unknown;
@@ -2935,6 +2935,7 @@ 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;
2938
2939
  en: unknown;
2939
2940
  ar: unknown;
2940
2941
  fr: unknown;
@@ -2958,7 +2959,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
2958
2959
  ms: unknown;
2959
2960
  mr: unknown;
2960
2961
  nb: unknown;
2961
- no: unknown;
2962
2962
  pl: unknown;
2963
2963
  pt: unknown;
2964
2964
  ro: unknown;
@@ -3133,6 +3133,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
3133
3133
  }>>;
3134
3134
  transcendUrl: t.StringC;
3135
3135
  defaultLocale: t.KeyofC<{
3136
+ no: unknown;
3136
3137
  en: unknown;
3137
3138
  ar: unknown;
3138
3139
  fr: unknown;
@@ -3156,7 +3157,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
3156
3157
  ms: unknown;
3157
3158
  mr: unknown;
3158
3159
  nb: unknown;
3159
- no: unknown;
3160
3160
  pl: unknown;
3161
3161
  pt: unknown;
3162
3162
  ro: unknown;
@@ -3918,6 +3918,7 @@ 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;
3921
3922
  en: unknown;
3922
3923
  ar: unknown;
3923
3924
  fr: unknown;
@@ -3941,7 +3942,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
3941
3942
  ms: unknown;
3942
3943
  mr: unknown;
3943
3944
  nb: unknown;
3944
- no: unknown;
3945
3945
  pl: unknown;
3946
3946
  pt: unknown;
3947
3947
  ro: unknown;
@@ -5692,6 +5692,7 @@ 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;
5695
5696
  en: unknown;
5696
5697
  ar: unknown;
5697
5698
  fr: unknown;
@@ -5715,7 +5716,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
5715
5716
  ms: unknown;
5716
5717
  mr: unknown;
5717
5718
  nb: unknown;
5718
- no: unknown;
5719
5719
  pl: unknown;
5720
5720
  pt: unknown;
5721
5721
  ro: unknown;
@@ -5890,6 +5890,7 @@ 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;
5893
5894
  en: unknown;
5894
5895
  ar: unknown;
5895
5896
  fr: unknown;
@@ -5913,7 +5914,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
5913
5914
  ms: unknown;
5914
5915
  mr: unknown;
5915
5916
  nb: unknown;
5916
- no: unknown;
5917
5917
  pl: unknown;
5918
5918
  pt: unknown;
5919
5919
  ro: unknown;
@@ -6251,6 +6251,7 @@ 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;
6254
6255
  en: unknown;
6255
6256
  ar: unknown;
6256
6257
  fr: unknown;
@@ -6274,7 +6275,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
6274
6275
  ms: unknown;
6275
6276
  mr: unknown;
6276
6277
  nb: unknown;
6277
- no: unknown;
6278
6278
  pl: unknown;
6279
6279
  pt: unknown;
6280
6280
  ro: unknown;
@@ -6449,6 +6449,7 @@ 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;
6452
6453
  en: unknown;
6453
6454
  ar: unknown;
6454
6455
  fr: unknown;
@@ -6472,7 +6473,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
6472
6473
  ms: unknown;
6473
6474
  mr: unknown;
6474
6475
  nb: unknown;
6475
- no: unknown;
6476
6476
  pl: unknown;
6477
6477
  pt: unknown;
6478
6478
  ro: unknown;
@@ -6701,6 +6701,7 @@ 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;
6704
6705
  en: unknown;
6705
6706
  ar: unknown;
6706
6707
  fr: unknown;
@@ -6724,7 +6725,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
6724
6725
  ms: unknown;
6725
6726
  mr: unknown;
6726
6727
  nb: unknown;
6727
- no: unknown;
6728
6728
  pl: unknown;
6729
6729
  pt: unknown;
6730
6730
  ro: unknown;
@@ -6899,6 +6899,7 @@ 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;
6902
6903
  en: unknown;
6903
6904
  ar: unknown;
6904
6905
  fr: unknown;
@@ -6922,7 +6923,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
6922
6923
  ms: unknown;
6923
6924
  mr: unknown;
6924
6925
  nb: unknown;
6925
- no: unknown;
6926
6926
  pl: unknown;
6927
6927
  pt: unknown;
6928
6928
  ro: unknown;
@@ -7153,6 +7153,7 @@ 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;
7156
7157
  en: unknown;
7157
7158
  ar: unknown;
7158
7159
  fr: unknown;
@@ -7176,7 +7177,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
7176
7177
  ms: unknown;
7177
7178
  mr: unknown;
7178
7179
  nb: unknown;
7179
- no: unknown;
7180
7180
  pl: unknown;
7181
7181
  pt: unknown;
7182
7182
  ro: unknown;
@@ -7351,6 +7351,7 @@ 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;
7354
7355
  en: unknown;
7355
7356
  ar: unknown;
7356
7357
  fr: unknown;
@@ -7374,7 +7375,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
7374
7375
  ms: unknown;
7375
7376
  mr: unknown;
7376
7377
  nb: unknown;
7377
- no: unknown;
7378
7378
  pl: unknown;
7379
7379
  pt: unknown;
7380
7380
  ro: unknown;
@@ -7654,6 +7654,7 @@ 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;
7657
7658
  en: unknown;
7658
7659
  ar: unknown;
7659
7660
  fr: unknown;
@@ -7677,7 +7678,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
7677
7678
  ms: unknown;
7678
7679
  mr: unknown;
7679
7680
  nb: unknown;
7680
- no: unknown;
7681
7681
  pl: unknown;
7682
7682
  pt: unknown;
7683
7683
  ro: unknown;
@@ -7852,6 +7852,7 @@ 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;
7855
7856
  en: unknown;
7856
7857
  ar: unknown;
7857
7858
  fr: unknown;
@@ -7875,7 +7876,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
7875
7876
  ms: unknown;
7876
7877
  mr: unknown;
7877
7878
  nb: unknown;
7878
- no: unknown;
7879
7879
  pl: unknown;
7880
7880
  pt: unknown;
7881
7881
  ro: unknown;
@@ -8100,6 +8100,7 @@ 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;
8103
8104
  en: unknown;
8104
8105
  ar: unknown;
8105
8106
  fr: unknown;
@@ -8123,7 +8124,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8123
8124
  ms: unknown;
8124
8125
  mr: unknown;
8125
8126
  nb: unknown;
8126
- no: unknown;
8127
8127
  pl: unknown;
8128
8128
  pt: unknown;
8129
8129
  ro: unknown;
@@ -8298,6 +8298,7 @@ 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;
8301
8302
  en: unknown;
8302
8303
  ar: unknown;
8303
8304
  fr: unknown;
@@ -8321,7 +8322,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8321
8322
  ms: unknown;
8322
8323
  mr: unknown;
8323
8324
  nb: unknown;
8324
- no: unknown;
8325
8325
  pl: unknown;
8326
8326
  pt: unknown;
8327
8327
  ro: unknown;
@@ -8548,6 +8548,7 @@ 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;
8551
8552
  en: unknown;
8552
8553
  ar: unknown;
8553
8554
  fr: unknown;
@@ -8571,7 +8572,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8571
8572
  ms: unknown;
8572
8573
  mr: unknown;
8573
8574
  nb: unknown;
8574
- no: unknown;
8575
8575
  pl: unknown;
8576
8576
  pt: unknown;
8577
8577
  ro: unknown;
@@ -8746,6 +8746,7 @@ 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;
8749
8750
  en: unknown;
8750
8751
  ar: unknown;
8751
8752
  fr: unknown;
@@ -8769,7 +8770,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
8769
8770
  ms: unknown;
8770
8771
  mr: unknown;
8771
8772
  nb: unknown;
8772
- no: unknown;
8773
8773
  pl: unknown;
8774
8774
  pt: unknown;
8775
8775
  ro: unknown;
@@ -9189,27 +9189,160 @@ declare const DropListType: {
9189
9189
  /** Type override */
9190
9190
  type DropListType = (typeof DropListType)[keyof typeof DropListType];
9191
9191
  //#endregion
9192
+ //#region src/dsrBulkErrorCode.d.ts
9193
+ /**
9194
+ * Stable, machine-readable error codes for bulk submission failures that apply
9195
+ * to the call as a whole rather than a single `input[]` item.
9196
+ *
9197
+ * Surfaced on `POST /v1/data-subject-request-bulk` when the payload or its
9198
+ * preconditions are invalid before per-input processing completes.
9199
+ */
9200
+ declare const DsrBulkErrorCode: {
9201
+ /** The bulk submission included no request inputs. */NoInputsProvided: "NO_INPUTS_PROVIDED"; /** The bulk submission exceeds the maximum number of inputs. */
9202
+ SubmissionLimitExceeded: "SUBMISSION_LIMIT_EXCEEDED"; /** The bulk submission mixed inputs with and without a pre-generated CEK context. */
9203
+ MixedCekContext: "MIXED_CEK_CONTEXT";
9204
+ };
9205
+ /** Type override */
9206
+ type DsrBulkErrorCode = (typeof DsrBulkErrorCode)[keyof typeof DsrBulkErrorCode];
9207
+ //#endregion
9208
+ //#region src/dsrBulkErrorMessage.d.ts
9209
+ /** Canonical message builder for each {@link DsrBulkErrorCode}. */
9210
+ type DsrBulkErrorMessageMap = {
9211
+ [DsrBulkErrorCode.NoInputsProvided]: () => string;
9212
+ [DsrBulkErrorCode.SubmissionLimitExceeded]: () => string;
9213
+ [DsrBulkErrorCode.MixedCekContext]: () => string;
9214
+ };
9215
+ /**
9216
+ * Canonical bulk-call DSR submission error messages.
9217
+ *
9218
+ * Each {@link DsrBulkErrorCode} has exactly one builder for failures that apply
9219
+ * to the submission as a whole. These currently surface as HTTP 400 bad-request
9220
+ * validation failures, so no separate status map is exported.
9221
+ */
9222
+ declare const DSR_BULK_ERROR_MESSAGE: {
9223
+ readonly NO_INPUTS_PROVIDED: () => string;
9224
+ readonly SUBMISSION_LIMIT_EXCEEDED: () => string;
9225
+ readonly MIXED_CEK_CONTEXT: () => string;
9226
+ };
9227
+ //#endregion
9192
9228
  //#region src/dsrErrorCode.d.ts
9193
9229
  /**
9194
- * Stable, machine-readable error codes for the DSR submission API
9195
- * (`POST /v1/data-subject-request` and `POST /v1/data-subject-request-bulk`).
9230
+ * Stable, machine-readable error codes for a single bulk submission input
9231
+ * (`POST /v1/data-subject-request-bulk` `input[]` item).
9196
9232
  *
9197
- * Surfaced to clients as `extensions.code` on GraphQL errors so they can branch
9198
- * on the failure type without parsing the error message.
9233
+ * Returned on one failed input so callers can branch without parsing the error
9234
+ * message. Failures about the bulk call as a whole use {@link DsrBulkErrorCode}.
9199
9235
  */
9200
9236
  declare const DsrErrorCode: {
9201
- /** A duplicate open request already exists for this data subject + type. */DuplicateRequest: "DUPLICATE_REQUEST"; /** An open parent request already exists for this data subject. */
9202
- OpenParentRequestExists: "OPEN_PARENT_REQUEST_EXISTS"; /** A restart was requested for a request ID that does not exist. */
9237
+ /** This request has an invalid or missing workflowConfigId. */InvalidWorkflowConfigId: "INVALID_WORKFLOW_CONFIG_ID"; /** This request is missing a core identifier. */
9238
+ MissingCoreIdentifier: "MISSING_CORE_IDENTIFIER"; /** A restart was requested for a request ID that does not exist. */
9203
9239
  RestartRequestNotFound: "RESTART_REQUEST_NOT_FOUND"; /** A restart was requested for a request closed beyond the org's time limit. */
9204
- RestartTimeLimitExceeded: "RESTART_TIME_LIMIT_EXCEEDED"; /** The bulk submission exceeds the per-request item limit. */
9205
- SubmissionLimitExceeded: "SUBMISSION_LIMIT_EXCEEDED"; /** A bulk submission mixed items with and without a pre-generated CEK context. */
9206
- MixedCekContext: "MIXED_CEK_CONTEXT"; /** The required Diffie-Hellman encrypted payload was missing. */
9207
- DhContextRequired: "DH_CONTEXT_REQUIRED"; /** Generic input validation failure. */
9208
- InvalidInput: "INVALID_INPUT";
9240
+ RestartTimeLimitExceeded: "RESTART_TIME_LIMIT_EXCEEDED"; /** The required Diffie-Hellman encrypted payload was missing on this request. */
9241
+ DhContextRequired: "DH_CONTEXT_REQUIRED"; /** The referenced receipt email template does not exist. */
9242
+ ReceiptTemplateNotFound: "RECEIPT_TEMPLATE_NOT_FOUND"; /** DROP linkage identifiers on this request do not cover the required identifier types. */
9243
+ DropIdentifierCoverageMismatch: "DROP_IDENTIFIER_COVERAGE_MISMATCH"; /** The same DROP record was claimed more than once on this request. */
9244
+ DuplicateDropRecords: "DUPLICATE_DROP_RECORDS"; /** This request's DROP identifiers conflict with another input sharing a dropRunId idempotency key. */
9245
+ InBatchDropIdempotencyKeyCollision: "IN_BATCH_DROP_IDEMPOTENCY_KEY_COLLISION"; /** This request's `dropRecords` was provided without a `dropRunId`. */
9246
+ DropRecordsRequireDropRunId: "DROP_RECORDS_REQUIRE_DROP_RUN_ID"; /** This request exceeds the per-request DROP record link limit. */
9247
+ MaxDropRecordsPerRequestExceeded: "MAX_DROP_RECORDS_PER_REQUEST_EXCEEDED"; /** One or more DROP records on this request are not part of the run's CPPA download. */
9248
+ UnknownDropRecords: "UNKNOWN_DROP_RECORDS"; /** A concurrent submission already created this request. */
9249
+ ConcurrentSubmissionConflict: "CONCURRENT_SUBMISSION_CONFLICT"; /** The DROP run referenced by this request does not exist. */
9250
+ DropRunNotFound: "DROP_RUN_NOT_FOUND";
9209
9251
  };
9210
9252
  /** Type override */
9211
9253
  type DsrErrorCode = (typeof DsrErrorCode)[keyof typeof DsrErrorCode];
9212
9254
  //#endregion
9255
+ //#region src/dsrErrorMessage.d.ts
9256
+ /**
9257
+ * Maximum CPPA DROP records that can be linked to a single DSR at submission
9258
+ * time.
9259
+ */
9260
+ declare const MAX_DROP_RECORDS_PER_REQUEST = 500;
9261
+ /**
9262
+ * Maximum number of requests that can be submitted at once in a bulk
9263
+ * operation.
9264
+ */
9265
+ declare const REQUEST_SUBMISSION_LIMIT = 100;
9266
+ /**
9267
+ * Maximum unknown DROP records named in an {@link DsrErrorCode.UnknownDropRecords}
9268
+ * error message before truncating with an "and N more" suffix.
9269
+ */
9270
+ declare const MAX_UNKNOWN_DROP_RECORDS_IN_ERROR = 20;
9271
+ /** Inputs for the {@link DsrErrorCode.RestartTimeLimitExceeded} message builder. */
9272
+ interface RestartTimeLimitExceededMessageInput {
9273
+ /** Days since the request's status last changed */
9274
+ daysSinceLastTransition: number;
9275
+ /** Organization-configured restart time limit in days */
9276
+ restartTimeLimitDays: number;
9277
+ }
9278
+ /** Inputs for the {@link DsrErrorCode.UnknownDropRecords} message builder. */
9279
+ interface UnknownDropRecordsMessageInput {
9280
+ /** DROP record identifier from the submission payload */
9281
+ dropRecordId: string;
9282
+ /** DROP list type for the referenced record */
9283
+ dropListType: DropListType;
9284
+ }
9285
+ /** Canonical message builder for each {@link DsrErrorCode}. */
9286
+ type DsrErrorMessageMap = {
9287
+ [DsrErrorCode.InvalidWorkflowConfigId]: () => string;
9288
+ [DsrErrorCode.MissingCoreIdentifier]: () => string;
9289
+ [DsrErrorCode.RestartRequestNotFound]: () => string;
9290
+ [DsrErrorCode.RestartTimeLimitExceeded]: (input: RestartTimeLimitExceededMessageInput) => string;
9291
+ [DsrErrorCode.DhContextRequired]: () => string;
9292
+ [DsrErrorCode.ReceiptTemplateNotFound]: (templateId: string) => string;
9293
+ [DsrErrorCode.DropIdentifierCoverageMismatch]: () => string;
9294
+ [DsrErrorCode.DuplicateDropRecords]: () => string;
9295
+ [DsrErrorCode.InBatchDropIdempotencyKeyCollision]: () => string;
9296
+ [DsrErrorCode.DropRecordsRequireDropRunId]: () => string;
9297
+ [DsrErrorCode.MaxDropRecordsPerRequestExceeded]: () => string;
9298
+ [DsrErrorCode.UnknownDropRecords]: (records: readonly UnknownDropRecordsMessageInput[]) => string;
9299
+ [DsrErrorCode.ConcurrentSubmissionConflict]: () => string;
9300
+ [DsrErrorCode.DropRunNotFound]: (dropRunId: string) => string;
9301
+ };
9302
+ /**
9303
+ * Canonical per-input DSR bulk submission error messages.
9304
+ *
9305
+ * Each {@link DsrErrorCode} has exactly one builder; call
9306
+ * `DSR_ERROR_MESSAGE[code](...)` to render the runtime string for one failed
9307
+ * `input[]` item. Per-input errors currently surface as HTTP 400 bad-request
9308
+ * validation failures.
9309
+ */
9310
+ declare const DSR_ERROR_MESSAGE: {
9311
+ readonly INVALID_WORKFLOW_CONFIG_ID: () => string;
9312
+ readonly MISSING_CORE_IDENTIFIER: () => string;
9313
+ readonly RESTART_REQUEST_NOT_FOUND: () => string;
9314
+ readonly RESTART_TIME_LIMIT_EXCEEDED: ({
9315
+ daysSinceLastTransition,
9316
+ restartTimeLimitDays
9317
+ }: RestartTimeLimitExceededMessageInput) => string;
9318
+ readonly DH_CONTEXT_REQUIRED: () => string;
9319
+ readonly RECEIPT_TEMPLATE_NOT_FOUND: (templateId: string) => string;
9320
+ readonly DROP_IDENTIFIER_COVERAGE_MISMATCH: () => string;
9321
+ readonly DUPLICATE_DROP_RECORDS: () => string;
9322
+ readonly IN_BATCH_DROP_IDEMPOTENCY_KEY_COLLISION: () => string;
9323
+ readonly DROP_RECORDS_REQUIRE_DROP_RUN_ID: () => string;
9324
+ readonly MAX_DROP_RECORDS_PER_REQUEST_EXCEEDED: () => string;
9325
+ readonly UNKNOWN_DROP_RECORDS: (records: readonly UnknownDropRecordsMessageInput[]) => string;
9326
+ readonly CONCURRENT_SUBMISSION_CONFLICT: () => string;
9327
+ readonly DROP_RUN_NOT_FOUND: (dropRunId: string) => string;
9328
+ };
9329
+ //#endregion
9330
+ //#region src/dsrRequestOutcome.d.ts
9331
+ /**
9332
+ * Per-input outcome for `POST /v1/data-subject-request-bulk` responses.
9333
+ *
9334
+ * Returned on successful bulk submissions so callers can branch without parsing
9335
+ * error messages. Failures continue to use {@link DsrErrorCode}.
9336
+ */
9337
+ declare const DsrRequestOutcome: {
9338
+ /** A new request was created. */Created: "CREATED"; /** An equivalent open request already exists for this submission. */
9339
+ AlreadyOpen: "ALREADY_OPEN"; /** DROP records were linked to an existing request without creating a new one. */
9340
+ DropRecordsLinked: "DROP_RECORDS_LINKED"; /** An existing request was restarted. */
9341
+ Restarted: "RESTARTED";
9342
+ };
9343
+ /** Type override */
9344
+ type DsrRequestOutcome = (typeof DsrRequestOutcome)[keyof typeof DsrRequestOutcome];
9345
+ //#endregion
9213
9346
  //#region src/enricher.d.ts
9214
9347
  /**
9215
9348
  * Enrichers that are a bit more freeform, as in they can take in arbitrary inputs
@@ -35574,6 +35707,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
35574
35707
  }>; /** The time that the privacy request was created */
35575
35708
  requestCreatedAt: t.StringC; /** The language key for the privacy request */
35576
35709
  requestLocale: t.KeyofC<{
35710
+ no: unknown;
35577
35711
  en: unknown;
35578
35712
  ar: unknown;
35579
35713
  fr: unknown;
@@ -35597,7 +35731,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
35597
35731
  ms: unknown;
35598
35732
  mr: unknown;
35599
35733
  nb: unknown;
35600
- no: unknown;
35601
35734
  pl: unknown;
35602
35735
  pt: unknown;
35603
35736
  ro: unknown;
@@ -62919,5 +63052,5 @@ declare const CollectDataSubjectRegions: {
62919
63052
  /** Override type */
62920
63053
  type CollectDataSubjectRegions = (typeof CollectDataSubjectRegions)[keyof typeof CollectDataSubjectRegions];
62921
63054
  //#endregion
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 };
63055
+ 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, DSR_BULK_ERROR_MESSAGE, DSR_ERROR_MESSAGE, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, DropListType, DsrBulkErrorCode, DsrBulkErrorMessageMap, DsrErrorCode, DsrErrorMessageMap, DsrRequestOutcome, 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, MAX_DROP_RECORDS_PER_REQUEST, MAX_UNKNOWN_DROP_RECORDS_IN_ERROR, 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, REQUEST_SUBMISSION_LIMIT, RegimeKey, RegionDetectionMethod, RegionsOperator, RequestAction, RequestActionObjectResolver, RequestActionOptIn, RequestActionOptOut, RequestDataSiloStatus, RequestEnricherStatus, RequestOrigin, RequestStatus, RequiredConfigurableColorPaletteColor, RestartIdentifierStrategy, RestartTimeLimitExceededMessageInput, 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, UnknownDropRecordsMessageInput, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
62923
63056
  //# sourceMappingURL=index.d.mts.map