@uniformdev/mesh-sdk 20.50.2-alpha.77 → 20.50.2-alpha.96

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
@@ -1,5 +1,5 @@
1
1
  import { ApiClient, ClientOptions, ExceptProject } from '@uniformdev/context/api';
2
- import { AssetParamValue, DataType, DataSource, DataSourceVariantsKeys, DataResourceVariables, RootComponentInstance, ComponentInstance, ComponentDefinition, ComponentDefinitionParameter, DataVariableDefinition, Locale, EntryData } from '@uniformdev/canvas';
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';
@@ -286,8 +286,11 @@ interface paths$1 {
286
286
  get: {
287
287
  parameters: {
288
288
  query: {
289
+ /** @description The team ID */
289
290
  teamId: string;
291
+ /** @description Whether to include Mesh apps that are shared publicly to all teams, or only custom apps registered on this team. */
290
292
  includePublic?: boolean | null;
293
+ /** @description Whether to use team-specific integration types or team-agnostic types (for serialization across projects) */
291
294
  teamSpecificType?: boolean | null;
292
295
  };
293
296
  header?: never;
@@ -486,7 +489,6 @@ interface paths$1 {
486
489
  generateUrl: string;
487
490
  metadataUrl?: string;
488
491
  prompts?: {
489
- /** Format: uuid */
490
492
  id: string;
491
493
  name: string;
492
494
  text: string;
@@ -557,7 +559,6 @@ interface paths$1 {
557
559
  }[];
558
560
  };
559
561
  unstable_prompts?: {
560
- /** Format: uuid */
561
562
  id: string;
562
563
  name: string;
563
564
  text: string;
@@ -596,10 +597,7 @@ interface paths$1 {
596
597
  requestBody: {
597
598
  content: {
598
599
  "application/json": {
599
- /**
600
- * Format: uuid
601
- * @description The team ID
602
- */
600
+ /** @description The team ID */
603
601
  teamId: string;
604
602
  data: {
605
603
  type: string;
@@ -781,7 +779,6 @@ interface paths$1 {
781
779
  generateUrl: string;
782
780
  metadataUrl?: string;
783
781
  prompts?: {
784
- /** Format: uuid */
785
782
  id: string;
786
783
  name: string;
787
784
  text: string;
@@ -852,7 +849,6 @@ interface paths$1 {
852
849
  }[];
853
850
  };
854
851
  unstable_prompts?: {
855
- /** Format: uuid */
856
852
  id: string;
857
853
  name: string;
858
854
  text: string;
@@ -1066,7 +1062,6 @@ interface paths$1 {
1066
1062
  generateUrl: string;
1067
1063
  metadataUrl?: string;
1068
1064
  prompts?: {
1069
- /** Format: uuid */
1070
1065
  id: string;
1071
1066
  name: string;
1072
1067
  text: string;
@@ -1137,7 +1132,6 @@ interface paths$1 {
1137
1132
  }[];
1138
1133
  };
1139
1134
  unstable_prompts?: {
1140
- /** Format: uuid */
1141
1135
  id: string;
1142
1136
  name: string;
1143
1137
  text: string;
@@ -1176,10 +1170,7 @@ interface paths$1 {
1176
1170
  requestBody: {
1177
1171
  content: {
1178
1172
  "application/json": {
1179
- /**
1180
- * Format: uuid
1181
- * @description The team ID
1182
- */
1173
+ /** @description The team ID */
1183
1174
  teamId: string;
1184
1175
  /** @description The integration type to remove */
1185
1176
  type: string;
@@ -1300,9 +1291,13 @@ interface paths {
1300
1291
  get: {
1301
1292
  parameters: {
1302
1293
  query: {
1294
+ /** @description The project ID */
1303
1295
  projectId: string;
1296
+ /** @description Limit results to a single integration type */
1304
1297
  type?: string;
1298
+ /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1305
1299
  exactType?: boolean | null;
1300
+ /** @description Whether to use team-specific integration types or team-agnostic types (for serialization across projects) */
1306
1301
  teamSpecificType?: boolean | null;
1307
1302
  };
1308
1303
  header?: never;
@@ -1345,11 +1340,9 @@ interface paths {
1345
1340
  requestBody: {
1346
1341
  content: {
1347
1342
  "application/json": {
1348
- /**
1349
- * Format: uuid
1350
- * @description The project ID
1351
- */
1343
+ /** @description The project ID */
1352
1344
  projectId: string;
1345
+ /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1353
1346
  exactType?: boolean | null;
1354
1347
  type: string;
1355
1348
  data?: {
@@ -1385,13 +1378,11 @@ interface paths {
1385
1378
  requestBody: {
1386
1379
  content: {
1387
1380
  "application/json": {
1388
- /**
1389
- * Format: uuid
1390
- * @description The project ID
1391
- */
1381
+ /** @description The project ID */
1392
1382
  projectId: string;
1393
1383
  /** @description The integration type to remove */
1394
1384
  type: string;
1385
+ /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1395
1386
  exactType?: boolean | null;
1396
1387
  };
1397
1388
  };
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, DataSourceVariantsKeys, DataResourceVariables, RootComponentInstance, ComponentInstance, ComponentDefinition, ComponentDefinitionParameter, DataVariableDefinition, Locale, EntryData } from '@uniformdev/canvas';
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';
@@ -286,8 +286,11 @@ interface paths$1 {
286
286
  get: {
287
287
  parameters: {
288
288
  query: {
289
+ /** @description The team ID */
289
290
  teamId: string;
291
+ /** @description Whether to include Mesh apps that are shared publicly to all teams, or only custom apps registered on this team. */
290
292
  includePublic?: boolean | null;
293
+ /** @description Whether to use team-specific integration types or team-agnostic types (for serialization across projects) */
291
294
  teamSpecificType?: boolean | null;
292
295
  };
293
296
  header?: never;
@@ -486,7 +489,6 @@ interface paths$1 {
486
489
  generateUrl: string;
487
490
  metadataUrl?: string;
488
491
  prompts?: {
489
- /** Format: uuid */
490
492
  id: string;
491
493
  name: string;
492
494
  text: string;
@@ -557,7 +559,6 @@ interface paths$1 {
557
559
  }[];
558
560
  };
559
561
  unstable_prompts?: {
560
- /** Format: uuid */
561
562
  id: string;
562
563
  name: string;
563
564
  text: string;
@@ -596,10 +597,7 @@ interface paths$1 {
596
597
  requestBody: {
597
598
  content: {
598
599
  "application/json": {
599
- /**
600
- * Format: uuid
601
- * @description The team ID
602
- */
600
+ /** @description The team ID */
603
601
  teamId: string;
604
602
  data: {
605
603
  type: string;
@@ -781,7 +779,6 @@ interface paths$1 {
781
779
  generateUrl: string;
782
780
  metadataUrl?: string;
783
781
  prompts?: {
784
- /** Format: uuid */
785
782
  id: string;
786
783
  name: string;
787
784
  text: string;
@@ -852,7 +849,6 @@ interface paths$1 {
852
849
  }[];
853
850
  };
854
851
  unstable_prompts?: {
855
- /** Format: uuid */
856
852
  id: string;
857
853
  name: string;
858
854
  text: string;
@@ -1066,7 +1062,6 @@ interface paths$1 {
1066
1062
  generateUrl: string;
1067
1063
  metadataUrl?: string;
1068
1064
  prompts?: {
1069
- /** Format: uuid */
1070
1065
  id: string;
1071
1066
  name: string;
1072
1067
  text: string;
@@ -1137,7 +1132,6 @@ interface paths$1 {
1137
1132
  }[];
1138
1133
  };
1139
1134
  unstable_prompts?: {
1140
- /** Format: uuid */
1141
1135
  id: string;
1142
1136
  name: string;
1143
1137
  text: string;
@@ -1176,10 +1170,7 @@ interface paths$1 {
1176
1170
  requestBody: {
1177
1171
  content: {
1178
1172
  "application/json": {
1179
- /**
1180
- * Format: uuid
1181
- * @description The team ID
1182
- */
1173
+ /** @description The team ID */
1183
1174
  teamId: string;
1184
1175
  /** @description The integration type to remove */
1185
1176
  type: string;
@@ -1300,9 +1291,13 @@ interface paths {
1300
1291
  get: {
1301
1292
  parameters: {
1302
1293
  query: {
1294
+ /** @description The project ID */
1303
1295
  projectId: string;
1296
+ /** @description Limit results to a single integration type */
1304
1297
  type?: string;
1298
+ /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1305
1299
  exactType?: boolean | null;
1300
+ /** @description Whether to use team-specific integration types or team-agnostic types (for serialization across projects) */
1306
1301
  teamSpecificType?: boolean | null;
1307
1302
  };
1308
1303
  header?: never;
@@ -1345,11 +1340,9 @@ interface paths {
1345
1340
  requestBody: {
1346
1341
  content: {
1347
1342
  "application/json": {
1348
- /**
1349
- * Format: uuid
1350
- * @description The project ID
1351
- */
1343
+ /** @description The project ID */
1352
1344
  projectId: string;
1345
+ /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1353
1346
  exactType?: boolean | null;
1354
1347
  type: string;
1355
1348
  data?: {
@@ -1385,13 +1378,11 @@ interface paths {
1385
1378
  requestBody: {
1386
1379
  content: {
1387
1380
  "application/json": {
1388
- /**
1389
- * Format: uuid
1390
- * @description The project ID
1391
- */
1381
+ /** @description The project ID */
1392
1382
  projectId: string;
1393
1383
  /** @description The integration type to remove */
1394
1384
  type: string;
1385
+ /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1395
1386
  exactType?: boolean | null;
1396
1387
  };
1397
1388
  };
package/dist/index.esm.js CHANGED
@@ -261,7 +261,7 @@ var getLogger = (prefix, debug) => {
261
261
  };
262
262
 
263
263
  // src/temp/version.ts
264
- var UNIFORM_MESH_SDK_VERSION = "20.61.1";
264
+ var UNIFORM_MESH_SDK_VERSION = "20.63.0";
265
265
 
266
266
  // src/framepost/constants.ts
267
267
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.js CHANGED
@@ -304,7 +304,7 @@ var getLogger = (prefix, debug) => {
304
304
  };
305
305
 
306
306
  // src/temp/version.ts
307
- var UNIFORM_MESH_SDK_VERSION = "20.61.1";
307
+ var UNIFORM_MESH_SDK_VERSION = "20.63.0";
308
308
 
309
309
  // src/framepost/constants.ts
310
310
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.mjs CHANGED
@@ -261,7 +261,7 @@ var getLogger = (prefix, debug) => {
261
261
  };
262
262
 
263
263
  // src/temp/version.ts
264
- var UNIFORM_MESH_SDK_VERSION = "20.61.1";
264
+ var UNIFORM_MESH_SDK_VERSION = "20.63.0";
265
265
 
266
266
  // src/framepost/constants.ts
267
267
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "20.50.2-alpha.77+51415ad3dd",
3
+ "version": "20.50.2-alpha.96+3f982d48ba",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,10 +33,10 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@uniformdev/assets": "20.50.2-alpha.77+51415ad3dd",
37
- "@uniformdev/canvas": "20.50.2-alpha.77+51415ad3dd",
38
- "@uniformdev/context": "20.50.2-alpha.77+51415ad3dd",
39
- "@uniformdev/project-map": "20.50.2-alpha.77+51415ad3dd",
36
+ "@uniformdev/assets": "20.50.2-alpha.96+3f982d48ba",
37
+ "@uniformdev/canvas": "20.50.2-alpha.96+3f982d48ba",
38
+ "@uniformdev/context": "20.50.2-alpha.96+3f982d48ba",
39
+ "@uniformdev/project-map": "20.50.2-alpha.96+3f982d48ba",
40
40
  "imagesloaded": "^5.0.0",
41
41
  "mitt": "^3.0.1"
42
42
  },
@@ -44,5 +44,5 @@
44
44
  "@types/imagesloaded": "^4.1.2",
45
45
  "openai": "4.94.0"
46
46
  },
47
- "gitHead": "51415ad3ddc2e973a8c52fc4116df82182f9c44b"
47
+ "gitHead": "3f982d48baf7aad200f687938b7f2e7c8796f759"
48
48
  }