@uniformdev/canvas 20.31.1-alpha.7 → 20.32.1-alpha.18
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 +102 -151
- package/dist/index.d.ts +102 -151
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
@@ -2063,24 +2063,17 @@ interface components$l {
|
|
2063
2063
|
stubType?: "missing" | "tooDeep";
|
2064
2064
|
/**
|
2065
2065
|
* Format: uuid
|
2066
|
-
* @deprecated
|
2067
2066
|
* @description The edition ID. When set, this is a child edition of the entry in _id.
|
2068
2067
|
*
|
2069
2068
|
*/
|
2070
2069
|
editionId?: string;
|
2071
|
-
/**
|
2072
|
-
* @deprecated
|
2073
|
-
* @description The name of the entry or edition as shown in the editions listing.
|
2070
|
+
/** @description The name of the entry or edition as shown in the editions listing.
|
2074
2071
|
* Describes the purpose of an edition.
|
2075
|
-
*
|
2076
|
-
*/
|
2072
|
+
* */
|
2077
2073
|
editionName?: string;
|
2078
|
-
/**
|
2079
|
-
* @deprecated
|
2080
|
-
* @description The priority of the edition or entry. Higher numbers are higher priority.
|
2074
|
+
/** @description The priority of the edition or entry. Higher numbers are higher priority.
|
2081
2075
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
2082
|
-
*
|
2083
|
-
*/
|
2076
|
+
* */
|
2084
2077
|
editionPriority?: number;
|
2085
2078
|
};
|
2086
2079
|
EntryListResponse: {
|
@@ -2561,9 +2554,7 @@ interface components$l {
|
|
2561
2554
|
* Example: ?search=hello
|
2562
2555
|
* */
|
2563
2556
|
search: string;
|
2564
|
-
/**
|
2565
|
-
* @deprecated
|
2566
|
-
* @description Controls the edition resolution behavior.
|
2557
|
+
/** @description Controls the edition resolution behavior.
|
2567
2558
|
*
|
2568
2559
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
2569
2560
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -2574,8 +2565,7 @@ interface components$l {
|
|
2574
2565
|
* raw: the entryIDs parameter targets exact edition/entry IDs and no edition resolution is performed.
|
2575
2566
|
* entryIDs MUST be provided with this option.
|
2576
2567
|
* If versionId is passed, this is always enabled.
|
2577
|
-
*
|
2578
|
-
*/
|
2568
|
+
* */
|
2579
2569
|
editions: "auto" | "all" | "raw";
|
2580
2570
|
};
|
2581
2571
|
requestBodies: never;
|
@@ -3043,9 +3033,7 @@ interface paths$h {
|
|
3043
3033
|
* Example: ?search=hello
|
3044
3034
|
* */
|
3045
3035
|
search?: components$j["parameters"]["search"];
|
3046
|
-
/**
|
3047
|
-
* @deprecated
|
3048
|
-
* @description Controls the edition resolution behavior.
|
3036
|
+
/** @description Controls the edition resolution behavior.
|
3049
3037
|
*
|
3050
3038
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
3051
3039
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -3056,8 +3044,7 @@ interface paths$h {
|
|
3056
3044
|
* raw: the entryIDs parameter targets exact edition/entry IDs and no edition resolution is performed.
|
3057
3045
|
* entryIDs MUST be provided with this option.
|
3058
3046
|
* If versionId is passed, this is always enabled.
|
3059
|
-
*
|
3060
|
-
*/
|
3047
|
+
* */
|
3061
3048
|
editions?: components$j["parameters"]["editions"];
|
3062
3049
|
};
|
3063
3050
|
header?: never;
|
@@ -3142,24 +3129,17 @@ interface paths$h {
|
|
3142
3129
|
workflowStageId?: string;
|
3143
3130
|
/**
|
3144
3131
|
* Format: uuid
|
3145
|
-
* @deprecated
|
3146
3132
|
* @description The edition ID. When set, this is a child edition of the entry in _id.
|
3147
3133
|
*
|
3148
3134
|
*/
|
3149
3135
|
editionId?: string;
|
3150
|
-
/**
|
3151
|
-
* @deprecated
|
3152
|
-
* @description The name of the entry or edition as shown in the editions listing.
|
3136
|
+
/** @description The name of the entry or edition as shown in the editions listing.
|
3153
3137
|
* Describes the purpose of an edition.
|
3154
|
-
*
|
3155
|
-
*/
|
3138
|
+
* */
|
3156
3139
|
editionName?: string;
|
3157
|
-
/**
|
3158
|
-
* @deprecated
|
3159
|
-
* @description The priority of the edition or entry. Higher numbers are higher priority.
|
3140
|
+
/** @description The priority of the edition or entry. Higher numbers are higher priority.
|
3160
3141
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
3161
|
-
*
|
3162
|
-
*/
|
3142
|
+
* */
|
3163
3143
|
editionPriority?: number;
|
3164
3144
|
};
|
3165
3145
|
};
|
@@ -3210,7 +3190,6 @@ interface paths$h {
|
|
3210
3190
|
entryId: string;
|
3211
3191
|
/**
|
3212
3192
|
* Format: uuid
|
3213
|
-
* @deprecated
|
3214
3193
|
* @description The edition ID to delete. When set, this deletes a child edition of the entryId.
|
3215
3194
|
* The entry will remain when an edition is deleted.
|
3216
3195
|
* If the entry ID is specified as the edition ID, the entry will be deleted _but any other editions will remain_ (this is used for unpublishing).
|
@@ -3753,24 +3732,17 @@ interface components$j {
|
|
3753
3732
|
stubType?: "missing" | "tooDeep";
|
3754
3733
|
/**
|
3755
3734
|
* Format: uuid
|
3756
|
-
* @deprecated
|
3757
3735
|
* @description The edition ID. When set, this is a child edition of the entry in _id.
|
3758
3736
|
*
|
3759
3737
|
*/
|
3760
3738
|
editionId?: string;
|
3761
|
-
/**
|
3762
|
-
* @deprecated
|
3763
|
-
* @description The name of the entry or edition as shown in the editions listing.
|
3739
|
+
/** @description The name of the entry or edition as shown in the editions listing.
|
3764
3740
|
* Describes the purpose of an edition.
|
3765
|
-
*
|
3766
|
-
*/
|
3741
|
+
* */
|
3767
3742
|
editionName?: string;
|
3768
|
-
/**
|
3769
|
-
* @deprecated
|
3770
|
-
* @description The priority of the edition or entry. Higher numbers are higher priority.
|
3743
|
+
/** @description The priority of the edition or entry. Higher numbers are higher priority.
|
3771
3744
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
3772
|
-
*
|
3773
|
-
*/
|
3745
|
+
* */
|
3774
3746
|
editionPriority?: number;
|
3775
3747
|
};
|
3776
3748
|
EntryListResponse: {
|
@@ -4006,9 +3978,7 @@ interface components$j {
|
|
4006
3978
|
* Example: ?search=hello
|
4007
3979
|
* */
|
4008
3980
|
search: string;
|
4009
|
-
/**
|
4010
|
-
* @deprecated
|
4011
|
-
* @description Controls the edition resolution behavior.
|
3981
|
+
/** @description Controls the edition resolution behavior.
|
4012
3982
|
*
|
4013
3983
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
4014
3984
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -4019,8 +3989,7 @@ interface components$j {
|
|
4019
3989
|
* raw: the entryIDs parameter targets exact edition/entry IDs and no edition resolution is performed.
|
4020
3990
|
* entryIDs MUST be provided with this option.
|
4021
3991
|
* If versionId is passed, this is always enabled.
|
4022
|
-
*
|
4023
|
-
*/
|
3992
|
+
* */
|
4024
3993
|
editions: "auto" | "all" | "raw";
|
4025
3994
|
};
|
4026
3995
|
requestBodies: never;
|
@@ -5959,24 +5928,17 @@ interface components$c {
|
|
5959
5928
|
workflowDefinition?: components$c["schemas"]["WorkflowDefinition"];
|
5960
5929
|
/**
|
5961
5930
|
* Format: uuid
|
5962
|
-
* @deprecated
|
5963
5931
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
5964
5932
|
*
|
5965
5933
|
*/
|
5966
5934
|
editionId?: string;
|
5967
|
-
/**
|
5968
|
-
* @deprecated
|
5969
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
5935
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
5970
5936
|
* Describes the purpose of an edition.
|
5971
|
-
*
|
5972
|
-
*/
|
5937
|
+
* */
|
5973
5938
|
editionName?: string;
|
5974
|
-
/**
|
5975
|
-
* @deprecated
|
5976
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
5939
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
5977
5940
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
5978
|
-
*
|
5979
|
-
*/
|
5941
|
+
* */
|
5980
5942
|
editionPriority?: number;
|
5981
5943
|
};
|
5982
5944
|
};
|
@@ -6247,9 +6209,7 @@ interface paths$a {
|
|
6247
6209
|
* Example: ?search=hello
|
6248
6210
|
* */
|
6249
6211
|
search?: components$b["parameters"]["search"];
|
6250
|
-
/**
|
6251
|
-
* @deprecated
|
6252
|
-
* @description Controls the edition resolution behavior.
|
6212
|
+
/** @description Controls the edition resolution behavior.
|
6253
6213
|
*
|
6254
6214
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
6255
6215
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -6261,8 +6221,7 @@ interface paths$a {
|
|
6261
6221
|
* raw: the compositionId and compositionIDs parameters target exact edition/composition IDs and no edition resolution is performed.
|
6262
6222
|
* compositionId or compositionIDs MUST be provided with this option.
|
6263
6223
|
* If versionId is passed, this is always enabled.
|
6264
|
-
*
|
6265
|
-
*/
|
6224
|
+
* */
|
6266
6225
|
editions?: components$b["parameters"]["editions"];
|
6267
6226
|
};
|
6268
6227
|
header?: never;
|
@@ -6363,24 +6322,17 @@ interface paths$a {
|
|
6363
6322
|
workflowStageId?: string;
|
6364
6323
|
/**
|
6365
6324
|
* Format: uuid
|
6366
|
-
* @deprecated
|
6367
6325
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
6368
6326
|
*
|
6369
6327
|
*/
|
6370
6328
|
editionId?: string;
|
6371
|
-
/**
|
6372
|
-
* @deprecated
|
6373
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
6329
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
6374
6330
|
* Describes the purpose of an edition.
|
6375
|
-
*
|
6376
|
-
*/
|
6331
|
+
* */
|
6377
6332
|
editionName?: string;
|
6378
|
-
/**
|
6379
|
-
* @deprecated
|
6380
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
6333
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
6381
6334
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
6382
|
-
*
|
6383
|
-
*/
|
6335
|
+
* */
|
6384
6336
|
editionPriority?: number;
|
6385
6337
|
};
|
6386
6338
|
};
|
@@ -6431,7 +6383,6 @@ interface paths$a {
|
|
6431
6383
|
compositionId: string;
|
6432
6384
|
/**
|
6433
6385
|
* Format: uuid
|
6434
|
-
* @deprecated
|
6435
6386
|
* @description The edition ID to delete. When set, this deletes a child edition of the compositionId.
|
6436
6387
|
* The composition will remain when an edition is deleted.
|
6437
6388
|
* If the composition ID is specified as the edition ID, the composition will be deleted _but any other editions will remain_ (this is used for unpublishing).
|
@@ -6560,24 +6511,17 @@ interface components$b {
|
|
6560
6511
|
workflowDefinition?: components$b["schemas"]["WorkflowDefinition"];
|
6561
6512
|
/**
|
6562
6513
|
* Format: uuid
|
6563
|
-
* @deprecated
|
6564
6514
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
6565
6515
|
*
|
6566
6516
|
*/
|
6567
6517
|
editionId?: string;
|
6568
|
-
/**
|
6569
|
-
* @deprecated
|
6570
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
6518
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
6571
6519
|
* Describes the purpose of an edition.
|
6572
|
-
*
|
6573
|
-
*/
|
6520
|
+
* */
|
6574
6521
|
editionName?: string;
|
6575
|
-
/**
|
6576
|
-
* @deprecated
|
6577
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
6522
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
6578
6523
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
6579
|
-
*
|
6580
|
-
*/
|
6524
|
+
* */
|
6581
6525
|
editionPriority?: number;
|
6582
6526
|
};
|
6583
6527
|
CompositionListResponse: {
|
@@ -7299,9 +7243,7 @@ interface components$b {
|
|
7299
7243
|
* Example: ?search=hello
|
7300
7244
|
* */
|
7301
7245
|
search: string;
|
7302
|
-
/**
|
7303
|
-
* @deprecated
|
7304
|
-
* @description Controls the edition resolution behavior.
|
7246
|
+
/** @description Controls the edition resolution behavior.
|
7305
7247
|
*
|
7306
7248
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
7307
7249
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -7313,8 +7255,7 @@ interface components$b {
|
|
7313
7255
|
* raw: the compositionId and compositionIDs parameters target exact edition/composition IDs and no edition resolution is performed.
|
7314
7256
|
* compositionId or compositionIDs MUST be provided with this option.
|
7315
7257
|
* If versionId is passed, this is always enabled.
|
7316
|
-
*
|
7317
|
-
*/
|
7258
|
+
* */
|
7318
7259
|
editions: "auto" | "all" | "raw";
|
7319
7260
|
};
|
7320
7261
|
requestBodies: never;
|
@@ -8135,24 +8076,17 @@ interface components$9 {
|
|
8135
8076
|
workflowDefinition?: components$9["schemas"]["WorkflowDefinition"];
|
8136
8077
|
/**
|
8137
8078
|
* Format: uuid
|
8138
|
-
* @deprecated
|
8139
8079
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
8140
8080
|
*
|
8141
8081
|
*/
|
8142
8082
|
editionId?: string;
|
8143
|
-
/**
|
8144
|
-
* @deprecated
|
8145
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
8083
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
8146
8084
|
* Describes the purpose of an edition.
|
8147
|
-
*
|
8148
|
-
*/
|
8085
|
+
* */
|
8149
8086
|
editionName?: string;
|
8150
|
-
/**
|
8151
|
-
* @deprecated
|
8152
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
8087
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
8153
8088
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
8154
|
-
*
|
8155
|
-
*/
|
8089
|
+
* */
|
8156
8090
|
editionPriority?: number;
|
8157
8091
|
};
|
8158
8092
|
CompositionListResponse: {
|
@@ -8354,24 +8288,17 @@ interface components$9 {
|
|
8354
8288
|
stubType?: "missing" | "tooDeep";
|
8355
8289
|
/**
|
8356
8290
|
* Format: uuid
|
8357
|
-
* @deprecated
|
8358
8291
|
* @description The edition ID. When set, this is a child edition of the entry in _id.
|
8359
8292
|
*
|
8360
8293
|
*/
|
8361
8294
|
editionId?: string;
|
8362
|
-
/**
|
8363
|
-
* @deprecated
|
8364
|
-
* @description The name of the entry or edition as shown in the editions listing.
|
8295
|
+
/** @description The name of the entry or edition as shown in the editions listing.
|
8365
8296
|
* Describes the purpose of an edition.
|
8366
|
-
*
|
8367
|
-
*/
|
8297
|
+
* */
|
8368
8298
|
editionName?: string;
|
8369
|
-
/**
|
8370
|
-
* @deprecated
|
8371
|
-
* @description The priority of the edition or entry. Higher numbers are higher priority.
|
8299
|
+
/** @description The priority of the edition or entry. Higher numbers are higher priority.
|
8372
8300
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
8373
|
-
*
|
8374
|
-
*/
|
8301
|
+
* */
|
8375
8302
|
editionPriority?: number;
|
8376
8303
|
};
|
8377
8304
|
EntryListResponse: {
|
@@ -8469,10 +8396,7 @@ interface components$9 {
|
|
8469
8396
|
limit: number;
|
8470
8397
|
/** @description Includes stubs in the response (enabled by default); set to false to omit all stubs */
|
8471
8398
|
withStubs: boolean;
|
8472
|
-
/**
|
8473
|
-
* @deprecated
|
8474
|
-
* @description Fetches unpublished data from all data resources which support unpublished data
|
8475
|
-
*/
|
8399
|
+
/** @description Fetches unpublished data from all data resources which support unpublished data */
|
8476
8400
|
dataSourceVariant: "unpublished";
|
8477
8401
|
/** @description Specify a single composition ID to fetch. The response will be a single composition.
|
8478
8402
|
* This is a primary query parameter and cannot be used with any other primary query parameters.
|
@@ -8612,9 +8536,7 @@ interface components$9 {
|
|
8612
8536
|
* Example: ?search=hello
|
8613
8537
|
* */
|
8614
8538
|
search: string;
|
8615
|
-
/**
|
8616
|
-
* @deprecated
|
8617
|
-
* @description Controls the edition resolution behavior.
|
8539
|
+
/** @description Controls the edition resolution behavior.
|
8618
8540
|
*
|
8619
8541
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
8620
8542
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -8625,8 +8547,7 @@ interface components$9 {
|
|
8625
8547
|
* raw: the entryIDs parameter targets exact edition/entry IDs and no edition resolution is performed.
|
8626
8548
|
* entryIDs MUST be provided with this option.
|
8627
8549
|
* If versionId is passed, this is always enabled.
|
8628
|
-
*
|
8629
|
-
*/
|
8550
|
+
* */
|
8630
8551
|
editions: "auto" | "all" | "raw";
|
8631
8552
|
/** @description The project to fetch a route from */
|
8632
8553
|
"parameters-projectId": string;
|
@@ -9446,24 +9367,17 @@ interface components$8 {
|
|
9446
9367
|
workflowDefinition?: components$8["schemas"]["WorkflowDefinition"];
|
9447
9368
|
/**
|
9448
9369
|
* Format: uuid
|
9449
|
-
* @deprecated
|
9450
9370
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
9451
9371
|
*
|
9452
9372
|
*/
|
9453
9373
|
editionId?: string;
|
9454
|
-
/**
|
9455
|
-
* @deprecated
|
9456
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
9374
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
9457
9375
|
* Describes the purpose of an edition.
|
9458
|
-
*
|
9459
|
-
*/
|
9376
|
+
* */
|
9460
9377
|
editionName?: string;
|
9461
|
-
/**
|
9462
|
-
* @deprecated
|
9463
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
9378
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
9464
9379
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
9465
|
-
*
|
9466
|
-
*/
|
9380
|
+
* */
|
9467
9381
|
editionPriority?: number;
|
9468
9382
|
};
|
9469
9383
|
/** @description The route matches a composition.
|
@@ -9922,8 +9836,6 @@ type ContextualEditingComponentReference = {
|
|
9922
9836
|
canBePersonalized?: boolean;
|
9923
9837
|
/** Whether the component is eligible for "A/B test this" (wrap in container) */
|
9924
9838
|
canBeTested?: boolean;
|
9925
|
-
/** Whether the component is eligible for "Localize This" (wrap in container) */
|
9926
|
-
canBeLocalized?: boolean;
|
9927
9839
|
/** Whether the immediate parent component is a Personalization container */
|
9928
9840
|
isPersonalized?: boolean;
|
9929
9841
|
/** Whether the immediate parent component is an A/B test container */
|
@@ -10111,12 +10023,43 @@ type schemas = components$9['schemas'];
|
|
10111
10023
|
type InvalidationPayload = schemas['InvalidationPayload'];
|
10112
10024
|
type BatchInvalidationPayload = schemas['BatchInvalidationPayload'];
|
10113
10025
|
|
10026
|
+
/**
|
10027
|
+
* Base interface for parameter type configurations that provides common validation properties.
|
10028
|
+
*
|
10029
|
+
* This interface establishes conventions for parameter/field types config objects.
|
10030
|
+
*
|
10031
|
+
* All properties here are OPTIONAL, and only defined for consistency across param types that use similar config functionality.
|
10032
|
+
*/
|
10033
|
+
interface ParamTypeConfigConventions {
|
10034
|
+
/**
|
10035
|
+
* Whether an author must enter a value for this property.
|
10036
|
+
*
|
10037
|
+
* Implementation of the `required` property is optional (you must set it in the config UI,
|
10038
|
+
* and also respect it on the component renderer) - custom types that do not need, or use a different
|
10039
|
+
* meaning for required should create their own custom-named property instead.
|
10040
|
+
*
|
10041
|
+
* NOTE: setting required to true will cause a UI indication that the parameter is required.
|
10042
|
+
* Even if not using it for validation, you can choose to configure it to control the UI.
|
10043
|
+
*/
|
10044
|
+
required?: boolean;
|
10045
|
+
}
|
10046
|
+
|
10047
|
+
interface DateParamConfig extends ParamTypeConfigConventions {
|
10048
|
+
min?: string;
|
10049
|
+
max?: string;
|
10050
|
+
}
|
10051
|
+
type DateParamValue = string;
|
10052
|
+
|
10053
|
+
interface DatetimeParamConfig extends ParamTypeConfigConventions {
|
10054
|
+
min?: string;
|
10055
|
+
max?: string;
|
10056
|
+
}
|
10057
|
+
|
10114
10058
|
type LinkParameterType = 'projectMapNode' | 'url' | 'tel' | 'email';
|
10115
10059
|
type LinkTypeConfiguration = Partial<Record<LinkParameterType, boolean>>;
|
10116
|
-
|
10117
|
-
required?: boolean;
|
10060
|
+
interface LinkParamConfiguration extends ParamTypeConfigConventions {
|
10118
10061
|
linkTypes?: LinkTypeConfiguration;
|
10119
|
-
}
|
10062
|
+
}
|
10120
10063
|
type ProjectMapLinkParamValue = {
|
10121
10064
|
type: 'projectMapNode';
|
10122
10065
|
projectMapId: string;
|
@@ -10130,15 +10073,14 @@ type NonProjectMapLinkParamValue = {
|
|
10130
10073
|
};
|
10131
10074
|
type LinkParamValue = ProjectMapLinkParamValue | NonProjectMapLinkParamValue | undefined;
|
10132
10075
|
|
10133
|
-
|
10134
|
-
required?: boolean;
|
10076
|
+
interface NumberParamConfig extends ParamTypeConfigConventions {
|
10135
10077
|
decimal?: boolean;
|
10136
10078
|
decimalPlaces?: number;
|
10137
10079
|
min?: number;
|
10138
10080
|
max?: number;
|
10139
10081
|
caption?: string;
|
10140
10082
|
placeholder?: string;
|
10141
|
-
}
|
10083
|
+
}
|
10142
10084
|
/**
|
10143
10085
|
* The value is a number when bound or a literal value (the value is the number)
|
10144
10086
|
* The value is a string when not bound (the value is the binding string)
|
@@ -10154,18 +10096,27 @@ type SelectParamOption = {
|
|
10154
10096
|
value: string;
|
10155
10097
|
text: string;
|
10156
10098
|
};
|
10157
|
-
|
10099
|
+
interface SelectParamConfiguration extends ParamTypeConfigConventions {
|
10158
10100
|
options?: Array<SelectParamOption>;
|
10159
|
-
|
10160
|
-
|
10161
|
-
type MultiSelectParamConfiguration = {
|
10101
|
+
}
|
10102
|
+
interface MultiSelectParamConfiguration {
|
10162
10103
|
options?: Array<SelectParamOption>;
|
10163
10104
|
min?: number;
|
10164
10105
|
max?: number;
|
10165
|
-
}
|
10106
|
+
}
|
10166
10107
|
type MultiSelectParamValue = string[] | string;
|
10167
10108
|
type SelectParamValue = string;
|
10168
10109
|
|
10110
|
+
interface TextParamConfig extends ParamTypeConfigConventions {
|
10111
|
+
multiline?: boolean;
|
10112
|
+
linesCount?: number;
|
10113
|
+
regex?: string;
|
10114
|
+
regexMessage?: string;
|
10115
|
+
placeholder?: string;
|
10116
|
+
caption?: string;
|
10117
|
+
}
|
10118
|
+
type TextParamValue = string;
|
10119
|
+
|
10169
10120
|
interface paths$7 {
|
10170
10121
|
"/api/v1/preview-urls": {
|
10171
10122
|
parameters: {
|
@@ -12304,7 +12255,7 @@ type ReadyMessage = {
|
|
12304
12255
|
};
|
12305
12256
|
type TriggerComponentActionMessage = {
|
12306
12257
|
type: 'trigger-component-action';
|
12307
|
-
actionType: 'insertBefore' | 'insertAfter' | 'insertInto' | 'duplicate' | 'delete' | 'editPattern' | 'unlinkPattern' | 'convertToPattern' | 'personalize' | 'test' | '
|
12258
|
+
actionType: 'insertBefore' | 'insertAfter' | 'insertInto' | 'duplicate' | 'delete' | 'editPattern' | 'unlinkPattern' | 'convertToPattern' | 'personalize' | 'test' | 'copyToClipboard' | 'copyValuesToLocales';
|
12308
12259
|
componentReference: Omit<ContextualEditingComponentReference, 'elements'>;
|
12309
12260
|
extraData?: Record<string, any>;
|
12310
12261
|
};
|
@@ -13340,7 +13291,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13340
13291
|
*/
|
13341
13292
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13342
13293
|
|
13343
|
-
declare const version = "20.
|
13294
|
+
declare const version = "20.32.2";
|
13344
13295
|
|
13345
13296
|
/** API client to enable managing workflow definitions */
|
13346
13297
|
declare class WorkflowClient extends ApiClient {
|
@@ -13357,4 +13308,4 @@ declare class WorkflowClient extends ApiClient {
|
|
13357
13308
|
|
13358
13309
|
declare const CanvasClientError: typeof ApiClientError;
|
13359
13310
|
|
13360
|
-
export { ASSETS_SOURCE_CUSTOM_URL, ASSETS_SOURCE_UNIFORM, ASSET_PARAMETER_TYPE, ATTRIBUTE_COMPONENT_ID, ATTRIBUTE_MULTILINE, ATTRIBUTE_PARAMETER_ID, ATTRIBUTE_PARAMETER_TYPE, ATTRIBUTE_PARAMETER_VALUE, ATTRIBUTE_PLACEHOLDER, type AddComponentMessage, type BatchEnhancer, BatchEntry, type BatchInvalidationPayload, type BindVariablesOptions, type BindVariablesResult, type BindVariablesToObjectOptions, BlockFormatError, type BlockLocationReference, type BlockValue, CANVAS_BLOCK_PARAM_TYPE, CANVAS_CONTEXTUAL_EDITING_PARAM, CANVAS_DRAFT_STATE, CANVAS_EDITOR_STATE, CANVAS_ENRICHMENT_TAG_PARAM, CANVAS_INTENT_TAG_PARAM, CANVAS_LOCALE_TAG_PARAM, CANVAS_LOCALIZATION_SLOT, CANVAS_LOCALIZATION_TYPE, CANVAS_PERSONALIZATION_ALGORITHM_PARAM, CANVAS_PERSONALIZATION_ALGORITHM_TYPE, CANVAS_PERSONALIZATION_EVENT_NAME_PARAM, CANVAS_PERSONALIZATION_PARAM, CANVAS_PERSONALIZATION_TAKE_PARAM, CANVAS_PERSONALIZE_SLOT, CANVAS_PERSONALIZE_TYPE, CANVAS_PUBLISHED_STATE, CANVAS_SLOT_SECTION_SLOT, CANVAS_SLOT_SECTION_TYPE, CANVAS_TEST_SLOT, CANVAS_TEST_TYPE, CANVAS_TEST_VARIANT_PARAM, CANVAS_VIZ_CONTROL_PARAM, CANVAS_VIZ_DI_RULE, CANVAS_VIZ_DYNAMIC_TOKEN_RULE, CANVAS_VIZ_LOCALE_RULE, CANVAS_VIZ_QUIRKS_RULE, CanvasClient, CanvasClientError, type CanvasDefinitions, type CategoriesDeleteParameters, type CategoriesGetParameters, type CategoriesGetResponse, type CategoriesPutParameters, type Category, CategoryClient, type Channel, type ChannelMessage, ChildEnhancerBuilder, type ComponentDefinition, type ComponentDefinitionDeleteParameters, type ComponentDefinitionGetParameters, type ComponentDefinitionGetResponse, type ComponentDefinitionParameter, type ComponentDefinitionPermission, type ComponentDefinitionPutParameters, type ComponentDefinitionSlot, type ComponentDefinitionSlugSettings, type ComponentDefinitionVariant, type ComponentEnhancer, type ComponentEnhancerFunction, type ComponentEnhancerOptions, type ComponentInstance, type ComponentInstanceContextualEditing, type ComponentInstanceHistoryEntry, type ComponentInstanceHistoryGetParameters, type ComponentInstanceHistoryGetResponse, type ComponentLocationReference, type ComponentOverridability, type ComponentOverride, type ComponentOverrides, type ComponentParameter, type ComponentParameterBlock, type ComponentParameterConditionalValue, type ComponentParameterContextualEditing, type ComponentParameterEnhancer, type ComponentParameterEnhancerFunction, type ComponentParameterEnhancerOptions, type CompositionDeleteParameters, type CompositionFilters, type CompositionGetByComponentIdParameters, type CompositionGetByIdParameters, type CompositionGetByNodeIdParameters, type CompositionGetByNodePathParameters, type CompositionGetBySlugParameters, type CompositionGetListResponse, type CompositionGetParameters, type CompositionGetResponse, type CompositionGetValidResponses, type CompositionPutParameters, type CompositionResolvedGetResponse, type CompositionResolvedListResponse, type CompositionUIStatus, ContentClient, type ContentType, type ContentTypeField, type ContentTypePreviewConfiguration, type ContextStorageUpdatedMessage, type ContextualEditingComponentReference, type ContextualEditingValue, type CopiedComponentSubtree, type DataDiagnostic, type DataElementBindingIssue, type DataElementConnectionDefinition, type DataElementConnectionFailureAction, type DataElementConnectionFailureLogLevel, type DataResolutionConfigIssue, type DataResolutionIssue, type DataResolutionOption, type DataResolutionOptionNegative, type DataResolutionOptionPositive, type DataResolutionParameters, type DataResourceDefinition, type DataResourceDefinitions, type DataResourceIssue, type DataResourceVariables, type DataSource, DataSourceClient, type DataSourceDeleteParameters, type DataSourceGetParameters, type DataSourceGetResponse, type DataSourcePutParameters, type DataSourceVariantData, type DataSourceVariantsKeys, type DataSourcesGetParameters, type DataSourcesGetResponse, type DataType, DataTypeClient, type DataTypeDeleteParameters, type DataTypeGetParameters, type DataTypeGetResponse, type DataTypePutParameters, type DataVariableDefinition, type DataWithProperties, type DeleteContentTypeOptions, type DeleteEntryOptions, type DismissPlaceholderMessage, type DynamicInputIssue, EDGE_CACHE_DISABLED, EDGE_DEFAULT_CACHE_TTL, EDGE_MAX_CACHE_TTL, EDGE_MIN_CACHE_TTL, EMPTY_COMPOSITION, type EdgehancersDiagnostics, type EdgehancersWholeResponseCacheDiagnostics, type EditorStateUpdatedMessage, EnhancerBuilder, type EnhancerContext, type EnhancerError, EntityReleasesClient, type EntityReleasesGetParameters, type EntityReleasesGetResponse, type EntriesGetParameters, type EntriesGetResponse, type EntriesHistoryGetParameters, type EntriesHistoryGetResponse, type EntriesResolvedListResponse, type Entry, type EntryData, type EntryFilters, type EntryList, type EvaluateCriteriaGroupOptions, type EvaluateNodeTreeVisibilityOptions, type EvaluateNodeVisibilityParameterOptions, type EvaluatePropertyCriteriaOptions, type EvaluateWalkTreePropertyCriteriaOptions, type Filters, type FindInNodeTreeReference, type FlattenProperty, type FlattenValues, type FlattenValuesOptions, type GetContentTypesOptions, type GetContentTypesResponse, type GetEffectivePropertyValueOptions, type GetEntriesOptions, type GetEntriesResponse, type GetParameterAttributesProps, IN_CONTEXT_EDITOR_COMPONENT_END_ROLE, IN_CONTEXT_EDITOR_COMPONENT_START_ROLE, IN_CONTEXT_EDITOR_CONFIG_CHECK_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID, IN_CONTEXT_EDITOR_FORCED_SETTINGS_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_PLAYGROUND_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_QUERY_STRING_PARAM, IS_RENDERED_BY_UNIFORM_ATTRIBUTE, type InvalidationPayload, LOCALE_DYNAMIC_INPUT_NAME, type LimitPolicy, type LinkParamConfiguration, type LinkParamValue, type LinkParameterType, type LinkTypeConfiguration, type Locale, LocaleClient, type LocaleDeleteParameters, type LocalePutParameters, type LocalesGetParameters, type LocalesGetResponse, type LocalizeOptions, type MaxDepthExceededIssue, type MessageHandler, type MoveComponentMessage, type MultiSelectParamConfiguration, type MultiSelectParamValue, type NodeLocationReference, type NonProjectMapLinkParamValue, type NumberParamConfig, type NumberParamValue, type OpenParameterEditorMessage, type OverrideOptions, PLACEHOLDER_ID, type PatternIssue, PreviewClient, type PreviewPanelSettings, type PreviewUrl, type PreviewUrlDeleteParameters, type PreviewUrlDeleteResponse, type PreviewUrlPutParameters, type PreviewUrlPutResponse, type PreviewUrlsGetParameters, type PreviewUrlsGetResponse, type PreviewViewport, type PreviewViewportDeleteParameters, type PreviewViewportDeleteResponse, type PreviewViewportPutParameters, type PreviewViewportPutResponse, type PreviewViewportsGetParameters, type PreviewViewportsGetResponse, type Project, ProjectClient, type ProjectDeleteParameters, type ProjectGetParameters, type ProjectGetResponse, type ProjectMapLinkParamValue, type ProjectPutParameters, type ProjectPutResponse, type Prompt, PromptClient, type PromptsDeleteParameters, type PromptsGetParameters, type PromptsGetResponse, type PromptsPutParameters, type PropertyCriteriaMatch, type PropertyValue, type PutContentTypeBody, type PutEntryBody, type ReadyMessage, RelationshipClient, type RelationshipResultInstance, type Release, ReleaseClient, type ReleaseContent, ReleaseContentsClient, type ReleaseContentsDeleteBody, type ReleaseContentsGetParameters, type ReleaseContentsGetResponse, type ReleaseDeleteParameters, type ReleasePatchParameters, type ReleasePutParameters, type ReleaseState, type ReleasesGetParameters, type ReleasesGetResponse, type ReportRenderedCompositionsMessage, type RequestComponentSuggestionMessage, type RequestPageHtmlMessage, type ResolvedRouteGetResponse, type RichTextBuiltInElement, type RichTextBuiltInFormat, type RichTextParamConfiguration, type RichTextParamValue, type RootComponentInstance, type RootEntryReference, type RootLocationReference, RouteClient, type RouteDynamicInputs, type RouteGetParameters, type RouteGetResponse, type RouteGetResponseComposition, type RouteGetResponseEdgehancedComposition, type RouteGetResponseEdgehancedNotFound, type RouteGetResponseNotFound, type RouteGetResponseRedirect, SECRET_QUERY_STRING_PARAM, type SelectComponentMessage, type SelectParamConfiguration, type SelectParamOption, type SelectParamValue, type SelectParameterMessage, type SendPageHtmlMessage, type SpecificProjectMap, type StringOperators, type SuggestComponentMessage, type TreeNodeInfoTypes, type TriggerComponentActionMessage, type TriggerCompositionActionMessage, UncachedCanvasClient, UncachedCategoryClient, UncachedContentClient, UniqueBatchEntries, type UpdateComponentParameterMessage, type UpdateComponentReferencesMessage, type UpdateCompositionInternalMessage, type UpdateCompositionMessage, type UpdateCompositionOptions, type UpdateContextualEditingStateInternalMessage, type UpdateFeatureFlagsMessage, type UpdatePreviewSettingsMessage, type UpsertEntryOptions, type VisibilityCriteria, type VisibilityCriteriaEvaluationResult, type VisibilityCriteriaGroup, type VisibilityParameterValue, type VisibilityRule, type VisibilityRules, type WalkNodeTreeActions, type WalkNodeTreeOptions, type WebhookDefinition, WorkflowClient, type WorkflowDefinition, type WorkflowStage, type WorkflowStagePermission, type WorkflowStageTransition, type WorkflowStageTransitionPermission, type WorkflowsDeleteParameters, type WorkflowsGetParameters, type WorkflowsGetResponse, type WorkflowsPutParameters, bindExpressionEscapeChars, bindExpressionPrefix, bindVariables, bindVariablesToObject, compose, convertEntryToPutEntry, convertToBindExpression, createBatchEnhancer, createCanvasChannel, createDynamicInputVisibilityRule, createDynamicTokenVisibilityRule, createLimitPolicy, createLocaleVisibilityRule, createQuirksVisibilityRule, createUniformApiEnhancer, createVariableReference, enhance, escapeBindExpressionDefaultValue, evaluateNodeVisibilityParameter, evaluatePropertyCriteria, evaluateVisibilityCriteriaGroup, evaluateWalkTreeNodeVisibility, evaluateWalkTreePropertyCriteria, extractLocales, findParameterInNodeTree, flattenValues, generateComponentPlaceholderId, generateHash, getBlockValue, getComponentJsonPointer, getComponentPath, getDataSourceVariantFromRouteGetParams, getEffectivePropertyValue, getLocalizedPropertyValues, getNounForLocation, getNounForNode, getParameterAttributes, getPropertiesValue, hasReferencedVariables, isAddComponentMessage, isAllowedReferrer, isAssetParamValue, isAssetParamValueItem, isComponentActionMessage, isComponentPlaceholderId, isContextStorageUpdatedMessage, isDismissPlaceholderMessage, isEntryData, isLinkParamValue, isMovingComponentMessage, isNestedNodeType, isOpenParameterEditorMessage, isReadyMessage, isReportRenderedCompositionsMessage, isRequestComponentSuggestionMessage, isRootEntryReference, isSelectComponentMessage, isSelectParameterMessage, isSuggestComponentMessage, isSystemComponentDefinition, isTriggerCompositionActionMessage, isUpdateComponentParameterMessage, isUpdateComponentReferencesMessage, isUpdateCompositionInternalMessage, isUpdateCompositionMessage, isUpdateContextualEditingStateInternalMessage, isUpdateFeatureFlagsMessage, isUpdatePreviewSettingsMessage, localize, mapSlotToPersonalizedVariations, mapSlotToTestVariations, nullLimitPolicy, parseComponentPlaceholderId, parseVariableExpression, version, walkNodeTree, walkPropertyValues };
|
13311
|
+
export { ASSETS_SOURCE_CUSTOM_URL, ASSETS_SOURCE_UNIFORM, ASSET_PARAMETER_TYPE, ATTRIBUTE_COMPONENT_ID, ATTRIBUTE_MULTILINE, ATTRIBUTE_PARAMETER_ID, ATTRIBUTE_PARAMETER_TYPE, ATTRIBUTE_PARAMETER_VALUE, ATTRIBUTE_PLACEHOLDER, type AddComponentMessage, type BatchEnhancer, BatchEntry, type BatchInvalidationPayload, type BindVariablesOptions, type BindVariablesResult, type BindVariablesToObjectOptions, BlockFormatError, type BlockLocationReference, type BlockValue, CANVAS_BLOCK_PARAM_TYPE, CANVAS_CONTEXTUAL_EDITING_PARAM, CANVAS_DRAFT_STATE, CANVAS_EDITOR_STATE, CANVAS_ENRICHMENT_TAG_PARAM, CANVAS_INTENT_TAG_PARAM, CANVAS_LOCALE_TAG_PARAM, CANVAS_LOCALIZATION_SLOT, CANVAS_LOCALIZATION_TYPE, CANVAS_PERSONALIZATION_ALGORITHM_PARAM, CANVAS_PERSONALIZATION_ALGORITHM_TYPE, CANVAS_PERSONALIZATION_EVENT_NAME_PARAM, CANVAS_PERSONALIZATION_PARAM, CANVAS_PERSONALIZATION_TAKE_PARAM, CANVAS_PERSONALIZE_SLOT, CANVAS_PERSONALIZE_TYPE, CANVAS_PUBLISHED_STATE, CANVAS_SLOT_SECTION_SLOT, CANVAS_SLOT_SECTION_TYPE, CANVAS_TEST_SLOT, CANVAS_TEST_TYPE, CANVAS_TEST_VARIANT_PARAM, CANVAS_VIZ_CONTROL_PARAM, CANVAS_VIZ_DI_RULE, CANVAS_VIZ_DYNAMIC_TOKEN_RULE, CANVAS_VIZ_LOCALE_RULE, CANVAS_VIZ_QUIRKS_RULE, CanvasClient, CanvasClientError, type CanvasDefinitions, type CategoriesDeleteParameters, type CategoriesGetParameters, type CategoriesGetResponse, type CategoriesPutParameters, type Category, CategoryClient, type Channel, type ChannelMessage, ChildEnhancerBuilder, type ComponentDefinition, type ComponentDefinitionDeleteParameters, type ComponentDefinitionGetParameters, type ComponentDefinitionGetResponse, type ComponentDefinitionParameter, type ComponentDefinitionPermission, type ComponentDefinitionPutParameters, type ComponentDefinitionSlot, type ComponentDefinitionSlugSettings, type ComponentDefinitionVariant, type ComponentEnhancer, type ComponentEnhancerFunction, type ComponentEnhancerOptions, type ComponentInstance, type ComponentInstanceContextualEditing, type ComponentInstanceHistoryEntry, type ComponentInstanceHistoryGetParameters, type ComponentInstanceHistoryGetResponse, type ComponentLocationReference, type ComponentOverridability, type ComponentOverride, type ComponentOverrides, type ComponentParameter, type ComponentParameterBlock, type ComponentParameterConditionalValue, type ComponentParameterContextualEditing, type ComponentParameterEnhancer, type ComponentParameterEnhancerFunction, type ComponentParameterEnhancerOptions, type CompositionDeleteParameters, type CompositionFilters, type CompositionGetByComponentIdParameters, type CompositionGetByIdParameters, type CompositionGetByNodeIdParameters, type CompositionGetByNodePathParameters, type CompositionGetBySlugParameters, type CompositionGetListResponse, type CompositionGetParameters, type CompositionGetResponse, type CompositionGetValidResponses, type CompositionPutParameters, type CompositionResolvedGetResponse, type CompositionResolvedListResponse, type CompositionUIStatus, ContentClient, type ContentType, type ContentTypeField, type ContentTypePreviewConfiguration, type ContextStorageUpdatedMessage, type ContextualEditingComponentReference, type ContextualEditingValue, type CopiedComponentSubtree, type DataDiagnostic, type DataElementBindingIssue, type DataElementConnectionDefinition, type DataElementConnectionFailureAction, type DataElementConnectionFailureLogLevel, type DataResolutionConfigIssue, type DataResolutionIssue, type DataResolutionOption, type DataResolutionOptionNegative, type DataResolutionOptionPositive, type DataResolutionParameters, type DataResourceDefinition, type DataResourceDefinitions, type DataResourceIssue, type DataResourceVariables, type DataSource, DataSourceClient, type DataSourceDeleteParameters, type DataSourceGetParameters, type DataSourceGetResponse, type DataSourcePutParameters, type DataSourceVariantData, type DataSourceVariantsKeys, type DataSourcesGetParameters, type DataSourcesGetResponse, type DataType, DataTypeClient, type DataTypeDeleteParameters, type DataTypeGetParameters, type DataTypeGetResponse, type DataTypePutParameters, type DataVariableDefinition, type DataWithProperties, type DateParamConfig, type DateParamValue, type DatetimeParamConfig, type DeleteContentTypeOptions, type DeleteEntryOptions, type DismissPlaceholderMessage, type DynamicInputIssue, EDGE_CACHE_DISABLED, EDGE_DEFAULT_CACHE_TTL, EDGE_MAX_CACHE_TTL, EDGE_MIN_CACHE_TTL, EMPTY_COMPOSITION, type EdgehancersDiagnostics, type EdgehancersWholeResponseCacheDiagnostics, type EditorStateUpdatedMessage, EnhancerBuilder, type EnhancerContext, type EnhancerError, EntityReleasesClient, type EntityReleasesGetParameters, type EntityReleasesGetResponse, type EntriesGetParameters, type EntriesGetResponse, type EntriesHistoryGetParameters, type EntriesHistoryGetResponse, type EntriesResolvedListResponse, type Entry, type EntryData, type EntryFilters, type EntryList, type EvaluateCriteriaGroupOptions, type EvaluateNodeTreeVisibilityOptions, type EvaluateNodeVisibilityParameterOptions, type EvaluatePropertyCriteriaOptions, type EvaluateWalkTreePropertyCriteriaOptions, type Filters, type FindInNodeTreeReference, type FlattenProperty, type FlattenValues, type FlattenValuesOptions, type GetContentTypesOptions, type GetContentTypesResponse, type GetEffectivePropertyValueOptions, type GetEntriesOptions, type GetEntriesResponse, type GetParameterAttributesProps, IN_CONTEXT_EDITOR_COMPONENT_END_ROLE, IN_CONTEXT_EDITOR_COMPONENT_START_ROLE, IN_CONTEXT_EDITOR_CONFIG_CHECK_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID, IN_CONTEXT_EDITOR_FORCED_SETTINGS_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_PLAYGROUND_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_QUERY_STRING_PARAM, IS_RENDERED_BY_UNIFORM_ATTRIBUTE, type InvalidationPayload, LOCALE_DYNAMIC_INPUT_NAME, type LimitPolicy, type LinkParamConfiguration, type LinkParamValue, type LinkParameterType, type LinkTypeConfiguration, type Locale, LocaleClient, type LocaleDeleteParameters, type LocalePutParameters, type LocalesGetParameters, type LocalesGetResponse, type LocalizeOptions, type MaxDepthExceededIssue, type MessageHandler, type MoveComponentMessage, type MultiSelectParamConfiguration, type MultiSelectParamValue, type NodeLocationReference, type NonProjectMapLinkParamValue, type NumberParamConfig, type NumberParamValue, type OpenParameterEditorMessage, type OverrideOptions, PLACEHOLDER_ID, type ParamTypeConfigConventions, type PatternIssue, PreviewClient, type PreviewPanelSettings, type PreviewUrl, type PreviewUrlDeleteParameters, type PreviewUrlDeleteResponse, type PreviewUrlPutParameters, type PreviewUrlPutResponse, type PreviewUrlsGetParameters, type PreviewUrlsGetResponse, type PreviewViewport, type PreviewViewportDeleteParameters, type PreviewViewportDeleteResponse, type PreviewViewportPutParameters, type PreviewViewportPutResponse, type PreviewViewportsGetParameters, type PreviewViewportsGetResponse, type Project, ProjectClient, type ProjectDeleteParameters, type ProjectGetParameters, type ProjectGetResponse, type ProjectMapLinkParamValue, type ProjectPutParameters, type ProjectPutResponse, type Prompt, PromptClient, type PromptsDeleteParameters, type PromptsGetParameters, type PromptsGetResponse, type PromptsPutParameters, type PropertyCriteriaMatch, type PropertyValue, type PutContentTypeBody, type PutEntryBody, type ReadyMessage, RelationshipClient, type RelationshipResultInstance, type Release, ReleaseClient, type ReleaseContent, ReleaseContentsClient, type ReleaseContentsDeleteBody, type ReleaseContentsGetParameters, type ReleaseContentsGetResponse, type ReleaseDeleteParameters, type ReleasePatchParameters, type ReleasePutParameters, type ReleaseState, type ReleasesGetParameters, type ReleasesGetResponse, type ReportRenderedCompositionsMessage, type RequestComponentSuggestionMessage, type RequestPageHtmlMessage, type ResolvedRouteGetResponse, type RichTextBuiltInElement, type RichTextBuiltInFormat, type RichTextParamConfiguration, type RichTextParamValue, type RootComponentInstance, type RootEntryReference, type RootLocationReference, RouteClient, type RouteDynamicInputs, type RouteGetParameters, type RouteGetResponse, type RouteGetResponseComposition, type RouteGetResponseEdgehancedComposition, type RouteGetResponseEdgehancedNotFound, type RouteGetResponseNotFound, type RouteGetResponseRedirect, SECRET_QUERY_STRING_PARAM, type SelectComponentMessage, type SelectParamConfiguration, type SelectParamOption, type SelectParamValue, type SelectParameterMessage, type SendPageHtmlMessage, type SpecificProjectMap, type StringOperators, type SuggestComponentMessage, type TextParamConfig, type TextParamValue, type TreeNodeInfoTypes, type TriggerComponentActionMessage, type TriggerCompositionActionMessage, UncachedCanvasClient, UncachedCategoryClient, UncachedContentClient, UniqueBatchEntries, type UpdateComponentParameterMessage, type UpdateComponentReferencesMessage, type UpdateCompositionInternalMessage, type UpdateCompositionMessage, type UpdateCompositionOptions, type UpdateContextualEditingStateInternalMessage, type UpdateFeatureFlagsMessage, type UpdatePreviewSettingsMessage, type UpsertEntryOptions, type VisibilityCriteria, type VisibilityCriteriaEvaluationResult, type VisibilityCriteriaGroup, type VisibilityParameterValue, type VisibilityRule, type VisibilityRules, type WalkNodeTreeActions, type WalkNodeTreeOptions, type WebhookDefinition, WorkflowClient, type WorkflowDefinition, type WorkflowStage, type WorkflowStagePermission, type WorkflowStageTransition, type WorkflowStageTransitionPermission, type WorkflowsDeleteParameters, type WorkflowsGetParameters, type WorkflowsGetResponse, type WorkflowsPutParameters, bindExpressionEscapeChars, bindExpressionPrefix, bindVariables, bindVariablesToObject, compose, convertEntryToPutEntry, convertToBindExpression, createBatchEnhancer, createCanvasChannel, createDynamicInputVisibilityRule, createDynamicTokenVisibilityRule, createLimitPolicy, createLocaleVisibilityRule, createQuirksVisibilityRule, createUniformApiEnhancer, createVariableReference, enhance, escapeBindExpressionDefaultValue, evaluateNodeVisibilityParameter, evaluatePropertyCriteria, evaluateVisibilityCriteriaGroup, evaluateWalkTreeNodeVisibility, evaluateWalkTreePropertyCriteria, extractLocales, findParameterInNodeTree, flattenValues, generateComponentPlaceholderId, generateHash, getBlockValue, getComponentJsonPointer, getComponentPath, getDataSourceVariantFromRouteGetParams, getEffectivePropertyValue, getLocalizedPropertyValues, getNounForLocation, getNounForNode, getParameterAttributes, getPropertiesValue, hasReferencedVariables, isAddComponentMessage, isAllowedReferrer, isAssetParamValue, isAssetParamValueItem, isComponentActionMessage, isComponentPlaceholderId, isContextStorageUpdatedMessage, isDismissPlaceholderMessage, isEntryData, isLinkParamValue, isMovingComponentMessage, isNestedNodeType, isOpenParameterEditorMessage, isReadyMessage, isReportRenderedCompositionsMessage, isRequestComponentSuggestionMessage, isRootEntryReference, isSelectComponentMessage, isSelectParameterMessage, isSuggestComponentMessage, isSystemComponentDefinition, isTriggerCompositionActionMessage, isUpdateComponentParameterMessage, isUpdateComponentReferencesMessage, isUpdateCompositionInternalMessage, isUpdateCompositionMessage, isUpdateContextualEditingStateInternalMessage, isUpdateFeatureFlagsMessage, isUpdatePreviewSettingsMessage, localize, mapSlotToPersonalizedVariations, mapSlotToTestVariations, nullLimitPolicy, parseComponentPlaceholderId, parseVariableExpression, version, walkNodeTree, walkPropertyValues };
|
package/dist/index.d.ts
CHANGED
@@ -2063,24 +2063,17 @@ interface components$l {
|
|
2063
2063
|
stubType?: "missing" | "tooDeep";
|
2064
2064
|
/**
|
2065
2065
|
* Format: uuid
|
2066
|
-
* @deprecated
|
2067
2066
|
* @description The edition ID. When set, this is a child edition of the entry in _id.
|
2068
2067
|
*
|
2069
2068
|
*/
|
2070
2069
|
editionId?: string;
|
2071
|
-
/**
|
2072
|
-
* @deprecated
|
2073
|
-
* @description The name of the entry or edition as shown in the editions listing.
|
2070
|
+
/** @description The name of the entry or edition as shown in the editions listing.
|
2074
2071
|
* Describes the purpose of an edition.
|
2075
|
-
*
|
2076
|
-
*/
|
2072
|
+
* */
|
2077
2073
|
editionName?: string;
|
2078
|
-
/**
|
2079
|
-
* @deprecated
|
2080
|
-
* @description The priority of the edition or entry. Higher numbers are higher priority.
|
2074
|
+
/** @description The priority of the edition or entry. Higher numbers are higher priority.
|
2081
2075
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
2082
|
-
*
|
2083
|
-
*/
|
2076
|
+
* */
|
2084
2077
|
editionPriority?: number;
|
2085
2078
|
};
|
2086
2079
|
EntryListResponse: {
|
@@ -2561,9 +2554,7 @@ interface components$l {
|
|
2561
2554
|
* Example: ?search=hello
|
2562
2555
|
* */
|
2563
2556
|
search: string;
|
2564
|
-
/**
|
2565
|
-
* @deprecated
|
2566
|
-
* @description Controls the edition resolution behavior.
|
2557
|
+
/** @description Controls the edition resolution behavior.
|
2567
2558
|
*
|
2568
2559
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
2569
2560
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -2574,8 +2565,7 @@ interface components$l {
|
|
2574
2565
|
* raw: the entryIDs parameter targets exact edition/entry IDs and no edition resolution is performed.
|
2575
2566
|
* entryIDs MUST be provided with this option.
|
2576
2567
|
* If versionId is passed, this is always enabled.
|
2577
|
-
*
|
2578
|
-
*/
|
2568
|
+
* */
|
2579
2569
|
editions: "auto" | "all" | "raw";
|
2580
2570
|
};
|
2581
2571
|
requestBodies: never;
|
@@ -3043,9 +3033,7 @@ interface paths$h {
|
|
3043
3033
|
* Example: ?search=hello
|
3044
3034
|
* */
|
3045
3035
|
search?: components$j["parameters"]["search"];
|
3046
|
-
/**
|
3047
|
-
* @deprecated
|
3048
|
-
* @description Controls the edition resolution behavior.
|
3036
|
+
/** @description Controls the edition resolution behavior.
|
3049
3037
|
*
|
3050
3038
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
3051
3039
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -3056,8 +3044,7 @@ interface paths$h {
|
|
3056
3044
|
* raw: the entryIDs parameter targets exact edition/entry IDs and no edition resolution is performed.
|
3057
3045
|
* entryIDs MUST be provided with this option.
|
3058
3046
|
* If versionId is passed, this is always enabled.
|
3059
|
-
*
|
3060
|
-
*/
|
3047
|
+
* */
|
3061
3048
|
editions?: components$j["parameters"]["editions"];
|
3062
3049
|
};
|
3063
3050
|
header?: never;
|
@@ -3142,24 +3129,17 @@ interface paths$h {
|
|
3142
3129
|
workflowStageId?: string;
|
3143
3130
|
/**
|
3144
3131
|
* Format: uuid
|
3145
|
-
* @deprecated
|
3146
3132
|
* @description The edition ID. When set, this is a child edition of the entry in _id.
|
3147
3133
|
*
|
3148
3134
|
*/
|
3149
3135
|
editionId?: string;
|
3150
|
-
/**
|
3151
|
-
* @deprecated
|
3152
|
-
* @description The name of the entry or edition as shown in the editions listing.
|
3136
|
+
/** @description The name of the entry or edition as shown in the editions listing.
|
3153
3137
|
* Describes the purpose of an edition.
|
3154
|
-
*
|
3155
|
-
*/
|
3138
|
+
* */
|
3156
3139
|
editionName?: string;
|
3157
|
-
/**
|
3158
|
-
* @deprecated
|
3159
|
-
* @description The priority of the edition or entry. Higher numbers are higher priority.
|
3140
|
+
/** @description The priority of the edition or entry. Higher numbers are higher priority.
|
3160
3141
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
3161
|
-
*
|
3162
|
-
*/
|
3142
|
+
* */
|
3163
3143
|
editionPriority?: number;
|
3164
3144
|
};
|
3165
3145
|
};
|
@@ -3210,7 +3190,6 @@ interface paths$h {
|
|
3210
3190
|
entryId: string;
|
3211
3191
|
/**
|
3212
3192
|
* Format: uuid
|
3213
|
-
* @deprecated
|
3214
3193
|
* @description The edition ID to delete. When set, this deletes a child edition of the entryId.
|
3215
3194
|
* The entry will remain when an edition is deleted.
|
3216
3195
|
* If the entry ID is specified as the edition ID, the entry will be deleted _but any other editions will remain_ (this is used for unpublishing).
|
@@ -3753,24 +3732,17 @@ interface components$j {
|
|
3753
3732
|
stubType?: "missing" | "tooDeep";
|
3754
3733
|
/**
|
3755
3734
|
* Format: uuid
|
3756
|
-
* @deprecated
|
3757
3735
|
* @description The edition ID. When set, this is a child edition of the entry in _id.
|
3758
3736
|
*
|
3759
3737
|
*/
|
3760
3738
|
editionId?: string;
|
3761
|
-
/**
|
3762
|
-
* @deprecated
|
3763
|
-
* @description The name of the entry or edition as shown in the editions listing.
|
3739
|
+
/** @description The name of the entry or edition as shown in the editions listing.
|
3764
3740
|
* Describes the purpose of an edition.
|
3765
|
-
*
|
3766
|
-
*/
|
3741
|
+
* */
|
3767
3742
|
editionName?: string;
|
3768
|
-
/**
|
3769
|
-
* @deprecated
|
3770
|
-
* @description The priority of the edition or entry. Higher numbers are higher priority.
|
3743
|
+
/** @description The priority of the edition or entry. Higher numbers are higher priority.
|
3771
3744
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
3772
|
-
*
|
3773
|
-
*/
|
3745
|
+
* */
|
3774
3746
|
editionPriority?: number;
|
3775
3747
|
};
|
3776
3748
|
EntryListResponse: {
|
@@ -4006,9 +3978,7 @@ interface components$j {
|
|
4006
3978
|
* Example: ?search=hello
|
4007
3979
|
* */
|
4008
3980
|
search: string;
|
4009
|
-
/**
|
4010
|
-
* @deprecated
|
4011
|
-
* @description Controls the edition resolution behavior.
|
3981
|
+
/** @description Controls the edition resolution behavior.
|
4012
3982
|
*
|
4013
3983
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
4014
3984
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -4019,8 +3989,7 @@ interface components$j {
|
|
4019
3989
|
* raw: the entryIDs parameter targets exact edition/entry IDs and no edition resolution is performed.
|
4020
3990
|
* entryIDs MUST be provided with this option.
|
4021
3991
|
* If versionId is passed, this is always enabled.
|
4022
|
-
*
|
4023
|
-
*/
|
3992
|
+
* */
|
4024
3993
|
editions: "auto" | "all" | "raw";
|
4025
3994
|
};
|
4026
3995
|
requestBodies: never;
|
@@ -5959,24 +5928,17 @@ interface components$c {
|
|
5959
5928
|
workflowDefinition?: components$c["schemas"]["WorkflowDefinition"];
|
5960
5929
|
/**
|
5961
5930
|
* Format: uuid
|
5962
|
-
* @deprecated
|
5963
5931
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
5964
5932
|
*
|
5965
5933
|
*/
|
5966
5934
|
editionId?: string;
|
5967
|
-
/**
|
5968
|
-
* @deprecated
|
5969
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
5935
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
5970
5936
|
* Describes the purpose of an edition.
|
5971
|
-
*
|
5972
|
-
*/
|
5937
|
+
* */
|
5973
5938
|
editionName?: string;
|
5974
|
-
/**
|
5975
|
-
* @deprecated
|
5976
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
5939
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
5977
5940
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
5978
|
-
*
|
5979
|
-
*/
|
5941
|
+
* */
|
5980
5942
|
editionPriority?: number;
|
5981
5943
|
};
|
5982
5944
|
};
|
@@ -6247,9 +6209,7 @@ interface paths$a {
|
|
6247
6209
|
* Example: ?search=hello
|
6248
6210
|
* */
|
6249
6211
|
search?: components$b["parameters"]["search"];
|
6250
|
-
/**
|
6251
|
-
* @deprecated
|
6252
|
-
* @description Controls the edition resolution behavior.
|
6212
|
+
/** @description Controls the edition resolution behavior.
|
6253
6213
|
*
|
6254
6214
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
6255
6215
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -6261,8 +6221,7 @@ interface paths$a {
|
|
6261
6221
|
* raw: the compositionId and compositionIDs parameters target exact edition/composition IDs and no edition resolution is performed.
|
6262
6222
|
* compositionId or compositionIDs MUST be provided with this option.
|
6263
6223
|
* If versionId is passed, this is always enabled.
|
6264
|
-
*
|
6265
|
-
*/
|
6224
|
+
* */
|
6266
6225
|
editions?: components$b["parameters"]["editions"];
|
6267
6226
|
};
|
6268
6227
|
header?: never;
|
@@ -6363,24 +6322,17 @@ interface paths$a {
|
|
6363
6322
|
workflowStageId?: string;
|
6364
6323
|
/**
|
6365
6324
|
* Format: uuid
|
6366
|
-
* @deprecated
|
6367
6325
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
6368
6326
|
*
|
6369
6327
|
*/
|
6370
6328
|
editionId?: string;
|
6371
|
-
/**
|
6372
|
-
* @deprecated
|
6373
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
6329
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
6374
6330
|
* Describes the purpose of an edition.
|
6375
|
-
*
|
6376
|
-
*/
|
6331
|
+
* */
|
6377
6332
|
editionName?: string;
|
6378
|
-
/**
|
6379
|
-
* @deprecated
|
6380
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
6333
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
6381
6334
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
6382
|
-
*
|
6383
|
-
*/
|
6335
|
+
* */
|
6384
6336
|
editionPriority?: number;
|
6385
6337
|
};
|
6386
6338
|
};
|
@@ -6431,7 +6383,6 @@ interface paths$a {
|
|
6431
6383
|
compositionId: string;
|
6432
6384
|
/**
|
6433
6385
|
* Format: uuid
|
6434
|
-
* @deprecated
|
6435
6386
|
* @description The edition ID to delete. When set, this deletes a child edition of the compositionId.
|
6436
6387
|
* The composition will remain when an edition is deleted.
|
6437
6388
|
* If the composition ID is specified as the edition ID, the composition will be deleted _but any other editions will remain_ (this is used for unpublishing).
|
@@ -6560,24 +6511,17 @@ interface components$b {
|
|
6560
6511
|
workflowDefinition?: components$b["schemas"]["WorkflowDefinition"];
|
6561
6512
|
/**
|
6562
6513
|
* Format: uuid
|
6563
|
-
* @deprecated
|
6564
6514
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
6565
6515
|
*
|
6566
6516
|
*/
|
6567
6517
|
editionId?: string;
|
6568
|
-
/**
|
6569
|
-
* @deprecated
|
6570
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
6518
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
6571
6519
|
* Describes the purpose of an edition.
|
6572
|
-
*
|
6573
|
-
*/
|
6520
|
+
* */
|
6574
6521
|
editionName?: string;
|
6575
|
-
/**
|
6576
|
-
* @deprecated
|
6577
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
6522
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
6578
6523
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
6579
|
-
*
|
6580
|
-
*/
|
6524
|
+
* */
|
6581
6525
|
editionPriority?: number;
|
6582
6526
|
};
|
6583
6527
|
CompositionListResponse: {
|
@@ -7299,9 +7243,7 @@ interface components$b {
|
|
7299
7243
|
* Example: ?search=hello
|
7300
7244
|
* */
|
7301
7245
|
search: string;
|
7302
|
-
/**
|
7303
|
-
* @deprecated
|
7304
|
-
* @description Controls the edition resolution behavior.
|
7246
|
+
/** @description Controls the edition resolution behavior.
|
7305
7247
|
*
|
7306
7248
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
7307
7249
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -7313,8 +7255,7 @@ interface components$b {
|
|
7313
7255
|
* raw: the compositionId and compositionIDs parameters target exact edition/composition IDs and no edition resolution is performed.
|
7314
7256
|
* compositionId or compositionIDs MUST be provided with this option.
|
7315
7257
|
* If versionId is passed, this is always enabled.
|
7316
|
-
*
|
7317
|
-
*/
|
7258
|
+
* */
|
7318
7259
|
editions: "auto" | "all" | "raw";
|
7319
7260
|
};
|
7320
7261
|
requestBodies: never;
|
@@ -8135,24 +8076,17 @@ interface components$9 {
|
|
8135
8076
|
workflowDefinition?: components$9["schemas"]["WorkflowDefinition"];
|
8136
8077
|
/**
|
8137
8078
|
* Format: uuid
|
8138
|
-
* @deprecated
|
8139
8079
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
8140
8080
|
*
|
8141
8081
|
*/
|
8142
8082
|
editionId?: string;
|
8143
|
-
/**
|
8144
|
-
* @deprecated
|
8145
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
8083
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
8146
8084
|
* Describes the purpose of an edition.
|
8147
|
-
*
|
8148
|
-
*/
|
8085
|
+
* */
|
8149
8086
|
editionName?: string;
|
8150
|
-
/**
|
8151
|
-
* @deprecated
|
8152
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
8087
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
8153
8088
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
8154
|
-
*
|
8155
|
-
*/
|
8089
|
+
* */
|
8156
8090
|
editionPriority?: number;
|
8157
8091
|
};
|
8158
8092
|
CompositionListResponse: {
|
@@ -8354,24 +8288,17 @@ interface components$9 {
|
|
8354
8288
|
stubType?: "missing" | "tooDeep";
|
8355
8289
|
/**
|
8356
8290
|
* Format: uuid
|
8357
|
-
* @deprecated
|
8358
8291
|
* @description The edition ID. When set, this is a child edition of the entry in _id.
|
8359
8292
|
*
|
8360
8293
|
*/
|
8361
8294
|
editionId?: string;
|
8362
|
-
/**
|
8363
|
-
* @deprecated
|
8364
|
-
* @description The name of the entry or edition as shown in the editions listing.
|
8295
|
+
/** @description The name of the entry or edition as shown in the editions listing.
|
8365
8296
|
* Describes the purpose of an edition.
|
8366
|
-
*
|
8367
|
-
*/
|
8297
|
+
* */
|
8368
8298
|
editionName?: string;
|
8369
|
-
/**
|
8370
|
-
* @deprecated
|
8371
|
-
* @description The priority of the edition or entry. Higher numbers are higher priority.
|
8299
|
+
/** @description The priority of the edition or entry. Higher numbers are higher priority.
|
8372
8300
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
8373
|
-
*
|
8374
|
-
*/
|
8301
|
+
* */
|
8375
8302
|
editionPriority?: number;
|
8376
8303
|
};
|
8377
8304
|
EntryListResponse: {
|
@@ -8469,10 +8396,7 @@ interface components$9 {
|
|
8469
8396
|
limit: number;
|
8470
8397
|
/** @description Includes stubs in the response (enabled by default); set to false to omit all stubs */
|
8471
8398
|
withStubs: boolean;
|
8472
|
-
/**
|
8473
|
-
* @deprecated
|
8474
|
-
* @description Fetches unpublished data from all data resources which support unpublished data
|
8475
|
-
*/
|
8399
|
+
/** @description Fetches unpublished data from all data resources which support unpublished data */
|
8476
8400
|
dataSourceVariant: "unpublished";
|
8477
8401
|
/** @description Specify a single composition ID to fetch. The response will be a single composition.
|
8478
8402
|
* This is a primary query parameter and cannot be used with any other primary query parameters.
|
@@ -8612,9 +8536,7 @@ interface components$9 {
|
|
8612
8536
|
* Example: ?search=hello
|
8613
8537
|
* */
|
8614
8538
|
search: string;
|
8615
|
-
/**
|
8616
|
-
* @deprecated
|
8617
|
-
* @description Controls the edition resolution behavior.
|
8539
|
+
/** @description Controls the edition resolution behavior.
|
8618
8540
|
*
|
8619
8541
|
* auto: (default) Editions are evaluated automatically and the best matching edition is returned.
|
8620
8542
|
* When a locale is provided, the edition with the highest priority that enables that locale matches
|
@@ -8625,8 +8547,7 @@ interface components$9 {
|
|
8625
8547
|
* raw: the entryIDs parameter targets exact edition/entry IDs and no edition resolution is performed.
|
8626
8548
|
* entryIDs MUST be provided with this option.
|
8627
8549
|
* If versionId is passed, this is always enabled.
|
8628
|
-
*
|
8629
|
-
*/
|
8550
|
+
* */
|
8630
8551
|
editions: "auto" | "all" | "raw";
|
8631
8552
|
/** @description The project to fetch a route from */
|
8632
8553
|
"parameters-projectId": string;
|
@@ -9446,24 +9367,17 @@ interface components$8 {
|
|
9446
9367
|
workflowDefinition?: components$8["schemas"]["WorkflowDefinition"];
|
9447
9368
|
/**
|
9448
9369
|
* Format: uuid
|
9449
|
-
* @deprecated
|
9450
9370
|
* @description The edition ID. When set, this is a child edition of the composition in _id.
|
9451
9371
|
*
|
9452
9372
|
*/
|
9453
9373
|
editionId?: string;
|
9454
|
-
/**
|
9455
|
-
* @deprecated
|
9456
|
-
* @description The name of the composition or edition as shown in the editions listing.
|
9374
|
+
/** @description The name of the composition or edition as shown in the editions listing.
|
9457
9375
|
* Describes the purpose of an edition.
|
9458
|
-
*
|
9459
|
-
*/
|
9376
|
+
* */
|
9460
9377
|
editionName?: string;
|
9461
|
-
/**
|
9462
|
-
* @deprecated
|
9463
|
-
* @description The priority of the edition or composition. Higher numbers are higher priority.
|
9378
|
+
/** @description The priority of the edition or composition. Higher numbers are higher priority.
|
9464
9379
|
* When multiple editions enable the same locale, the highest priority edition is used.
|
9465
|
-
*
|
9466
|
-
*/
|
9380
|
+
* */
|
9467
9381
|
editionPriority?: number;
|
9468
9382
|
};
|
9469
9383
|
/** @description The route matches a composition.
|
@@ -9922,8 +9836,6 @@ type ContextualEditingComponentReference = {
|
|
9922
9836
|
canBePersonalized?: boolean;
|
9923
9837
|
/** Whether the component is eligible for "A/B test this" (wrap in container) */
|
9924
9838
|
canBeTested?: boolean;
|
9925
|
-
/** Whether the component is eligible for "Localize This" (wrap in container) */
|
9926
|
-
canBeLocalized?: boolean;
|
9927
9839
|
/** Whether the immediate parent component is a Personalization container */
|
9928
9840
|
isPersonalized?: boolean;
|
9929
9841
|
/** Whether the immediate parent component is an A/B test container */
|
@@ -10111,12 +10023,43 @@ type schemas = components$9['schemas'];
|
|
10111
10023
|
type InvalidationPayload = schemas['InvalidationPayload'];
|
10112
10024
|
type BatchInvalidationPayload = schemas['BatchInvalidationPayload'];
|
10113
10025
|
|
10026
|
+
/**
|
10027
|
+
* Base interface for parameter type configurations that provides common validation properties.
|
10028
|
+
*
|
10029
|
+
* This interface establishes conventions for parameter/field types config objects.
|
10030
|
+
*
|
10031
|
+
* All properties here are OPTIONAL, and only defined for consistency across param types that use similar config functionality.
|
10032
|
+
*/
|
10033
|
+
interface ParamTypeConfigConventions {
|
10034
|
+
/**
|
10035
|
+
* Whether an author must enter a value for this property.
|
10036
|
+
*
|
10037
|
+
* Implementation of the `required` property is optional (you must set it in the config UI,
|
10038
|
+
* and also respect it on the component renderer) - custom types that do not need, or use a different
|
10039
|
+
* meaning for required should create their own custom-named property instead.
|
10040
|
+
*
|
10041
|
+
* NOTE: setting required to true will cause a UI indication that the parameter is required.
|
10042
|
+
* Even if not using it for validation, you can choose to configure it to control the UI.
|
10043
|
+
*/
|
10044
|
+
required?: boolean;
|
10045
|
+
}
|
10046
|
+
|
10047
|
+
interface DateParamConfig extends ParamTypeConfigConventions {
|
10048
|
+
min?: string;
|
10049
|
+
max?: string;
|
10050
|
+
}
|
10051
|
+
type DateParamValue = string;
|
10052
|
+
|
10053
|
+
interface DatetimeParamConfig extends ParamTypeConfigConventions {
|
10054
|
+
min?: string;
|
10055
|
+
max?: string;
|
10056
|
+
}
|
10057
|
+
|
10114
10058
|
type LinkParameterType = 'projectMapNode' | 'url' | 'tel' | 'email';
|
10115
10059
|
type LinkTypeConfiguration = Partial<Record<LinkParameterType, boolean>>;
|
10116
|
-
|
10117
|
-
required?: boolean;
|
10060
|
+
interface LinkParamConfiguration extends ParamTypeConfigConventions {
|
10118
10061
|
linkTypes?: LinkTypeConfiguration;
|
10119
|
-
}
|
10062
|
+
}
|
10120
10063
|
type ProjectMapLinkParamValue = {
|
10121
10064
|
type: 'projectMapNode';
|
10122
10065
|
projectMapId: string;
|
@@ -10130,15 +10073,14 @@ type NonProjectMapLinkParamValue = {
|
|
10130
10073
|
};
|
10131
10074
|
type LinkParamValue = ProjectMapLinkParamValue | NonProjectMapLinkParamValue | undefined;
|
10132
10075
|
|
10133
|
-
|
10134
|
-
required?: boolean;
|
10076
|
+
interface NumberParamConfig extends ParamTypeConfigConventions {
|
10135
10077
|
decimal?: boolean;
|
10136
10078
|
decimalPlaces?: number;
|
10137
10079
|
min?: number;
|
10138
10080
|
max?: number;
|
10139
10081
|
caption?: string;
|
10140
10082
|
placeholder?: string;
|
10141
|
-
}
|
10083
|
+
}
|
10142
10084
|
/**
|
10143
10085
|
* The value is a number when bound or a literal value (the value is the number)
|
10144
10086
|
* The value is a string when not bound (the value is the binding string)
|
@@ -10154,18 +10096,27 @@ type SelectParamOption = {
|
|
10154
10096
|
value: string;
|
10155
10097
|
text: string;
|
10156
10098
|
};
|
10157
|
-
|
10099
|
+
interface SelectParamConfiguration extends ParamTypeConfigConventions {
|
10158
10100
|
options?: Array<SelectParamOption>;
|
10159
|
-
|
10160
|
-
|
10161
|
-
type MultiSelectParamConfiguration = {
|
10101
|
+
}
|
10102
|
+
interface MultiSelectParamConfiguration {
|
10162
10103
|
options?: Array<SelectParamOption>;
|
10163
10104
|
min?: number;
|
10164
10105
|
max?: number;
|
10165
|
-
}
|
10106
|
+
}
|
10166
10107
|
type MultiSelectParamValue = string[] | string;
|
10167
10108
|
type SelectParamValue = string;
|
10168
10109
|
|
10110
|
+
interface TextParamConfig extends ParamTypeConfigConventions {
|
10111
|
+
multiline?: boolean;
|
10112
|
+
linesCount?: number;
|
10113
|
+
regex?: string;
|
10114
|
+
regexMessage?: string;
|
10115
|
+
placeholder?: string;
|
10116
|
+
caption?: string;
|
10117
|
+
}
|
10118
|
+
type TextParamValue = string;
|
10119
|
+
|
10169
10120
|
interface paths$7 {
|
10170
10121
|
"/api/v1/preview-urls": {
|
10171
10122
|
parameters: {
|
@@ -12304,7 +12255,7 @@ type ReadyMessage = {
|
|
12304
12255
|
};
|
12305
12256
|
type TriggerComponentActionMessage = {
|
12306
12257
|
type: 'trigger-component-action';
|
12307
|
-
actionType: 'insertBefore' | 'insertAfter' | 'insertInto' | 'duplicate' | 'delete' | 'editPattern' | 'unlinkPattern' | 'convertToPattern' | 'personalize' | 'test' | '
|
12258
|
+
actionType: 'insertBefore' | 'insertAfter' | 'insertInto' | 'duplicate' | 'delete' | 'editPattern' | 'unlinkPattern' | 'convertToPattern' | 'personalize' | 'test' | 'copyToClipboard' | 'copyValuesToLocales';
|
12308
12259
|
componentReference: Omit<ContextualEditingComponentReference, 'elements'>;
|
12309
12260
|
extraData?: Record<string, any>;
|
12310
12261
|
};
|
@@ -13340,7 +13291,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13340
13291
|
*/
|
13341
13292
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13342
13293
|
|
13343
|
-
declare const version = "20.
|
13294
|
+
declare const version = "20.32.2";
|
13344
13295
|
|
13345
13296
|
/** API client to enable managing workflow definitions */
|
13346
13297
|
declare class WorkflowClient extends ApiClient {
|
@@ -13357,4 +13308,4 @@ declare class WorkflowClient extends ApiClient {
|
|
13357
13308
|
|
13358
13309
|
declare const CanvasClientError: typeof ApiClientError;
|
13359
13310
|
|
13360
|
-
export { ASSETS_SOURCE_CUSTOM_URL, ASSETS_SOURCE_UNIFORM, ASSET_PARAMETER_TYPE, ATTRIBUTE_COMPONENT_ID, ATTRIBUTE_MULTILINE, ATTRIBUTE_PARAMETER_ID, ATTRIBUTE_PARAMETER_TYPE, ATTRIBUTE_PARAMETER_VALUE, ATTRIBUTE_PLACEHOLDER, type AddComponentMessage, type BatchEnhancer, BatchEntry, type BatchInvalidationPayload, type BindVariablesOptions, type BindVariablesResult, type BindVariablesToObjectOptions, BlockFormatError, type BlockLocationReference, type BlockValue, CANVAS_BLOCK_PARAM_TYPE, CANVAS_CONTEXTUAL_EDITING_PARAM, CANVAS_DRAFT_STATE, CANVAS_EDITOR_STATE, CANVAS_ENRICHMENT_TAG_PARAM, CANVAS_INTENT_TAG_PARAM, CANVAS_LOCALE_TAG_PARAM, CANVAS_LOCALIZATION_SLOT, CANVAS_LOCALIZATION_TYPE, CANVAS_PERSONALIZATION_ALGORITHM_PARAM, CANVAS_PERSONALIZATION_ALGORITHM_TYPE, CANVAS_PERSONALIZATION_EVENT_NAME_PARAM, CANVAS_PERSONALIZATION_PARAM, CANVAS_PERSONALIZATION_TAKE_PARAM, CANVAS_PERSONALIZE_SLOT, CANVAS_PERSONALIZE_TYPE, CANVAS_PUBLISHED_STATE, CANVAS_SLOT_SECTION_SLOT, CANVAS_SLOT_SECTION_TYPE, CANVAS_TEST_SLOT, CANVAS_TEST_TYPE, CANVAS_TEST_VARIANT_PARAM, CANVAS_VIZ_CONTROL_PARAM, CANVAS_VIZ_DI_RULE, CANVAS_VIZ_DYNAMIC_TOKEN_RULE, CANVAS_VIZ_LOCALE_RULE, CANVAS_VIZ_QUIRKS_RULE, CanvasClient, CanvasClientError, type CanvasDefinitions, type CategoriesDeleteParameters, type CategoriesGetParameters, type CategoriesGetResponse, type CategoriesPutParameters, type Category, CategoryClient, type Channel, type ChannelMessage, ChildEnhancerBuilder, type ComponentDefinition, type ComponentDefinitionDeleteParameters, type ComponentDefinitionGetParameters, type ComponentDefinitionGetResponse, type ComponentDefinitionParameter, type ComponentDefinitionPermission, type ComponentDefinitionPutParameters, type ComponentDefinitionSlot, type ComponentDefinitionSlugSettings, type ComponentDefinitionVariant, type ComponentEnhancer, type ComponentEnhancerFunction, type ComponentEnhancerOptions, type ComponentInstance, type ComponentInstanceContextualEditing, type ComponentInstanceHistoryEntry, type ComponentInstanceHistoryGetParameters, type ComponentInstanceHistoryGetResponse, type ComponentLocationReference, type ComponentOverridability, type ComponentOverride, type ComponentOverrides, type ComponentParameter, type ComponentParameterBlock, type ComponentParameterConditionalValue, type ComponentParameterContextualEditing, type ComponentParameterEnhancer, type ComponentParameterEnhancerFunction, type ComponentParameterEnhancerOptions, type CompositionDeleteParameters, type CompositionFilters, type CompositionGetByComponentIdParameters, type CompositionGetByIdParameters, type CompositionGetByNodeIdParameters, type CompositionGetByNodePathParameters, type CompositionGetBySlugParameters, type CompositionGetListResponse, type CompositionGetParameters, type CompositionGetResponse, type CompositionGetValidResponses, type CompositionPutParameters, type CompositionResolvedGetResponse, type CompositionResolvedListResponse, type CompositionUIStatus, ContentClient, type ContentType, type ContentTypeField, type ContentTypePreviewConfiguration, type ContextStorageUpdatedMessage, type ContextualEditingComponentReference, type ContextualEditingValue, type CopiedComponentSubtree, type DataDiagnostic, type DataElementBindingIssue, type DataElementConnectionDefinition, type DataElementConnectionFailureAction, type DataElementConnectionFailureLogLevel, type DataResolutionConfigIssue, type DataResolutionIssue, type DataResolutionOption, type DataResolutionOptionNegative, type DataResolutionOptionPositive, type DataResolutionParameters, type DataResourceDefinition, type DataResourceDefinitions, type DataResourceIssue, type DataResourceVariables, type DataSource, DataSourceClient, type DataSourceDeleteParameters, type DataSourceGetParameters, type DataSourceGetResponse, type DataSourcePutParameters, type DataSourceVariantData, type DataSourceVariantsKeys, type DataSourcesGetParameters, type DataSourcesGetResponse, type DataType, DataTypeClient, type DataTypeDeleteParameters, type DataTypeGetParameters, type DataTypeGetResponse, type DataTypePutParameters, type DataVariableDefinition, type DataWithProperties, type DeleteContentTypeOptions, type DeleteEntryOptions, type DismissPlaceholderMessage, type DynamicInputIssue, EDGE_CACHE_DISABLED, EDGE_DEFAULT_CACHE_TTL, EDGE_MAX_CACHE_TTL, EDGE_MIN_CACHE_TTL, EMPTY_COMPOSITION, type EdgehancersDiagnostics, type EdgehancersWholeResponseCacheDiagnostics, type EditorStateUpdatedMessage, EnhancerBuilder, type EnhancerContext, type EnhancerError, EntityReleasesClient, type EntityReleasesGetParameters, type EntityReleasesGetResponse, type EntriesGetParameters, type EntriesGetResponse, type EntriesHistoryGetParameters, type EntriesHistoryGetResponse, type EntriesResolvedListResponse, type Entry, type EntryData, type EntryFilters, type EntryList, type EvaluateCriteriaGroupOptions, type EvaluateNodeTreeVisibilityOptions, type EvaluateNodeVisibilityParameterOptions, type EvaluatePropertyCriteriaOptions, type EvaluateWalkTreePropertyCriteriaOptions, type Filters, type FindInNodeTreeReference, type FlattenProperty, type FlattenValues, type FlattenValuesOptions, type GetContentTypesOptions, type GetContentTypesResponse, type GetEffectivePropertyValueOptions, type GetEntriesOptions, type GetEntriesResponse, type GetParameterAttributesProps, IN_CONTEXT_EDITOR_COMPONENT_END_ROLE, IN_CONTEXT_EDITOR_COMPONENT_START_ROLE, IN_CONTEXT_EDITOR_CONFIG_CHECK_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID, IN_CONTEXT_EDITOR_FORCED_SETTINGS_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_PLAYGROUND_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_QUERY_STRING_PARAM, IS_RENDERED_BY_UNIFORM_ATTRIBUTE, type InvalidationPayload, LOCALE_DYNAMIC_INPUT_NAME, type LimitPolicy, type LinkParamConfiguration, type LinkParamValue, type LinkParameterType, type LinkTypeConfiguration, type Locale, LocaleClient, type LocaleDeleteParameters, type LocalePutParameters, type LocalesGetParameters, type LocalesGetResponse, type LocalizeOptions, type MaxDepthExceededIssue, type MessageHandler, type MoveComponentMessage, type MultiSelectParamConfiguration, type MultiSelectParamValue, type NodeLocationReference, type NonProjectMapLinkParamValue, type NumberParamConfig, type NumberParamValue, type OpenParameterEditorMessage, type OverrideOptions, PLACEHOLDER_ID, type PatternIssue, PreviewClient, type PreviewPanelSettings, type PreviewUrl, type PreviewUrlDeleteParameters, type PreviewUrlDeleteResponse, type PreviewUrlPutParameters, type PreviewUrlPutResponse, type PreviewUrlsGetParameters, type PreviewUrlsGetResponse, type PreviewViewport, type PreviewViewportDeleteParameters, type PreviewViewportDeleteResponse, type PreviewViewportPutParameters, type PreviewViewportPutResponse, type PreviewViewportsGetParameters, type PreviewViewportsGetResponse, type Project, ProjectClient, type ProjectDeleteParameters, type ProjectGetParameters, type ProjectGetResponse, type ProjectMapLinkParamValue, type ProjectPutParameters, type ProjectPutResponse, type Prompt, PromptClient, type PromptsDeleteParameters, type PromptsGetParameters, type PromptsGetResponse, type PromptsPutParameters, type PropertyCriteriaMatch, type PropertyValue, type PutContentTypeBody, type PutEntryBody, type ReadyMessage, RelationshipClient, type RelationshipResultInstance, type Release, ReleaseClient, type ReleaseContent, ReleaseContentsClient, type ReleaseContentsDeleteBody, type ReleaseContentsGetParameters, type ReleaseContentsGetResponse, type ReleaseDeleteParameters, type ReleasePatchParameters, type ReleasePutParameters, type ReleaseState, type ReleasesGetParameters, type ReleasesGetResponse, type ReportRenderedCompositionsMessage, type RequestComponentSuggestionMessage, type RequestPageHtmlMessage, type ResolvedRouteGetResponse, type RichTextBuiltInElement, type RichTextBuiltInFormat, type RichTextParamConfiguration, type RichTextParamValue, type RootComponentInstance, type RootEntryReference, type RootLocationReference, RouteClient, type RouteDynamicInputs, type RouteGetParameters, type RouteGetResponse, type RouteGetResponseComposition, type RouteGetResponseEdgehancedComposition, type RouteGetResponseEdgehancedNotFound, type RouteGetResponseNotFound, type RouteGetResponseRedirect, SECRET_QUERY_STRING_PARAM, type SelectComponentMessage, type SelectParamConfiguration, type SelectParamOption, type SelectParamValue, type SelectParameterMessage, type SendPageHtmlMessage, type SpecificProjectMap, type StringOperators, type SuggestComponentMessage, type TreeNodeInfoTypes, type TriggerComponentActionMessage, type TriggerCompositionActionMessage, UncachedCanvasClient, UncachedCategoryClient, UncachedContentClient, UniqueBatchEntries, type UpdateComponentParameterMessage, type UpdateComponentReferencesMessage, type UpdateCompositionInternalMessage, type UpdateCompositionMessage, type UpdateCompositionOptions, type UpdateContextualEditingStateInternalMessage, type UpdateFeatureFlagsMessage, type UpdatePreviewSettingsMessage, type UpsertEntryOptions, type VisibilityCriteria, type VisibilityCriteriaEvaluationResult, type VisibilityCriteriaGroup, type VisibilityParameterValue, type VisibilityRule, type VisibilityRules, type WalkNodeTreeActions, type WalkNodeTreeOptions, type WebhookDefinition, WorkflowClient, type WorkflowDefinition, type WorkflowStage, type WorkflowStagePermission, type WorkflowStageTransition, type WorkflowStageTransitionPermission, type WorkflowsDeleteParameters, type WorkflowsGetParameters, type WorkflowsGetResponse, type WorkflowsPutParameters, bindExpressionEscapeChars, bindExpressionPrefix, bindVariables, bindVariablesToObject, compose, convertEntryToPutEntry, convertToBindExpression, createBatchEnhancer, createCanvasChannel, createDynamicInputVisibilityRule, createDynamicTokenVisibilityRule, createLimitPolicy, createLocaleVisibilityRule, createQuirksVisibilityRule, createUniformApiEnhancer, createVariableReference, enhance, escapeBindExpressionDefaultValue, evaluateNodeVisibilityParameter, evaluatePropertyCriteria, evaluateVisibilityCriteriaGroup, evaluateWalkTreeNodeVisibility, evaluateWalkTreePropertyCriteria, extractLocales, findParameterInNodeTree, flattenValues, generateComponentPlaceholderId, generateHash, getBlockValue, getComponentJsonPointer, getComponentPath, getDataSourceVariantFromRouteGetParams, getEffectivePropertyValue, getLocalizedPropertyValues, getNounForLocation, getNounForNode, getParameterAttributes, getPropertiesValue, hasReferencedVariables, isAddComponentMessage, isAllowedReferrer, isAssetParamValue, isAssetParamValueItem, isComponentActionMessage, isComponentPlaceholderId, isContextStorageUpdatedMessage, isDismissPlaceholderMessage, isEntryData, isLinkParamValue, isMovingComponentMessage, isNestedNodeType, isOpenParameterEditorMessage, isReadyMessage, isReportRenderedCompositionsMessage, isRequestComponentSuggestionMessage, isRootEntryReference, isSelectComponentMessage, isSelectParameterMessage, isSuggestComponentMessage, isSystemComponentDefinition, isTriggerCompositionActionMessage, isUpdateComponentParameterMessage, isUpdateComponentReferencesMessage, isUpdateCompositionInternalMessage, isUpdateCompositionMessage, isUpdateContextualEditingStateInternalMessage, isUpdateFeatureFlagsMessage, isUpdatePreviewSettingsMessage, localize, mapSlotToPersonalizedVariations, mapSlotToTestVariations, nullLimitPolicy, parseComponentPlaceholderId, parseVariableExpression, version, walkNodeTree, walkPropertyValues };
|
13311
|
+
export { ASSETS_SOURCE_CUSTOM_URL, ASSETS_SOURCE_UNIFORM, ASSET_PARAMETER_TYPE, ATTRIBUTE_COMPONENT_ID, ATTRIBUTE_MULTILINE, ATTRIBUTE_PARAMETER_ID, ATTRIBUTE_PARAMETER_TYPE, ATTRIBUTE_PARAMETER_VALUE, ATTRIBUTE_PLACEHOLDER, type AddComponentMessage, type BatchEnhancer, BatchEntry, type BatchInvalidationPayload, type BindVariablesOptions, type BindVariablesResult, type BindVariablesToObjectOptions, BlockFormatError, type BlockLocationReference, type BlockValue, CANVAS_BLOCK_PARAM_TYPE, CANVAS_CONTEXTUAL_EDITING_PARAM, CANVAS_DRAFT_STATE, CANVAS_EDITOR_STATE, CANVAS_ENRICHMENT_TAG_PARAM, CANVAS_INTENT_TAG_PARAM, CANVAS_LOCALE_TAG_PARAM, CANVAS_LOCALIZATION_SLOT, CANVAS_LOCALIZATION_TYPE, CANVAS_PERSONALIZATION_ALGORITHM_PARAM, CANVAS_PERSONALIZATION_ALGORITHM_TYPE, CANVAS_PERSONALIZATION_EVENT_NAME_PARAM, CANVAS_PERSONALIZATION_PARAM, CANVAS_PERSONALIZATION_TAKE_PARAM, CANVAS_PERSONALIZE_SLOT, CANVAS_PERSONALIZE_TYPE, CANVAS_PUBLISHED_STATE, CANVAS_SLOT_SECTION_SLOT, CANVAS_SLOT_SECTION_TYPE, CANVAS_TEST_SLOT, CANVAS_TEST_TYPE, CANVAS_TEST_VARIANT_PARAM, CANVAS_VIZ_CONTROL_PARAM, CANVAS_VIZ_DI_RULE, CANVAS_VIZ_DYNAMIC_TOKEN_RULE, CANVAS_VIZ_LOCALE_RULE, CANVAS_VIZ_QUIRKS_RULE, CanvasClient, CanvasClientError, type CanvasDefinitions, type CategoriesDeleteParameters, type CategoriesGetParameters, type CategoriesGetResponse, type CategoriesPutParameters, type Category, CategoryClient, type Channel, type ChannelMessage, ChildEnhancerBuilder, type ComponentDefinition, type ComponentDefinitionDeleteParameters, type ComponentDefinitionGetParameters, type ComponentDefinitionGetResponse, type ComponentDefinitionParameter, type ComponentDefinitionPermission, type ComponentDefinitionPutParameters, type ComponentDefinitionSlot, type ComponentDefinitionSlugSettings, type ComponentDefinitionVariant, type ComponentEnhancer, type ComponentEnhancerFunction, type ComponentEnhancerOptions, type ComponentInstance, type ComponentInstanceContextualEditing, type ComponentInstanceHistoryEntry, type ComponentInstanceHistoryGetParameters, type ComponentInstanceHistoryGetResponse, type ComponentLocationReference, type ComponentOverridability, type ComponentOverride, type ComponentOverrides, type ComponentParameter, type ComponentParameterBlock, type ComponentParameterConditionalValue, type ComponentParameterContextualEditing, type ComponentParameterEnhancer, type ComponentParameterEnhancerFunction, type ComponentParameterEnhancerOptions, type CompositionDeleteParameters, type CompositionFilters, type CompositionGetByComponentIdParameters, type CompositionGetByIdParameters, type CompositionGetByNodeIdParameters, type CompositionGetByNodePathParameters, type CompositionGetBySlugParameters, type CompositionGetListResponse, type CompositionGetParameters, type CompositionGetResponse, type CompositionGetValidResponses, type CompositionPutParameters, type CompositionResolvedGetResponse, type CompositionResolvedListResponse, type CompositionUIStatus, ContentClient, type ContentType, type ContentTypeField, type ContentTypePreviewConfiguration, type ContextStorageUpdatedMessage, type ContextualEditingComponentReference, type ContextualEditingValue, type CopiedComponentSubtree, type DataDiagnostic, type DataElementBindingIssue, type DataElementConnectionDefinition, type DataElementConnectionFailureAction, type DataElementConnectionFailureLogLevel, type DataResolutionConfigIssue, type DataResolutionIssue, type DataResolutionOption, type DataResolutionOptionNegative, type DataResolutionOptionPositive, type DataResolutionParameters, type DataResourceDefinition, type DataResourceDefinitions, type DataResourceIssue, type DataResourceVariables, type DataSource, DataSourceClient, type DataSourceDeleteParameters, type DataSourceGetParameters, type DataSourceGetResponse, type DataSourcePutParameters, type DataSourceVariantData, type DataSourceVariantsKeys, type DataSourcesGetParameters, type DataSourcesGetResponse, type DataType, DataTypeClient, type DataTypeDeleteParameters, type DataTypeGetParameters, type DataTypeGetResponse, type DataTypePutParameters, type DataVariableDefinition, type DataWithProperties, type DateParamConfig, type DateParamValue, type DatetimeParamConfig, type DeleteContentTypeOptions, type DeleteEntryOptions, type DismissPlaceholderMessage, type DynamicInputIssue, EDGE_CACHE_DISABLED, EDGE_DEFAULT_CACHE_TTL, EDGE_MAX_CACHE_TTL, EDGE_MIN_CACHE_TTL, EMPTY_COMPOSITION, type EdgehancersDiagnostics, type EdgehancersWholeResponseCacheDiagnostics, type EditorStateUpdatedMessage, EnhancerBuilder, type EnhancerContext, type EnhancerError, EntityReleasesClient, type EntityReleasesGetParameters, type EntityReleasesGetResponse, type EntriesGetParameters, type EntriesGetResponse, type EntriesHistoryGetParameters, type EntriesHistoryGetResponse, type EntriesResolvedListResponse, type Entry, type EntryData, type EntryFilters, type EntryList, type EvaluateCriteriaGroupOptions, type EvaluateNodeTreeVisibilityOptions, type EvaluateNodeVisibilityParameterOptions, type EvaluatePropertyCriteriaOptions, type EvaluateWalkTreePropertyCriteriaOptions, type Filters, type FindInNodeTreeReference, type FlattenProperty, type FlattenValues, type FlattenValuesOptions, type GetContentTypesOptions, type GetContentTypesResponse, type GetEffectivePropertyValueOptions, type GetEntriesOptions, type GetEntriesResponse, type GetParameterAttributesProps, IN_CONTEXT_EDITOR_COMPONENT_END_ROLE, IN_CONTEXT_EDITOR_COMPONENT_START_ROLE, IN_CONTEXT_EDITOR_CONFIG_CHECK_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID, IN_CONTEXT_EDITOR_FORCED_SETTINGS_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_PLAYGROUND_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_QUERY_STRING_PARAM, IS_RENDERED_BY_UNIFORM_ATTRIBUTE, type InvalidationPayload, LOCALE_DYNAMIC_INPUT_NAME, type LimitPolicy, type LinkParamConfiguration, type LinkParamValue, type LinkParameterType, type LinkTypeConfiguration, type Locale, LocaleClient, type LocaleDeleteParameters, type LocalePutParameters, type LocalesGetParameters, type LocalesGetResponse, type LocalizeOptions, type MaxDepthExceededIssue, type MessageHandler, type MoveComponentMessage, type MultiSelectParamConfiguration, type MultiSelectParamValue, type NodeLocationReference, type NonProjectMapLinkParamValue, type NumberParamConfig, type NumberParamValue, type OpenParameterEditorMessage, type OverrideOptions, PLACEHOLDER_ID, type ParamTypeConfigConventions, type PatternIssue, PreviewClient, type PreviewPanelSettings, type PreviewUrl, type PreviewUrlDeleteParameters, type PreviewUrlDeleteResponse, type PreviewUrlPutParameters, type PreviewUrlPutResponse, type PreviewUrlsGetParameters, type PreviewUrlsGetResponse, type PreviewViewport, type PreviewViewportDeleteParameters, type PreviewViewportDeleteResponse, type PreviewViewportPutParameters, type PreviewViewportPutResponse, type PreviewViewportsGetParameters, type PreviewViewportsGetResponse, type Project, ProjectClient, type ProjectDeleteParameters, type ProjectGetParameters, type ProjectGetResponse, type ProjectMapLinkParamValue, type ProjectPutParameters, type ProjectPutResponse, type Prompt, PromptClient, type PromptsDeleteParameters, type PromptsGetParameters, type PromptsGetResponse, type PromptsPutParameters, type PropertyCriteriaMatch, type PropertyValue, type PutContentTypeBody, type PutEntryBody, type ReadyMessage, RelationshipClient, type RelationshipResultInstance, type Release, ReleaseClient, type ReleaseContent, ReleaseContentsClient, type ReleaseContentsDeleteBody, type ReleaseContentsGetParameters, type ReleaseContentsGetResponse, type ReleaseDeleteParameters, type ReleasePatchParameters, type ReleasePutParameters, type ReleaseState, type ReleasesGetParameters, type ReleasesGetResponse, type ReportRenderedCompositionsMessage, type RequestComponentSuggestionMessage, type RequestPageHtmlMessage, type ResolvedRouteGetResponse, type RichTextBuiltInElement, type RichTextBuiltInFormat, type RichTextParamConfiguration, type RichTextParamValue, type RootComponentInstance, type RootEntryReference, type RootLocationReference, RouteClient, type RouteDynamicInputs, type RouteGetParameters, type RouteGetResponse, type RouteGetResponseComposition, type RouteGetResponseEdgehancedComposition, type RouteGetResponseEdgehancedNotFound, type RouteGetResponseNotFound, type RouteGetResponseRedirect, SECRET_QUERY_STRING_PARAM, type SelectComponentMessage, type SelectParamConfiguration, type SelectParamOption, type SelectParamValue, type SelectParameterMessage, type SendPageHtmlMessage, type SpecificProjectMap, type StringOperators, type SuggestComponentMessage, type TextParamConfig, type TextParamValue, type TreeNodeInfoTypes, type TriggerComponentActionMessage, type TriggerCompositionActionMessage, UncachedCanvasClient, UncachedCategoryClient, UncachedContentClient, UniqueBatchEntries, type UpdateComponentParameterMessage, type UpdateComponentReferencesMessage, type UpdateCompositionInternalMessage, type UpdateCompositionMessage, type UpdateCompositionOptions, type UpdateContextualEditingStateInternalMessage, type UpdateFeatureFlagsMessage, type UpdatePreviewSettingsMessage, type UpsertEntryOptions, type VisibilityCriteria, type VisibilityCriteriaEvaluationResult, type VisibilityCriteriaGroup, type VisibilityParameterValue, type VisibilityRule, type VisibilityRules, type WalkNodeTreeActions, type WalkNodeTreeOptions, type WebhookDefinition, WorkflowClient, type WorkflowDefinition, type WorkflowStage, type WorkflowStagePermission, type WorkflowStageTransition, type WorkflowStageTransitionPermission, type WorkflowsDeleteParameters, type WorkflowsGetParameters, type WorkflowsGetResponse, type WorkflowsPutParameters, bindExpressionEscapeChars, bindExpressionPrefix, bindVariables, bindVariablesToObject, compose, convertEntryToPutEntry, convertToBindExpression, createBatchEnhancer, createCanvasChannel, createDynamicInputVisibilityRule, createDynamicTokenVisibilityRule, createLimitPolicy, createLocaleVisibilityRule, createQuirksVisibilityRule, createUniformApiEnhancer, createVariableReference, enhance, escapeBindExpressionDefaultValue, evaluateNodeVisibilityParameter, evaluatePropertyCriteria, evaluateVisibilityCriteriaGroup, evaluateWalkTreeNodeVisibility, evaluateWalkTreePropertyCriteria, extractLocales, findParameterInNodeTree, flattenValues, generateComponentPlaceholderId, generateHash, getBlockValue, getComponentJsonPointer, getComponentPath, getDataSourceVariantFromRouteGetParams, getEffectivePropertyValue, getLocalizedPropertyValues, getNounForLocation, getNounForNode, getParameterAttributes, getPropertiesValue, hasReferencedVariables, isAddComponentMessage, isAllowedReferrer, isAssetParamValue, isAssetParamValueItem, isComponentActionMessage, isComponentPlaceholderId, isContextStorageUpdatedMessage, isDismissPlaceholderMessage, isEntryData, isLinkParamValue, isMovingComponentMessage, isNestedNodeType, isOpenParameterEditorMessage, isReadyMessage, isReportRenderedCompositionsMessage, isRequestComponentSuggestionMessage, isRootEntryReference, isSelectComponentMessage, isSelectParameterMessage, isSuggestComponentMessage, isSystemComponentDefinition, isTriggerCompositionActionMessage, isUpdateComponentParameterMessage, isUpdateComponentReferencesMessage, isUpdateCompositionInternalMessage, isUpdateCompositionMessage, isUpdateContextualEditingStateInternalMessage, isUpdateFeatureFlagsMessage, isUpdatePreviewSettingsMessage, localize, mapSlotToPersonalizedVariations, mapSlotToTestVariations, nullLimitPolicy, parseComponentPlaceholderId, parseVariableExpression, version, walkNodeTree, walkPropertyValues };
|
package/dist/index.esm.js
CHANGED
@@ -3417,7 +3417,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3417
3417
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3418
3418
|
|
3419
3419
|
// src/.version.ts
|
3420
|
-
var version = "20.
|
3420
|
+
var version = "20.32.2";
|
3421
3421
|
|
3422
3422
|
// src/WorkflowClient.ts
|
3423
3423
|
import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
@@ -3583,7 +3583,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3583
3583
|
var import_api17 = require("@uniformdev/context/api");
|
3584
3584
|
|
3585
3585
|
// src/.version.ts
|
3586
|
-
var version = "20.
|
3586
|
+
var version = "20.32.2";
|
3587
3587
|
|
3588
3588
|
// src/WorkflowClient.ts
|
3589
3589
|
var import_api16 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
@@ -3417,7 +3417,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3417
3417
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3418
3418
|
|
3419
3419
|
// src/.version.ts
|
3420
|
-
var version = "20.
|
3420
|
+
var version = "20.32.2";
|
3421
3421
|
|
3422
3422
|
// src/WorkflowClient.ts
|
3423
3423
|
import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "20.
|
3
|
+
"version": "20.32.1-alpha.18+58286c82c2",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -41,9 +41,9 @@
|
|
41
41
|
"svix": "1.71.0"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@uniformdev/assets": "20.
|
45
|
-
"@uniformdev/context": "20.
|
46
|
-
"@uniformdev/richtext": "20.
|
44
|
+
"@uniformdev/assets": "20.32.1-alpha.18+58286c82c2",
|
45
|
+
"@uniformdev/context": "20.32.1-alpha.18+58286c82c2",
|
46
|
+
"@uniformdev/richtext": "20.32.1-alpha.18+58286c82c2",
|
47
47
|
"immer": "10.1.1"
|
48
48
|
},
|
49
49
|
"files": [
|
@@ -52,5 +52,5 @@
|
|
52
52
|
"publishConfig": {
|
53
53
|
"access": "public"
|
54
54
|
},
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "58286c82c219b3a24f0265b6422fe1e5f96e337a"
|
56
56
|
}
|