@uniformdev/canvas 19.146.1-alpha.3 → 19.147.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
- * Search on textual fields of an entry.
4758
+ * @deprecated 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,6 +5141,7 @@ interface components$6 {
5141
5141
  */
5142
5142
  releaseId: string;
5143
5143
  /**
5144
+ * @deprecated
5144
5145
  * @description Search on textual fields of an entry.
5145
5146
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
5146
5147
  * Example: ?search=hello
@@ -12238,7 +12239,7 @@ interface paths$6 {
12238
12239
  */
12239
12240
  releaseId?: components$4["parameters"]["releaseId"];
12240
12241
  /**
12241
- * Search on textual fields of a composition.
12242
+ * @deprecated Search on textual fields of a composition.
12242
12243
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
12243
12244
  * Example: ?search=hello
12244
12245
  */
@@ -12601,6 +12602,7 @@ interface components$4 {
12601
12602
  */
12602
12603
  releaseId: string;
12603
12604
  /**
12605
+ * @deprecated
12604
12606
  * @description Search on textual fields of a composition.
12605
12607
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
12606
12608
  * Example: ?search=hello
@@ -15861,7 +15863,7 @@ interface external$5 {
15861
15863
  */
15862
15864
  releaseId?: external$5["../../../lambda/functions/v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
15863
15865
  /**
15864
- * Search on textual fields of a composition.
15866
+ * @deprecated Search on textual fields of a composition.
15865
15867
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
15866
15868
  * Example: ?search=hello
15867
15869
  */
@@ -16224,6 +16226,7 @@ interface external$5 {
16224
16226
  */
16225
16227
  releaseId: string;
16226
16228
  /**
16229
+ * @deprecated
16227
16230
  * @description Search on textual fields of a composition.
16228
16231
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16229
16232
  * Example: ?search=hello
@@ -16332,7 +16335,7 @@ interface external$5 {
16332
16335
  */
16333
16336
  releaseId?: external$5["../../../lambda/functions/v1-entries.swagger.yml"]["components"]["parameters"]["releaseId"];
16334
16337
  /**
16335
- * Search on textual fields of an entry.
16338
+ * @deprecated Search on textual fields of an entry.
16336
16339
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16337
16340
  * Example: ?search=hello
16338
16341
  */
@@ -16718,6 +16721,7 @@ interface external$5 {
16718
16721
  */
16719
16722
  releaseId: string;
16720
16723
  /**
16724
+ * @deprecated
16721
16725
  * @description Search on textual fields of an entry.
16722
16726
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16723
16727
  * Example: ?search=hello
@@ -18559,7 +18563,7 @@ interface external$4 {
18559
18563
  */
18560
18564
  releaseId?: external$4["v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
18561
18565
  /**
18562
- * Search on textual fields of a composition.
18566
+ * @deprecated Search on textual fields of a composition.
18563
18567
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
18564
18568
  * Example: ?search=hello
18565
18569
  */
@@ -18922,6 +18926,7 @@ interface external$4 {
18922
18926
  */
18923
18927
  releaseId: string;
18924
18928
  /**
18929
+ * @deprecated
18925
18930
  * @description Search on textual fields of a composition.
18926
18931
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
18927
18932
  * Example: ?search=hello
@@ -19790,6 +19795,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19790
19795
  constructor(options: CanvasClientOptions);
19791
19796
  /** Fetches lists of Canvas compositions, optionally by type */
19792
19797
  getCompositionList(params?: Omit<CompositionGetParameters, 'projectId' | 'componentId' | 'compositionId' | 'slug'> & {
19798
+ /** @deprecated do not use */
19793
19799
  filters?: CompositionFilters;
19794
19800
  } & ({
19795
19801
  resolveData: true;
@@ -19849,7 +19855,6 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19849
19855
  helpText?: string | undefined;
19850
19856
  type: string;
19851
19857
  localizable?: boolean | undefined;
19852
- /** Fetches one composition by its project map node path */
19853
19858
  typeConfig?: unknown;
19854
19859
  }[] | undefined;
19855
19860
  categoryId?: string | null | undefined;
@@ -21764,6 +21769,7 @@ declare class ContentClient extends ApiClient<ContentClientOptions> {
21764
21769
  constructor(options: ContentClientOptions);
21765
21770
  getContentTypes(options?: ExceptProject<GetContentTypesOptions>): Promise<GetContentTypesResponse>;
21766
21771
  getEntries(options: ExceptProject<GetEntriesOptions> & DataResolutionParameters & DataResolutionOption & {
21772
+ /** @deprecated do not use */
21767
21773
  filters?: Filters;
21768
21774
  }): Promise<GetEntriesResponse>;
21769
21775
  /** 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
- * Search on textual fields of an entry.
4758
+ * @deprecated 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,6 +5141,7 @@ interface components$6 {
5141
5141
  */
5142
5142
  releaseId: string;
5143
5143
  /**
5144
+ * @deprecated
5144
5145
  * @description Search on textual fields of an entry.
5145
5146
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
5146
5147
  * Example: ?search=hello
@@ -12238,7 +12239,7 @@ interface paths$6 {
12238
12239
  */
12239
12240
  releaseId?: components$4["parameters"]["releaseId"];
12240
12241
  /**
12241
- * Search on textual fields of a composition.
12242
+ * @deprecated Search on textual fields of a composition.
12242
12243
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
12243
12244
  * Example: ?search=hello
12244
12245
  */
@@ -12601,6 +12602,7 @@ interface components$4 {
12601
12602
  */
12602
12603
  releaseId: string;
12603
12604
  /**
12605
+ * @deprecated
12604
12606
  * @description Search on textual fields of a composition.
12605
12607
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
12606
12608
  * Example: ?search=hello
@@ -15861,7 +15863,7 @@ interface external$5 {
15861
15863
  */
15862
15864
  releaseId?: external$5["../../../lambda/functions/v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
15863
15865
  /**
15864
- * Search on textual fields of a composition.
15866
+ * @deprecated Search on textual fields of a composition.
15865
15867
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
15866
15868
  * Example: ?search=hello
15867
15869
  */
@@ -16224,6 +16226,7 @@ interface external$5 {
16224
16226
  */
16225
16227
  releaseId: string;
16226
16228
  /**
16229
+ * @deprecated
16227
16230
  * @description Search on textual fields of a composition.
16228
16231
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16229
16232
  * Example: ?search=hello
@@ -16332,7 +16335,7 @@ interface external$5 {
16332
16335
  */
16333
16336
  releaseId?: external$5["../../../lambda/functions/v1-entries.swagger.yml"]["components"]["parameters"]["releaseId"];
16334
16337
  /**
16335
- * Search on textual fields of an entry.
16338
+ * @deprecated Search on textual fields of an entry.
16336
16339
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16337
16340
  * Example: ?search=hello
16338
16341
  */
@@ -16718,6 +16721,7 @@ interface external$5 {
16718
16721
  */
16719
16722
  releaseId: string;
16720
16723
  /**
16724
+ * @deprecated
16721
16725
  * @description Search on textual fields of an entry.
16722
16726
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
16723
16727
  * Example: ?search=hello
@@ -18559,7 +18563,7 @@ interface external$4 {
18559
18563
  */
18560
18564
  releaseId?: external$4["v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
18561
18565
  /**
18562
- * Search on textual fields of a composition.
18566
+ * @deprecated Search on textual fields of a composition.
18563
18567
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
18564
18568
  * Example: ?search=hello
18565
18569
  */
@@ -18922,6 +18926,7 @@ interface external$4 {
18922
18926
  */
18923
18927
  releaseId: string;
18924
18928
  /**
18929
+ * @deprecated
18925
18930
  * @description Search on textual fields of a composition.
18926
18931
  * Note: for long text fields the tail of the text is not guaranteed to be searchable.
18927
18932
  * Example: ?search=hello
@@ -19790,6 +19795,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19790
19795
  constructor(options: CanvasClientOptions);
19791
19796
  /** Fetches lists of Canvas compositions, optionally by type */
19792
19797
  getCompositionList(params?: Omit<CompositionGetParameters, 'projectId' | 'componentId' | 'compositionId' | 'slug'> & {
19798
+ /** @deprecated do not use */
19793
19799
  filters?: CompositionFilters;
19794
19800
  } & ({
19795
19801
  resolveData: true;
@@ -19849,7 +19855,6 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19849
19855
  helpText?: string | undefined;
19850
19856
  type: string;
19851
19857
  localizable?: boolean | undefined;
19852
- /** Fetches one composition by its project map node path */
19853
19858
  typeConfig?: unknown;
19854
19859
  }[] | undefined;
19855
19860
  categoryId?: string | null | undefined;
@@ -21764,6 +21769,7 @@ declare class ContentClient extends ApiClient<ContentClientOptions> {
21764
21769
  constructor(options: ContentClientOptions);
21765
21770
  getContentTypes(options?: ExceptProject<GetContentTypesOptions>): Promise<GetContentTypesResponse>;
21766
21771
  getEntries(options: ExceptProject<GetEntriesOptions> & DataResolutionParameters & DataResolutionOption & {
21772
+ /** @deprecated do not use */
21767
21773
  filters?: Filters;
21768
21774
  }): Promise<GetEntriesResponse>;
21769
21775
  /** Fetches historical versions of an entry */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.146.1-alpha.3+62962ddf19",
3
+ "version": "19.147.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.146.1-alpha.3+62962ddf19",
42
- "@uniformdev/context": "19.146.1-alpha.3+62962ddf19",
41
+ "@uniformdev/assets": "19.147.0",
42
+ "@uniformdev/context": "19.147.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": "62962ddf191560b0b15f627e93cf67ebbd4a11af"
51
+ "gitHead": "bdc172cb3eea065221b90993b142e6b34c4b93b1"
52
52
  }