@uniformdev/canvas 20.32.0 → 20.32.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -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.
@@ -13340,7 +13254,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13340
13254
  */
13341
13255
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13342
13256
 
13343
- declare const version = "20.32.0";
13257
+ declare const version = "20.32.1";
13344
13258
 
13345
13259
  /** API client to enable managing workflow definitions */
13346
13260
  declare class WorkflowClient extends ApiClient {
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.
@@ -13340,7 +13254,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13340
13254
  */
13341
13255
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13342
13256
 
13343
- declare const version = "20.32.0";
13257
+ declare const version = "20.32.1";
13344
13258
 
13345
13259
  /** API client to enable managing workflow definitions */
13346
13260
  declare class WorkflowClient extends ApiClient {
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.32.0";
3420
+ var version = "20.32.1";
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.32.0";
3586
+ var version = "20.32.1";
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.32.0";
3420
+ var version = "20.32.1";
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.32.0",
3
+ "version": "20.32.1",
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.32.0",
45
- "@uniformdev/context": "20.32.0",
46
- "@uniformdev/richtext": "20.32.0",
44
+ "@uniformdev/assets": "20.32.1",
45
+ "@uniformdev/context": "20.32.1",
46
+ "@uniformdev/richtext": "20.32.1",
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": "5e94bba0b8d4295cdb77a7f72196849412da96c6"
55
+ "gitHead": "e522707fb08db30f38b9511ac5a59ac1873c05be"
56
56
  }