@uniformdev/canvas 19.147.1-alpha.3 → 19.149.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -4755,7 +4755,7 @@ interface paths$d {
4755
4755
  */
4756
4756
  releaseId?: components$6["parameters"]["releaseId"];
4757
4757
  /**
4758
- * @deprecated Search on textual fields of an entry.
4758
+ * Search on textual fields of an entry.
4759
4759
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
4760
4760
  * Example: ?search=hello
4761
4761
  */
@@ -5141,7 +5141,6 @@ interface components$6 {
5141
5141
  */
5142
5142
  releaseId: string;
5143
5143
  /**
5144
- * @deprecated
5145
5144
  * @description Search on textual fields of an entry.
5146
5145
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
5147
5146
  * Example: ?search=hello
@@ -12239,7 +12238,7 @@ interface paths$6 {
12239
12238
  */
12240
12239
  releaseId?: components$4["parameters"]["releaseId"];
12241
12240
  /**
12242
- * @deprecated Search on textual fields of a composition.
12241
+ * Search on textual fields of a composition.
12243
12242
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
12244
12243
  * Example: ?search=hello
12245
12244
  */
@@ -12602,7 +12601,6 @@ interface components$4 {
12602
12601
  */
12603
12602
  releaseId: string;
12604
12603
  /**
12605
- * @deprecated
12606
12604
  * @description Search on textual fields of a composition.
12607
12605
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
12608
12606
  * Example: ?search=hello
@@ -15863,7 +15861,7 @@ interface external$5 {
15863
15861
  */
15864
15862
  releaseId?: external$5["../../../lambda/functions/v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
15865
15863
  /**
15866
- * @deprecated Search on textual fields of a composition.
15864
+ * Search on textual fields of a composition.
15867
15865
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
15868
15866
  * Example: ?search=hello
15869
15867
  */
@@ -16226,7 +16224,6 @@ interface external$5 {
16226
16224
  */
16227
16225
  releaseId: string;
16228
16226
  /**
16229
- * @deprecated
16230
16227
  * @description Search on textual fields of a composition.
16231
16228
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16232
16229
  * Example: ?search=hello
@@ -16335,7 +16332,7 @@ interface external$5 {
16335
16332
  */
16336
16333
  releaseId?: external$5["../../../lambda/functions/v1-entries.swagger.yml"]["components"]["parameters"]["releaseId"];
16337
16334
  /**
16338
- * @deprecated Search on textual fields of an entry.
16335
+ * Search on textual fields of an entry.
16339
16336
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16340
16337
  * Example: ?search=hello
16341
16338
  */
@@ -16721,7 +16718,6 @@ interface external$5 {
16721
16718
  */
16722
16719
  releaseId: string;
16723
16720
  /**
16724
- * @deprecated
16725
16721
  * @description Search on textual fields of an entry.
16726
16722
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16727
16723
  * Example: ?search=hello
@@ -18563,7 +18559,7 @@ interface external$4 {
18563
18559
  */
18564
18560
  releaseId?: external$4["v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
18565
18561
  /**
18566
- * @deprecated Search on textual fields of a composition.
18562
+ * Search on textual fields of a composition.
18567
18563
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
18568
18564
  * Example: ?search=hello
18569
18565
  */
@@ -18926,7 +18922,6 @@ interface external$4 {
18926
18922
  */
18927
18923
  releaseId: string;
18928
18924
  /**
18929
- * @deprecated
18930
18925
  * @description Search on textual fields of a composition.
18931
18926
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
18932
18927
  * Example: ?search=hello
@@ -19795,7 +19790,6 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19795
19790
  constructor(options: CanvasClientOptions);
19796
19791
  /** Fetches lists of Canvas compositions, optionally by type */
19797
19792
  getCompositionList(params?: Omit<CompositionGetParameters, 'projectId' | 'componentId' | 'compositionId' | 'slug'> & {
19798
- /** @deprecated do not use */
19799
19793
  filters?: CompositionFilters;
19800
19794
  } & ({
19801
19795
  resolveData: true;
@@ -19855,6 +19849,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19855
19849
  helpText?: string | undefined;
19856
19850
  type: string;
19857
19851
  localizable?: boolean | undefined;
19852
+ /** Fetches one composition by its project map node path */
19858
19853
  typeConfig?: unknown;
19859
19854
  }[] | undefined;
19860
19855
  categoryId?: string | null | undefined;
@@ -21769,7 +21764,6 @@ declare class ContentClient extends ApiClient<ContentClientOptions> {
21769
21764
  constructor(options: ContentClientOptions);
21770
21765
  getContentTypes(options?: ExceptProject<GetContentTypesOptions>): Promise<GetContentTypesResponse>;
21771
21766
  getEntries(options: ExceptProject<GetEntriesOptions> & DataResolutionParameters & DataResolutionOption & {
21772
- /** @deprecated do not use */
21773
21767
  filters?: Filters;
21774
21768
  }): Promise<GetEntriesResponse>;
21775
21769
  /** Fetches historical versions of an entry */
package/dist/index.d.ts CHANGED
@@ -4755,7 +4755,7 @@ interface paths$d {
4755
4755
  */
4756
4756
  releaseId?: components$6["parameters"]["releaseId"];
4757
4757
  /**
4758
- * @deprecated Search on textual fields of an entry.
4758
+ * Search on textual fields of an entry.
4759
4759
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
4760
4760
  * Example: ?search=hello
4761
4761
  */
@@ -5141,7 +5141,6 @@ interface components$6 {
5141
5141
  */
5142
5142
  releaseId: string;
5143
5143
  /**
5144
- * @deprecated
5145
5144
  * @description Search on textual fields of an entry.
5146
5145
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
5147
5146
  * Example: ?search=hello
@@ -12239,7 +12238,7 @@ interface paths$6 {
12239
12238
  */
12240
12239
  releaseId?: components$4["parameters"]["releaseId"];
12241
12240
  /**
12242
- * @deprecated Search on textual fields of a composition.
12241
+ * Search on textual fields of a composition.
12243
12242
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
12244
12243
  * Example: ?search=hello
12245
12244
  */
@@ -12602,7 +12601,6 @@ interface components$4 {
12602
12601
  */
12603
12602
  releaseId: string;
12604
12603
  /**
12605
- * @deprecated
12606
12604
  * @description Search on textual fields of a composition.
12607
12605
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
12608
12606
  * Example: ?search=hello
@@ -15863,7 +15861,7 @@ interface external$5 {
15863
15861
  */
15864
15862
  releaseId?: external$5["../../../lambda/functions/v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
15865
15863
  /**
15866
- * @deprecated Search on textual fields of a composition.
15864
+ * Search on textual fields of a composition.
15867
15865
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
15868
15866
  * Example: ?search=hello
15869
15867
  */
@@ -16226,7 +16224,6 @@ interface external$5 {
16226
16224
  */
16227
16225
  releaseId: string;
16228
16226
  /**
16229
- * @deprecated
16230
16227
  * @description Search on textual fields of a composition.
16231
16228
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16232
16229
  * Example: ?search=hello
@@ -16335,7 +16332,7 @@ interface external$5 {
16335
16332
  */
16336
16333
  releaseId?: external$5["../../../lambda/functions/v1-entries.swagger.yml"]["components"]["parameters"]["releaseId"];
16337
16334
  /**
16338
- * @deprecated Search on textual fields of an entry.
16335
+ * Search on textual fields of an entry.
16339
16336
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16340
16337
  * Example: ?search=hello
16341
16338
  */
@@ -16721,7 +16718,6 @@ interface external$5 {
16721
16718
  */
16722
16719
  releaseId: string;
16723
16720
  /**
16724
- * @deprecated
16725
16721
  * @description Search on textual fields of an entry.
16726
16722
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16727
16723
  * Example: ?search=hello
@@ -18563,7 +18559,7 @@ interface external$4 {
18563
18559
  */
18564
18560
  releaseId?: external$4["v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
18565
18561
  /**
18566
- * @deprecated Search on textual fields of a composition.
18562
+ * Search on textual fields of a composition.
18567
18563
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
18568
18564
  * Example: ?search=hello
18569
18565
  */
@@ -18926,7 +18922,6 @@ interface external$4 {
18926
18922
  */
18927
18923
  releaseId: string;
18928
18924
  /**
18929
- * @deprecated
18930
18925
  * @description Search on textual fields of a composition.
18931
18926
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
18932
18927
  * Example: ?search=hello
@@ -19795,7 +19790,6 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19795
19790
  constructor(options: CanvasClientOptions);
19796
19791
  /** Fetches lists of Canvas compositions, optionally by type */
19797
19792
  getCompositionList(params?: Omit<CompositionGetParameters, 'projectId' | 'componentId' | 'compositionId' | 'slug'> & {
19798
- /** @deprecated do not use */
19799
19793
  filters?: CompositionFilters;
19800
19794
  } & ({
19801
19795
  resolveData: true;
@@ -19855,6 +19849,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19855
19849
  helpText?: string | undefined;
19856
19850
  type: string;
19857
19851
  localizable?: boolean | undefined;
19852
+ /** Fetches one composition by its project map node path */
19858
19853
  typeConfig?: unknown;
19859
19854
  }[] | undefined;
19860
19855
  categoryId?: string | null | undefined;
@@ -21769,7 +21764,6 @@ declare class ContentClient extends ApiClient<ContentClientOptions> {
21769
21764
  constructor(options: ContentClientOptions);
21770
21765
  getContentTypes(options?: ExceptProject<GetContentTypesOptions>): Promise<GetContentTypesResponse>;
21771
21766
  getEntries(options: ExceptProject<GetEntriesOptions> & DataResolutionParameters & DataResolutionOption & {
21772
- /** @deprecated do not use */
21773
21767
  filters?: Filters;
21774
21768
  }): Promise<GetEntriesResponse>;
21775
21769
  /** Fetches historical versions of an entry */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.147.1-alpha.3+1af8304702",
3
+ "version": "19.149.0",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,8 +38,8 @@
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "19.147.1-alpha.3+1af8304702",
42
- "@uniformdev/context": "19.147.1-alpha.3+1af8304702",
41
+ "@uniformdev/assets": "19.149.0",
42
+ "@uniformdev/context": "19.149.0",
43
43
  "immer": "10.0.4"
44
44
  },
45
45
  "files": [
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "1af830470251c963f96bad096f543cfd3b612ffe"
51
+ "gitHead": "fb8b8ed8fe0f1872070ef3ece9961f2970f7f17a"
52
52
  }