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

appknit-platform-sdk

Package Overview
Dependencies
Maintainers
2
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appknit-platform-sdk - npm Package Compare versions

Comparing version 2.0.0-4 to 2.0.0-5

18

dist/src/types/sdkExtension.d.ts

@@ -18,3 +18,11 @@ import { AppknitSDK } from '../sdk';

SAML = "SAML",
CUSTOM = "CUSTOM"
CUSTOM = "CUSTOM",
secret = "SECRET",
usernamePassword = "USERNAME_PASSWORD",
tls = "TLS",
oauth1 = "OAUTH1",
oauth2 = "OAUTH2",
openidConnect = "OPENID_CONNECT",
saml = "SAML",
custom = "CUSTOM"
}

@@ -72,7 +80,7 @@ export interface SdkExtensionCredential {

}
export declare enum SdkIntegrationSourceType {
export declare enum SdkExtensionSourceType {
git = "git",
cli = "cli"
}
export interface SdkIntegrationSourceGit {
export interface SdkExtensionSourceGit {
url: string;

@@ -92,4 +100,4 @@ path: string;

source?: {
type: SdkIntegrationSourceType;
git?: SdkIntegrationSourceGit;
type: SdkExtensionSourceType;
git?: SdkExtensionSourceGit;
};

@@ -96,0 +104,0 @@ releaseChanges: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SdkIntegrationSourceType = exports.SdkGraphFunctionType = exports.SdkExtensionCredentialType = exports.SdkRuntimePlatform = void 0;
exports.SdkExtensionSourceType = exports.SdkGraphFunctionType = exports.SdkExtensionCredentialType = exports.SdkRuntimePlatform = void 0;
var SdkRuntimePlatform;

@@ -19,2 +19,10 @@ (function (SdkRuntimePlatform) {

SdkExtensionCredentialType["CUSTOM"] = "CUSTOM";
SdkExtensionCredentialType["secret"] = "SECRET";
SdkExtensionCredentialType["usernamePassword"] = "USERNAME_PASSWORD";
SdkExtensionCredentialType["tls"] = "TLS";
SdkExtensionCredentialType["oauth1"] = "OAUTH1";
SdkExtensionCredentialType["oauth2"] = "OAUTH2";
SdkExtensionCredentialType["openidConnect"] = "OPENID_CONNECT";
SdkExtensionCredentialType["saml"] = "SAML";
SdkExtensionCredentialType["custom"] = "CUSTOM";
})(SdkExtensionCredentialType = exports.SdkExtensionCredentialType || (exports.SdkExtensionCredentialType = {}));

@@ -26,7 +34,7 @@ var SdkGraphFunctionType;

})(SdkGraphFunctionType = exports.SdkGraphFunctionType || (exports.SdkGraphFunctionType = {}));
var SdkIntegrationSourceType;
(function (SdkIntegrationSourceType) {
SdkIntegrationSourceType["git"] = "git";
SdkIntegrationSourceType["cli"] = "cli";
})(SdkIntegrationSourceType = exports.SdkIntegrationSourceType || (exports.SdkIntegrationSourceType = {}));
var SdkExtensionSourceType;
(function (SdkExtensionSourceType) {
SdkExtensionSourceType["git"] = "git";
SdkExtensionSourceType["cli"] = "cli";
})(SdkExtensionSourceType = exports.SdkExtensionSourceType || (exports.SdkExtensionSourceType = {}));
//# sourceMappingURL=sdkExtension.js.map
{
"name": "appknit-platform-sdk",
"version": "2.0.0-4",
"version": "2.0.0-5",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://appknit.io",

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