@uniformdev/canvas 19.37.1 → 19.38.3-alpha.70

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.ts CHANGED
@@ -181,19 +181,15 @@ interface components$4 {
181
181
  value: unknown;
182
182
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
183
183
  type: string;
184
+ /** @deprecated */
184
185
  connectedData?: components$4["schemas"]["DataElementConnectionDefinition"];
185
186
  };
186
- /**
187
- * @description Defines a connection to a data element on a data resource.
188
- *
189
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
190
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
191
- */
187
+ /** @description Defines a connection to a dynamic token on a data resource. */
192
188
  DataElementConnectionDefinition: {
193
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
189
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
194
190
  pointer: string;
195
191
  /**
196
- * @description The syntax used to select the data element to bind to
192
+ * @description The syntax used to select the dynamic token to bind to
197
193
  * @enum {string}
198
194
  */
199
195
  syntax: "jptr";
@@ -833,19 +829,15 @@ interface external$a {
833
829
  value: unknown;
834
830
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
835
831
  type: string;
832
+ /** @deprecated */
836
833
  connectedData?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataElementConnectionDefinition"];
837
834
  };
838
- /**
839
- * @description Defines a connection to a data element on a data resource.
840
- *
841
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
842
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
843
- */
835
+ /** @description Defines a connection to a dynamic token on a data resource. */
844
836
  DataElementConnectionDefinition: {
845
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
837
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
846
838
  pointer: string;
847
839
  /**
848
- * @description The syntax used to select the data element to bind to
840
+ * @description The syntax used to select the dynamic token to bind to
849
841
  * @enum {string}
850
842
  */
851
843
  syntax: "jptr";
@@ -1486,19 +1478,15 @@ interface external$9 {
1486
1478
  value: unknown;
1487
1479
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
1488
1480
  type: string;
1481
+ /** @deprecated */
1489
1482
  connectedData?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataElementConnectionDefinition"];
1490
1483
  };
1491
- /**
1492
- * @description Defines a connection to a data element on a data resource.
1493
- *
1494
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
1495
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
1496
- */
1484
+ /** @description Defines a connection to a dynamic token on a data resource. */
1497
1485
  DataElementConnectionDefinition: {
1498
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
1486
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
1499
1487
  pointer: string;
1500
1488
  /**
1501
- * @description The syntax used to select the data element to bind to
1489
+ * @description The syntax used to select the dynamic token to bind to
1502
1490
  * @enum {string}
1503
1491
  */
1504
1492
  syntax: "jptr";
@@ -2135,19 +2123,15 @@ interface external$8 {
2135
2123
  value: unknown;
2136
2124
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
2137
2125
  type: string;
2126
+ /** @deprecated */
2138
2127
  connectedData?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataElementConnectionDefinition"];
2139
2128
  };
2140
- /**
2141
- * @description Defines a connection to a data element on a data resource.
2142
- *
2143
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
2144
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
2145
- */
2129
+ /** @description Defines a connection to a dynamic token on a data resource. */
2146
2130
  DataElementConnectionDefinition: {
2147
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
2131
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
2148
2132
  pointer: string;
2149
2133
  /**
2150
- * @description The syntax used to select the data element to bind to
2134
+ * @description The syntax used to select the dynamic token to bind to
2151
2135
  * @enum {string}
2152
2136
  */
2153
2137
  syntax: "jptr";
@@ -2727,19 +2711,15 @@ interface external$7 {
2727
2711
  value: unknown;
2728
2712
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
2729
2713
  type: string;
2714
+ /** @deprecated */
2730
2715
  connectedData?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataElementConnectionDefinition"];
2731
2716
  };
2732
- /**
2733
- * @description Defines a connection to a data element on a data resource.
2734
- *
2735
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
2736
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
2737
- */
2717
+ /** @description Defines a connection to a dynamic token on a data resource. */
2738
2718
  DataElementConnectionDefinition: {
2739
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
2719
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
2740
2720
  pointer: string;
2741
2721
  /**
2742
- * @description The syntax used to select the data element to bind to
2722
+ * @description The syntax used to select the dynamic token to bind to
2743
2723
  * @enum {string}
2744
2724
  */
2745
2725
  syntax: "jptr";
@@ -3354,19 +3334,15 @@ interface external$6 {
3354
3334
  value: unknown;
3355
3335
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
3356
3336
  type: string;
3337
+ /** @deprecated */
3357
3338
  connectedData?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataElementConnectionDefinition"];
3358
3339
  };
3359
- /**
3360
- * @description Defines a connection to a data element on a data resource.
3361
- *
3362
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
3363
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
3364
- */
3340
+ /** @description Defines a connection to a dynamic token on a data resource. */
3365
3341
  DataElementConnectionDefinition: {
3366
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
3342
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
3367
3343
  pointer: string;
3368
3344
  /**
3369
- * @description The syntax used to select the data element to bind to
3345
+ * @description The syntax used to select the dynamic token to bind to
3370
3346
  * @enum {string}
3371
3347
  */
3372
3348
  syntax: "jptr";
@@ -4406,19 +4382,15 @@ interface external$5 {
4406
4382
  value: unknown;
4407
4383
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
4408
4384
  type: string;
4385
+ /** @deprecated */
4409
4386
  connectedData?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataElementConnectionDefinition"];
4410
4387
  };
4411
- /**
4412
- * @description Defines a connection to a data element on a data resource.
4413
- *
4414
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
4415
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
4416
- */
4388
+ /** @description Defines a connection to a dynamic token on a data resource. */
4417
4389
  DataElementConnectionDefinition: {
4418
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
4390
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
4419
4391
  pointer: string;
4420
4392
  /**
4421
- * @description The syntax used to select the data element to bind to
4393
+ * @description The syntax used to select the dynamic token to bind to
4422
4394
  * @enum {string}
4423
4395
  */
4424
4396
  syntax: "jptr";
@@ -5249,19 +5221,15 @@ interface external$3 {
5249
5221
  value: unknown;
5250
5222
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
5251
5223
  type: string;
5224
+ /** @deprecated */
5252
5225
  connectedData?: external$3["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataElementConnectionDefinition"];
5253
5226
  };
5254
- /**
5255
- * @description Defines a connection to a data element on a data resource.
5256
- *
5257
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
5258
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
5259
- */
5227
+ /** @description Defines a connection to a dynamic token on a data resource. */
5260
5228
  DataElementConnectionDefinition: {
5261
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
5229
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
5262
5230
  pointer: string;
5263
5231
  /**
5264
- * @description The syntax used to select the data element to bind to
5232
+ * @description The syntax used to select the dynamic token to bind to
5265
5233
  * @enum {string}
5266
5234
  */
5267
5235
  syntax: "jptr";
@@ -6238,8 +6206,6 @@ interface external$3 {
6238
6206
  targetPreserveIncomingProtocol?: boolean;
6239
6207
  /** @description Rewritten url should match the domain of the incoming request regardless of what is defined in the redirection target. */
6240
6208
  targetPreserveIncomingDomain?: boolean;
6241
- /** @description Stop running rules after this redirect rule gets executed. */
6242
- stopExecutingAfter?: boolean;
6243
6209
  /** @description Merge incoming querystring with the querystring defined on the redirection target, taking the incoming querystring parameter where a merge is not possible. */
6244
6210
  targetMergeQuerystring?: boolean;
6245
6211
  /** @description Label as system generated or user generated. */
@@ -6758,19 +6724,15 @@ interface external$2 {
6758
6724
  value: unknown;
6759
6725
  /** @description The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
6760
6726
  type: string;
6727
+ /** @deprecated */
6761
6728
  connectedData?: external$2["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataElementConnectionDefinition"];
6762
6729
  };
6763
- /**
6764
- * @description Defines a connection to a data element on a data resource.
6765
- *
6766
- * NOTE: This is considered an internal data structure and is not guaranteed to be stable.
6767
- * Future updates that do not break the edgehanced/data-bound state of a composition may be made without notice.
6768
- */
6730
+ /** @description Defines a connection to a dynamic token on a data resource. */
6769
6731
  DataElementConnectionDefinition: {
6770
- /** @description A JSON Pointer expression that defines the data element to connect the parameter to. */
6732
+ /** @description A JSON Pointer expression that defines the data resource dynamic token value. */
6771
6733
  pointer: string;
6772
6734
  /**
6773
- * @description The syntax used to select the data element to bind to
6735
+ * @description The syntax used to select the dynamic token to bind to
6774
6736
  * @enum {string}
6775
6737
  */
6776
6738
  syntax: "jptr";
@@ -7747,8 +7709,6 @@ interface external$2 {
7747
7709
  targetPreserveIncomingProtocol?: boolean;
7748
7710
  /** @description Rewritten url should match the domain of the incoming request regardless of what is defined in the redirection target. */
7749
7711
  targetPreserveIncomingDomain?: boolean;
7750
- /** @description Stop running rules after this redirect rule gets executed. */
7751
- stopExecutingAfter?: boolean;
7752
7712
  /** @description Merge incoming querystring with the querystring defined on the redirection target, taking the incoming querystring parameter where a merge is not possible. */
7753
7713
  targetMergeQuerystring?: boolean;
7754
7714
  /** @description Label as system generated or user generated. */
@@ -7798,7 +7758,7 @@ type ComponentParameterContextualEditing<TValue = unknown> = ComponentParameter<
7798
7758
  isEditable?: boolean;
7799
7759
  };
7800
7760
  };
7801
- /** Defines a connection to a data element on a data resource. */
7761
+ /** Defines a connection to a dynamic token on a data resource. */
7802
7762
  type DataElementConnectionDefinition = SharedComponents['DataElementConnectionDefinition'];
7803
7763
  /** Variable values for a data resource. */
7804
7764
  type DataResourceVariables = SharedComponents['DataResourceVariables'];
@@ -7876,7 +7836,7 @@ type CompositionPatternIssue = CompositionIssueCore & {
7876
7836
  type: 'pattern';
7877
7837
  code: NonNullable<ComponentInstance['_patternError']>;
7878
7838
  };
7879
- /** An error while binding a data element from a data resource to a component parameter (i.e. a missing property in the data resource) */
7839
+ /** An error while binding a dynamic token from a data resource to a component parameter (i.e. a missing property in the data resource) */
7880
7840
  type DataElementBindingIssue = CompositionIssueCore & {
7881
7841
  type: 'binding';
7882
7842
  parameterName: string;
@@ -8610,7 +8570,7 @@ type ProjectMapLinkComponentParameterValue = ProjectMapLinkParamValue | undefine
8610
8570
  type LinkComponentParameterValue = LinkParamValue;
8611
8571
 
8612
8572
  type RichTextBuiltInFormat = 'code' | 'bold' | 'italic' | 'underline' | 'strikethrough' | 'superscript' | 'subscript';
8613
- type RichTextBuiltInElement = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'unorderedList' | 'orderedList' | 'link' | 'quote' | 'code';
8573
+ type RichTextBuiltInElement = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'unorderedList' | 'orderedList' | 'link' | 'quote' | 'code' | 'variable';
8614
8574
  type RichTextParamConfiguration = {
8615
8575
  required?: boolean;
8616
8576
  formatting?: {
@@ -9066,50 +9026,6 @@ declare class RouteClient extends ApiClient<RouteClientOptions> {
9066
9026
  getRoute(options?: Omit<RouteGetParameters, 'projectId'>): Promise<ResolvedRouteGetResponse>;
9067
9027
  }
9068
9028
 
9069
- type BindVariablesResult<TValue> = {
9070
- boundCount: number;
9071
- result: TValue;
9072
- errors?: string[];
9073
- };
9074
- type BindVariablesToObjectOptions<T> = {
9075
- /** The object to bind variables to. Only strings or objects are bound. */
9076
- value: T;
9077
- } & Omit<BindVariablesOptions, 'value'>;
9078
- /**
9079
- * Binds composition variables to an object whose string keys may have variable expressions in them.
9080
- * Binding is recursive.
9081
- */
9082
- declare function bindVariablesToObject<T>(options: BindVariablesToObjectOptions<T>): BindVariablesResult<T>;
9083
-
9084
- type BindVariablesOptions = {
9085
- /** Current variable values table */
9086
- variables: DataResourceVariables;
9087
- /** String value to bind variables to */
9088
- value: string;
9089
- /**
9090
- * Text prefix for any variable binding errors that might be returned
9091
- * @default "Variable"
9092
- */
9093
- errorPrefix?: string;
9094
- /**
9095
- * Optionally provide overridden binding behaviour with a function.
9096
- * Default behaviour:
9097
- * - If variable is not defined, its expression is replaced by empty string and an error is returned
9098
- * - If variable is defined, its expression is replaced by its value
9099
- * @param variableName The variable name referred to in the `value` string. This is the name inside the ${} expression.
9100
- * @param variables The current variables table.
9101
- * @param errors Errors array. Push to it to add errors to the result.
9102
- * @returns New value for the variable reference expression, will replace the whole ${} in the result.
9103
- */
9104
- handleBinding?: (variableName: string, variables: DataResourceVariables, errors: string[]) => string;
9105
- };
9106
- /**
9107
- * Binds variables to a string that could have variable values in it.
9108
- * Variables are referenced in the string as ${variableName}.
9109
- * Literal variable values are escaped with a backslash, e.g. \${literal}
9110
- */
9111
- declare function bindVariables({ variables, value, errorPrefix, handleBinding, }: BindVariablesOptions): BindVariablesResult<string>;
9112
-
9113
9029
  /** Public ID of Canvas personalization component type */
9114
9030
  declare const CANVAS_PERSONALIZE_TYPE = "$personalization";
9115
9031
  /** Public ID of Canvas A/B test component type */
@@ -9350,6 +9266,63 @@ declare function mapSlotToPersonalizedVariations(slot: ComponentInstance[] | und
9350
9266
  */
9351
9267
  declare function mapSlotToTestVariations(slot: ComponentInstance[] | undefined): Array<ComponentInstance & TestVariant>;
9352
9268
 
9269
+ type BindVariablesResult<TValue> = {
9270
+ /** Number of dynamic expressions that attempted to be bound (regardless of the success of the binding) */
9271
+ boundCount: number;
9272
+ /** Result object after the binding */
9273
+ result: TValue;
9274
+ /** Any errors that occurred resolving bound values */
9275
+ errors?: Array<string | Error>;
9276
+ };
9277
+ type BindVariablesToObjectOptions<T> = {
9278
+ /** The object to bind variables to. Only strings or objects are bound. */
9279
+ value: T;
9280
+ } & Omit<BindVariablesOptions, 'value'>;
9281
+ /**
9282
+ * Binds composition variables to an object whose string keys may have variable expressions in them.
9283
+ * Binding is recursive.
9284
+ */
9285
+ declare function bindVariablesToObject<T>(options: BindVariablesToObjectOptions<T>): BindVariablesResult<T>;
9286
+
9287
+ type BindVariablesOptions = {
9288
+ /** Current variable values table */
9289
+ variables: Record<string, unknown>;
9290
+ /** String value to bind variables to */
9291
+ value: string;
9292
+ /**
9293
+ * Text prefix for any variable binding errors that might be returned
9294
+ * @default "Variable"
9295
+ */
9296
+ errorPrefix?: string;
9297
+ /**
9298
+ * Optionally provide overridden binding behaviour with a function.
9299
+ * Default behaviour:
9300
+ * - If variable is not defined, its expression is replaced by empty string and an error is returned
9301
+ * - If variable is defined, its expression is replaced by its value
9302
+ * @param variableName The variable name referred to in the `value` string. This is the name inside the ${} expression.
9303
+ * @param variables The current variables table.
9304
+ * @param errors Errors array. Push to it to add errors to the result.
9305
+ * @returns New value for the variable reference expression, will replace the whole ${} in the result. If non-string value is returned, then:
9306
+ * - If the original string value contains ONLY the variable reference (i.e. "${foo}") then the value will be used literally, e.g. the property becomes an array, etc
9307
+ * - If the original value contains other text, then the value will be string-interpolated as a fallback (i.e. [object Object], 'array,elements', etc)
9308
+ */
9309
+ handleBinding?: (variableName: string, variables: Record<string, unknown>, errors: Array<string | Error>) => unknown;
9310
+ };
9311
+ /**
9312
+ * Binds variables to a string that could have variable values in it.
9313
+ * Variables are referenced in the string as ${variableName}.
9314
+ * Literal variable values are escaped with a backslash, e.g. \${literal}
9315
+ */
9316
+ declare function bindVariables({ variables, value, errorPrefix, handleBinding, }: BindVariablesOptions): BindVariablesResult<unknown>;
9317
+
9318
+ declare function createVariableReference(variableName: string): string;
9319
+
9320
+ /**
9321
+ * Parses an expression that may contain Uniform variables and invokes a callback for each text or variable token found
9322
+ * @returns the number of tokens found in the string (variable or text)
9323
+ */
9324
+ declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
9325
+
9353
9326
  declare const CanvasClientError: typeof ApiClientError;
9354
9327
 
9355
- export { ATTRIBUTE_COMPONENT_ID, ATTRIBUTE_MULTILINE, ATTRIBUTE_PARAMETER_ID, ATTRIBUTE_PARAMETER_TYPE, ATTRIBUTE_PARAMETER_VALUE, ATTRIBUTE_PLACEHOLDER, AddComponentMessage, BatchEnhancer, BatchEntry, BatchInvalidationPayload, BindVariablesOptions, BindVariablesResult, BindVariablesToObjectOptions, CANVAS_DRAFT_STATE, CANVAS_ENRICHMENT_TAG_PARAM, CANVAS_INTENT_TAG_PARAM, CANVAS_LOCALE_TAG_PARAM, CANVAS_LOCALIZATION_SLOT, CANVAS_LOCALIZATION_TYPE, CANVAS_PERSONALIZATION_PARAM, CANVAS_PERSONALIZE_SLOT, CANVAS_PERSONALIZE_TYPE, CANVAS_PUBLISHED_STATE, CANVAS_TEST_SLOT, CANVAS_TEST_TYPE, CANVAS_TEST_VARIANT_PARAM, CanvasClient, CanvasClientError, CanvasDefinitions, CategoriesDeleteParameters, CategoriesGetParameters, CategoriesGetResponse, CategoriesPutParameters, Category, CategoryClient, Channel, ChannelMessage, ChannelSubscription, ChildEnhancerBuilder, ComponentDefinition, ComponentDefinitionDeleteParameters, ComponentDefinitionGetParameters, ComponentDefinitionGetResponse, ComponentDefinitionParameter, ComponentDefinitionPermission, ComponentDefinitionPutParameters, ComponentDefinitionSlot, ComponentDefinitionSlugSettings, ComponentDefinitionVariant, ComponentEnhancer, ComponentEnhancerFunction, ComponentEnhancerOptions, ComponentInstance, ComponentInstanceHistoryEntry, ComponentInstanceHistoryGetParameters, ComponentInstanceHistoryGetResponse, ComponentLocationReference, ComponentOverridability, ComponentOverride, ComponentOverrides, ComponentParameter, ComponentParameterContextualEditing, ComponentParameterEnhancer, ComponentParameterEnhancerFunction, ComponentParameterEnhancerOptions, CompositionDataDiagnostic, CompositionDeleteParameters, CompositionDiagnostics, CompositionGetByComponentIdParameters, CompositionGetByIdParameters, CompositionGetByNodeIdParameters, CompositionGetByNodePathParameters, CompositionGetBySlugParameters, CompositionGetListResponse, CompositionGetOrderBy, CompositionGetParameters, CompositionGetResponse, CompositionGetValidResponses, CompositionIssue, CompositionPatternIssue, CompositionPutParameters, CompositionRelationshipsClientOptions, CompositionRelationshipsDDefinitionGetResponse, CompositionRelationshipsDefinitionApi, CompositionRelationshipsDefinitionGetParameters, CompositionResolvedGetResponse, CompositionUIStatus, ContextualEditingComponentReference, DataElementBindingIssue, DataElementConnectionDefinition, DataResolutionConfigIssue, DataResolutionOption, DataResolutionOptionNegative, DataResolutionOptionPositive, DataResolutionParameters, DataResourceDefinition, DataResourceDefinitions, DataResourceIssue, DataResourceVariables, DataSource, DataSourceClient, DataSourceDeleteParameters, DataSourceGetParameters, DataSourceGetResponse, DataSourcePutParameters, DataSourcesGetParameters, DataSourcesGetResponse, DataType, DataTypeClient, DataTypeDeleteParameters, DataTypeGetParameters, DataTypeGetResponse, DataTypePutParameters, DataVariableDefinition, DismissPlaceholderMessage, DynamicInputIssue, EDGE_CACHE_DISABLED, EDGE_DEFAULT_CACHE_TTL, EDGE_DEFAULT_L2_CACHE_TTL_IN_HOURS, EDGE_MAX_CACHE_TTL, EDGE_MAX_L2_CACHE_TTL_IN_HOURS, EDGE_MIN_CACHE_TTL, EDGE_MIN_L2_CACHE_TTL_IN_HOURS, EMPTY_COMPOSITION, EnhancerBuilder, EnhancerContext, EnhancerError, EventNames, GetParameterAttributesProps, IN_CONTEXT_EDITOR_COMPONENT_END_ROLE, IN_CONTEXT_EDITOR_COMPONENT_START_ROLE, IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID, IN_CONTEXT_EDITOR_QUERY_STRING_PARAM, IS_RENDERED_BY_UNIFORM_ATTRIBUTE, InvalidationPayload, InvalidationResult, LimitPolicy, LinkComponentParameterValue, LinkParamConfiguration, LinkParamValue, LinkParameterType, LinkTypeConfiguration, MessageHandler, MoveComponentMessage, NonProjectMapLinkParamValue, OverrideOptions, PLACEHOLDER_ID, PreviewEventBus, PreviewPanelSettings, ProjectMapLinkComponentParameterValue, ProjectMapLinkParamValue, ReadyMessage, ReportRenderedCompositionsMessage, ResolvedRouteGetResponse, RichTextBuiltInElement, RichTextBuiltInFormat, RichTextParamConfiguration, RichTextParamValue, RootComponentInstance, RouteClient, RouteDynamicInputs, RouteGetParameters, RouteGetResponse, RouteGetResponseComposition, RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, SelectComponentMessage, SelectParameterMessage, SpecificProjectMap, SubscribeToCompositionOptions, TriggerCompositionActionMessage, UncachedCanvasClient, UncachedCategoryClient, UniqueBatchEntries, UnsubscribeCallback, UpdateComponentParameterMessage, UpdateCompositionInternalMessage, UpdateCompositionMessage, UpdateContextualEditingStateInternalMessage, UpdatePreviewSettingsMessage, UsageTrackingApi, UsageTrackingGetParameters, UsageTrackingGetResponse, UsageTrackingPostParameters, UsageTrackingPostResponse, WalkComponentTreeActions, bindVariables, bindVariablesToObject, compose, createBatchEnhancer, createCanvasChannel, createEventBus, createLimitPolicy, createUniformApiEnhancer, enhance, extractLocales, generateHash, getChannelName, getComponentJsonPointer, getComponentPath, getParameterAttributes, isAddComponentMessage, isDismissPlaceholderMessage, isMovingComponentMessage, isReadyMessage, isReportRenderedCompositionsMessage, isSelectComponentMessage, isSelectParameterMessage, isSystemComponentDefinition, isTriggerCompositionActionMessage, isUpdateComponentParameterMessage, isUpdateCompositionInternalMessage, isUpdateCompositionMessage, isUpdateContextualEditingStateInternalMessage, isUpdatePreviewSettingsMessage, localize, mapSlotToPersonalizedVariations, mapSlotToTestVariations, nullLimitPolicy, subscribeToComposition, unstable_CompositionRelationshipClient, walkComponentTree };
9328
+ export { ATTRIBUTE_COMPONENT_ID, ATTRIBUTE_MULTILINE, ATTRIBUTE_PARAMETER_ID, ATTRIBUTE_PARAMETER_TYPE, ATTRIBUTE_PARAMETER_VALUE, ATTRIBUTE_PLACEHOLDER, AddComponentMessage, BatchEnhancer, BatchEntry, BatchInvalidationPayload, BindVariablesOptions, BindVariablesResult, BindVariablesToObjectOptions, CANVAS_DRAFT_STATE, CANVAS_ENRICHMENT_TAG_PARAM, CANVAS_INTENT_TAG_PARAM, CANVAS_LOCALE_TAG_PARAM, CANVAS_LOCALIZATION_SLOT, CANVAS_LOCALIZATION_TYPE, CANVAS_PERSONALIZATION_PARAM, CANVAS_PERSONALIZE_SLOT, CANVAS_PERSONALIZE_TYPE, CANVAS_PUBLISHED_STATE, CANVAS_TEST_SLOT, CANVAS_TEST_TYPE, CANVAS_TEST_VARIANT_PARAM, CanvasClient, CanvasClientError, CanvasDefinitions, CategoriesDeleteParameters, CategoriesGetParameters, CategoriesGetResponse, CategoriesPutParameters, Category, CategoryClient, Channel, ChannelMessage, ChannelSubscription, ChildEnhancerBuilder, ComponentDefinition, ComponentDefinitionDeleteParameters, ComponentDefinitionGetParameters, ComponentDefinitionGetResponse, ComponentDefinitionParameter, ComponentDefinitionPermission, ComponentDefinitionPutParameters, ComponentDefinitionSlot, ComponentDefinitionSlugSettings, ComponentDefinitionVariant, ComponentEnhancer, ComponentEnhancerFunction, ComponentEnhancerOptions, ComponentInstance, ComponentInstanceHistoryEntry, ComponentInstanceHistoryGetParameters, ComponentInstanceHistoryGetResponse, ComponentLocationReference, ComponentOverridability, ComponentOverride, ComponentOverrides, ComponentParameter, ComponentParameterContextualEditing, ComponentParameterEnhancer, ComponentParameterEnhancerFunction, ComponentParameterEnhancerOptions, CompositionDataDiagnostic, CompositionDeleteParameters, CompositionDiagnostics, CompositionGetByComponentIdParameters, CompositionGetByIdParameters, CompositionGetByNodeIdParameters, CompositionGetByNodePathParameters, CompositionGetBySlugParameters, CompositionGetListResponse, CompositionGetOrderBy, CompositionGetParameters, CompositionGetResponse, CompositionGetValidResponses, CompositionIssue, CompositionPatternIssue, CompositionPutParameters, CompositionRelationshipsClientOptions, CompositionRelationshipsDDefinitionGetResponse, CompositionRelationshipsDefinitionApi, CompositionRelationshipsDefinitionGetParameters, CompositionResolvedGetResponse, CompositionUIStatus, ContextualEditingComponentReference, DataElementBindingIssue, DataElementConnectionDefinition, DataResolutionConfigIssue, DataResolutionOption, DataResolutionOptionNegative, DataResolutionOptionPositive, DataResolutionParameters, DataResourceDefinition, DataResourceDefinitions, DataResourceIssue, DataResourceVariables, DataSource, DataSourceClient, DataSourceDeleteParameters, DataSourceGetParameters, DataSourceGetResponse, DataSourcePutParameters, DataSourcesGetParameters, DataSourcesGetResponse, DataType, DataTypeClient, DataTypeDeleteParameters, DataTypeGetParameters, DataTypeGetResponse, DataTypePutParameters, DataVariableDefinition, DismissPlaceholderMessage, DynamicInputIssue, EDGE_CACHE_DISABLED, EDGE_DEFAULT_CACHE_TTL, EDGE_DEFAULT_L2_CACHE_TTL_IN_HOURS, EDGE_MAX_CACHE_TTL, EDGE_MAX_L2_CACHE_TTL_IN_HOURS, EDGE_MIN_CACHE_TTL, EDGE_MIN_L2_CACHE_TTL_IN_HOURS, EMPTY_COMPOSITION, EnhancerBuilder, EnhancerContext, EnhancerError, EventNames, GetParameterAttributesProps, IN_CONTEXT_EDITOR_COMPONENT_END_ROLE, IN_CONTEXT_EDITOR_COMPONENT_START_ROLE, IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID, IN_CONTEXT_EDITOR_QUERY_STRING_PARAM, IS_RENDERED_BY_UNIFORM_ATTRIBUTE, InvalidationPayload, InvalidationResult, LimitPolicy, LinkComponentParameterValue, LinkParamConfiguration, LinkParamValue, LinkParameterType, LinkTypeConfiguration, MessageHandler, MoveComponentMessage, NonProjectMapLinkParamValue, OverrideOptions, PLACEHOLDER_ID, PreviewEventBus, PreviewPanelSettings, ProjectMapLinkComponentParameterValue, ProjectMapLinkParamValue, ReadyMessage, ReportRenderedCompositionsMessage, ResolvedRouteGetResponse, RichTextBuiltInElement, RichTextBuiltInFormat, RichTextParamConfiguration, RichTextParamValue, RootComponentInstance, RouteClient, RouteDynamicInputs, RouteGetParameters, RouteGetResponse, RouteGetResponseComposition, RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, SelectComponentMessage, SelectParameterMessage, SpecificProjectMap, SubscribeToCompositionOptions, TriggerCompositionActionMessage, UncachedCanvasClient, UncachedCategoryClient, UniqueBatchEntries, UnsubscribeCallback, UpdateComponentParameterMessage, UpdateCompositionInternalMessage, UpdateCompositionMessage, UpdateContextualEditingStateInternalMessage, UpdatePreviewSettingsMessage, UsageTrackingApi, UsageTrackingGetParameters, UsageTrackingGetResponse, UsageTrackingPostParameters, UsageTrackingPostResponse, WalkComponentTreeActions, bindVariables, bindVariablesToObject, compose, createBatchEnhancer, createCanvasChannel, createEventBus, createLimitPolicy, createUniformApiEnhancer, createVariableReference, enhance, extractLocales, generateHash, getChannelName, getComponentJsonPointer, getComponentPath, getParameterAttributes, isAddComponentMessage, isDismissPlaceholderMessage, isMovingComponentMessage, isReadyMessage, isReportRenderedCompositionsMessage, isSelectComponentMessage, isSelectParameterMessage, isSystemComponentDefinition, isTriggerCompositionActionMessage, isUpdateComponentParameterMessage, isUpdateCompositionInternalMessage, isUpdateCompositionMessage, isUpdateContextualEditingStateInternalMessage, isUpdatePreviewSettingsMessage, localize, mapSlotToPersonalizedVariations, mapSlotToTestVariations, nullLimitPolicy, parseVariableExpression, subscribeToComposition, unstable_CompositionRelationshipClient, walkComponentTree };