@uniformdev/mesh-sdk 20.63.0 → 20.63.1-alpha.12
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 +14 -23
- package/dist/index.d.ts +14 -23
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApiClient, ClientOptions, ExceptProject } from '@uniformdev/context/api';
|
|
2
|
-
import { AssetParamValue, DataType, DataSource,
|
|
2
|
+
import { AssetParamValue, DataType, DataSource, DataResourceVariables, DataSourceVariantsKeys, RootComponentInstance, ComponentInstance, ComponentDefinition, ComponentDefinitionParameter, DataVariableDefinition, Locale, EntryData } from '@uniformdev/canvas';
|
|
3
3
|
export { AssetParamValue, AssetParamValueItem } from '@uniformdev/canvas';
|
|
4
4
|
import { ProjectMapNode } from '@uniformdev/project-map';
|
|
5
5
|
import { AssetDefinitionType } from '@uniformdev/assets';
|
|
@@ -17,8 +17,11 @@ interface paths$1 {
|
|
|
17
17
|
get: {
|
|
18
18
|
parameters: {
|
|
19
19
|
query: {
|
|
20
|
+
/** @description The team ID */
|
|
20
21
|
teamId: string;
|
|
22
|
+
/** @description Whether to include Mesh apps that are shared publicly to all teams, or only custom apps registered on this team. */
|
|
21
23
|
includePublic?: boolean | null;
|
|
24
|
+
/** @description Whether to use team-specific integration types or team-agnostic types (for serialization across projects) */
|
|
22
25
|
teamSpecificType?: boolean | null;
|
|
23
26
|
};
|
|
24
27
|
header?: never;
|
|
@@ -210,7 +213,6 @@ interface paths$1 {
|
|
|
210
213
|
generateUrl: string;
|
|
211
214
|
metadataUrl?: string;
|
|
212
215
|
prompts?: {
|
|
213
|
-
/** Format: uuid */
|
|
214
216
|
id: string;
|
|
215
217
|
name: string;
|
|
216
218
|
text: string;
|
|
@@ -269,7 +271,6 @@ interface paths$1 {
|
|
|
269
271
|
}[];
|
|
270
272
|
};
|
|
271
273
|
unstable_prompts?: {
|
|
272
|
-
/** Format: uuid */
|
|
273
274
|
id: string;
|
|
274
275
|
name: string;
|
|
275
276
|
text: string;
|
|
@@ -308,10 +309,7 @@ interface paths$1 {
|
|
|
308
309
|
requestBody: {
|
|
309
310
|
content: {
|
|
310
311
|
"application/json": {
|
|
311
|
-
/**
|
|
312
|
-
* Format: uuid
|
|
313
|
-
* @description The team ID
|
|
314
|
-
*/
|
|
312
|
+
/** @description The team ID */
|
|
315
313
|
teamId: string;
|
|
316
314
|
data: {
|
|
317
315
|
type: string;
|
|
@@ -488,7 +486,6 @@ interface paths$1 {
|
|
|
488
486
|
generateUrl: string;
|
|
489
487
|
metadataUrl?: string;
|
|
490
488
|
prompts?: {
|
|
491
|
-
/** Format: uuid */
|
|
492
489
|
id: string;
|
|
493
490
|
name: string;
|
|
494
491
|
text: string;
|
|
@@ -547,7 +544,6 @@ interface paths$1 {
|
|
|
547
544
|
}[];
|
|
548
545
|
};
|
|
549
546
|
unstable_prompts?: {
|
|
550
|
-
/** Format: uuid */
|
|
551
547
|
id: string;
|
|
552
548
|
name: string;
|
|
553
549
|
text: string;
|
|
@@ -751,7 +747,6 @@ interface paths$1 {
|
|
|
751
747
|
generateUrl: string;
|
|
752
748
|
metadataUrl?: string;
|
|
753
749
|
prompts?: {
|
|
754
|
-
/** Format: uuid */
|
|
755
750
|
id: string;
|
|
756
751
|
name: string;
|
|
757
752
|
text: string;
|
|
@@ -810,7 +805,6 @@ interface paths$1 {
|
|
|
810
805
|
}[];
|
|
811
806
|
};
|
|
812
807
|
unstable_prompts?: {
|
|
813
|
-
/** Format: uuid */
|
|
814
808
|
id: string;
|
|
815
809
|
name: string;
|
|
816
810
|
text: string;
|
|
@@ -849,10 +843,7 @@ interface paths$1 {
|
|
|
849
843
|
requestBody: {
|
|
850
844
|
content: {
|
|
851
845
|
"application/json": {
|
|
852
|
-
/**
|
|
853
|
-
* Format: uuid
|
|
854
|
-
* @description The team ID
|
|
855
|
-
*/
|
|
846
|
+
/** @description The team ID */
|
|
856
847
|
teamId: string;
|
|
857
848
|
/** @description The integration type to remove */
|
|
858
849
|
type: string;
|
|
@@ -973,9 +964,13 @@ interface paths {
|
|
|
973
964
|
get: {
|
|
974
965
|
parameters: {
|
|
975
966
|
query: {
|
|
967
|
+
/** @description The project ID */
|
|
976
968
|
projectId: string;
|
|
969
|
+
/** @description Limit results to a single integration type */
|
|
977
970
|
type?: string;
|
|
971
|
+
/** @description Whether to match the passed type exactly or to treat the type as a prefix */
|
|
978
972
|
exactType?: boolean | null;
|
|
973
|
+
/** @description Whether to use team-specific integration types or team-agnostic types (for serialization across projects) */
|
|
979
974
|
teamSpecificType?: boolean | null;
|
|
980
975
|
};
|
|
981
976
|
header?: never;
|
|
@@ -1018,11 +1013,9 @@ interface paths {
|
|
|
1018
1013
|
requestBody: {
|
|
1019
1014
|
content: {
|
|
1020
1015
|
"application/json": {
|
|
1021
|
-
/**
|
|
1022
|
-
* Format: uuid
|
|
1023
|
-
* @description The project ID
|
|
1024
|
-
*/
|
|
1016
|
+
/** @description The project ID */
|
|
1025
1017
|
projectId: string;
|
|
1018
|
+
/** @description Whether to match the passed type exactly or to treat the type as a prefix */
|
|
1026
1019
|
exactType?: boolean | null;
|
|
1027
1020
|
type: string;
|
|
1028
1021
|
data?: {
|
|
@@ -1058,13 +1051,11 @@ interface paths {
|
|
|
1058
1051
|
requestBody: {
|
|
1059
1052
|
content: {
|
|
1060
1053
|
"application/json": {
|
|
1061
|
-
/**
|
|
1062
|
-
* Format: uuid
|
|
1063
|
-
* @description The project ID
|
|
1064
|
-
*/
|
|
1054
|
+
/** @description The project ID */
|
|
1065
1055
|
projectId: string;
|
|
1066
1056
|
/** @description The integration type to remove */
|
|
1067
1057
|
type: string;
|
|
1058
|
+
/** @description Whether to match the passed type exactly or to treat the type as a prefix */
|
|
1068
1059
|
exactType?: boolean | null;
|
|
1069
1060
|
};
|
|
1070
1061
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApiClient, ClientOptions, ExceptProject } from '@uniformdev/context/api';
|
|
2
|
-
import { AssetParamValue, DataType, DataSource,
|
|
2
|
+
import { AssetParamValue, DataType, DataSource, DataResourceVariables, DataSourceVariantsKeys, RootComponentInstance, ComponentInstance, ComponentDefinition, ComponentDefinitionParameter, DataVariableDefinition, Locale, EntryData } from '@uniformdev/canvas';
|
|
3
3
|
export { AssetParamValue, AssetParamValueItem } from '@uniformdev/canvas';
|
|
4
4
|
import { ProjectMapNode } from '@uniformdev/project-map';
|
|
5
5
|
import { AssetDefinitionType } from '@uniformdev/assets';
|
|
@@ -17,8 +17,11 @@ interface paths$1 {
|
|
|
17
17
|
get: {
|
|
18
18
|
parameters: {
|
|
19
19
|
query: {
|
|
20
|
+
/** @description The team ID */
|
|
20
21
|
teamId: string;
|
|
22
|
+
/** @description Whether to include Mesh apps that are shared publicly to all teams, or only custom apps registered on this team. */
|
|
21
23
|
includePublic?: boolean | null;
|
|
24
|
+
/** @description Whether to use team-specific integration types or team-agnostic types (for serialization across projects) */
|
|
22
25
|
teamSpecificType?: boolean | null;
|
|
23
26
|
};
|
|
24
27
|
header?: never;
|
|
@@ -210,7 +213,6 @@ interface paths$1 {
|
|
|
210
213
|
generateUrl: string;
|
|
211
214
|
metadataUrl?: string;
|
|
212
215
|
prompts?: {
|
|
213
|
-
/** Format: uuid */
|
|
214
216
|
id: string;
|
|
215
217
|
name: string;
|
|
216
218
|
text: string;
|
|
@@ -269,7 +271,6 @@ interface paths$1 {
|
|
|
269
271
|
}[];
|
|
270
272
|
};
|
|
271
273
|
unstable_prompts?: {
|
|
272
|
-
/** Format: uuid */
|
|
273
274
|
id: string;
|
|
274
275
|
name: string;
|
|
275
276
|
text: string;
|
|
@@ -308,10 +309,7 @@ interface paths$1 {
|
|
|
308
309
|
requestBody: {
|
|
309
310
|
content: {
|
|
310
311
|
"application/json": {
|
|
311
|
-
/**
|
|
312
|
-
* Format: uuid
|
|
313
|
-
* @description The team ID
|
|
314
|
-
*/
|
|
312
|
+
/** @description The team ID */
|
|
315
313
|
teamId: string;
|
|
316
314
|
data: {
|
|
317
315
|
type: string;
|
|
@@ -488,7 +486,6 @@ interface paths$1 {
|
|
|
488
486
|
generateUrl: string;
|
|
489
487
|
metadataUrl?: string;
|
|
490
488
|
prompts?: {
|
|
491
|
-
/** Format: uuid */
|
|
492
489
|
id: string;
|
|
493
490
|
name: string;
|
|
494
491
|
text: string;
|
|
@@ -547,7 +544,6 @@ interface paths$1 {
|
|
|
547
544
|
}[];
|
|
548
545
|
};
|
|
549
546
|
unstable_prompts?: {
|
|
550
|
-
/** Format: uuid */
|
|
551
547
|
id: string;
|
|
552
548
|
name: string;
|
|
553
549
|
text: string;
|
|
@@ -751,7 +747,6 @@ interface paths$1 {
|
|
|
751
747
|
generateUrl: string;
|
|
752
748
|
metadataUrl?: string;
|
|
753
749
|
prompts?: {
|
|
754
|
-
/** Format: uuid */
|
|
755
750
|
id: string;
|
|
756
751
|
name: string;
|
|
757
752
|
text: string;
|
|
@@ -810,7 +805,6 @@ interface paths$1 {
|
|
|
810
805
|
}[];
|
|
811
806
|
};
|
|
812
807
|
unstable_prompts?: {
|
|
813
|
-
/** Format: uuid */
|
|
814
808
|
id: string;
|
|
815
809
|
name: string;
|
|
816
810
|
text: string;
|
|
@@ -849,10 +843,7 @@ interface paths$1 {
|
|
|
849
843
|
requestBody: {
|
|
850
844
|
content: {
|
|
851
845
|
"application/json": {
|
|
852
|
-
/**
|
|
853
|
-
* Format: uuid
|
|
854
|
-
* @description The team ID
|
|
855
|
-
*/
|
|
846
|
+
/** @description The team ID */
|
|
856
847
|
teamId: string;
|
|
857
848
|
/** @description The integration type to remove */
|
|
858
849
|
type: string;
|
|
@@ -973,9 +964,13 @@ interface paths {
|
|
|
973
964
|
get: {
|
|
974
965
|
parameters: {
|
|
975
966
|
query: {
|
|
967
|
+
/** @description The project ID */
|
|
976
968
|
projectId: string;
|
|
969
|
+
/** @description Limit results to a single integration type */
|
|
977
970
|
type?: string;
|
|
971
|
+
/** @description Whether to match the passed type exactly or to treat the type as a prefix */
|
|
978
972
|
exactType?: boolean | null;
|
|
973
|
+
/** @description Whether to use team-specific integration types or team-agnostic types (for serialization across projects) */
|
|
979
974
|
teamSpecificType?: boolean | null;
|
|
980
975
|
};
|
|
981
976
|
header?: never;
|
|
@@ -1018,11 +1013,9 @@ interface paths {
|
|
|
1018
1013
|
requestBody: {
|
|
1019
1014
|
content: {
|
|
1020
1015
|
"application/json": {
|
|
1021
|
-
/**
|
|
1022
|
-
* Format: uuid
|
|
1023
|
-
* @description The project ID
|
|
1024
|
-
*/
|
|
1016
|
+
/** @description The project ID */
|
|
1025
1017
|
projectId: string;
|
|
1018
|
+
/** @description Whether to match the passed type exactly or to treat the type as a prefix */
|
|
1026
1019
|
exactType?: boolean | null;
|
|
1027
1020
|
type: string;
|
|
1028
1021
|
data?: {
|
|
@@ -1058,13 +1051,11 @@ interface paths {
|
|
|
1058
1051
|
requestBody: {
|
|
1059
1052
|
content: {
|
|
1060
1053
|
"application/json": {
|
|
1061
|
-
/**
|
|
1062
|
-
* Format: uuid
|
|
1063
|
-
* @description The project ID
|
|
1064
|
-
*/
|
|
1054
|
+
/** @description The project ID */
|
|
1065
1055
|
projectId: string;
|
|
1066
1056
|
/** @description The integration type to remove */
|
|
1067
1057
|
type: string;
|
|
1058
|
+
/** @description Whether to match the passed type exactly or to treat the type as a prefix */
|
|
1068
1059
|
exactType?: boolean | null;
|
|
1069
1060
|
};
|
|
1070
1061
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "20.63.
|
|
3
|
+
"version": "20.63.1-alpha.12+914935b899",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@uniformdev/assets": "20.63.
|
|
36
|
-
"@uniformdev/canvas": "20.63.
|
|
37
|
-
"@uniformdev/context": "20.63.
|
|
38
|
-
"@uniformdev/project-map": "20.63.
|
|
35
|
+
"@uniformdev/assets": "20.63.1-alpha.12+914935b899",
|
|
36
|
+
"@uniformdev/canvas": "20.63.1-alpha.12+914935b899",
|
|
37
|
+
"@uniformdev/context": "20.63.1-alpha.12+914935b899",
|
|
38
|
+
"@uniformdev/project-map": "20.63.1-alpha.12+914935b899",
|
|
39
39
|
"imagesloaded": "^5.0.0",
|
|
40
40
|
"mitt": "^3.0.1"
|
|
41
41
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@types/imagesloaded": "^4.1.2",
|
|
44
44
|
"openai": "4.94.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "914935b89907018dde56a2c49b72e6899d9fb0e2"
|
|
47
47
|
}
|