@uniformdev/mesh-sdk 19.161.2-alpha.1 → 19.164.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
@@ -30,7 +30,7 @@ interface paths$1 {
30
30
  logoIconUrl?: string;
31
31
  badgeIconUrl?: string;
32
32
  /** @enum {string} */
33
- category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "ai" | "unknown";
33
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "translation" | "uniform" | "ai" | "unknown";
34
34
  public?: boolean;
35
35
  scopes?: string[];
36
36
  baseLocationUrl?: string;
@@ -199,7 +199,7 @@ interface paths$1 {
199
199
  logoIconUrl?: string;
200
200
  badgeIconUrl?: string;
201
201
  /** @enum {string} */
202
- category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "ai" | "unknown";
202
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "translation" | "uniform" | "ai" | "unknown";
203
203
  public?: boolean;
204
204
  scopes?: string[];
205
205
  baseLocationUrl?: string;
@@ -368,7 +368,7 @@ interface paths$1 {
368
368
  logoIconUrl?: string;
369
369
  badgeIconUrl?: string;
370
370
  /** @enum {string} */
371
- category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "ai" | "unknown";
371
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "translation" | "uniform" | "ai" | "unknown";
372
372
  scopes?: string[];
373
373
  baseLocationUrl?: string;
374
374
  locations: {
@@ -784,7 +784,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
784
784
  displayName: string;
785
785
  logoIconUrl?: string | undefined;
786
786
  badgeIconUrl?: string | undefined;
787
- category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "ai" | "unknown" | undefined;
787
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "translation" | "uniform" | "ai" | "unknown" | undefined;
788
788
  public?: boolean | undefined;
789
789
  scopes?: string[] | undefined;
790
790
  baseLocationUrl?: string | undefined;
@@ -963,13 +963,6 @@ type AssetParameterLocationMetadata<TIntegrationConfiguration = unknown> = Commo
963
963
  * Default: 1
964
964
  */
965
965
  maxAssets?: number;
966
- /**
967
- * The target locale being edited.
968
- * If the parameter is not defined as localizable, then this is always undefined.
969
- * If the parameter is localizable, then this is the current editor language.
970
- * Note that setValue() always sets the target language automatically.
971
- */
972
- targetLocale: string | undefined;
973
966
  }, TIntegrationConfiguration>;
974
967
  type AssetLibraryLocation = MeshLocationCore<unknown, AssetLibraryLocationMetadata, unknown, 'assetLibrary'> & GetDataResourceLocation;
975
968
  type AssetParameterLocation = MeshLocationCore<AssetParamValue, AssetParameterLocationMetadata, AssetParamValue, 'assetParameter'> & GetDataResourceLocation;
package/dist/index.d.ts CHANGED
@@ -30,7 +30,7 @@ interface paths$1 {
30
30
  logoIconUrl?: string;
31
31
  badgeIconUrl?: string;
32
32
  /** @enum {string} */
33
- category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "ai" | "unknown";
33
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "translation" | "uniform" | "ai" | "unknown";
34
34
  public?: boolean;
35
35
  scopes?: string[];
36
36
  baseLocationUrl?: string;
@@ -199,7 +199,7 @@ interface paths$1 {
199
199
  logoIconUrl?: string;
200
200
  badgeIconUrl?: string;
201
201
  /** @enum {string} */
202
- category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "ai" | "unknown";
202
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "translation" | "uniform" | "ai" | "unknown";
203
203
  public?: boolean;
204
204
  scopes?: string[];
205
205
  baseLocationUrl?: string;
@@ -368,7 +368,7 @@ interface paths$1 {
368
368
  logoIconUrl?: string;
369
369
  badgeIconUrl?: string;
370
370
  /** @enum {string} */
371
- category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "ai" | "unknown";
371
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "translation" | "uniform" | "ai" | "unknown";
372
372
  scopes?: string[];
373
373
  baseLocationUrl?: string;
374
374
  locations: {
@@ -784,7 +784,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
784
784
  displayName: string;
785
785
  logoIconUrl?: string | undefined;
786
786
  badgeIconUrl?: string | undefined;
787
- category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "ai" | "unknown" | undefined;
787
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "translation" | "uniform" | "ai" | "unknown" | undefined;
788
788
  public?: boolean | undefined;
789
789
  scopes?: string[] | undefined;
790
790
  baseLocationUrl?: string | undefined;
@@ -963,13 +963,6 @@ type AssetParameterLocationMetadata<TIntegrationConfiguration = unknown> = Commo
963
963
  * Default: 1
964
964
  */
965
965
  maxAssets?: number;
966
- /**
967
- * The target locale being edited.
968
- * If the parameter is not defined as localizable, then this is always undefined.
969
- * If the parameter is localizable, then this is the current editor language.
970
- * Note that setValue() always sets the target language automatically.
971
- */
972
- targetLocale: string | undefined;
973
966
  }, TIntegrationConfiguration>;
974
967
  type AssetLibraryLocation = MeshLocationCore<unknown, AssetLibraryLocationMetadata, unknown, 'assetLibrary'> & GetDataResourceLocation;
975
968
  type AssetParameterLocation = MeshLocationCore<AssetParamValue, AssetParameterLocationMetadata, AssetParamValue, 'assetParameter'> & GetDataResourceLocation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.161.2-alpha.1+d59167950a",
3
+ "version": "19.164.0",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,14 +33,14 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "19.161.2-alpha.1+d59167950a",
37
- "@uniformdev/context": "19.161.2-alpha.1+d59167950a",
38
- "@uniformdev/project-map": "19.161.2-alpha.1+d59167950a",
36
+ "@uniformdev/canvas": "19.164.0",
37
+ "@uniformdev/context": "19.164.0",
38
+ "@uniformdev/project-map": "19.164.0",
39
39
  "imagesloaded": "^5.0.0",
40
40
  "mitt": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/imagesloaded": "^4.1.2"
44
44
  },
45
- "gitHead": "d59167950aa13607d01052f435e2e6b440e8cee6"
45
+ "gitHead": "016e3b85373592ca9beb19593aa120247b638c06"
46
46
  }