@adminide-stack/integration-api
Advanced tools
Comparing version 3.1.2-alpha.101 to 3.1.2-alpha.107
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useGetIntegrationConfigurationLazyQuery = exports.useGetIntegrationConfigurationQuery = exports.GetIntegrationConfigurationDocument = exports.useGetAllIntegrationConfigurationsLazyQuery = exports.useGetAllIntegrationConfigurationsQuery = exports.GetAllIntegrationConfigurationsDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = exports.ConfigurationFragmentDoc = exports.ISortEnum = exports.ISettingValueType = exports.IRegistryExtensions = exports.IPreDefinedRole = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrganizationContextPubSubEvents = exports.IMoleculerServiceName = exports.IMailTemplateId = exports.IIntegrationWorkflowServiceAction = exports.IEditPresentationTypes = exports.IContextServiceAction = exports.IConfigurationTarget = exports.IConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.ICacheControlScope = exports.IApplicationRoles = void 0; | ||
exports.useGetIntegrationConfigurationLazyQuery = exports.useGetIntegrationConfigurationQuery = exports.GetIntegrationConfigurationDocument = exports.useGetAllIntegrationConfigurationsLazyQuery = exports.useGetAllIntegrationConfigurationsQuery = exports.GetAllIntegrationConfigurationsDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = exports.ConfigurationFragmentDoc = exports.ISortEnum = exports.ISettingValueType = exports.IRegistryExtensions = exports.IPreDefinedRole = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrganizationContextPubSubEvents = exports.IMoleculerServiceName = exports.IMailTemplateId = exports.IIntegrationWorkflowServiceAction = exports.IEditPresentationTypes = exports.IContextServiceAction = exports.IConfigurationTarget = exports.IConfigurationServiceAction = exports.IConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.ICacheControlScope = exports.IApplicationRoles = void 0; | ||
const client_1 = require("@apollo/client"); | ||
@@ -85,2 +85,12 @@ const Apollo = require("@apollo/client"); | ||
})(IConfigurationScope = exports.IConfigurationScope || (exports.IConfigurationScope = {})); | ||
var IConfigurationServiceAction; | ||
(function (IConfigurationServiceAction) { | ||
IConfigurationServiceAction["GetAllConfigurationData"] = "getAllConfigurationData"; | ||
IConfigurationServiceAction["GetConfiguration"] = "getConfiguration"; | ||
IConfigurationServiceAction["GetDefaultSettings"] = "getDefaultSettings"; | ||
IConfigurationServiceAction["GetDefaultSettingsResource"] = "getDefaultSettingsResource"; | ||
IConfigurationServiceAction["Parser"] = "parser"; | ||
IConfigurationServiceAction["ReadFile"] = "readFile"; | ||
IConfigurationServiceAction["UpdateValue"] = "updateValue"; | ||
})(IConfigurationServiceAction = exports.IConfigurationServiceAction || (exports.IConfigurationServiceAction = {})); | ||
var IConfigurationTarget; | ||
@@ -126,2 +136,3 @@ (function (IConfigurationTarget) { | ||
(function (IMoleculerServiceName) { | ||
IMoleculerServiceName["ConfigurationService"] = "ConfigurationService"; | ||
IMoleculerServiceName["IntegrationWorkflowService"] = "IntegrationWorkflowService"; | ||
@@ -128,0 +139,0 @@ IMoleculerServiceName["OrganizationContextService"] = "OrganizationContextService"; |
{ | ||
"name": "@adminide-stack/integration-api", | ||
"version": "3.1.2-alpha.101", | ||
"version": "3.1.2-alpha.107", | ||
"description": "Integration core for higher packages to depend on", | ||
@@ -22,3 +22,3 @@ "license": "ISC", | ||
"dependencies": { | ||
"@adminide-stack/core": "3.1.2-alpha.101", | ||
"@adminide-stack/core": "3.1.2-alpha.107", | ||
"xstate": "^4.35.2" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "52f44662bdbc33770a2652e8d1d847d5c6a5e389" | ||
"gitHead": "241e1d21703a257791e6b2eb9358ea8ab09a6ce5" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
205817
3395
+ Added@adminide-stack/core@3.1.2-alpha.107(transitive)
- Removed@adminide-stack/core@3.1.2-alpha.101(transitive)