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

@proca/api

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proca/api - npm Package Compare versions

Comparing version 3.0.0-alpha.11 to 3.0.0-alpha.12

7

dist/apiTypes.d.ts

@@ -590,2 +590,3 @@ export declare type Maybe<T> = T | null;

copyCampaignActionPage: ActionPage;
addActionPage: ActionPage;
launchActionPage: LaunchActionPageResult;

@@ -640,2 +641,8 @@ /** Adds an action referencing contact data via contactRef */

};
export declare type RootMutationTypeAddActionPageArgs = {
orgName: Scalars['String'];
name: Scalars['String'];
locale: Scalars['String'];
campaignName: Scalars['String'];
};
export declare type RootMutationTypeLaunchActionPageArgs = {

@@ -642,0 +649,0 @@ name: Scalars['String'];

4

package.json
{
"name": "@proca/api",
"version": "3.0.0-alpha.11",
"version": "3.0.0-alpha.12",
"description": "Client library for Proca API",

@@ -54,3 +54,3 @@ "main": "dist/index.js",

},
"gitHead": "ecce31592a575bd976b25984cfc6b7b18e314eca"
"gitHead": "645f1b773bface51d08aa223c29e8d146f856a3a"
}

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