@proca/cli 3.3.1 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1992 -60
- package/package.json +88 -71
- package/proca-cli +8 -0
- package/src/commands/action/add.mjs +192 -0
- package/src/commands/action/confirm.mjs +93 -0
- package/src/commands/action/count.mjs +61 -0
- package/src/commands/action/list.mjs +204 -0
- package/src/commands/action/replay.mjs +56 -0
- package/src/commands/action/requeue.mjs +156 -0
- package/src/commands/campaign/add.mjs +113 -0
- package/src/commands/campaign/copy.mjs +91 -0
- package/src/commands/campaign/delete.mjs +41 -0
- package/src/commands/campaign/get.mjs +132 -0
- package/src/commands/campaign/list.mjs +161 -0
- package/src/commands/campaign/mtt.mjs +131 -0
- package/src/commands/campaign/queries.graphql +19 -0
- package/src/commands/campaign/status.mjs +63 -0
- package/src/commands/campaign/widget/archive.mjs +124 -0
- package/src/commands/campaign/widget/copy.mjs +175 -0
- package/src/commands/campaign/widget/get.mjs +19 -0
- package/src/commands/campaign/widget/index.mjs +17 -0
- package/src/commands/campaign/widget/rebuild.mjs +50 -0
- package/src/commands/config/add.mjs +97 -0
- package/src/commands/config/folder.mjs +42 -0
- package/src/commands/config/server.mjs +33 -0
- package/src/commands/config/set.mjs +103 -0
- package/src/commands/config/user.mjs +79 -0
- package/src/commands/contact/count.mjs +41 -0
- package/src/commands/contact/list.mjs +207 -0
- package/src/commands/org/add.mjs +75 -0
- package/src/commands/org/crm.mjs +88 -0
- package/src/commands/org/delete.mjs +48 -0
- package/src/commands/org/email.mjs +111 -0
- package/src/commands/org/get.mjs +152 -0
- package/src/commands/service/add.mjs +78 -0
- package/src/commands/service/list.mjs +24 -0
- package/src/commands/target/add.mjs +94 -0
- package/src/commands/template/add.mjs +97 -0
- package/src/commands/template/list.mjs +61 -0
- package/src/commands/user/get.mjs +91 -0
- package/src/commands/user/invite.mjs +56 -0
- package/src/commands/user/join.mjs +81 -0
- package/src/commands/user/leave.mjs +57 -0
- package/src/commands/user/list.mjs +80 -0
- package/src/commands/user/reset.mjs +83 -0
- package/src/commands/widget/add.mjs +116 -0
- package/src/commands/widget/delete.mjs +45 -0
- package/src/commands/widget/get.mjs +60 -0
- package/src/commands/widget/list.mjs +135 -0
- package/src/commands/widget/rebuild.mjs +64 -0
- package/src/commands/widget/update.mjs +174 -0
- package/src/config.mjs +49 -0
- package/src/generated/schema.json +10677 -0
- package/src/hooks/help.mjs +14 -0
- package/src/hooks/init.mjs +41 -0
- package/src/index.mjs +1 -0
- package/src/procaCommand.mjs +316 -0
- package/src/queries/campaign.mjs +35 -0
- package/src/queries/widget.mjs +25 -0
- package/src/urql.mjs +60 -0
- package/src/util/twitter.mjs +23 -0
- package/theme.json +29 -0
- package/LICENSE +0 -661
- package/bin/proca-cli +0 -4
- package/dist/a.d.ts +0 -1
- package/dist/a.js +0 -21
- package/dist/a.js.map +0 -1
- package/dist/browser.d.ts +0 -1
- package/dist/browser.js +0 -24
- package/dist/browser.js.map +0 -1
- package/dist/campaign.d.ts +0 -156
- package/dist/campaign.js +0 -188
- package/dist/campaign.js.map +0 -1
- package/dist/cli.d.ts +0 -40
- package/dist/cli.js +0 -411
- package/dist/cli.js.map +0 -1
- package/dist/client.d.ts +0 -2
- package/dist/client.js +0 -18
- package/dist/client.js.map +0 -1
- package/dist/config.d.ts +0 -35
- package/dist/config.js +0 -71
- package/dist/config.js.map +0 -1
- package/dist/crypto.d.ts +0 -40
- package/dist/crypto.js +0 -53
- package/dist/crypto.js.map +0 -1
- package/dist/decrypt.d.ts +0 -7
- package/dist/decrypt.js +0 -29
- package/dist/decrypt.js.map +0 -1
- package/dist/export.d.ts +0 -15
- package/dist/export.js +0 -141
- package/dist/export.js.map +0 -1
- package/dist/format.d.ts +0 -37
- package/dist/format.js +0 -200
- package/dist/format.js.map +0 -1
- package/dist/index.d.ts +0 -8
- package/dist/index.js +0 -35
- package/dist/index.js.map +0 -1
- package/dist/keys.d.ts +0 -4
- package/dist/keys.js +0 -38
- package/dist/keys.js.map +0 -1
- package/dist/org.d.ts +0 -11
- package/dist/org.js +0 -93
- package/dist/org.js.map +0 -1
- package/dist/proca.d.ts +0 -2066
- package/dist/proca.js +0 -396
- package/dist/proca.js.map +0 -1
- package/dist/queue.d.ts +0 -8
- package/dist/queue.js +0 -126
- package/dist/queue.js.map +0 -1
- package/dist/queueMessage.d.ts +0 -102
- package/dist/queueMessage.js +0 -109
- package/dist/queueMessage.js.map +0 -1
- package/dist/scalarLocations.d.ts +0 -4
- package/dist/scalarLocations.js +0 -236
- package/dist/scalarLocations.js.map +0 -1
- package/dist/service/actionnetwork.d.ts +0 -10
- package/dist/service/actionnetwork.js +0 -302
- package/dist/service/actionnetwork.js.map +0 -1
- package/dist/service/distance.d.ts +0 -3
- package/dist/service/distance.js +0 -92
- package/dist/service/distance.js.map +0 -1
- package/dist/service/echo.d.ts +0 -4
- package/dist/service/echo.js +0 -19
- package/dist/service/echo.js.map +0 -1
- package/dist/service/email.d.ts +0 -14
- package/dist/service/email.js +0 -67
- package/dist/service/email.js.map +0 -1
- package/dist/service/identity.d.ts +0 -58
- package/dist/service/identity.js +0 -190
- package/dist/service/identity.js.map +0 -1
- package/dist/service/index.d.ts +0 -14
- package/dist/service/index.js +0 -61
- package/dist/service/index.js.map +0 -1
- package/dist/setup.d.ts +0 -2
- package/dist/setup.js +0 -287
- package/dist/setup.js.map +0 -1
- package/dist/test.d.ts +0 -1
- package/dist/test.js +0 -33
- package/dist/test.js.map +0 -1
- package/dist/util.d.ts +0 -5
- package/dist/util.js +0 -30
- package/dist/util.js.map +0 -1
- package/dist/watch.d.ts +0 -9
- package/dist/watch.js +0 -76
- package/dist/watch.js.map +0 -1
package/dist/proca.js
DELETED
|
@@ -1,396 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetOrgDocument = exports.DashOrgOverviewDocument = exports.CurrentUserOrgsDocument = exports.ActionPageUpsertedDocument = exports.UpdateOrgDocument = exports.AddOrgDocument = exports.ActivateKeyDocument = exports.AddKeyDocument = exports.GenerateKeyDocument = exports.ListKeysDocument = exports.UpsertCampaignDocument = exports.JoinOrgDocument = exports.CopyCampaignActionPageDocument = exports.CopyActionPageDocument = exports.ExportOrgActionsDocument = exports.ExportCampaignActionsDocument = exports.PubListCampaignDocument = exports.UpdateActionPageDocument = exports.ListActionPagesByCampaignDocument = exports.GetPublicActionPageDocument = exports.GetActionPageDocument = exports.ListActionPagesDocument = exports.ListCampaignsDocument = exports.FindPublicCampaignDocument = exports.GetCampaignDocument = exports.ActionExport = exports.ContactExport = exports.ServiceFields = exports.KeyFields = exports.OrgPrivateFields = exports.OrgFields = exports.ActionPagePrivateFields = exports.ActionPageIds = exports.CampaignExportIds = exports.ActionPageOwners = exports.CampaignIds = exports.CampaignOverview = exports.CampaignPartnerships = exports.ActionPageFields = exports.OrgIds = exports.CampaignAllStats = exports.CampaignPrivateFields = exports.CampaignFields = exports.Status = exports.ServiceName = exports.EmailStatus = exports.DonationSchema = exports.DonationFrequencyUnit = exports.ContactSchema = exports.ActionPageStatus = void 0;
|
|
4
|
-
exports.scalarLocations = exports.ActionPageSetExtraDocument = exports.ActionPageExtraDocument = exports.RejectLaunchRequestDocument = exports.AcceptLaunchRequestDocument = exports.LaunchActionPageDocument = exports.GetOrgAttrsDocument = void 0;
|
|
5
|
-
var ActionPageStatus;
|
|
6
|
-
(function (ActionPageStatus) {
|
|
7
|
-
/** This action page is ready to receive first action or is stalled for over 1 year */
|
|
8
|
-
ActionPageStatus["Standby"] = "STANDBY";
|
|
9
|
-
/** This action page received actions lately */
|
|
10
|
-
ActionPageStatus["Active"] = "ACTIVE";
|
|
11
|
-
/** This action page did not receive actions lately */
|
|
12
|
-
ActionPageStatus["Stalled"] = "STALLED";
|
|
13
|
-
})(ActionPageStatus = exports.ActionPageStatus || (exports.ActionPageStatus = {}));
|
|
14
|
-
var ContactSchema;
|
|
15
|
-
(function (ContactSchema) {
|
|
16
|
-
ContactSchema["Basic"] = "BASIC";
|
|
17
|
-
ContactSchema["PopularInitiative"] = "POPULAR_INITIATIVE";
|
|
18
|
-
ContactSchema["Eci"] = "ECI";
|
|
19
|
-
ContactSchema["ItCi"] = "IT_CI";
|
|
20
|
-
})(ContactSchema = exports.ContactSchema || (exports.ContactSchema = {}));
|
|
21
|
-
var DonationFrequencyUnit;
|
|
22
|
-
(function (DonationFrequencyUnit) {
|
|
23
|
-
DonationFrequencyUnit["OneOff"] = "ONE_OFF";
|
|
24
|
-
DonationFrequencyUnit["Weekly"] = "WEEKLY";
|
|
25
|
-
DonationFrequencyUnit["Monthly"] = "MONTHLY";
|
|
26
|
-
DonationFrequencyUnit["Daily"] = "DAILY";
|
|
27
|
-
})(DonationFrequencyUnit = exports.DonationFrequencyUnit || (exports.DonationFrequencyUnit = {}));
|
|
28
|
-
var DonationSchema;
|
|
29
|
-
(function (DonationSchema) {
|
|
30
|
-
DonationSchema["StripePaymentIntent"] = "STRIPE_PAYMENT_INTENT";
|
|
31
|
-
})(DonationSchema = exports.DonationSchema || (exports.DonationSchema = {}));
|
|
32
|
-
var EmailStatus;
|
|
33
|
-
(function (EmailStatus) {
|
|
34
|
-
EmailStatus["None"] = "NONE";
|
|
35
|
-
EmailStatus["DoubleOptIn"] = "DOUBLE_OPT_IN";
|
|
36
|
-
EmailStatus["Bounce"] = "BOUNCE";
|
|
37
|
-
EmailStatus["Blocked"] = "BLOCKED";
|
|
38
|
-
EmailStatus["Spam"] = "SPAM";
|
|
39
|
-
EmailStatus["Unsub"] = "UNSUB";
|
|
40
|
-
})(EmailStatus = exports.EmailStatus || (exports.EmailStatus = {}));
|
|
41
|
-
var ServiceName;
|
|
42
|
-
(function (ServiceName) {
|
|
43
|
-
ServiceName["Ses"] = "SES";
|
|
44
|
-
ServiceName["Sqs"] = "SQS";
|
|
45
|
-
ServiceName["Mailjet"] = "MAILJET";
|
|
46
|
-
ServiceName["Wordpress"] = "WORDPRESS";
|
|
47
|
-
ServiceName["Stripe"] = "STRIPE";
|
|
48
|
-
ServiceName["Webhook"] = "WEBHOOK";
|
|
49
|
-
})(ServiceName = exports.ServiceName || (exports.ServiceName = {}));
|
|
50
|
-
var Status;
|
|
51
|
-
(function (Status) {
|
|
52
|
-
/** Operation completed succesfully */
|
|
53
|
-
Status["Success"] = "SUCCESS";
|
|
54
|
-
/** Operation awaiting confirmation */
|
|
55
|
-
Status["Confirming"] = "CONFIRMING";
|
|
56
|
-
/** Operation had no effect (already done) */
|
|
57
|
-
Status["Noop"] = "NOOP";
|
|
58
|
-
})(Status = exports.Status || (exports.Status = {}));
|
|
59
|
-
exports.CampaignFields = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "campaignFields" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Campaign" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "externalId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contactSchema" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" } }] } }] };
|
|
60
|
-
exports.CampaignPrivateFields = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "campaignPrivateFields" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateCampaign" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "forceDelivery" } }] } }] };
|
|
61
|
-
exports.CampaignAllStats = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "campaignAllStats" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Campaign" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "stats" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "supporterCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "supporterCountByOrg" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "count" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionCount" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "actionType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "count" } }] } }] } }] } }] };
|
|
62
|
-
exports.OrgIds = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "orgIds" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Org" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateOrg" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] };
|
|
63
|
-
exports.ActionPageFields = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "actionPageFields" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ActionPage" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "locale" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" } }, { "kind": "Field", "name": { "kind": "Name", "value": "live" } }, { "kind": "Field", "name": { "kind": "Name", "value": "thankYouTemplate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "thankYouTemplateRef" } }] } }] };
|
|
64
|
-
exports.CampaignPartnerships = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "campaignPartnerships" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateCampaign" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "partnerships" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionPages" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageFields" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launchRequests" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectId" } }] } }] } }] } }, ...exports.OrgIds.definitions, ...exports.ActionPageFields.definitions] };
|
|
65
|
-
exports.CampaignOverview = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "CampaignOverview" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateCampaign" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignPrivateFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignAllStats" } }, { "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignPartnerships" } }] } }, ...exports.CampaignFields.definitions, ...exports.CampaignPrivateFields.definitions, ...exports.CampaignAllStats.definitions, ...exports.OrgIds.definitions, ...exports.CampaignPartnerships.definitions] };
|
|
66
|
-
exports.CampaignIds = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "campaignIds" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Campaign" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "externalId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }] } }] };
|
|
67
|
-
exports.ActionPageOwners = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "actionPageOwners" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ActionPage" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "campaign" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignIds" } }, { "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }] } }, ...exports.ActionPageFields.definitions, ...exports.CampaignIds.definitions, ...exports.OrgIds.definitions] };
|
|
68
|
-
exports.CampaignExportIds = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "campaignExportIds" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Campaign" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "externalId" } }] } }] };
|
|
69
|
-
exports.ActionPageIds = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "actionPageIds" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ActionPage" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "locale" } }] } }] };
|
|
70
|
-
exports.ActionPagePrivateFields = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "actionPagePrivateFields" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateActionPage" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "extraSupporters" } }, { "kind": "Field", "name": { "kind": "Name", "value": "delivery" } }] } }] };
|
|
71
|
-
exports.OrgFields = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "orgFields" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Org" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }] } }] };
|
|
72
|
-
exports.OrgPrivateFields = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "orgPrivateFields" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateOrg" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" } }, { "kind": "Field", "name": { "kind": "Name", "value": "personalData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contactSchema" } }, { "kind": "Field", "name": { "kind": "Name", "value": "supporterConfirm" } }, { "kind": "Field", "name": { "kind": "Name", "value": "supporterConfirmTemplate" } }] } }] } }] };
|
|
73
|
-
exports.KeyFields = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "keyFields" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Key" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "public" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "expired" } }, { "kind": "Field", "name": { "kind": "Name", "value": "expiredAt" } }] } }] };
|
|
74
|
-
exports.ServiceFields = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "serviceFields" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Service" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" } }, { "kind": "Field", "name": { "kind": "Name", "value": "path" } }] } }] };
|
|
75
|
-
exports.ContactExport = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "contactExport" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Contact" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contactRef" } }, { "kind": "Field", "name": { "kind": "Name", "value": "payload" } }, { "kind": "Field", "name": { "kind": "Name", "value": "nonce" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publicKey" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "public" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "signKey" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "public" } }] } }] } }] };
|
|
76
|
-
exports.ActionExport = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "actionExport" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Action" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "actionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contact" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "contactExport" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "customFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tracking" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "source" } }, { "kind": "Field", "name": { "kind": "Name", "value": "medium" } }, { "kind": "Field", "name": { "kind": "Name", "value": "campaign" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "privacy" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "optIn" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailStatus" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailStatusChanged" } }] } }] } }, ...exports.ContactExport.definitions] };
|
|
77
|
-
exports.GetCampaignDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetCampaign" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "campaign" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignPrivateFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignAllStats" } }, { "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignPartnerships" } }] } }] } }] } }, ...exports.CampaignFields.definitions, ...exports.CampaignPrivateFields.definitions, ...exports.CampaignAllStats.definitions, ...exports.OrgIds.definitions, ...exports.CampaignPartnerships.definitions] };
|
|
78
|
-
exports.FindPublicCampaignDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "FindPublicCampaign" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "title" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "campaigns" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "title" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "title" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }] } }] } }, ...exports.CampaignFields.definitions, ...exports.OrgIds.definitions] };
|
|
79
|
-
exports.ListCampaignsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ListCampaigns" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "campaigns" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignPrivateFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }] } }] } }] } }, ...exports.CampaignFields.definitions, ...exports.CampaignPrivateFields.definitions, ...exports.OrgIds.definitions] };
|
|
80
|
-
exports.ListActionPagesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ListActionPages" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "actionPages" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageOwners" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPagePrivateFields" } }] } }] } }] } }, ...exports.ActionPageOwners.definitions, ...exports.ActionPagePrivateFields.definitions] };
|
|
81
|
-
exports.GetActionPageDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetActionPage" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionPage" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageOwners" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPagePrivateFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "campaign" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignPrivateFields" } }] } }] } }] } }] } }, ...exports.ActionPageOwners.definitions, ...exports.ActionPagePrivateFields.definitions, ...exports.CampaignFields.definitions, ...exports.CampaignPrivateFields.definitions] };
|
|
82
|
-
exports.GetPublicActionPageDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetPublicActionPage" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "actionPage" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageOwners" } }] } }] } }, ...exports.ActionPageOwners.definitions] };
|
|
83
|
-
exports.ListActionPagesByCampaignDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ListActionPagesByCampaign" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "campaignId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionPages" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "select" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "campaignId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "campaignId" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPagePrivateFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "campaign" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }] } }] } }] } }] } }, ...exports.ActionPageFields.definitions, ...exports.ActionPagePrivateFields.definitions, ...exports.CampaignFields.definitions] };
|
|
84
|
-
exports.UpdateActionPageDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateActionPage" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "actionPage" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ActionPageInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateActionPage" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "actionPage" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] };
|
|
85
|
-
exports.PubListCampaignDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "PubListCampaign" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "campaigns" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }] } }] } }, ...exports.CampaignFields.definitions] };
|
|
86
|
-
exports.ExportCampaignActionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ExportCampaignActions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "campaignId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "campaignName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "start" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "after" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "DateTime" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "onlyOptIn" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "campaigns" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignIds" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionPages" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "locale" } }, { "kind": "Field", "name": { "kind": "Name", "value": "thankYouTemplateRef" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "exportActions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "campaignId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "campaignId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "campaignName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "campaignName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "start" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "start" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "after" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "after" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "onlyOptIn" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "onlyOptIn" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionExport" } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionPage" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageIds" } }] } }] } }] } }, ...exports.CampaignIds.definitions, ...exports.ActionExport.definitions, ...exports.ActionPageIds.definitions] };
|
|
87
|
-
exports.ExportOrgActionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ExportOrgActions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "start" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "after" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "DateTime" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "onlyOptIn" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "campaigns" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignIds" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionPages" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "locale" } }, { "kind": "Field", "name": { "kind": "Name", "value": "thankYouTemplateRef" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "exportActions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "start" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "start" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "after" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "after" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "onlyOptIn" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "onlyOptIn" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionExport" } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionPage" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageIds" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "campaign" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignExportIds" } }] } }] } }] } }, ...exports.CampaignIds.definitions, ...exports.ActionExport.definitions, ...exports.ActionPageIds.definitions, ...exports.CampaignExportIds.definitions] };
|
|
88
|
-
exports.CopyActionPageDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CopyActionPage" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "fromName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "toOrg" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "toName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "copyActionPage" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "fromName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "fromName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "toName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "toOrg" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPagePrivateFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "campaign" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }] } }] } }] } }, ...exports.ActionPageFields.definitions, ...exports.ActionPagePrivateFields.definitions, ...exports.CampaignFields.definitions] };
|
|
89
|
-
exports.CopyCampaignActionPageDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CopyCampaignActionPage" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "fromCampaign" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "toOrg" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "toName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "copyCampaignActionPage" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "fromCampaignName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "fromCampaign" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "toName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "toOrg" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPagePrivateFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "campaign" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignIds" } }] } }] } }] } }, ...exports.ActionPageFields.definitions, ...exports.ActionPagePrivateFields.definitions, ...exports.CampaignIds.definitions] };
|
|
90
|
-
exports.JoinOrgDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "JoinOrg" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "joinOrg" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] };
|
|
91
|
-
exports.UpsertCampaignDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpsertCampaign" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "campaign" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "CampaignInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "upsertCampaign" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "campaign" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] };
|
|
92
|
-
exports.ListKeysDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ListKeys" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "keys" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "keyFields" } }] } }] } }] } }, ...exports.KeyFields.definitions] };
|
|
93
|
-
exports.GenerateKeyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "GenerateKey" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "GenKeyInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "generateKey" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "public" } }, { "kind": "Field", "name": { "kind": "Name", "value": "private" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "expired" } }, { "kind": "Field", "name": { "kind": "Name", "value": "expiredAt" } }] } }] } }] };
|
|
94
|
-
exports.AddKeyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddKey" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AddKeyInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addKey" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "public" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "expired" } }, { "kind": "Field", "name": { "kind": "Name", "value": "expiredAt" } }] } }] } }] };
|
|
95
|
-
exports.ActivateKeyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ActivateKey" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "activateKey" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] };
|
|
96
|
-
exports.AddOrgDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddOrg" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addOrg" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }] } }, ...exports.OrgIds.definitions] };
|
|
97
|
-
exports.UpdateOrgDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateOrg" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrg" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgPrivateFields" } }] } }] } }, ...exports.OrgFields.definitions, ...exports.OrgPrivateFields.definitions] };
|
|
98
|
-
exports.ActionPageUpsertedDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "ActionPageUpserted" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "actionPageUpserted" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageOwners" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPagePrivateFields" } }] } }] } }, ...exports.ActionPageOwners.definitions, ...exports.ActionPagePrivateFields.definitions] };
|
|
99
|
-
exports.CurrentUserOrgsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "CurrentUserOrgs" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "currentUser" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "roles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }] } }] } }] } }, ...exports.OrgIds.definitions] };
|
|
100
|
-
exports.DashOrgOverviewDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DashOrgOverview" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgPrivateFields" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateOrg" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "campaigns" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "campaignAllStats" } }, { "kind": "Field", "name": { "kind": "Name", "value": "org" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgIds" } }] } }] } }] } }] } }] } }, ...exports.OrgPrivateFields.definitions, ...exports.CampaignFields.definitions, ...exports.CampaignAllStats.definitions, ...exports.OrgIds.definitions] };
|
|
101
|
-
exports.GetOrgDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrg" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgPrivateFields" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "select" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "active" }, "value": { "kind": "BooleanValue", "value": true } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "keyFields" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "services" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "serviceFields" } }] } }] } }] } }, ...exports.OrgFields.definitions, ...exports.OrgPrivateFields.definitions, ...exports.KeyFields.definitions, ...exports.ServiceFields.definitions] };
|
|
102
|
-
exports.GetOrgAttrsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgAttrs" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "org" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgFields" } }, { "kind": "FragmentSpread", "name": { "kind": "Name", "value": "orgPrivateFields" } }] } }] } }, ...exports.OrgFields.definitions, ...exports.OrgPrivateFields.definitions] };
|
|
103
|
-
exports.LaunchActionPageDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "launchActionPage" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "launchActionPage" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] };
|
|
104
|
-
exports.AcceptLaunchRequestDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "acceptLaunchRequest" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "confirm" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfirmInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "acceptOrgConfirm" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "confirm" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "confirm" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "actionPage" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "actionPageFields" } }] } }] } }] } }, ...exports.ActionPageFields.definitions] };
|
|
105
|
-
exports.RejectLaunchRequestDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "rejectLaunchRequest" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "confirm" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfirmInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "rejectOrgConfirm" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "org" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "confirm" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "confirm" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] };
|
|
106
|
-
exports.ActionPageExtraDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ActionPageExtra" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "actionPage" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateActionPage" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "extraSupporters" } }] } }] } }] } }] };
|
|
107
|
-
exports.ActionPageSetExtraDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ActionPageSetExtra" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "extra" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateActionPage" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "extraSupporters" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "extra" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PrivateActionPage" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "extraSupporters" } }] } }] } }] } }] };
|
|
108
|
-
exports.scalarLocations = {
|
|
109
|
-
"inputObjectFieldTypes": {
|
|
110
|
-
"ActionInput": {
|
|
111
|
-
"customFields": "Json",
|
|
112
|
-
"fields": "CustomFieldInput",
|
|
113
|
-
"donation": "DonationActionInput",
|
|
114
|
-
"mtt": "MttActionInput"
|
|
115
|
-
},
|
|
116
|
-
"ActionPageInput": {
|
|
117
|
-
"config": "Json"
|
|
118
|
-
},
|
|
119
|
-
"CampaignInput": {
|
|
120
|
-
"config": "Json",
|
|
121
|
-
"actionPages": "ActionPageInput",
|
|
122
|
-
"mtt": "CampaignMttInput"
|
|
123
|
-
},
|
|
124
|
-
"ContactInput": {
|
|
125
|
-
"address": "AddressInput",
|
|
126
|
-
"nationality": "NationalityInput"
|
|
127
|
-
},
|
|
128
|
-
"DonationActionInput": {
|
|
129
|
-
"payload": "Json"
|
|
130
|
-
},
|
|
131
|
-
"OrgInput": {
|
|
132
|
-
"config": "Json"
|
|
133
|
-
},
|
|
134
|
-
"TargetInput": {
|
|
135
|
-
"fields": "Json",
|
|
136
|
-
"emails": "TargetEmailInput"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"outputObjectFieldTypes": {
|
|
140
|
-
"Action": {
|
|
141
|
-
"contact": "Contact",
|
|
142
|
-
"customFields": "Json",
|
|
143
|
-
"fields": "CustomField",
|
|
144
|
-
"tracking": "Tracking",
|
|
145
|
-
"campaign": [
|
|
146
|
-
"PrivateCampaign",
|
|
147
|
-
"PublicCampaign"
|
|
148
|
-
],
|
|
149
|
-
"actionPage": [
|
|
150
|
-
"PrivateActionPage",
|
|
151
|
-
"PublicActionPage"
|
|
152
|
-
],
|
|
153
|
-
"privacy": "Consent",
|
|
154
|
-
"donation": "Donation"
|
|
155
|
-
},
|
|
156
|
-
"ActionCustomFields": {
|
|
157
|
-
"customFields": "Json",
|
|
158
|
-
"fields": "CustomField"
|
|
159
|
-
},
|
|
160
|
-
"CampaignStats": {
|
|
161
|
-
"supporterCountByArea": "AreaCount",
|
|
162
|
-
"supporterCountByOrg": "OrgCount",
|
|
163
|
-
"actionCount": "ActionTypeCount"
|
|
164
|
-
},
|
|
165
|
-
"Confirm": {
|
|
166
|
-
"creator": "User"
|
|
167
|
-
},
|
|
168
|
-
"ConfirmResult": {
|
|
169
|
-
"actionPage": [
|
|
170
|
-
"PrivateActionPage",
|
|
171
|
-
"PublicActionPage"
|
|
172
|
-
],
|
|
173
|
-
"campaign": [
|
|
174
|
-
"PrivateCampaign",
|
|
175
|
-
"PublicCampaign"
|
|
176
|
-
],
|
|
177
|
-
"org": [
|
|
178
|
-
"PrivateOrg",
|
|
179
|
-
"PublicOrg"
|
|
180
|
-
]
|
|
181
|
-
},
|
|
182
|
-
"Contact": {
|
|
183
|
-
"publicKey": "KeyIds",
|
|
184
|
-
"signKey": "KeyIds"
|
|
185
|
-
},
|
|
186
|
-
"Donation": {
|
|
187
|
-
"payload": "Json"
|
|
188
|
-
},
|
|
189
|
-
"JoinOrgResult": {
|
|
190
|
-
"org": [
|
|
191
|
-
"PrivateOrg",
|
|
192
|
-
"PublicOrg"
|
|
193
|
-
]
|
|
194
|
-
},
|
|
195
|
-
"OrgCount": {
|
|
196
|
-
"org": [
|
|
197
|
-
"PrivateOrg",
|
|
198
|
-
"PublicOrg"
|
|
199
|
-
]
|
|
200
|
-
},
|
|
201
|
-
"Partnership": {
|
|
202
|
-
"org": [
|
|
203
|
-
"PrivateOrg",
|
|
204
|
-
"PublicOrg"
|
|
205
|
-
],
|
|
206
|
-
"actionPages": [
|
|
207
|
-
"PrivateActionPage",
|
|
208
|
-
"PublicActionPage"
|
|
209
|
-
],
|
|
210
|
-
"launchRequests": "Confirm",
|
|
211
|
-
"launchRequesters": "User"
|
|
212
|
-
},
|
|
213
|
-
"PrivateActionPage": {
|
|
214
|
-
"config": "Json",
|
|
215
|
-
"campaign": [
|
|
216
|
-
"PrivateCampaign",
|
|
217
|
-
"PublicCampaign"
|
|
218
|
-
],
|
|
219
|
-
"org": [
|
|
220
|
-
"PrivateOrg",
|
|
221
|
-
"PublicOrg"
|
|
222
|
-
]
|
|
223
|
-
},
|
|
224
|
-
"PrivateCampaign": {
|
|
225
|
-
"config": "Json",
|
|
226
|
-
"stats": "CampaignStats",
|
|
227
|
-
"org": [
|
|
228
|
-
"PrivateOrg",
|
|
229
|
-
"PublicOrg"
|
|
230
|
-
],
|
|
231
|
-
"actions": "PublicActionsResult",
|
|
232
|
-
"targets": [
|
|
233
|
-
"PrivateTarget",
|
|
234
|
-
"PublicTarget"
|
|
235
|
-
],
|
|
236
|
-
"actionPages": "PrivateActionPage",
|
|
237
|
-
"partnerships": "Partnership",
|
|
238
|
-
"mtt": "CampaignMtt"
|
|
239
|
-
},
|
|
240
|
-
"PrivateOrg": {
|
|
241
|
-
"config": "Json",
|
|
242
|
-
"personalData": "PersonalData",
|
|
243
|
-
"keys": "Key",
|
|
244
|
-
"key": "Key",
|
|
245
|
-
"services": "Service",
|
|
246
|
-
"users": "OrgUser",
|
|
247
|
-
"processing": "Processing",
|
|
248
|
-
"campaigns": [
|
|
249
|
-
"PrivateCampaign",
|
|
250
|
-
"PublicCampaign"
|
|
251
|
-
],
|
|
252
|
-
"actionPages": [
|
|
253
|
-
"PrivateActionPage",
|
|
254
|
-
"PublicActionPage"
|
|
255
|
-
],
|
|
256
|
-
"actionPage": [
|
|
257
|
-
"PrivateActionPage",
|
|
258
|
-
"PublicActionPage"
|
|
259
|
-
],
|
|
260
|
-
"campaign": [
|
|
261
|
-
"PrivateCampaign",
|
|
262
|
-
"PublicCampaign"
|
|
263
|
-
]
|
|
264
|
-
},
|
|
265
|
-
"PrivateTarget": {
|
|
266
|
-
"fields": "Json",
|
|
267
|
-
"emails": "TargetEmail"
|
|
268
|
-
},
|
|
269
|
-
"PublicActionPage": {
|
|
270
|
-
"config": "Json",
|
|
271
|
-
"campaign": [
|
|
272
|
-
"PrivateCampaign",
|
|
273
|
-
"PublicCampaign"
|
|
274
|
-
],
|
|
275
|
-
"org": [
|
|
276
|
-
"PrivateOrg",
|
|
277
|
-
"PublicOrg"
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
"PublicActionsResult": {
|
|
281
|
-
"list": "ActionCustomFields"
|
|
282
|
-
},
|
|
283
|
-
"PublicCampaign": {
|
|
284
|
-
"config": "Json",
|
|
285
|
-
"stats": "CampaignStats",
|
|
286
|
-
"org": [
|
|
287
|
-
"PrivateOrg",
|
|
288
|
-
"PublicOrg"
|
|
289
|
-
],
|
|
290
|
-
"actions": "PublicActionsResult",
|
|
291
|
-
"targets": [
|
|
292
|
-
"PrivateTarget",
|
|
293
|
-
"PublicTarget"
|
|
294
|
-
]
|
|
295
|
-
},
|
|
296
|
-
"PublicOrg": {
|
|
297
|
-
"config": "Json"
|
|
298
|
-
},
|
|
299
|
-
"PublicTarget": {
|
|
300
|
-
"fields": "Json"
|
|
301
|
-
},
|
|
302
|
-
"RootSubscriptionType": {
|
|
303
|
-
"actionPageUpserted": [
|
|
304
|
-
"PrivateActionPage",
|
|
305
|
-
"PublicActionPage"
|
|
306
|
-
]
|
|
307
|
-
},
|
|
308
|
-
"User": {
|
|
309
|
-
"roles": "UserRole"
|
|
310
|
-
},
|
|
311
|
-
"UserRole": {
|
|
312
|
-
"org": [
|
|
313
|
-
"PrivateOrg",
|
|
314
|
-
"PublicOrg"
|
|
315
|
-
]
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"operationMap": {
|
|
319
|
-
"upsertCampaign": [
|
|
320
|
-
"PrivateCampaign",
|
|
321
|
-
"PublicCampaign"
|
|
322
|
-
],
|
|
323
|
-
"updateCampaign": [
|
|
324
|
-
"PrivateCampaign",
|
|
325
|
-
"PublicCampaign"
|
|
326
|
-
],
|
|
327
|
-
"addCampaign": [
|
|
328
|
-
"PrivateCampaign",
|
|
329
|
-
"PublicCampaign"
|
|
330
|
-
],
|
|
331
|
-
"updateActionPage": [
|
|
332
|
-
"PrivateActionPage",
|
|
333
|
-
"PublicActionPage"
|
|
334
|
-
],
|
|
335
|
-
"copyActionPage": [
|
|
336
|
-
"PrivateActionPage",
|
|
337
|
-
"PublicActionPage"
|
|
338
|
-
],
|
|
339
|
-
"copyCampaignActionPage": [
|
|
340
|
-
"PrivateActionPage",
|
|
341
|
-
"PublicActionPage"
|
|
342
|
-
],
|
|
343
|
-
"addActionPage": [
|
|
344
|
-
"PrivateActionPage",
|
|
345
|
-
"PublicActionPage"
|
|
346
|
-
],
|
|
347
|
-
"launchActionPage": "LaunchActionPageResult",
|
|
348
|
-
"addAction": "ContactReference",
|
|
349
|
-
"addActionContact": "ContactReference",
|
|
350
|
-
"linkActions": "ContactReference",
|
|
351
|
-
"addOrgUser": "ChangeUserStatus",
|
|
352
|
-
"inviteOrgUser": "Confirm",
|
|
353
|
-
"updateOrgUser": "ChangeUserStatus",
|
|
354
|
-
"deleteOrgUser": "DeleteUserResult",
|
|
355
|
-
"updateUser": "User",
|
|
356
|
-
"addOrg": [
|
|
357
|
-
"PrivateOrg",
|
|
358
|
-
"PublicOrg"
|
|
359
|
-
],
|
|
360
|
-
"updateOrg": "PrivateOrg",
|
|
361
|
-
"updateOrgProcessing": "PrivateOrg",
|
|
362
|
-
"joinOrg": "JoinOrgResult",
|
|
363
|
-
"generateKey": "KeyWithPrivate",
|
|
364
|
-
"addKey": "Key",
|
|
365
|
-
"activateKey": "ActivateKeyResult",
|
|
366
|
-
"upsertService": "Service",
|
|
367
|
-
"addStripePaymentIntent": "Json",
|
|
368
|
-
"addStripeSubscription": "Json",
|
|
369
|
-
"addStripeObject": "Json",
|
|
370
|
-
"acceptOrgConfirm": "ConfirmResult",
|
|
371
|
-
"rejectOrgConfirm": "ConfirmResult",
|
|
372
|
-
"acceptUserConfirm": "ConfirmResult",
|
|
373
|
-
"rejectUserConfirm": "ConfirmResult",
|
|
374
|
-
"upsertTargets": "PrivateTarget",
|
|
375
|
-
"campaigns": [
|
|
376
|
-
"PrivateCampaign",
|
|
377
|
-
"PublicCampaign"
|
|
378
|
-
],
|
|
379
|
-
"campaign": [
|
|
380
|
-
"PrivateCampaign",
|
|
381
|
-
"PublicCampaign"
|
|
382
|
-
],
|
|
383
|
-
"actionPage": [
|
|
384
|
-
"PrivateActionPage",
|
|
385
|
-
"PublicActionPage"
|
|
386
|
-
],
|
|
387
|
-
"exportActions": "Action",
|
|
388
|
-
"currentUser": "User",
|
|
389
|
-
"users": "User",
|
|
390
|
-
"org": "PrivateOrg"
|
|
391
|
-
},
|
|
392
|
-
"scalars": [
|
|
393
|
-
"Json"
|
|
394
|
-
]
|
|
395
|
-
};
|
|
396
|
-
//# sourceMappingURL=proca.js.map
|