@proca/api
Advanced tools
Comparing version 3.0.0-alpha.11 to 3.0.0-alpha.12
@@ -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']; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
588626
9289