Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adminide-stack/integration-api

Package Overview
Dependencies
Maintainers
0
Versions
187
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 9.0.6-alpha.40 to 9.0.6-alpha.47

6

lib/interfaces/generated-models.js

@@ -660,3 +660,3 @@ import*as Apollo from'@apollo/client/index.js';const defaultOptions = {};

function useFilterIntegrationConfigurationSuspenseQuery(baseOptions) {
const options = {
const options = baseOptions === Apollo.skipToken ? baseOptions : {
...defaultOptions,

@@ -987,3 +987,3 @@ ...baseOptions

function useGetAllIntegrationConfigurationsSuspenseQuery(baseOptions) {
const options = {
const options = baseOptions === Apollo.skipToken ? baseOptions : {
...defaultOptions,

@@ -1126,3 +1126,3 @@ ...baseOptions

function useGetIntegrationConfigurationSuspenseQuery(baseOptions) {
const options = {
const options = baseOptions === Apollo.skipToken ? baseOptions : {
...defaultOptions,

@@ -1129,0 +1129,0 @@ ...baseOptions

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

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

"dependencies": {
"@adminide-stack/core": "9.0.6-alpha.40",
"@adminide-stack/core": "9.0.6-alpha.47",
"xstate": "^5.16.0"

@@ -34,3 +34,3 @@ },

},
"gitHead": "98fb3bd1ce5dfcddf753b123098648ea05195c4c"
"gitHead": "3d5285747c7c837b70d7dd5cd6693d8a8f11b4a3"
}

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