New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adminide-stack/integration-api

Package Overview
Dependencies
Maintainers
12
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/integration-api - npm Package Compare versions

Comparing version 3.1.2-alpha.101 to 3.1.2-alpha.107

13

lib/interfaces/generated-models.js
"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";

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc