@uniformdev/mesh-sdk 18.35.1-alpha.12 → 18.35.1-alpha.27

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -29,7 +29,7 @@ interface paths$1 {
29
29
  logoIconUrl?: string;
30
30
  badgeIconUrl?: string;
31
31
  /** @enum {string} */
32
- category?: "analytics" | "cdn" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "unknown";
32
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "unknown";
33
33
  public?: boolean;
34
34
  baseLocationUrl?: string;
35
35
  locations: {
@@ -117,7 +117,7 @@ interface paths$1 {
117
117
  logoIconUrl?: string;
118
118
  badgeIconUrl?: string;
119
119
  /** @enum {string} */
120
- category?: "analytics" | "cdn" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "unknown";
120
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "unknown";
121
121
  public?: boolean;
122
122
  baseLocationUrl?: string;
123
123
  locations: {
@@ -205,7 +205,7 @@ interface paths$1 {
205
205
  logoIconUrl?: string;
206
206
  badgeIconUrl?: string;
207
207
  /** @enum {string} */
208
- category?: "analytics" | "cdn" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "unknown";
208
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "unknown";
209
209
  baseLocationUrl?: string;
210
210
  locations: {
211
211
  install?: {
@@ -540,7 +540,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
540
540
  displayName: string;
541
541
  logoIconUrl?: string | undefined;
542
542
  badgeIconUrl?: string | undefined;
543
- category?: "analytics" | "cdn" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "unknown" | undefined;
543
+ category?: "analytics" | "cdn" | "classic" | "commerce" | "content" | "comingSoon" | "data" | "deprecated" | "email" | "framework" | "search" | "starters" | "uniform" | "unknown" | undefined;
544
544
  public?: boolean | undefined;
545
545
  baseLocationUrl?: string | undefined;
546
546
  locations: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "18.35.1-alpha.12+d5e86f567",
3
+ "version": "18.35.1-alpha.27+183715405",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -32,9 +32,9 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@uniformdev/canvas": "18.35.1-alpha.12+d5e86f567",
36
- "@uniformdev/context": "18.35.1-alpha.12+d5e86f567",
35
+ "@uniformdev/canvas": "18.35.1-alpha.27+183715405",
36
+ "@uniformdev/context": "18.35.1-alpha.27+183715405",
37
37
  "mitt": "^3.0.0"
38
38
  },
39
- "gitHead": "d5e86f5673575aecfcf517e684922871315f279b"
39
+ "gitHead": "18371540510874773bba7b3e0fbb0c6427cb8e07"
40
40
  }