@uniformdev/mesh-sdk 19.151.1-alpha.16 → 19.151.2-alpha.16
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 +7 -5
- package/dist/index.d.ts +7 -5
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -68,7 +68,7 @@ interface paths$1 {
|
|
|
68
68
|
/** @enum {string} */
|
|
69
69
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
70
70
|
}[];
|
|
71
|
-
|
|
71
|
+
editorTools?: {
|
|
72
72
|
url: string;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
@@ -223,7 +223,7 @@ interface paths$1 {
|
|
|
223
223
|
/** @enum {string} */
|
|
224
224
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
225
225
|
}[];
|
|
226
|
-
|
|
226
|
+
editorTools?: {
|
|
227
227
|
url: string;
|
|
228
228
|
};
|
|
229
229
|
};
|
|
@@ -331,7 +331,7 @@ interface paths$1 {
|
|
|
331
331
|
"application/json": {
|
|
332
332
|
/**
|
|
333
333
|
* Format: uuid
|
|
334
|
-
* @description The team ID
|
|
334
|
+
* @description The team ID.
|
|
335
335
|
*/
|
|
336
336
|
teamId: string;
|
|
337
337
|
data: {
|
|
@@ -377,7 +377,7 @@ interface paths$1 {
|
|
|
377
377
|
/** @enum {string} */
|
|
378
378
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
379
379
|
}[];
|
|
380
|
-
|
|
380
|
+
editorTools?: {
|
|
381
381
|
url: string;
|
|
382
382
|
};
|
|
383
383
|
};
|
|
@@ -779,7 +779,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
779
779
|
renderableInPropertyPanel?: boolean | undefined;
|
|
780
780
|
localizable?: "default-yes" | "default-no" | "yes" | "no" | undefined;
|
|
781
781
|
}[];
|
|
782
|
-
|
|
782
|
+
editorTools?: {
|
|
783
783
|
url: string;
|
|
784
784
|
} | undefined;
|
|
785
785
|
} | undefined;
|
|
@@ -1217,6 +1217,8 @@ type CommonMetadata<ExtendedMetadata = unknown, TIntegrationConfiguration = unkn
|
|
|
1217
1217
|
user: UniformUser;
|
|
1218
1218
|
/** Current Uniform Project ID */
|
|
1219
1219
|
projectId: string;
|
|
1220
|
+
/** Current Uniform Dashboard URL origin. Can be useful to build links to the Uniform app */
|
|
1221
|
+
dashboardOrigin: string;
|
|
1220
1222
|
/** Settings defined at the integration level (arbitrary type used on settings location) */
|
|
1221
1223
|
settings: TIntegrationConfiguration;
|
|
1222
1224
|
} & ExtendedMetadata;
|
package/dist/index.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ interface paths$1 {
|
|
|
68
68
|
/** @enum {string} */
|
|
69
69
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
70
70
|
}[];
|
|
71
|
-
|
|
71
|
+
editorTools?: {
|
|
72
72
|
url: string;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
@@ -223,7 +223,7 @@ interface paths$1 {
|
|
|
223
223
|
/** @enum {string} */
|
|
224
224
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
225
225
|
}[];
|
|
226
|
-
|
|
226
|
+
editorTools?: {
|
|
227
227
|
url: string;
|
|
228
228
|
};
|
|
229
229
|
};
|
|
@@ -331,7 +331,7 @@ interface paths$1 {
|
|
|
331
331
|
"application/json": {
|
|
332
332
|
/**
|
|
333
333
|
* Format: uuid
|
|
334
|
-
* @description The team ID
|
|
334
|
+
* @description The team ID.
|
|
335
335
|
*/
|
|
336
336
|
teamId: string;
|
|
337
337
|
data: {
|
|
@@ -377,7 +377,7 @@ interface paths$1 {
|
|
|
377
377
|
/** @enum {string} */
|
|
378
378
|
localizable?: "default-yes" | "default-no" | "yes" | "no";
|
|
379
379
|
}[];
|
|
380
|
-
|
|
380
|
+
editorTools?: {
|
|
381
381
|
url: string;
|
|
382
382
|
};
|
|
383
383
|
};
|
|
@@ -779,7 +779,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
779
779
|
renderableInPropertyPanel?: boolean | undefined;
|
|
780
780
|
localizable?: "default-yes" | "default-no" | "yes" | "no" | undefined;
|
|
781
781
|
}[];
|
|
782
|
-
|
|
782
|
+
editorTools?: {
|
|
783
783
|
url: string;
|
|
784
784
|
} | undefined;
|
|
785
785
|
} | undefined;
|
|
@@ -1217,6 +1217,8 @@ type CommonMetadata<ExtendedMetadata = unknown, TIntegrationConfiguration = unkn
|
|
|
1217
1217
|
user: UniformUser;
|
|
1218
1218
|
/** Current Uniform Project ID */
|
|
1219
1219
|
projectId: string;
|
|
1220
|
+
/** Current Uniform Dashboard URL origin. Can be useful to build links to the Uniform app */
|
|
1221
|
+
dashboardOrigin: string;
|
|
1220
1222
|
/** Settings defined at the integration level (arbitrary type used on settings location) */
|
|
1221
1223
|
settings: TIntegrationConfiguration;
|
|
1222
1224
|
} & ExtendedMetadata;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "19.151.
|
|
3
|
+
"version": "19.151.2-alpha.16+eb158bfedd",
|
|
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.151.
|
|
37
|
-
"@uniformdev/context": "19.151.
|
|
38
|
-
"@uniformdev/project-map": "19.151.
|
|
36
|
+
"@uniformdev/canvas": "19.151.2-alpha.16+eb158bfedd",
|
|
37
|
+
"@uniformdev/context": "19.151.2-alpha.16+eb158bfedd",
|
|
38
|
+
"@uniformdev/project-map": "19.151.2-alpha.16+eb158bfedd",
|
|
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": "
|
|
45
|
+
"gitHead": "eb158bfeddbe40a7d4aa98b489345e76aaf2930b"
|
|
46
46
|
}
|