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
198
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 5.0.1-alpha.0 to 5.0.1-alpha.8

20

lib/constants/index.js

@@ -1,19 +0,3 @@

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./preferences"), exports);
__exportStar(require("./types"), exports);
export * from './preferences';
export * from './types';
//# sourceMappingURL=index.js.map

@@ -1,18 +0,2 @@

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./integration-git"), exports);
export * from './integration-git';
//# sourceMappingURL=index.js.map

9

lib/constants/preferences/integration-git.js

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntegrationGit = exports.INTEGRATION_GIT_PREFIX = void 0;
exports.INTEGRATION_GIT_PREFIX = 'integration.git';
exports.IntegrationGit = {
githubTaskList: `${exports.INTEGRATION_GIT_PREFIX}.github.taskList`
export const INTEGRATION_GIT_PREFIX = 'integration.git';
export const IntegrationGit = {
githubTaskList: `${INTEGRATION_GIT_PREFIX}.github.taskList`
};
//# sourceMappingURL=integration-git.js.map

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TYPES = void 0;
exports.TYPES = {
export const TYPES = {
IIntegrationWorkflowRepository: Symbol('IIntegrationWorkflowRepository'),

@@ -6,0 +3,0 @@ IIntegrationWorkflowService: Symbol('IIntegrationWorkflowService'),

@@ -1,19 +0,3 @@

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./interfaces"), exports);
__exportStar(require("./constants"), exports);
export * from './interfaces';
export * from './constants';
//# sourceMappingURL=index.js.map

@@ -1,8 +0,5 @@

"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.IConfigurationServiceAction = exports.IConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.ICacheControlScope = exports.IApplicationRoles = void 0;
const client_1 = require("@apollo/client");
const Apollo = require("@apollo/client");
import { gql } from '@apollo/client';
import * as Apollo from '@apollo/client';
const defaultOptions = {};
var IApplicationRoles;
export var IApplicationRoles;
(function (IApplicationRoles) {

@@ -25,9 +22,9 @@ /** User who is logged in */

IApplicationRoles["Unknown"] = "UNKNOWN";
})(IApplicationRoles = exports.IApplicationRoles || (exports.IApplicationRoles = {}));
var ICacheControlScope;
})(IApplicationRoles || (IApplicationRoles = {}));
export var ICacheControlScope;
(function (ICacheControlScope) {
ICacheControlScope["Public"] = "PUBLIC";
ICacheControlScope["Private"] = "PRIVATE";
})(ICacheControlScope = exports.ICacheControlScope || (exports.ICacheControlScope = {}));
var IConfigCollectionName;
})(ICacheControlScope || (ICacheControlScope = {}));
export var IConfigCollectionName;
(function (IConfigCollectionName) {

@@ -46,4 +43,4 @@ IConfigCollectionName["Accounts"] = "accounts";

IConfigCollectionName["Workspaces"] = "workspaces";
})(IConfigCollectionName = exports.IConfigCollectionName || (exports.IConfigCollectionName = {}));
var IConfigFragmentName;
})(IConfigCollectionName || (IConfigCollectionName = {}));
export var IConfigFragmentName;
(function (IConfigFragmentName) {

@@ -62,4 +59,4 @@ IConfigFragmentName["Resources"] = "resources";

IConfigFragmentName["BillingPlanPolicies"] = "billingPlanPolicies";
})(IConfigFragmentName = exports.IConfigFragmentName || (exports.IConfigFragmentName = {}));
var IConfigurationContributionNames;
})(IConfigFragmentName || (IConfigFragmentName = {}));
export var IConfigurationContributionNames;
(function (IConfigurationContributionNames) {

@@ -71,3 +68,3 @@ IConfigurationContributionNames["DefaultPermissions"] = "defaultPermissions";

IConfigurationContributionNames["Integration"] = "integration";
})(IConfigurationContributionNames = exports.IConfigurationContributionNames || (exports.IConfigurationContributionNames = {}));
})(IConfigurationContributionNames || (IConfigurationContributionNames = {}));
/**

@@ -78,3 +75,3 @@ * A configuration settings can have one of the following possible scopes.

*/
var IConfigurationScope;
export var IConfigurationScope;
(function (IConfigurationScope) {

@@ -89,4 +86,4 @@ /** Application specific configuration, which can be configured only in local user settings. */

IConfigurationScope["Resource"] = "RESOURCE";
})(IConfigurationScope = exports.IConfigurationScope || (exports.IConfigurationScope = {}));
var IConfigurationServiceAction;
})(IConfigurationScope || (IConfigurationScope = {}));
export var IConfigurationServiceAction;
(function (IConfigurationServiceAction) {

@@ -100,4 +97,4 @@ IConfigurationServiceAction["GetAllConfigurationData"] = "getAllConfigurationData";

IConfigurationServiceAction["UpdateValue"] = "updateValue";
})(IConfigurationServiceAction = exports.IConfigurationServiceAction || (exports.IConfigurationServiceAction = {}));
var IConfigurationTarget;
})(IConfigurationServiceAction || (IConfigurationServiceAction = {}));
export var IConfigurationTarget;
(function (IConfigurationTarget) {

@@ -116,4 +113,4 @@ /** Targets the user configuration file for writing. */

IConfigurationTarget["MachineOverridable"] = "MACHINE_OVERRIDABLE";
})(IConfigurationTarget = exports.IConfigurationTarget || (exports.IConfigurationTarget = {}));
var IContextServiceAction;
})(IConfigurationTarget || (IConfigurationTarget = {}));
export var IContextServiceAction;
(function (IContextServiceAction) {

@@ -124,9 +121,9 @@ IContextServiceAction["OnResourceCreated"] = "onResourceCreated";

IContextServiceAction["OnResourceDeactivated"] = "onResourceDeactivated";
})(IContextServiceAction = exports.IContextServiceAction || (exports.IContextServiceAction = {}));
var IEditPresentationTypes;
})(IContextServiceAction || (IContextServiceAction = {}));
export var IEditPresentationTypes;
(function (IEditPresentationTypes) {
IEditPresentationTypes["Multiline"] = "Multiline";
IEditPresentationTypes["Singleline"] = "Singleline";
})(IEditPresentationTypes = exports.IEditPresentationTypes || (exports.IEditPresentationTypes = {}));
var IIntegrationWorkflowServiceAction;
})(IEditPresentationTypes || (IEditPresentationTypes = {}));
export var IIntegrationWorkflowServiceAction;
(function (IIntegrationWorkflowServiceAction) {

@@ -136,9 +133,9 @@ IIntegrationWorkflowServiceAction["OnIntegrationWorkflowCreated"] = "onIntegrationWorkflowCreated";

IIntegrationWorkflowServiceAction["OnIntegrationWorkflowDeleted"] = "onIntegrationWorkflowDeleted";
})(IIntegrationWorkflowServiceAction = exports.IIntegrationWorkflowServiceAction || (exports.IIntegrationWorkflowServiceAction = {}));
var IMailTemplateId;
})(IIntegrationWorkflowServiceAction || (IIntegrationWorkflowServiceAction = {}));
export var IMailTemplateId;
(function (IMailTemplateId) {
IMailTemplateId["Dummy"] = "dummy";
})(IMailTemplateId = exports.IMailTemplateId || (exports.IMailTemplateId = {}));
})(IMailTemplateId || (IMailTemplateId = {}));
/** All Moleculer Topic names are extended from this. */
var IMoleculerServiceName;
export var IMoleculerServiceName;
(function (IMoleculerServiceName) {

@@ -151,5 +148,5 @@ IMoleculerServiceName["ConfigurationService"] = "ConfigurationService";

IMoleculerServiceName["OnConfigurationUpdated"] = "onConfigurationUpdated";
})(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
})(IMoleculerServiceName || (IMoleculerServiceName = {}));
/** Subscription event for context */
var IOrganizationContextPubSubEvents;
export var IOrganizationContextPubSubEvents;
(function (IOrganizationContextPubSubEvents) {

@@ -160,4 +157,4 @@ IOrganizationContextPubSubEvents["OrganizationContextUpdated"] = "OrganizationContextUpdated";

IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
})(IOrganizationContextPubSubEvents = exports.IOrganizationContextPubSubEvents || (exports.IOrganizationContextPubSubEvents = {}));
var IPermissionAction;
})(IOrganizationContextPubSubEvents || (IOrganizationContextPubSubEvents = {}));
export var IPermissionAction;
(function (IPermissionAction) {

@@ -169,4 +166,4 @@ IPermissionAction["View"] = "View";

IPermissionAction["Manage"] = "Manage";
})(IPermissionAction = exports.IPermissionAction || (exports.IPermissionAction = {}));
var IPermissionResource;
})(IPermissionAction || (IPermissionAction = {}));
export var IPermissionResource;
(function (IPermissionResource) {

@@ -176,4 +173,4 @@ IPermissionResource["Roles"] = "Roles";

IPermissionResource["Settings"] = "Settings";
})(IPermissionResource = exports.IPermissionResource || (exports.IPermissionResource = {}));
var IPermissionType;
})(IPermissionResource || (IPermissionResource = {}));
export var IPermissionType;
(function (IPermissionType) {

@@ -183,4 +180,4 @@ IPermissionType["Allow"] = "Allow";

IPermissionType["NotSet"] = "NotSet";
})(IPermissionType = exports.IPermissionType || (exports.IPermissionType = {}));
var IPreDefinedRole;
})(IPermissionType || (IPermissionType = {}));
export var IPreDefinedRole;
(function (IPreDefinedRole) {

@@ -197,5 +194,5 @@ IPreDefinedRole["Owner"] = "OWNER";

IPreDefinedRole["Contributors"] = "CONTRIBUTORS";
})(IPreDefinedRole = exports.IPreDefinedRole || (exports.IPreDefinedRole = {}));
})(IPreDefinedRole || (IPreDefinedRole = {}));
/** Registry Extensions */
var IRegistryExtensions;
export var IRegistryExtensions;
(function (IRegistryExtensions) {

@@ -207,4 +204,4 @@ IRegistryExtensions["UserRole"] = "UserRole";

IRegistryExtensions["JsonContribution"] = "JSONContribution";
})(IRegistryExtensions = exports.IRegistryExtensions || (exports.IRegistryExtensions = {}));
var ISettingValueType;
})(IRegistryExtensions || (IRegistryExtensions = {}));
export var ISettingValueType;
(function (ISettingValueType) {

@@ -221,9 +218,9 @@ ISettingValueType["Null"] = "Null";

ISettingValueType["NullableNumber"] = "NullableNumber";
})(ISettingValueType = exports.ISettingValueType || (exports.ISettingValueType = {}));
var ISortEnum;
})(ISettingValueType || (ISettingValueType = {}));
export var ISortEnum;
(function (ISortEnum) {
ISortEnum["Asc"] = "ASC";
ISortEnum["Desc"] = "DESC";
})(ISortEnum = exports.ISortEnum || (exports.ISortEnum = {}));
exports.ConfigurationFragmentDoc = (0, client_1.gql) `
})(ISortEnum || (ISortEnum = {}));
export const ConfigurationFragmentDoc = gql `
fragment Configuration on IConfigurationModel {

@@ -241,3 +238,3 @@ resource

`;
exports.CreateIntegrationConfigurationDocument = (0, client_1.gql) `
export const CreateIntegrationConfigurationDocument = gql `
mutation CreateIntegrationConfiguration($data: IntegrationConfigurationInput) {

@@ -266,8 +263,7 @@ createIntegrationConfiguration(data: $data) {

*/
function useCreateIntegrationConfigurationMutation(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useMutation(exports.CreateIntegrationConfigurationDocument, options);
export function useCreateIntegrationConfigurationMutation(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useMutation(CreateIntegrationConfigurationDocument, options);
}
exports.useCreateIntegrationConfigurationMutation = useCreateIntegrationConfigurationMutation;
exports.CreateOrUpdateIntegrationConfigurationDocument = (0, client_1.gql) `
export const CreateOrUpdateIntegrationConfigurationDocument = gql `
mutation CreateOrUpdateIntegrationConfiguration($data: IntegrationConfigurationCreateOrUpdateInput) {

@@ -296,8 +292,7 @@ createOrUpdateIntegrationConfiguration(data: $data) {

*/
function useCreateOrUpdateIntegrationConfigurationMutation(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useMutation(exports.CreateOrUpdateIntegrationConfigurationDocument, options);
export function useCreateOrUpdateIntegrationConfigurationMutation(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useMutation(CreateOrUpdateIntegrationConfigurationDocument, options);
}
exports.useCreateOrUpdateIntegrationConfigurationMutation = useCreateOrUpdateIntegrationConfigurationMutation;
exports.DeleteIntegrationConfigurationDocument = (0, client_1.gql) `
export const DeleteIntegrationConfigurationDocument = gql `
mutation DeleteIntegrationConfiguration($id: String!) {

@@ -324,8 +319,7 @@ deleteIntegrationConfiguration(id: $id)

*/
function useDeleteIntegrationConfigurationMutation(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useMutation(exports.DeleteIntegrationConfigurationDocument, options);
export function useDeleteIntegrationConfigurationMutation(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useMutation(DeleteIntegrationConfigurationDocument, options);
}
exports.useDeleteIntegrationConfigurationMutation = useDeleteIntegrationConfigurationMutation;
exports.FilterIntegrationConfigurationDocument = (0, client_1.gql) `
export const FilterIntegrationConfigurationDocument = gql `
query FilterIntegrationConfiguration($filter: IntegrationConfigurationFilterInput!) {

@@ -359,13 +353,11 @@ filterIntegrationConfiguration(filter: $filter) {

*/
function useFilterIntegrationConfigurationQuery(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useQuery(exports.FilterIntegrationConfigurationDocument, options);
export function useFilterIntegrationConfigurationQuery(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useQuery(FilterIntegrationConfigurationDocument, options);
}
exports.useFilterIntegrationConfigurationQuery = useFilterIntegrationConfigurationQuery;
function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
export function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useLazyQuery(FilterIntegrationConfigurationDocument, options);
}
exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
exports.GetAllIntegrationConfigurationsDocument = (0, client_1.gql) `
export const GetAllIntegrationConfigurationsDocument = gql `
query GetAllIntegrationConfigurations($criteria: AnyObject, $limit: Int, $skip: Int, $sort: Sort) {

@@ -393,3 +385,3 @@ getAllIntegrationConfigurations(

}
${exports.ConfigurationFragmentDoc}`;
${ConfigurationFragmentDoc}`;
/**

@@ -414,13 +406,11 @@ * __useGetAllIntegrationConfigurationsQuery__

*/
function useGetAllIntegrationConfigurationsQuery(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useQuery(exports.GetAllIntegrationConfigurationsDocument, options);
export function useGetAllIntegrationConfigurationsQuery(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useQuery(GetAllIntegrationConfigurationsDocument, options);
}
exports.useGetAllIntegrationConfigurationsQuery = useGetAllIntegrationConfigurationsQuery;
function useGetAllIntegrationConfigurationsLazyQuery(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useLazyQuery(exports.GetAllIntegrationConfigurationsDocument, options);
export function useGetAllIntegrationConfigurationsLazyQuery(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useLazyQuery(GetAllIntegrationConfigurationsDocument, options);
}
exports.useGetAllIntegrationConfigurationsLazyQuery = useGetAllIntegrationConfigurationsLazyQuery;
exports.GetIntegrationConfigurationDocument = (0, client_1.gql) `
export const GetIntegrationConfigurationDocument = gql `
query GetIntegrationConfiguration($id: String!) {

@@ -454,12 +444,10 @@ getIntegrationConfiguration(id: $id) {

*/
function useGetIntegrationConfigurationQuery(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useQuery(exports.GetIntegrationConfigurationDocument, options);
export function useGetIntegrationConfigurationQuery(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useQuery(GetIntegrationConfigurationDocument, options);
}
exports.useGetIntegrationConfigurationQuery = useGetIntegrationConfigurationQuery;
function useGetIntegrationConfigurationLazyQuery(baseOptions) {
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
return Apollo.useLazyQuery(exports.GetIntegrationConfigurationDocument, options);
export function useGetIntegrationConfigurationLazyQuery(baseOptions) {
const options = { ...defaultOptions, ...baseOptions };
return Apollo.useLazyQuery(GetIntegrationConfigurationDocument, options);
}
exports.useGetIntegrationConfigurationLazyQuery = useGetIntegrationConfigurationLazyQuery;
//# sourceMappingURL=generated-models.js.map

@@ -1,19 +0,3 @@

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./generated-models"), exports);
__exportStar(require("./integration-workflow-service"), exports);
export * from './generated-models';
export * from './integration-workflow-service';
//# sourceMappingURL=index.js.map

@@ -1,3 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
//# sourceMappingURL=integration-workflow-service.js.map

@@ -1,4 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const xstate_1 = require("xstate");
import { createMachine } from 'xstate';
const gitIntegration =

@@ -8,3 +6,3 @@ /** @xstate-layout N4IgpgJg5mDOIC5RQJYBcAWBXARgOgBsVY0BJAOzTCgCcBDNFAe3IGIIWw8VyA3JgNZdUmXIWJlK1eoxYIe-AMYNm5ANoAGALqatiUAAcmsdKv0gAHogC0AJlsa8ARif2nATlsA2DbYDMfvYANCAAnjYALI5OPhFeTgCsETEJMQDsAL4ZISLY+LAYTADuFFS0KiwAMhKsAMoAogAqAPoNlfUAwo31ACLNpABy3QDiAEoAgo2kAPIDuuZGJrLk5lYITgAcCXhpru5+7hsBXu5eGyHhCNZ+Xng3Xt4a7hHuz3tZOeh53FLlywN0AC2YDqTX6Q3qY0mMwGzQG4wAsvV5kgQItTCxVoh3Gk8AkEg4-Gk3rtvBdEB5cd5Aho-Bo0mkEhtThsPiBcmJYGACGBFGhpjQoHRyCgAF4VNgcchcBSCYRfTnc3n8wXCsUS+R8JjKZa6FGGYwYlaotZ2Rl4CIbVz2BKeNIvNLkhAJLy3G62RJeCL2dzvbLshX4HhlGSqAHA1jkIFgAAEigwwpgEH1aMNyyxV28GzwGjOtgJ9np8ScjrCFLStwrHk8+yiGhLWX95CYEDg5g5OAWabMJpsqVseBtjK8CXdHoiTrsgWcHoCN0ZcU8fjZHfEJFK0glXaWPdApu8uI2jI0SXctJulsnTgiETwXj8LtttjPfherP9q4KxQ3f1U1RI25GhmMR4BsGjenEGgbBsJwEkSk6nHizzPpsrh+NeRIroGPwhhK4ZgIB6a9lccS3kOj5jteTpnoO9pMt6tq7Ja7hYaI+RKnyApCiK4pEQaO6YsRGhOicjgRK+0GFlBcQJKx3zBpu-zRngvB0EQEAqOQUCEbulg2D6OyBO4TJ+FathpMcTp0k4eLeg8MQ+BsEQunJYgKb+LD4Xg9SAgYaCXPxQHEdYyQ2RZcQOC4vo3AkTqoaB174jeMGMpJrlBr8oaecpqnqTpgl7pEIHkSOlETmWCDme4eIOKOpxVScTjpThilhspChqSgED5cahUkU40SBOZuboTerhWRWNVpEcFZHK6SQRI2GRAA */

/** @xstate-layout N4IgpgJg5mDOIC5RQJYBcAWBXARgOgBsVY0BJAOzTCgCcBDNFAe3IGIIWw8VyA3JgNZdUmXIWJlK1eoxYIe-AMYNm5ANoAGALqatiUAAcmsdKv0gAHogBMAdgCMeB-YDMANmsAWe7Y8BOawAaEABPRAAOFzwXaxc-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-BNMsiA4roVrG-NEZ8d4yT3Fphks42x+xkiHJTBJe1fAuN4rRMyhofUhmSHhd8SRPDZg2H2PYCaTIlXon3VNRj9pLxIsmOIOyNBEU7HtYFRkJpJr8mVfIRQqpoFLeTMc75xRZviA8dCB1+xCl8BKGUlxCTknQVLRNvlSrkHKkUOodkHLdrxccJwXhvCfijp8s4aVlQynXliJIlw05NvnUW6aE1IAbtWHGH5MRwaWJJEkg9ERowRjsI+LwxFp0FvnCEyRD76USjkiSSxxJk6JVrd1HwAaep4iJMkGSQGNFlO8WoghRCSH12tmQihYHQyxA0JBp48YnipEjGGr975Er3m+tmhwuwMP83gJs15SsvCms1D04UqDMyAwrUKeBo462Rmzehdj2NEYlq40amwmErj8b2IJ+tImzgSnI74aNTxfC7FUrJmW7bCgAFksAEEYM5MAnaSMihsU+9T8ULhsoiBocjnnvomsuDEWtiQTM4zM6ukWDmAiimcxKVzVrtPR02gEN9qDIgOJ3s-fePcSNHPfERNKbgo4x0-ecRDhIHUqR8DstLBGX4XyPu3cuWXBPhzywV9Yscl7Pk2FG-Su0HzOpBWIXeWcm491dh-Y+o3v6ZcU3ShAdx+y5cjoitrRXUExTBqSUOa8RGzvwENmro26tfwkD-YSGAssvua0t6OK2ma6c1Lk4ihSRRVb3iNt+FcjuTZO6Nsz9mZsSrm5qZMyW0geC8DsLw3VUgs2jDKLeIM4yveG6-cuY227He7h95dhRQvroB76sxWw9hg+JZDzwsCcuJUhvids8bdv4PS+9tHX3sf+zAKCE+WWZSODSrEBwJII32DjsmTUrhLkdnWP1p+1WMvY7q+0IgYBKCNY8Fd-Ly2PBFcjKw1BPVvpnssZmDDIGpESFNyR44RFNrbCxCRfY3C6MICgXJVJeISIjWHKbF1sNlESLwWIrDuCHOnRZjsdTsojO+Gse+VS8Q30aj+t7gb8zMVGiLAoL1lvzlNMHPGTCIp2lL0UqKCOFzny+AOJkTIQA */
(0, xstate_1.createMachine)({
createMachine({
id: 'github',

@@ -11,0 +9,0 @@ initial: 'listIntegration',

{
"name": "@adminide-stack/integration-api",
"version": "5.0.1-alpha.0",
"version": "5.0.1-alpha.8",
"description": "Integration core for higher packages to depend on",

@@ -22,3 +22,3 @@ "license": "ISC",

"dependencies": {
"@adminide-stack/core": "5.0.1-alpha.0",
"@adminide-stack/core": "5.0.1-alpha.8",
"xstate": "^4.35.2"

@@ -32,3 +32,3 @@ },

},
"gitHead": "0ea05a7b73a01ba2592a11fd6871ec4551da5eb2"
"gitHead": "032250983cf303196c4b57b72f9531eff79a4aa2"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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