@uniformdev/mesh-sdk 20.72.4-alpha.11 → 20.72.4-alpha.6
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 +1 -23
- package/dist/index.d.ts +1 -23
- package/dist/index.esm.js +0 -8
- package/dist/index.js +0 -11
- package/dist/index.mjs +0 -8
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -1815,28 +1815,6 @@ declare const CSRF_HEADER_NAME = "x-mesh-csrf";
|
|
|
1815
1815
|
*/
|
|
1816
1816
|
declare const CSRF_HEADER_VALUE = "1";
|
|
1817
1817
|
|
|
1818
|
-
/**
|
|
1819
|
-
* BFF 401 body `code` when the delegation session is missing or the access token
|
|
1820
|
-
* is expired. Clients re-exchange the Mesh session token and retry once.
|
|
1821
|
-
* Do not use for other 401s.
|
|
1822
|
-
*
|
|
1823
|
-
* @deprecated This beta identity delegation API may change with breaking changes.
|
|
1824
|
-
*/
|
|
1825
|
-
declare const DELEGATION_EXPIRED_CODE: "delegation_expired";
|
|
1826
|
-
/**
|
|
1827
|
-
* Human-readable message to pair with {@link DELEGATION_EXPIRED_CODE}.
|
|
1828
|
-
*
|
|
1829
|
-
* @deprecated This beta identity delegation API may change with breaking changes.
|
|
1830
|
-
*/
|
|
1831
|
-
declare const DELEGATION_SESSION_EXPIRED_MESSAGE: "Delegation session expired.";
|
|
1832
|
-
/**
|
|
1833
|
-
* Uniform API 401 message for an invalid/expired bearer token. BFFs can map this
|
|
1834
|
-
* to {@link DELEGATION_EXPIRED_CODE} so clients re-exchange.
|
|
1835
|
-
*
|
|
1836
|
-
* @deprecated This beta identity delegation API may change with breaking changes.
|
|
1837
|
-
*/
|
|
1838
|
-
declare const UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE: "Bearer token not valid or expired";
|
|
1839
|
-
|
|
1840
1818
|
/** @deprecated experimental */
|
|
1841
1819
|
type FunctionCallResponse = {
|
|
1842
1820
|
message: string;
|
|
@@ -2934,4 +2912,4 @@ declare const hasPermissions: (permissions: MeshLocationUserPermissions | MeshLo
|
|
|
2934
2912
|
*/
|
|
2935
2913
|
declare const hasRole: (role: string, user: UniformUser) => boolean;
|
|
2936
2914
|
|
|
2937
|
-
export { type AIGenerateLocation, type AIGenerateLocationMetadata, type AIPromptMetadataLocation, type AssetLibraryLocation, type AssetLibraryLocationMetadata, type AssetParameterLocation, type AssetParameterLocationMetadata, type BindableTypes, CSRF_HEADER_NAME, CSRF_HEADER_VALUE, type CSSHeight, type CanvasEditorContextMetadata, type CanvasEditorEntityType, type CanvasEditorToolsData, type CanvasEditorToolsLocation, type CanvasEditorToolsLocationMetadata, type CloseDialogMessage, type CloseLocationDialogOptions, type CommonMetadata, type ConnectToParentResult,
|
|
2915
|
+
export { type AIGenerateLocation, type AIGenerateLocationMetadata, type AIPromptMetadataLocation, type AssetLibraryLocation, type AssetLibraryLocationMetadata, type AssetParameterLocation, type AssetParameterLocationMetadata, type BindableTypes, CSRF_HEADER_NAME, CSRF_HEADER_VALUE, type CSSHeight, type CanvasEditorContextMetadata, type CanvasEditorEntityType, type CanvasEditorToolsData, type CanvasEditorToolsLocation, type CanvasEditorToolsLocationMetadata, type CloseDialogMessage, type CloseLocationDialogOptions, type CommonMetadata, type ConnectToParentResult, type DashboardToolLocation, type DashboardToolLocationMetadata, type DataConnectorInfo, type DataResourceLocation, type DataResourceLocationMetadata, type DataResourceSelectorLocation, type DataResourceSelectorLocationMetadata, type DataSourceLocation, type DataSourceLocationMetadata, type DataSourceLocationValue, type DataTypeLocation, type DataTypeLocationMetadata, type DataTypeLocationValue, type DeleteNodeOptions, type DialogContext, type DialogOptions, type DialogParamValue, type DialogParams, type DialogResponseData, type DialogResponseHandler, type DialogResponseHandlers, type DialogType, type DynamicInput, type DynamicInputs, type EditConnectedDataMessage, type EditConnectedDataResponse, type EditConnectedDataResponseCancellationContext, type EditorComponentInstance, type EditorComponentParameter, type EditorExportOptions, type EditorNode, type EditorNodeChildren, type EditorNodeParentInfo, type EditorRootMetadata, type EditorRootNodeMetadata, type EditorStateApi, type EmbeddedEditorLocation, type EmbeddedEditorLocationMetadata, type EmbeddedEditorLocationSetValue, type EmbeddedEditorLocationValue, type FunctionCallResponse, type FunctionCallSystemParameter, type GetDataResourceLocation, type GetDataResourceMessage, type GetEditorStateLocation, type GetEditorStateLocationMaybe, type InsertNodeOptions, type InsertPatternOptions, type IntegrationCredentialRevokeParameters, type IntegrationCredentialRotateParameters, type IntegrationCredentialRotateResponse, IntegrationDefinitionClient, type IntegrationDefinitionDeleteParameters, type IntegrationDefinitionGetParameters, type IntegrationDefinitionGetResponse, type IntegrationDefinitionPutParameters, type IntegrationDefinitionPutResponse, IntegrationInstallationClient, type IntegrationInstallationDeleteParameters, type IntegrationInstallationGetParameters, type IntegrationInstallationGetResponse, type IntegrationInstallationPutParameters, type LocationDialogResponse, type MeshContextData, type MeshLocation, type MeshLocationCore, type MeshLocationTypes, type MeshLocationUserPermissions, type MeshParentConnection, type MeshRouter, type MeshSDKEventInterface, type MoveNodeOptions, type NavigateMessage, type OpenConfirmationDialogOptions, type OpenConfirmationDialogResult, type OpenDialogMessage, type OpenDialogResult, type OpenLocationDialogOptions, type ParamTypeConfigLocation, type ParamTypeConfigLocationMetadata, type ParamTypeLocation, type ParamTypeLocationMetadata, type PersonalizationCriteriaLocation, type PersonalizationCriteriaLocationMetadata, type ProjectToolLocation, type ProjectToolLocationMetadata, type PromptSettingsLocationMetadata, type SdkWindow, type SetLocationFunction, type SetPropertyLocalizabilityCommonParams, type SetPropertyLocalizabilityParams, type SetValueMessage, type SetValueOptions, type SettingsLocation, type SettingsLocationMetadata, type UniformMeshSDK, type UniformMeshSDKEvents, type UniformUser, type UpdateNodePropertyOptions, type UpdateRootNodeOptions, type ValidationResult, functionCallSystemParameters, hasPermissions, hasRole, initializeUniformMeshSDK, parseFunctionCall };
|
package/dist/index.d.ts
CHANGED
|
@@ -1815,28 +1815,6 @@ declare const CSRF_HEADER_NAME = "x-mesh-csrf";
|
|
|
1815
1815
|
*/
|
|
1816
1816
|
declare const CSRF_HEADER_VALUE = "1";
|
|
1817
1817
|
|
|
1818
|
-
/**
|
|
1819
|
-
* BFF 401 body `code` when the delegation session is missing or the access token
|
|
1820
|
-
* is expired. Clients re-exchange the Mesh session token and retry once.
|
|
1821
|
-
* Do not use for other 401s.
|
|
1822
|
-
*
|
|
1823
|
-
* @deprecated This beta identity delegation API may change with breaking changes.
|
|
1824
|
-
*/
|
|
1825
|
-
declare const DELEGATION_EXPIRED_CODE: "delegation_expired";
|
|
1826
|
-
/**
|
|
1827
|
-
* Human-readable message to pair with {@link DELEGATION_EXPIRED_CODE}.
|
|
1828
|
-
*
|
|
1829
|
-
* @deprecated This beta identity delegation API may change with breaking changes.
|
|
1830
|
-
*/
|
|
1831
|
-
declare const DELEGATION_SESSION_EXPIRED_MESSAGE: "Delegation session expired.";
|
|
1832
|
-
/**
|
|
1833
|
-
* Uniform API 401 message for an invalid/expired bearer token. BFFs can map this
|
|
1834
|
-
* to {@link DELEGATION_EXPIRED_CODE} so clients re-exchange.
|
|
1835
|
-
*
|
|
1836
|
-
* @deprecated This beta identity delegation API may change with breaking changes.
|
|
1837
|
-
*/
|
|
1838
|
-
declare const UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE: "Bearer token not valid or expired";
|
|
1839
|
-
|
|
1840
1818
|
/** @deprecated experimental */
|
|
1841
1819
|
type FunctionCallResponse = {
|
|
1842
1820
|
message: string;
|
|
@@ -2934,4 +2912,4 @@ declare const hasPermissions: (permissions: MeshLocationUserPermissions | MeshLo
|
|
|
2934
2912
|
*/
|
|
2935
2913
|
declare const hasRole: (role: string, user: UniformUser) => boolean;
|
|
2936
2914
|
|
|
2937
|
-
export { type AIGenerateLocation, type AIGenerateLocationMetadata, type AIPromptMetadataLocation, type AssetLibraryLocation, type AssetLibraryLocationMetadata, type AssetParameterLocation, type AssetParameterLocationMetadata, type BindableTypes, CSRF_HEADER_NAME, CSRF_HEADER_VALUE, type CSSHeight, type CanvasEditorContextMetadata, type CanvasEditorEntityType, type CanvasEditorToolsData, type CanvasEditorToolsLocation, type CanvasEditorToolsLocationMetadata, type CloseDialogMessage, type CloseLocationDialogOptions, type CommonMetadata, type ConnectToParentResult,
|
|
2915
|
+
export { type AIGenerateLocation, type AIGenerateLocationMetadata, type AIPromptMetadataLocation, type AssetLibraryLocation, type AssetLibraryLocationMetadata, type AssetParameterLocation, type AssetParameterLocationMetadata, type BindableTypes, CSRF_HEADER_NAME, CSRF_HEADER_VALUE, type CSSHeight, type CanvasEditorContextMetadata, type CanvasEditorEntityType, type CanvasEditorToolsData, type CanvasEditorToolsLocation, type CanvasEditorToolsLocationMetadata, type CloseDialogMessage, type CloseLocationDialogOptions, type CommonMetadata, type ConnectToParentResult, type DashboardToolLocation, type DashboardToolLocationMetadata, type DataConnectorInfo, type DataResourceLocation, type DataResourceLocationMetadata, type DataResourceSelectorLocation, type DataResourceSelectorLocationMetadata, type DataSourceLocation, type DataSourceLocationMetadata, type DataSourceLocationValue, type DataTypeLocation, type DataTypeLocationMetadata, type DataTypeLocationValue, type DeleteNodeOptions, type DialogContext, type DialogOptions, type DialogParamValue, type DialogParams, type DialogResponseData, type DialogResponseHandler, type DialogResponseHandlers, type DialogType, type DynamicInput, type DynamicInputs, type EditConnectedDataMessage, type EditConnectedDataResponse, type EditConnectedDataResponseCancellationContext, type EditorComponentInstance, type EditorComponentParameter, type EditorExportOptions, type EditorNode, type EditorNodeChildren, type EditorNodeParentInfo, type EditorRootMetadata, type EditorRootNodeMetadata, type EditorStateApi, type EmbeddedEditorLocation, type EmbeddedEditorLocationMetadata, type EmbeddedEditorLocationSetValue, type EmbeddedEditorLocationValue, type FunctionCallResponse, type FunctionCallSystemParameter, type GetDataResourceLocation, type GetDataResourceMessage, type GetEditorStateLocation, type GetEditorStateLocationMaybe, type InsertNodeOptions, type InsertPatternOptions, type IntegrationCredentialRevokeParameters, type IntegrationCredentialRotateParameters, type IntegrationCredentialRotateResponse, IntegrationDefinitionClient, type IntegrationDefinitionDeleteParameters, type IntegrationDefinitionGetParameters, type IntegrationDefinitionGetResponse, type IntegrationDefinitionPutParameters, type IntegrationDefinitionPutResponse, IntegrationInstallationClient, type IntegrationInstallationDeleteParameters, type IntegrationInstallationGetParameters, type IntegrationInstallationGetResponse, type IntegrationInstallationPutParameters, type LocationDialogResponse, type MeshContextData, type MeshLocation, type MeshLocationCore, type MeshLocationTypes, type MeshLocationUserPermissions, type MeshParentConnection, type MeshRouter, type MeshSDKEventInterface, type MoveNodeOptions, type NavigateMessage, type OpenConfirmationDialogOptions, type OpenConfirmationDialogResult, type OpenDialogMessage, type OpenDialogResult, type OpenLocationDialogOptions, type ParamTypeConfigLocation, type ParamTypeConfigLocationMetadata, type ParamTypeLocation, type ParamTypeLocationMetadata, type PersonalizationCriteriaLocation, type PersonalizationCriteriaLocationMetadata, type ProjectToolLocation, type ProjectToolLocationMetadata, type PromptSettingsLocationMetadata, type SdkWindow, type SetLocationFunction, type SetPropertyLocalizabilityCommonParams, type SetPropertyLocalizabilityParams, type SetValueMessage, type SetValueOptions, type SettingsLocation, type SettingsLocationMetadata, type UniformMeshSDK, type UniformMeshSDKEvents, type UniformUser, type UpdateNodePropertyOptions, type UpdateRootNodeOptions, type ValidationResult, functionCallSystemParameters, hasPermissions, hasRole, initializeUniformMeshSDK, parseFunctionCall };
|
package/dist/index.esm.js
CHANGED
|
@@ -118,11 +118,6 @@ var IntegrationInstallationClient = _IntegrationInstallationClient;
|
|
|
118
118
|
var CSRF_HEADER_NAME = "x-mesh-csrf";
|
|
119
119
|
var CSRF_HEADER_VALUE = "1";
|
|
120
120
|
|
|
121
|
-
// src/delegation/delegationExpired.ts
|
|
122
|
-
var DELEGATION_EXPIRED_CODE = "delegation_expired";
|
|
123
|
-
var DELEGATION_SESSION_EXPIRED_MESSAGE = "Delegation session expired.";
|
|
124
|
-
var UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE = "Bearer token not valid or expired";
|
|
125
|
-
|
|
126
121
|
// src/locations/aiAgents.ts
|
|
127
122
|
var functionCallSystemParameters = ["pageHtml"];
|
|
128
123
|
function parseFunctionCall(request) {
|
|
@@ -992,11 +987,8 @@ var hasRole = (role, user) => {
|
|
|
992
987
|
export {
|
|
993
988
|
CSRF_HEADER_NAME,
|
|
994
989
|
CSRF_HEADER_VALUE,
|
|
995
|
-
DELEGATION_EXPIRED_CODE,
|
|
996
|
-
DELEGATION_SESSION_EXPIRED_MESSAGE,
|
|
997
990
|
IntegrationDefinitionClient,
|
|
998
991
|
IntegrationInstallationClient,
|
|
999
|
-
UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE,
|
|
1000
992
|
functionCallSystemParameters,
|
|
1001
993
|
hasPermissions,
|
|
1002
994
|
hasRole,
|
package/dist/index.js
CHANGED
|
@@ -39,11 +39,8 @@ var index_exports = {};
|
|
|
39
39
|
__export(index_exports, {
|
|
40
40
|
CSRF_HEADER_NAME: () => CSRF_HEADER_NAME,
|
|
41
41
|
CSRF_HEADER_VALUE: () => CSRF_HEADER_VALUE,
|
|
42
|
-
DELEGATION_EXPIRED_CODE: () => DELEGATION_EXPIRED_CODE,
|
|
43
|
-
DELEGATION_SESSION_EXPIRED_MESSAGE: () => DELEGATION_SESSION_EXPIRED_MESSAGE,
|
|
44
42
|
IntegrationDefinitionClient: () => IntegrationDefinitionClient,
|
|
45
43
|
IntegrationInstallationClient: () => IntegrationInstallationClient,
|
|
46
|
-
UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE: () => UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE,
|
|
47
44
|
functionCallSystemParameters: () => functionCallSystemParameters,
|
|
48
45
|
hasPermissions: () => hasPermissions,
|
|
49
46
|
hasRole: () => hasRole,
|
|
@@ -165,11 +162,6 @@ var IntegrationInstallationClient = _IntegrationInstallationClient;
|
|
|
165
162
|
var CSRF_HEADER_NAME = "x-mesh-csrf";
|
|
166
163
|
var CSRF_HEADER_VALUE = "1";
|
|
167
164
|
|
|
168
|
-
// src/delegation/delegationExpired.ts
|
|
169
|
-
var DELEGATION_EXPIRED_CODE = "delegation_expired";
|
|
170
|
-
var DELEGATION_SESSION_EXPIRED_MESSAGE = "Delegation session expired.";
|
|
171
|
-
var UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE = "Bearer token not valid or expired";
|
|
172
|
-
|
|
173
165
|
// src/locations/aiAgents.ts
|
|
174
166
|
var functionCallSystemParameters = ["pageHtml"];
|
|
175
167
|
function parseFunctionCall(request) {
|
|
@@ -1040,11 +1032,8 @@ var hasRole = (role, user) => {
|
|
|
1040
1032
|
0 && (module.exports = {
|
|
1041
1033
|
CSRF_HEADER_NAME,
|
|
1042
1034
|
CSRF_HEADER_VALUE,
|
|
1043
|
-
DELEGATION_EXPIRED_CODE,
|
|
1044
|
-
DELEGATION_SESSION_EXPIRED_MESSAGE,
|
|
1045
1035
|
IntegrationDefinitionClient,
|
|
1046
1036
|
IntegrationInstallationClient,
|
|
1047
|
-
UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE,
|
|
1048
1037
|
functionCallSystemParameters,
|
|
1049
1038
|
hasPermissions,
|
|
1050
1039
|
hasRole,
|
package/dist/index.mjs
CHANGED
|
@@ -118,11 +118,6 @@ var IntegrationInstallationClient = _IntegrationInstallationClient;
|
|
|
118
118
|
var CSRF_HEADER_NAME = "x-mesh-csrf";
|
|
119
119
|
var CSRF_HEADER_VALUE = "1";
|
|
120
120
|
|
|
121
|
-
// src/delegation/delegationExpired.ts
|
|
122
|
-
var DELEGATION_EXPIRED_CODE = "delegation_expired";
|
|
123
|
-
var DELEGATION_SESSION_EXPIRED_MESSAGE = "Delegation session expired.";
|
|
124
|
-
var UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE = "Bearer token not valid or expired";
|
|
125
|
-
|
|
126
121
|
// src/locations/aiAgents.ts
|
|
127
122
|
var functionCallSystemParameters = ["pageHtml"];
|
|
128
123
|
function parseFunctionCall(request) {
|
|
@@ -992,11 +987,8 @@ var hasRole = (role, user) => {
|
|
|
992
987
|
export {
|
|
993
988
|
CSRF_HEADER_NAME,
|
|
994
989
|
CSRF_HEADER_VALUE,
|
|
995
|
-
DELEGATION_EXPIRED_CODE,
|
|
996
|
-
DELEGATION_SESSION_EXPIRED_MESSAGE,
|
|
997
990
|
IntegrationDefinitionClient,
|
|
998
991
|
IntegrationInstallationClient,
|
|
999
|
-
UNIFORM_BEARER_TOKEN_NOT_VALID_OR_EXPIRED_MESSAGE,
|
|
1000
992
|
functionCallSystemParameters,
|
|
1001
993
|
hasPermissions,
|
|
1002
994
|
hasRole,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "20.72.4-alpha.
|
|
3
|
+
"version": "20.72.4-alpha.6+93c66ff08a",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@uniformdev/assets": "20.72.4-alpha.
|
|
55
|
-
"@uniformdev/canvas": "20.72.4-alpha.
|
|
56
|
-
"@uniformdev/context": "20.72.4-alpha.
|
|
57
|
-
"@uniformdev/project-map": "20.72.4-alpha.
|
|
54
|
+
"@uniformdev/assets": "20.72.4-alpha.6+93c66ff08a",
|
|
55
|
+
"@uniformdev/canvas": "20.72.4-alpha.6+93c66ff08a",
|
|
56
|
+
"@uniformdev/context": "20.72.4-alpha.6+93c66ff08a",
|
|
57
|
+
"@uniformdev/project-map": "20.72.4-alpha.6+93c66ff08a",
|
|
58
58
|
"cookie": "^1.1.1",
|
|
59
59
|
"imagesloaded": "^5.0.0",
|
|
60
60
|
"jose": "^6.2.2",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"openai": "6.44.0",
|
|
66
66
|
"tsup": "8.5.1"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "93c66ff08aa52bcdf60dd38e32e6e39f6ddebab6"
|
|
69
69
|
}
|