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

@open-social-protocol/osp-api-index-types

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-social-protocol/osp-api-index-types - npm Package Compare versions

Comparing version 0.1.5 to 0.2.6

46

CHANGELOG.md
# @open-social-protocol/osp-api-index-types
## 0.2.6
### Patch Changes
- update version
## 0.2.5
### Patch Changes
- update version
## 0.2.4
### Patch Changes
- update version
## 0.2.3
### Patch Changes
- update version
## 0.2.2
### Patch Changes
- update version
## 0.2.1
### Patch Changes
- d2ffaa4: update versions
## 0.2.0
### Minor Changes
- feat: update version
### Patch Changes
- d2ffaa4: update versions
## 0.1.5

@@ -4,0 +50,0 @@

30

dist/index.js

@@ -44,2 +44,3 @@ var __defProp = Object.defineProperty;

RelationRoleEnum: () => RelationRoleEnum,
RelationStatusEnum: () => RelationStatusEnum,
ReportTypeEnum: () => ReportTypeEnum,

@@ -133,4 +134,2 @@ StoryVerbEnum: () => StoryVerbEnum,

ReactionKindEnum2["LIKE"] = "LIKE";
ReactionKindEnum2["SHARE"] = "SHARE";
ReactionKindEnum2["FAVORITE"] = "FAVORITE";
ReactionKindEnum2["VOTE"] = "VOTE";

@@ -142,3 +141,3 @@ ReactionKindEnum2["MEGAPHONE"] = "MEGAPHONE";

ReactionKindEnum2["USER_PIN"] = "USER_PIN";
ReactionKindEnum2["REPEAL"] = "REPEAL";
ReactionKindEnum2["HIGHLIGHT"] = "HIGHLIGHT";
return ReactionKindEnum2;

@@ -172,2 +171,4 @@ })(ReactionKindEnum || {});

RelationRoleEnum2["MEMBER"] = "MEMBER";
RelationRoleEnum2["ADMIN"] = "ADMIN";
RelationRoleEnum2["MODS"] = "MODS";
return RelationRoleEnum2;

@@ -178,4 +179,10 @@ })(RelationRoleEnum || {});

RelationRankingEnum2["CREATED"] = "CREATED";
RelationRankingEnum2["LATEST_POST_TIME"] = "LATEST_POST_TIME";
return RelationRankingEnum2;
})(RelationRankingEnum || {});
var RelationStatusEnum = /* @__PURE__ */ ((RelationStatusEnum2) => {
RelationStatusEnum2["ENABLE"] = "ENABLE";
RelationStatusEnum2["DISABLE"] = "DISABLE";
return RelationStatusEnum2;
})(RelationStatusEnum || {});
var ReportTypeEnum = /* @__PURE__ */ ((ReportTypeEnum2) => {

@@ -1514,18 +1521,2 @@ ReportTypeEnum2["REPORT"] = "REPORT";

/**
* @description apps github path check
*
* @tags App
* @name AppCheck
* @summary /apps/{project_path}/check
* @request POST:/apps/{project_path}/check
* @secure
*/
appCheck: (projectPath, params = {}) => this.request({
path: `/apps/${projectPath}/check`,
method: "POST",
secure: true,
format: "json",
...params
}),
/**
* @description add the data of app

@@ -1662,2 +1653,3 @@ *

RelationRoleEnum,
RelationStatusEnum,
ReportTypeEnum,

@@ -1664,0 +1656,0 @@ StoryVerbEnum,

{
"name": "@open-social-protocol/osp-api-index-types",
"version": "0.1.5",
"version": "0.2.6",
"description": "open social protocol index server api",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is too big to display

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