@newsletterstudio/umbraco 15.0.4 → 16.0.0-rc1
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/dist/backend-api/client.gen.d.ts +12 -0
- package/dist/backend-api/index.d.ts +2 -4
- package/dist/backend-api/sdk.gen.d.ts +192 -0
- package/dist/backend-api/types.gen.d.ts +1793 -1065
- package/dist/core/actions/components/ns-action-dropdown.element.d.ts +1 -1
- package/dist/core/avatars/ns-avatar.context.d.ts +1 -1
- package/dist/core/components/drag/ns-drag-container-controller.d.ts +0 -1
- package/dist/core/components/index.d.ts +1 -0
- package/dist/core/components/ns-color-picker/ns-color-picker.element.d.ts +15 -24
- package/dist/core/components/ns-email-campaign-send/ns-email-campaign-send.element.d.ts +0 -3
- package/dist/core/components/ns-email-list/ns-email-list-item.element.d.ts +1 -0
- package/dist/core/components/ns-expander/ns-expander.element.d.ts +2 -1
- package/dist/core/components/ns-numeric-input/ns-numeric-input.element.d.ts +10 -10
- package/dist/core/components/ns-transactional-email-picker/ns-transactional-email-picker.element.d.ts +5 -3
- package/dist/core/components/ns-umb-demo/ns-umb-demo.element.d.ts +0 -7
- package/dist/core/extensibility/actions/ns-actions.models.d.ts +0 -1
- package/dist/core/extensibility/email-editor/NsEmailEditorControlDisplayUiBase.d.ts +1 -0
- package/dist/core/extensibility/email-editor/email-editor.models.d.ts +2 -0
- package/dist/core/forms/index.d.ts +0 -1
- package/dist/core/forms/ns-form-context.d.ts +3 -3
- package/dist/core/realtime/ns-realtime-context.d.ts +1 -2
- package/dist/core/string.helper.d.ts +1 -0
- package/dist/modules/administration/ns-administration-workspace.context.d.ts +1 -1
- package/dist/modules/campaign/content-section/index.d.ts +1 -0
- package/dist/modules/campaign/content-section/modal/ns-campaign-content-section-modal.element.d.ts +2 -5
- package/dist/modules/campaign/content-section/modal/ns-document-campaign-modal-context.d.ts +1 -3
- package/dist/modules/campaign/content-section/modal/steps/ns-document-campaign-edit-information.element.d.ts +5 -5
- package/dist/modules/campaign/content-section/ns-document-campaign-workspace-modal.token.d.ts +5 -3
- package/dist/modules/campaign/content-section/ns-document-campaign-workspace.context.d.ts +3 -3
- package/dist/modules/campaign/email-section/modal/ns-editor-campaign-modal-context.d.ts +1 -2
- package/dist/modules/campaign/email-section/modal/steps/ns-editor-campaign-edit-information.element.d.ts +0 -4
- package/dist/modules/campaign/email-section/ns-campaign-workspace.context.d.ts +3 -3
- package/dist/modules/campaign/entity.d.ts +2 -0
- package/dist/modules/campaign/report/campaign-report-workspace.context.d.ts +3 -3
- package/dist/modules/campaign/report/overview/ns-campaign-report-overview.element.d.ts +1 -1
- package/dist/modules/email-editor/controls/text/manifest.d.ts +1 -2
- package/dist/modules/email-editor/controls/text/ns-email-editor-control-text-edit.element.d.ts +10 -5
- package/dist/modules/email-editor/controls/text/tip-tap/ns-tiptap-toolbar-color-picker.element.d.ts +22 -0
- package/dist/modules/email-editor/controls/text/tip-tap/ns-tiptap-toolbar-merge-fields.element.d.ts +24 -0
- package/dist/modules/email-editor/manifest.d.ts +1 -1
- package/dist/modules/email-editor/ns-email-editor-context-token.d.ts +1 -1
- package/dist/modules/email-editor/ns-email-editor-context.d.ts +1 -2
- package/dist/modules/email-editor/ns-email-modal-context-base.d.ts +3 -3
- package/dist/modules/global/newsletter-studio.context.d.ts +3 -2
- package/dist/modules/mailing-list/ns-mailing-list-workspace.context.d.ts +1 -1
- package/dist/modules/property-editors/index.d.ts +2 -0
- package/dist/modules/property-editors/mailing-list-picker/ns-mailing-list-picker-property-editor.element.d.ts +5 -5
- package/dist/modules/property-editors/transactional-email-picker/ns-transactional-email-picker-editor.element.d.ts +3 -3
- package/dist/modules/recipient/ns-recipient-workspace.context.d.ts +1 -1
- package/dist/modules/settings/ns-settings-workspace.context.d.ts +1 -1
- package/dist/modules/transactional/ns-transactional-workspace.context.d.ts +1 -1
- package/dist/modules/transactional/template/edit/ns-transactional-template-edit.context.d.ts +1 -1
- package/dist/modules/transactional/template/edit/settings/modal/ns-transactional-template-email-designer.context.d.ts +1 -2
- package/dist/modules/transactional/template/edit/settings/modal/steps/ns-transactional-template-edit-information.element.d.ts +0 -4
- package/dist/section-tree.element.d.ts +2 -2
- package/package.json +4 -4
- package/dist/backend-api/core/ApiError.d.ts +0 -10
- package/dist/backend-api/core/ApiRequestOptions.d.ts +0 -14
- package/dist/backend-api/core/ApiResult.d.ts +0 -7
- package/dist/backend-api/core/CancelablePromise.d.ts +0 -26
- package/dist/backend-api/core/OpenAPI.d.ts +0 -27
- package/dist/backend-api/core/request.d.ts +0 -29
- package/dist/backend-api/enums.gen.d.ts +0 -7
- package/dist/backend-api/schemas.gen.d.ts +0 -3730
- package/dist/backend-api/services.gen.d.ts +0 -577
- package/dist/core/forms/umb-fixes/bind-form-to-validation.lit-directive.d.ts +0 -34
- package/dist/core/forms/umb-fixes/bind-server-validation-to-form-control.controller.d.ts +0 -19
- package/dist/core/forms/umb-fixes/bind-to-validation.lit-directive.d.ts +0 -34
- package/dist/modules/email-editor/controls/text/tiny-mce-plugin.d.ts +0 -6
|
@@ -18,6 +18,10 @@ export type ButtonEmailControlDataModel = {
|
|
|
18
18
|
backgroundColor: string;
|
|
19
19
|
textColor: string;
|
|
20
20
|
padding: PaddingModel;
|
|
21
|
+
/**
|
|
22
|
+
* Nullable setting for rounded corners. Needs to be nullable to allow email or theme level settings.
|
|
23
|
+
*/
|
|
24
|
+
borderRadius?: number | null;
|
|
21
25
|
};
|
|
22
26
|
export type CampaignEmailItemResponseFrontendModel = {
|
|
23
27
|
id: number;
|
|
@@ -211,6 +215,12 @@ export type CreateNewWorkspaceRequestFrontendModel = {
|
|
|
211
215
|
*/
|
|
212
216
|
createEmptyInstance: boolean;
|
|
213
217
|
};
|
|
218
|
+
export type DebugCampaignProgressDtoModel = {
|
|
219
|
+
campaignKey: string;
|
|
220
|
+
workspaceKey: string;
|
|
221
|
+
contentKey?: string | null;
|
|
222
|
+
progressPercent: number;
|
|
223
|
+
};
|
|
214
224
|
export type DebugMessageFrontendModel = {
|
|
215
225
|
message: string;
|
|
216
226
|
};
|
|
@@ -357,6 +367,10 @@ export type EmailAddressModel = {
|
|
|
357
367
|
};
|
|
358
368
|
export type EmailColumnValueFrontendModel = {
|
|
359
369
|
columns: number;
|
|
370
|
+
/**
|
|
371
|
+
* Abstraction for an "Email Control" being a concrete instance of a control inside the editor.
|
|
372
|
+
* This is the source "data model" for a control as well.
|
|
373
|
+
*/
|
|
360
374
|
controls: Array<ButtonEmailControlDataModel | DividerEmailControlDataModel | ImageEmailControlDataModel | MacroEmailControlDataModel | TextEmailControlDataModel>;
|
|
361
375
|
};
|
|
362
376
|
/**
|
|
@@ -374,7 +388,7 @@ export type EmailControlTypeToolboxItemFrontendModel = {
|
|
|
374
388
|
icon: string;
|
|
375
389
|
iconSvg: string;
|
|
376
390
|
/**
|
|
377
|
-
* Abstraction for
|
|
391
|
+
* Abstraction for an "Email Control" being a concrete instance of a control inside the editor.
|
|
378
392
|
* This is the source "data model" for a control as well.
|
|
379
393
|
*/
|
|
380
394
|
emptyInstance: ButtonEmailControlDataModel | DividerEmailControlDataModel | ImageEmailControlDataModel | MacroEmailControlDataModel | TextEmailControlDataModel;
|
|
@@ -393,14 +407,13 @@ export type EmailServiceProviderResponseFrontendModel = {
|
|
|
393
407
|
alias: string;
|
|
394
408
|
displayName: string;
|
|
395
409
|
};
|
|
396
|
-
export
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
};
|
|
410
|
+
export declare enum EventMessageTypeModel {
|
|
411
|
+
DEFAULT = "Default",
|
|
412
|
+
INFO = "Info",
|
|
413
|
+
ERROR = "Error",
|
|
414
|
+
SUCCESS = "Success",
|
|
415
|
+
WARNING = "Warning"
|
|
416
|
+
}
|
|
404
417
|
export type FontDefinitionGroupModel = {
|
|
405
418
|
title: string;
|
|
406
419
|
titleLocalizationKey: string;
|
|
@@ -436,12 +449,11 @@ export type GetCampaignListRequestFrontendModel = {
|
|
|
436
449
|
export type GetMacroRequestParametersModel = {
|
|
437
450
|
themeAlias: string;
|
|
438
451
|
};
|
|
439
|
-
export
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
};
|
|
452
|
+
export declare enum HubMessageTypeModel {
|
|
453
|
+
CAMPAIGN_PROGRESS = "CampaignProgress",
|
|
454
|
+
CAMPAIGN_SENT = "CampaignSent",
|
|
455
|
+
DEBUG_MESSAGE = "DebugMessage"
|
|
456
|
+
}
|
|
445
457
|
export type ImageEmailControlDataModel = {
|
|
446
458
|
/**
|
|
447
459
|
* Contains information for a NewsletterStudio.Core.Editor.Models.IEmailControl to indicate things about it's surrounding column and row.
|
|
@@ -873,13 +885,12 @@ export type RecipientDetailsResponseFrontendModel = {
|
|
|
873
885
|
mailingLists: Array<MailingListListItemFrontendModel>;
|
|
874
886
|
systemMaxErrorCount: number;
|
|
875
887
|
};
|
|
876
|
-
export
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
};
|
|
888
|
+
export declare enum RecipientEditInformationTypeModel {
|
|
889
|
+
NONE = "None",
|
|
890
|
+
UMBRACO_MEMBER = "UmbracoMember",
|
|
891
|
+
NEWSLETTER_STUDIO_RECIPIENT = "NewsletterStudioRecipient",
|
|
892
|
+
LINK = "Link"
|
|
893
|
+
}
|
|
883
894
|
export type RecipientItemValueValueFrontendModel = {
|
|
884
895
|
id: string;
|
|
885
896
|
label: string;
|
|
@@ -1184,7 +1195,7 @@ export type TransactionalLogItemFrontendModel = {
|
|
|
1184
1195
|
export type TransactionalLogResponseFrontendModel = {
|
|
1185
1196
|
sentTotal: number;
|
|
1186
1197
|
sentLastWeek: number;
|
|
1187
|
-
|
|
1198
|
+
sentLast30Days: number;
|
|
1188
1199
|
emails: PageWithFilterTransactionalLogItemFrontendModelTransactionalGetLogListRequestFrontendModel;
|
|
1189
1200
|
logItemStatuses: Array<ListItemValueAndTranslationResponseFrontendModel>;
|
|
1190
1201
|
};
|
|
@@ -1435,1221 +1446,1938 @@ export type WorkspacesOverviewResponseFrontendModel = {
|
|
|
1435
1446
|
workspaces: Array<WorkspaceListItemFrontendModel>;
|
|
1436
1447
|
};
|
|
1437
1448
|
export type AvatarGetAvatarData = {
|
|
1449
|
+
body?: never;
|
|
1450
|
+
path?: never;
|
|
1451
|
+
query?: {
|
|
1452
|
+
/**
|
|
1453
|
+
* Provide a email
|
|
1454
|
+
*/
|
|
1455
|
+
email?: string;
|
|
1456
|
+
};
|
|
1457
|
+
url: '/umbraco/management/api/newsletter-studio/avatar/get-avatar';
|
|
1458
|
+
};
|
|
1459
|
+
export type AvatarGetAvatarErrors = {
|
|
1460
|
+
/**
|
|
1461
|
+
* The resource is protected and requires an authentication token
|
|
1462
|
+
*/
|
|
1463
|
+
401: unknown;
|
|
1438
1464
|
/**
|
|
1439
|
-
*
|
|
1465
|
+
* The authenticated user does not have access to this resource
|
|
1440
1466
|
*/
|
|
1441
|
-
|
|
1467
|
+
403: unknown;
|
|
1442
1468
|
};
|
|
1443
|
-
export type
|
|
1469
|
+
export type AvatarGetAvatarResponses = {
|
|
1470
|
+
/**
|
|
1471
|
+
* OK
|
|
1472
|
+
*/
|
|
1473
|
+
200: Array<string>;
|
|
1474
|
+
};
|
|
1475
|
+
export type AvatarGetAvatarResponse = AvatarGetAvatarResponses[keyof AvatarGetAvatarResponses];
|
|
1444
1476
|
export type CampaignReportGetOverviewData = {
|
|
1445
|
-
|
|
1446
|
-
|
|
1477
|
+
body?: never;
|
|
1478
|
+
path: {
|
|
1479
|
+
campaignKey: string;
|
|
1480
|
+
};
|
|
1481
|
+
query?: {
|
|
1482
|
+
workspaceKey?: string;
|
|
1483
|
+
};
|
|
1484
|
+
url: '/umbraco/management/api/newsletter-studio/campaign-report/overview/{campaignKey}';
|
|
1485
|
+
};
|
|
1486
|
+
export type CampaignReportGetOverviewErrors = {
|
|
1487
|
+
/**
|
|
1488
|
+
* The resource is protected and requires an authentication token
|
|
1489
|
+
*/
|
|
1490
|
+
401: unknown;
|
|
1491
|
+
/**
|
|
1492
|
+
* The authenticated user does not have access to this resource
|
|
1493
|
+
*/
|
|
1494
|
+
403: unknown;
|
|
1495
|
+
};
|
|
1496
|
+
export type CampaignReportGetOverviewResponses = {
|
|
1497
|
+
/**
|
|
1498
|
+
* OK
|
|
1499
|
+
*/
|
|
1500
|
+
200: CampaignReportOverviewResponseFrontendModel;
|
|
1447
1501
|
};
|
|
1448
|
-
export type CampaignReportGetOverviewResponse =
|
|
1502
|
+
export type CampaignReportGetOverviewResponse = CampaignReportGetOverviewResponses[keyof CampaignReportGetOverviewResponses];
|
|
1449
1503
|
export type CampaignReportGetRecipientTimelineData = {
|
|
1450
|
-
|
|
1504
|
+
body?: never;
|
|
1505
|
+
path: {
|
|
1506
|
+
campaignKey: string;
|
|
1507
|
+
};
|
|
1508
|
+
query?: {
|
|
1509
|
+
/**
|
|
1510
|
+
* Provider Recipient Id
|
|
1511
|
+
*/
|
|
1512
|
+
pri?: string;
|
|
1513
|
+
};
|
|
1514
|
+
url: '/umbraco/management/api/newsletter-studio/campaign-report/recipient-timeline/{campaignKey}';
|
|
1515
|
+
};
|
|
1516
|
+
export type CampaignReportGetRecipientTimelineErrors = {
|
|
1517
|
+
/**
|
|
1518
|
+
* The resource is protected and requires an authentication token
|
|
1519
|
+
*/
|
|
1520
|
+
401: unknown;
|
|
1451
1521
|
/**
|
|
1452
|
-
*
|
|
1522
|
+
* The authenticated user does not have access to this resource
|
|
1453
1523
|
*/
|
|
1454
|
-
|
|
1524
|
+
403: unknown;
|
|
1455
1525
|
};
|
|
1456
|
-
export type
|
|
1526
|
+
export type CampaignReportGetRecipientTimelineResponses = {
|
|
1527
|
+
/**
|
|
1528
|
+
* OK
|
|
1529
|
+
*/
|
|
1530
|
+
200: CampaignReportRecipientTimelineFrontendModel;
|
|
1531
|
+
};
|
|
1532
|
+
export type CampaignReportGetRecipientTimelineResponse = CampaignReportGetRecipientTimelineResponses[keyof CampaignReportGetRecipientTimelineResponses];
|
|
1457
1533
|
export type CampaignReportGetRecipientsData = {
|
|
1458
|
-
|
|
1534
|
+
body?: CampaignReportGetRecipientsRequestFrontendModel;
|
|
1535
|
+
path?: never;
|
|
1536
|
+
query?: never;
|
|
1537
|
+
url: '/umbraco/management/api/newsletter-studio/campaign-report/recipients';
|
|
1538
|
+
};
|
|
1539
|
+
export type CampaignReportGetRecipientsErrors = {
|
|
1540
|
+
/**
|
|
1541
|
+
* The resource is protected and requires an authentication token
|
|
1542
|
+
*/
|
|
1543
|
+
401: unknown;
|
|
1544
|
+
/**
|
|
1545
|
+
* The authenticated user does not have access to this resource
|
|
1546
|
+
*/
|
|
1547
|
+
403: unknown;
|
|
1459
1548
|
};
|
|
1460
|
-
export type
|
|
1549
|
+
export type CampaignReportGetRecipientsResponses = {
|
|
1550
|
+
/**
|
|
1551
|
+
* OK
|
|
1552
|
+
*/
|
|
1553
|
+
200: CampaignReportRecipientTableFrontendModel;
|
|
1554
|
+
};
|
|
1555
|
+
export type CampaignReportGetRecipientsResponse = CampaignReportGetRecipientsResponses[keyof CampaignReportGetRecipientsResponses];
|
|
1461
1556
|
export type DocumentCampaignGetByKeyData = {
|
|
1557
|
+
body?: never;
|
|
1558
|
+
path: {
|
|
1559
|
+
/**
|
|
1560
|
+
* The key for the content item
|
|
1561
|
+
*/
|
|
1562
|
+
campaignKey: string;
|
|
1563
|
+
};
|
|
1564
|
+
query?: never;
|
|
1565
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/by-key/{campaignKey}';
|
|
1566
|
+
};
|
|
1567
|
+
export type DocumentCampaignGetByKeyErrors = {
|
|
1462
1568
|
/**
|
|
1463
|
-
* The
|
|
1569
|
+
* The resource is protected and requires an authentication token
|
|
1464
1570
|
*/
|
|
1465
|
-
|
|
1571
|
+
401: unknown;
|
|
1572
|
+
/**
|
|
1573
|
+
* The authenticated user does not have access to this resource
|
|
1574
|
+
*/
|
|
1575
|
+
403: unknown;
|
|
1466
1576
|
};
|
|
1467
|
-
export type
|
|
1577
|
+
export type DocumentCampaignGetByKeyResponses = {
|
|
1578
|
+
/**
|
|
1579
|
+
* OK
|
|
1580
|
+
*/
|
|
1581
|
+
200: DocumentCampaignResponseFrontendModel;
|
|
1582
|
+
};
|
|
1583
|
+
export type DocumentCampaignGetByKeyResponse = DocumentCampaignGetByKeyResponses[keyof DocumentCampaignGetByKeyResponses];
|
|
1468
1584
|
export type DocumentCampaignCreateCampaignWithCultureData = {
|
|
1585
|
+
body?: never;
|
|
1586
|
+
path: {
|
|
1587
|
+
/**
|
|
1588
|
+
* The key for the content item
|
|
1589
|
+
*/
|
|
1590
|
+
umbracoContentKey: string;
|
|
1591
|
+
/**
|
|
1592
|
+
* The culture to use, like en-us, sv-se
|
|
1593
|
+
*/
|
|
1594
|
+
culture: string;
|
|
1595
|
+
};
|
|
1596
|
+
query?: never;
|
|
1597
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/create-campaign-from-with-culture/{umbracoContentKey}/{culture}';
|
|
1598
|
+
};
|
|
1599
|
+
export type DocumentCampaignCreateCampaignWithCultureErrors = {
|
|
1469
1600
|
/**
|
|
1470
|
-
* The
|
|
1601
|
+
* The resource is protected and requires an authentication token
|
|
1471
1602
|
*/
|
|
1472
|
-
|
|
1603
|
+
401: unknown;
|
|
1473
1604
|
/**
|
|
1474
|
-
* The
|
|
1605
|
+
* The authenticated user does not have access to this resource
|
|
1475
1606
|
*/
|
|
1476
|
-
|
|
1607
|
+
403: unknown;
|
|
1477
1608
|
};
|
|
1478
|
-
export type
|
|
1479
|
-
export type DocumentCampaignCreateCampaignInvariantData = {
|
|
1609
|
+
export type DocumentCampaignCreateCampaignWithCultureResponses = {
|
|
1480
1610
|
/**
|
|
1481
|
-
*
|
|
1611
|
+
* OK
|
|
1482
1612
|
*/
|
|
1483
|
-
|
|
1613
|
+
200: DocumentCampaignResponseFrontendModel;
|
|
1484
1614
|
};
|
|
1485
|
-
export type
|
|
1486
|
-
export type
|
|
1487
|
-
|
|
1615
|
+
export type DocumentCampaignCreateCampaignWithCultureResponse = DocumentCampaignCreateCampaignWithCultureResponses[keyof DocumentCampaignCreateCampaignWithCultureResponses];
|
|
1616
|
+
export type DocumentCampaignCreateCampaignInvariantData = {
|
|
1617
|
+
body?: never;
|
|
1618
|
+
path: {
|
|
1619
|
+
/**
|
|
1620
|
+
* The key for the content item
|
|
1621
|
+
*/
|
|
1622
|
+
umbracoContentKey: string;
|
|
1623
|
+
};
|
|
1624
|
+
query?: never;
|
|
1625
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/create-campaign-from/{umbracoContentKey}';
|
|
1488
1626
|
};
|
|
1489
|
-
export type
|
|
1490
|
-
export type DocumentCampaignGetPagedSentCampaignsData = {
|
|
1627
|
+
export type DocumentCampaignCreateCampaignInvariantErrors = {
|
|
1491
1628
|
/**
|
|
1492
|
-
*
|
|
1629
|
+
* The resource is protected and requires an authentication token
|
|
1493
1630
|
*/
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1631
|
+
401: unknown;
|
|
1632
|
+
/**
|
|
1633
|
+
* The authenticated user does not have access to this resource
|
|
1634
|
+
*/
|
|
1635
|
+
403: unknown;
|
|
1499
1636
|
};
|
|
1500
|
-
export type
|
|
1501
|
-
|
|
1502
|
-
|
|
1637
|
+
export type DocumentCampaignCreateCampaignInvariantResponses = {
|
|
1638
|
+
/**
|
|
1639
|
+
* OK
|
|
1640
|
+
*/
|
|
1641
|
+
200: DocumentCampaignResponseFrontendModel;
|
|
1503
1642
|
};
|
|
1504
|
-
export type
|
|
1505
|
-
export type
|
|
1506
|
-
|
|
1643
|
+
export type DocumentCampaignCreateCampaignInvariantResponse = DocumentCampaignCreateCampaignInvariantResponses[keyof DocumentCampaignCreateCampaignInvariantResponses];
|
|
1644
|
+
export type DocumentCampaignGetOverviewForData = {
|
|
1645
|
+
body?: never;
|
|
1646
|
+
path: {
|
|
1647
|
+
umbracoContentKey: string;
|
|
1648
|
+
};
|
|
1649
|
+
query?: never;
|
|
1650
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/overview-for/{umbracoContentKey}';
|
|
1507
1651
|
};
|
|
1508
|
-
export type
|
|
1509
|
-
export type EditorCampaignGetByKeyData = {
|
|
1652
|
+
export type DocumentCampaignGetOverviewForErrors = {
|
|
1510
1653
|
/**
|
|
1511
|
-
*
|
|
1654
|
+
* The resource is protected and requires an authentication token
|
|
1512
1655
|
*/
|
|
1513
|
-
|
|
1656
|
+
401: unknown;
|
|
1514
1657
|
/**
|
|
1515
|
-
*
|
|
1658
|
+
* The authenticated user does not have access to this resource
|
|
1516
1659
|
*/
|
|
1517
|
-
|
|
1660
|
+
403: unknown;
|
|
1518
1661
|
};
|
|
1519
|
-
export type
|
|
1520
|
-
export type EditorCampaignDeleteData = {
|
|
1662
|
+
export type DocumentCampaignGetOverviewForResponses = {
|
|
1521
1663
|
/**
|
|
1522
|
-
*
|
|
1664
|
+
* FM for Content App for Campaigns
|
|
1523
1665
|
*/
|
|
1524
|
-
|
|
1666
|
+
200: DocumentCampaignsOverviewResponseFrontendModel;
|
|
1667
|
+
};
|
|
1668
|
+
export type DocumentCampaignGetOverviewForResponse = DocumentCampaignGetOverviewForResponses[keyof DocumentCampaignGetOverviewForResponses];
|
|
1669
|
+
export type DocumentCampaignGetPagedSentCampaignsData = {
|
|
1525
1670
|
/**
|
|
1526
|
-
*
|
|
1671
|
+
* Page, content key and more
|
|
1527
1672
|
*/
|
|
1528
|
-
|
|
1673
|
+
body?: DocumentCampaignSentCampaignsRequestFrontendModel;
|
|
1674
|
+
path?: never;
|
|
1675
|
+
query?: never;
|
|
1676
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/paged-sent-campaigns';
|
|
1529
1677
|
};
|
|
1530
|
-
export type
|
|
1531
|
-
export type EditorCampaignDuplicateData = {
|
|
1678
|
+
export type DocumentCampaignGetPagedSentCampaignsErrors = {
|
|
1532
1679
|
/**
|
|
1533
|
-
*
|
|
1680
|
+
* The resource is protected and requires an authentication token
|
|
1534
1681
|
*/
|
|
1535
|
-
|
|
1682
|
+
401: unknown;
|
|
1536
1683
|
/**
|
|
1537
|
-
*
|
|
1684
|
+
* The authenticated user does not have access to this resource
|
|
1538
1685
|
*/
|
|
1539
|
-
|
|
1686
|
+
403: unknown;
|
|
1540
1687
|
};
|
|
1541
|
-
export type
|
|
1542
|
-
export type EditorCampaignGetOverviewData = {
|
|
1688
|
+
export type DocumentCampaignGetPagedSentCampaignsResponses = {
|
|
1543
1689
|
/**
|
|
1544
|
-
*
|
|
1690
|
+
* OK
|
|
1545
1691
|
*/
|
|
1546
|
-
|
|
1547
|
-
};
|
|
1548
|
-
export type EditorCampaignGetOverviewResponse = CampaignsSectionResponseFrontendModel;
|
|
1549
|
-
export type EditorCampaignGetPagedCampaignListItemsData = {
|
|
1550
|
-
requestBody?: GetCampaignListRequestFrontendModel;
|
|
1692
|
+
200: DocumentCampaignSentCampaignsResponseFrontendModel;
|
|
1551
1693
|
};
|
|
1552
|
-
export type
|
|
1553
|
-
export type
|
|
1554
|
-
|
|
1555
|
-
|
|
1694
|
+
export type DocumentCampaignGetPagedSentCampaignsResponse = DocumentCampaignGetPagedSentCampaignsResponses[keyof DocumentCampaignGetPagedSentCampaignsResponses];
|
|
1695
|
+
export type DocumentCampaignSaveData = {
|
|
1696
|
+
body?: DocumentCampaignValueFrontendModel;
|
|
1697
|
+
path?: never;
|
|
1698
|
+
query?: never;
|
|
1699
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/save';
|
|
1556
1700
|
};
|
|
1557
|
-
export type
|
|
1558
|
-
export type EditorCampaignGetRecipientListsData = {
|
|
1701
|
+
export type DocumentCampaignSaveErrors = {
|
|
1559
1702
|
/**
|
|
1560
|
-
* The
|
|
1703
|
+
* The resource is protected and requires an authentication token
|
|
1561
1704
|
*/
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1705
|
+
401: unknown;
|
|
1706
|
+
/**
|
|
1707
|
+
* The authenticated user does not have access to this resource
|
|
1708
|
+
*/
|
|
1709
|
+
403: unknown;
|
|
1567
1710
|
};
|
|
1568
|
-
export type
|
|
1569
|
-
|
|
1570
|
-
|
|
1711
|
+
export type DocumentCampaignSaveResponses = {
|
|
1712
|
+
/**
|
|
1713
|
+
* OK
|
|
1714
|
+
*/
|
|
1715
|
+
200: DocumentCampaignValueFrontendModel;
|
|
1571
1716
|
};
|
|
1572
|
-
export type
|
|
1573
|
-
export type
|
|
1574
|
-
|
|
1717
|
+
export type DocumentCampaignSaveResponse = DocumentCampaignSaveResponses[keyof DocumentCampaignSaveResponses];
|
|
1718
|
+
export type DocumentCampaignSaveAndSendOrScheduleData = {
|
|
1719
|
+
body?: DocumentCampaignSaveAndSendRequestFrontendModel;
|
|
1720
|
+
path?: never;
|
|
1721
|
+
query?: never;
|
|
1722
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/save-and-send-or-schedule';
|
|
1575
1723
|
};
|
|
1576
|
-
export type
|
|
1577
|
-
|
|
1578
|
-
|
|
1724
|
+
export type DocumentCampaignSaveAndSendOrScheduleErrors = {
|
|
1725
|
+
/**
|
|
1726
|
+
* The resource is protected and requires an authentication token
|
|
1727
|
+
*/
|
|
1728
|
+
401: unknown;
|
|
1729
|
+
/**
|
|
1730
|
+
* The authenticated user does not have access to this resource
|
|
1731
|
+
*/
|
|
1732
|
+
403: unknown;
|
|
1579
1733
|
};
|
|
1580
|
-
export type
|
|
1581
|
-
|
|
1582
|
-
|
|
1734
|
+
export type DocumentCampaignSaveAndSendOrScheduleResponses = {
|
|
1735
|
+
/**
|
|
1736
|
+
* OK
|
|
1737
|
+
*/
|
|
1738
|
+
200: CampaignSaveAndSendResponseFrontendModel;
|
|
1583
1739
|
};
|
|
1584
|
-
export type
|
|
1585
|
-
export type
|
|
1586
|
-
|
|
1740
|
+
export type DocumentCampaignSaveAndSendOrScheduleResponse = DocumentCampaignSaveAndSendOrScheduleResponses[keyof DocumentCampaignSaveAndSendOrScheduleResponses];
|
|
1741
|
+
export type DocumentCampaignSendTestEmailData = {
|
|
1742
|
+
body?: CampaignSendTestRequestFrontendModel;
|
|
1743
|
+
path?: never;
|
|
1744
|
+
query?: never;
|
|
1745
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/save-test-email';
|
|
1587
1746
|
};
|
|
1588
|
-
export type
|
|
1589
|
-
|
|
1590
|
-
|
|
1747
|
+
export type DocumentCampaignSendTestEmailErrors = {
|
|
1748
|
+
/**
|
|
1749
|
+
* The resource is protected and requires an authentication token
|
|
1750
|
+
*/
|
|
1751
|
+
401: unknown;
|
|
1752
|
+
/**
|
|
1753
|
+
* The authenticated user does not have access to this resource
|
|
1754
|
+
*/
|
|
1755
|
+
403: unknown;
|
|
1591
1756
|
};
|
|
1592
|
-
export type
|
|
1593
|
-
|
|
1594
|
-
|
|
1757
|
+
export type DocumentCampaignSendTestEmailResponses = {
|
|
1758
|
+
/**
|
|
1759
|
+
* OK
|
|
1760
|
+
*/
|
|
1761
|
+
200: boolean;
|
|
1595
1762
|
};
|
|
1596
|
-
export type
|
|
1597
|
-
export type
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1763
|
+
export type DocumentCampaignSendTestEmailResponse = DocumentCampaignSendTestEmailResponses[keyof DocumentCampaignSendTestEmailResponses];
|
|
1764
|
+
export type EditorCampaignGetByKeyData = {
|
|
1765
|
+
body?: never;
|
|
1766
|
+
path: {
|
|
1767
|
+
/**
|
|
1768
|
+
* Workspace key
|
|
1769
|
+
*/
|
|
1770
|
+
workspaceKey: string;
|
|
1771
|
+
};
|
|
1772
|
+
query?: {
|
|
1773
|
+
/**
|
|
1774
|
+
* (Entity) Campaign Guid or -1 for new campaign
|
|
1775
|
+
*/
|
|
1776
|
+
e?: string;
|
|
1601
1777
|
};
|
|
1778
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/by-key/{workspaceKey}';
|
|
1602
1779
|
};
|
|
1603
|
-
export type
|
|
1604
|
-
|
|
1605
|
-
|
|
1780
|
+
export type EditorCampaignGetByKeyErrors = {
|
|
1781
|
+
/**
|
|
1782
|
+
* The resource is protected and requires an authentication token
|
|
1783
|
+
*/
|
|
1784
|
+
401: unknown;
|
|
1785
|
+
/**
|
|
1786
|
+
* The authenticated user does not have access to this resource
|
|
1787
|
+
*/
|
|
1788
|
+
403: unknown;
|
|
1606
1789
|
};
|
|
1607
|
-
export type
|
|
1608
|
-
export type MailingListPickerGetModelData = {
|
|
1790
|
+
export type EditorCampaignGetByKeyResponses = {
|
|
1609
1791
|
/**
|
|
1610
|
-
*
|
|
1792
|
+
* Model for the edit Campaign view
|
|
1611
1793
|
*/
|
|
1612
|
-
|
|
1794
|
+
200: EditorCampaignResponseFrontendModel;
|
|
1613
1795
|
};
|
|
1614
|
-
export type
|
|
1615
|
-
export type
|
|
1796
|
+
export type EditorCampaignGetByKeyResponse = EditorCampaignGetByKeyResponses[keyof EditorCampaignGetByKeyResponses];
|
|
1797
|
+
export type EditorCampaignDeleteData = {
|
|
1798
|
+
body?: never;
|
|
1799
|
+
path: {
|
|
1800
|
+
/**
|
|
1801
|
+
* Workspace key
|
|
1802
|
+
*/
|
|
1803
|
+
workspaceKey: string;
|
|
1804
|
+
};
|
|
1805
|
+
query?: {
|
|
1806
|
+
/**
|
|
1807
|
+
* Campaign id to remove
|
|
1808
|
+
*/
|
|
1809
|
+
e?: number;
|
|
1810
|
+
};
|
|
1811
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/delete/{workspaceKey}';
|
|
1812
|
+
};
|
|
1813
|
+
export type EditorCampaignDeleteErrors = {
|
|
1616
1814
|
/**
|
|
1617
|
-
*
|
|
1815
|
+
* The resource is protected and requires an authentication token
|
|
1618
1816
|
*/
|
|
1619
|
-
|
|
1817
|
+
401: unknown;
|
|
1620
1818
|
/**
|
|
1621
|
-
*
|
|
1819
|
+
* The authenticated user does not have access to this resource
|
|
1622
1820
|
*/
|
|
1623
|
-
|
|
1821
|
+
403: unknown;
|
|
1822
|
+
};
|
|
1823
|
+
export type EditorCampaignDeleteResponses = {
|
|
1624
1824
|
/**
|
|
1625
|
-
*
|
|
1825
|
+
* OK
|
|
1626
1826
|
*/
|
|
1627
|
-
|
|
1827
|
+
200: boolean;
|
|
1828
|
+
};
|
|
1829
|
+
export type EditorCampaignDeleteResponse = EditorCampaignDeleteResponses[keyof EditorCampaignDeleteResponses];
|
|
1830
|
+
export type EditorCampaignDuplicateData = {
|
|
1831
|
+
body?: never;
|
|
1832
|
+
path: {
|
|
1833
|
+
/**
|
|
1834
|
+
* Workspace key
|
|
1835
|
+
*/
|
|
1836
|
+
workspaceKey: string;
|
|
1837
|
+
};
|
|
1838
|
+
query?: {
|
|
1839
|
+
/**
|
|
1840
|
+
* Campaign id to duplicate
|
|
1841
|
+
*/
|
|
1842
|
+
e?: number;
|
|
1843
|
+
};
|
|
1844
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/duplicate/{workspaceKey}';
|
|
1845
|
+
};
|
|
1846
|
+
export type EditorCampaignDuplicateErrors = {
|
|
1628
1847
|
/**
|
|
1629
|
-
*
|
|
1848
|
+
* The resource is protected and requires an authentication token
|
|
1630
1849
|
*/
|
|
1631
|
-
|
|
1850
|
+
401: unknown;
|
|
1632
1851
|
/**
|
|
1633
|
-
*
|
|
1852
|
+
* The authenticated user does not have access to this resource
|
|
1634
1853
|
*/
|
|
1635
|
-
|
|
1854
|
+
403: unknown;
|
|
1636
1855
|
};
|
|
1637
|
-
export type
|
|
1638
|
-
export type MailingListGetOverviewData = {
|
|
1856
|
+
export type EditorCampaignDuplicateResponses = {
|
|
1639
1857
|
/**
|
|
1640
|
-
*
|
|
1858
|
+
* OK
|
|
1641
1859
|
*/
|
|
1642
|
-
|
|
1643
|
-
};
|
|
1644
|
-
export type MailingListGetOverviewResponse = MailingListOverviewSectionResponseFrontendModel;
|
|
1645
|
-
export type MailingListGetPagedSubscribersData = {
|
|
1646
|
-
e?: string;
|
|
1647
|
-
page?: number;
|
|
1648
|
-
searchText?: string;
|
|
1649
|
-
status?: string;
|
|
1650
|
-
workspaceKey: string;
|
|
1860
|
+
200: boolean;
|
|
1651
1861
|
};
|
|
1652
|
-
export type
|
|
1653
|
-
export type
|
|
1654
|
-
|
|
1862
|
+
export type EditorCampaignDuplicateResponse = EditorCampaignDuplicateResponses[keyof EditorCampaignDuplicateResponses];
|
|
1863
|
+
export type EditorCampaignGetOverviewData = {
|
|
1864
|
+
body?: never;
|
|
1865
|
+
path: {
|
|
1866
|
+
/**
|
|
1867
|
+
* Represents a workspace ID
|
|
1868
|
+
*/
|
|
1869
|
+
workspaceKey: string;
|
|
1870
|
+
};
|
|
1871
|
+
query?: never;
|
|
1872
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/overview/{workspaceKey}';
|
|
1655
1873
|
};
|
|
1656
|
-
export type
|
|
1657
|
-
|
|
1658
|
-
|
|
1874
|
+
export type EditorCampaignGetOverviewErrors = {
|
|
1875
|
+
/**
|
|
1876
|
+
* The resource is protected and requires an authentication token
|
|
1877
|
+
*/
|
|
1878
|
+
401: unknown;
|
|
1879
|
+
/**
|
|
1880
|
+
* The authenticated user does not have access to this resource
|
|
1881
|
+
*/
|
|
1882
|
+
403: unknown;
|
|
1659
1883
|
};
|
|
1660
|
-
export type
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
workspaceKey: string;
|
|
1884
|
+
export type EditorCampaignGetOverviewResponses = {
|
|
1885
|
+
/**
|
|
1886
|
+
* OK
|
|
1887
|
+
*/
|
|
1888
|
+
200: CampaignsSectionResponseFrontendModel;
|
|
1666
1889
|
};
|
|
1667
|
-
export type
|
|
1668
|
-
export type
|
|
1669
|
-
|
|
1890
|
+
export type EditorCampaignGetOverviewResponse = EditorCampaignGetOverviewResponses[keyof EditorCampaignGetOverviewResponses];
|
|
1891
|
+
export type EditorCampaignGetPagedCampaignListItemsData = {
|
|
1892
|
+
body?: GetCampaignListRequestFrontendModel;
|
|
1893
|
+
path?: never;
|
|
1894
|
+
query?: never;
|
|
1895
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/paged-campaign-list-items';
|
|
1670
1896
|
};
|
|
1671
|
-
export type
|
|
1672
|
-
|
|
1897
|
+
export type EditorCampaignGetPagedCampaignListItemsErrors = {
|
|
1898
|
+
/**
|
|
1899
|
+
* The resource is protected and requires an authentication token
|
|
1900
|
+
*/
|
|
1901
|
+
401: unknown;
|
|
1673
1902
|
/**
|
|
1674
|
-
*
|
|
1903
|
+
* The authenticated user does not have access to this resource
|
|
1675
1904
|
*/
|
|
1676
|
-
|
|
1905
|
+
403: unknown;
|
|
1906
|
+
};
|
|
1907
|
+
export type EditorCampaignGetPagedCampaignListItemsResponses = {
|
|
1677
1908
|
/**
|
|
1678
|
-
*
|
|
1909
|
+
* Represents a Paged set of objects of type {T}
|
|
1679
1910
|
*/
|
|
1680
|
-
|
|
1911
|
+
200: PageCampaignEmailItemResponseFrontendModel;
|
|
1912
|
+
};
|
|
1913
|
+
export type EditorCampaignGetPagedCampaignListItemsResponse = EditorCampaignGetPagedCampaignListItemsResponses[keyof EditorCampaignGetPagedCampaignListItemsResponses];
|
|
1914
|
+
export type EditorCampaignPocExceptionData = {
|
|
1915
|
+
body?: never;
|
|
1916
|
+
path?: never;
|
|
1917
|
+
query?: never;
|
|
1918
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/poc/exception';
|
|
1919
|
+
};
|
|
1920
|
+
export type EditorCampaignPocExceptionErrors = {
|
|
1681
1921
|
/**
|
|
1682
|
-
*
|
|
1922
|
+
* The resource is protected and requires an authentication token
|
|
1683
1923
|
*/
|
|
1684
|
-
|
|
1924
|
+
401: unknown;
|
|
1685
1925
|
/**
|
|
1686
|
-
*
|
|
1926
|
+
* The authenticated user does not have access to this resource
|
|
1687
1927
|
*/
|
|
1688
|
-
|
|
1689
|
-
};
|
|
1690
|
-
export type RecipientGetPagedRecipientsResponse = PagedRecipientsModel;
|
|
1691
|
-
export type RecipientRemoveData = {
|
|
1692
|
-
recipientKey: string;
|
|
1928
|
+
403: unknown;
|
|
1693
1929
|
};
|
|
1694
|
-
export type
|
|
1695
|
-
|
|
1696
|
-
|
|
1930
|
+
export type EditorCampaignPocExceptionResponses = {
|
|
1931
|
+
/**
|
|
1932
|
+
* OK
|
|
1933
|
+
*/
|
|
1934
|
+
200: PersonModel;
|
|
1697
1935
|
};
|
|
1698
|
-
export type
|
|
1699
|
-
export type
|
|
1700
|
-
|
|
1936
|
+
export type EditorCampaignPocExceptionResponse = EditorCampaignPocExceptionResponses[keyof EditorCampaignPocExceptionResponses];
|
|
1937
|
+
export type EditorCampaignPocValidationData = {
|
|
1938
|
+
body?: PersonModel;
|
|
1939
|
+
path?: never;
|
|
1940
|
+
query?: never;
|
|
1941
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/poc/validation';
|
|
1701
1942
|
};
|
|
1702
|
-
export type
|
|
1703
|
-
export type RecipientsExportGetDetailsData = {
|
|
1943
|
+
export type EditorCampaignPocValidationErrors = {
|
|
1704
1944
|
/**
|
|
1705
|
-
*
|
|
1945
|
+
* The resource is protected and requires an authentication token
|
|
1706
1946
|
*/
|
|
1707
|
-
|
|
1947
|
+
401: unknown;
|
|
1708
1948
|
/**
|
|
1709
|
-
*
|
|
1949
|
+
* The authenticated user does not have access to this resource
|
|
1710
1950
|
*/
|
|
1711
|
-
|
|
1951
|
+
403: unknown;
|
|
1712
1952
|
};
|
|
1713
|
-
export type
|
|
1714
|
-
export type TransactionalPickerGetModelData = {
|
|
1953
|
+
export type EditorCampaignPocValidationResponses = {
|
|
1715
1954
|
/**
|
|
1716
|
-
*
|
|
1955
|
+
* OK
|
|
1717
1956
|
*/
|
|
1718
|
-
|
|
1957
|
+
200: boolean;
|
|
1719
1958
|
};
|
|
1720
|
-
export type
|
|
1721
|
-
export type
|
|
1722
|
-
|
|
1959
|
+
export type EditorCampaignPocValidationResponse = EditorCampaignPocValidationResponses[keyof EditorCampaignPocValidationResponses];
|
|
1960
|
+
export type EditorCampaignGetRecipientListsData = {
|
|
1961
|
+
body?: never;
|
|
1962
|
+
path: {
|
|
1963
|
+
/**
|
|
1964
|
+
* The current workspace id
|
|
1965
|
+
*/
|
|
1966
|
+
workspaceKey: string;
|
|
1967
|
+
};
|
|
1968
|
+
query?: never;
|
|
1969
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/recipient-lists/{workspaceKey}';
|
|
1723
1970
|
};
|
|
1724
|
-
export type
|
|
1725
|
-
export type TransactionalDeleteData = {
|
|
1971
|
+
export type EditorCampaignGetRecipientListsErrors = {
|
|
1726
1972
|
/**
|
|
1727
|
-
*
|
|
1973
|
+
* The resource is protected and requires an authentication token
|
|
1728
1974
|
*/
|
|
1729
|
-
|
|
1975
|
+
401: unknown;
|
|
1730
1976
|
/**
|
|
1731
|
-
*
|
|
1977
|
+
* The authenticated user does not have access to this resource
|
|
1732
1978
|
*/
|
|
1733
|
-
|
|
1979
|
+
403: unknown;
|
|
1734
1980
|
};
|
|
1735
|
-
export type
|
|
1736
|
-
|
|
1981
|
+
export type EditorCampaignGetRecipientListsResponses = {
|
|
1982
|
+
/**
|
|
1983
|
+
* OK
|
|
1984
|
+
*/
|
|
1985
|
+
200: Array<RecipientListProviderResponseFrontendModel>;
|
|
1986
|
+
};
|
|
1987
|
+
export type EditorCampaignGetRecipientListsResponse = EditorCampaignGetRecipientListsResponses[keyof EditorCampaignGetRecipientListsResponses];
|
|
1988
|
+
export type EditorCampaignRenderPreviewData = {
|
|
1989
|
+
body?: never;
|
|
1990
|
+
path: {
|
|
1991
|
+
campaignKey: string;
|
|
1992
|
+
};
|
|
1993
|
+
query?: never;
|
|
1994
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/render-preview/{campaignKey}';
|
|
1995
|
+
};
|
|
1996
|
+
export type EditorCampaignRenderPreviewErrors = {
|
|
1737
1997
|
/**
|
|
1738
|
-
* The
|
|
1998
|
+
* The resource is protected and requires an authentication token
|
|
1739
1999
|
*/
|
|
1740
|
-
|
|
2000
|
+
401: unknown;
|
|
1741
2001
|
/**
|
|
1742
|
-
* The
|
|
2002
|
+
* The authenticated user does not have access to this resource
|
|
1743
2003
|
*/
|
|
1744
|
-
|
|
2004
|
+
403: unknown;
|
|
1745
2005
|
};
|
|
1746
|
-
export type
|
|
1747
|
-
export type TransactionalDuplicateData = {
|
|
2006
|
+
export type EditorCampaignRenderPreviewResponses = {
|
|
1748
2007
|
/**
|
|
1749
|
-
*
|
|
2008
|
+
* OK
|
|
1750
2009
|
*/
|
|
1751
|
-
|
|
1752
|
-
workspaceKey: string;
|
|
2010
|
+
200: string;
|
|
1753
2011
|
};
|
|
1754
|
-
export type
|
|
1755
|
-
export type
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
requestBody?: TransactionalGetListRequestFrontendModel;
|
|
1761
|
-
};
|
|
1762
|
-
export type TransactionalGetPagedTransactionalListItemsResponse = PageTransactionalEmailItemResponseModel;
|
|
1763
|
-
export type TransactionalGetPagedTransactionalLogItemsData = {
|
|
1764
|
-
requestBody?: TransactionalGetLogListRequestFrontendModel;
|
|
2012
|
+
export type EditorCampaignRenderPreviewResponse = EditorCampaignRenderPreviewResponses[keyof EditorCampaignRenderPreviewResponses];
|
|
2013
|
+
export type EditorCampaignSaveData = {
|
|
2014
|
+
body?: EditorCampaignEditValueFrontendModel;
|
|
2015
|
+
path?: never;
|
|
2016
|
+
query?: never;
|
|
2017
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/save';
|
|
1765
2018
|
};
|
|
1766
|
-
export type
|
|
1767
|
-
export type TransactionalRenderTrackingTransactionalEmailData = {
|
|
2019
|
+
export type EditorCampaignSaveErrors = {
|
|
1768
2020
|
/**
|
|
1769
|
-
*
|
|
2021
|
+
* The resource is protected and requires an authentication token
|
|
1770
2022
|
*/
|
|
1771
|
-
|
|
2023
|
+
401: unknown;
|
|
2024
|
+
/**
|
|
2025
|
+
* The authenticated user does not have access to this resource
|
|
2026
|
+
*/
|
|
2027
|
+
403: unknown;
|
|
1772
2028
|
};
|
|
1773
|
-
export type
|
|
1774
|
-
|
|
1775
|
-
|
|
2029
|
+
export type EditorCampaignSaveResponses = {
|
|
2030
|
+
/**
|
|
2031
|
+
* OK
|
|
2032
|
+
*/
|
|
2033
|
+
200: EditorCampaignEditValueFrontendModel;
|
|
1776
2034
|
};
|
|
1777
|
-
export type
|
|
1778
|
-
export type
|
|
1779
|
-
|
|
2035
|
+
export type EditorCampaignSaveResponse = EditorCampaignSaveResponses[keyof EditorCampaignSaveResponses];
|
|
2036
|
+
export type EditorCampaignSaveAndSendOrScheduleData = {
|
|
2037
|
+
body?: CampaignSaveAndSendRequestFrontendModel;
|
|
2038
|
+
path?: never;
|
|
2039
|
+
query?: never;
|
|
2040
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/save-and-send-or-schedule';
|
|
1780
2041
|
};
|
|
1781
|
-
export type
|
|
1782
|
-
|
|
1783
|
-
|
|
2042
|
+
export type EditorCampaignSaveAndSendOrScheduleErrors = {
|
|
2043
|
+
/**
|
|
2044
|
+
* The resource is protected and requires an authentication token
|
|
2045
|
+
*/
|
|
2046
|
+
401: unknown;
|
|
2047
|
+
/**
|
|
2048
|
+
* The authenticated user does not have access to this resource
|
|
2049
|
+
*/
|
|
2050
|
+
403: unknown;
|
|
1784
2051
|
};
|
|
1785
|
-
export type
|
|
1786
|
-
|
|
1787
|
-
|
|
2052
|
+
export type EditorCampaignSaveAndSendOrScheduleResponses = {
|
|
2053
|
+
/**
|
|
2054
|
+
* OK
|
|
2055
|
+
*/
|
|
2056
|
+
200: CampaignSaveAndSendResponseFrontendModel;
|
|
1788
2057
|
};
|
|
1789
|
-
export type
|
|
1790
|
-
export type
|
|
1791
|
-
|
|
2058
|
+
export type EditorCampaignSaveAndSendOrScheduleResponse = EditorCampaignSaveAndSendOrScheduleResponses[keyof EditorCampaignSaveAndSendOrScheduleResponses];
|
|
2059
|
+
export type EditorCampaignSendTestEmailData = {
|
|
2060
|
+
body?: CampaignSendTestRequestFrontendModel;
|
|
2061
|
+
path?: never;
|
|
2062
|
+
query?: never;
|
|
2063
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/send-test-email';
|
|
1792
2064
|
};
|
|
1793
|
-
export type
|
|
1794
|
-
export type TransactionalGetTransactionalActivitiesData = {
|
|
2065
|
+
export type EditorCampaignSendTestEmailErrors = {
|
|
1795
2066
|
/**
|
|
1796
|
-
*
|
|
2067
|
+
* The resource is protected and requires an authentication token
|
|
1797
2068
|
*/
|
|
1798
|
-
|
|
2069
|
+
401: unknown;
|
|
2070
|
+
/**
|
|
2071
|
+
* The authenticated user does not have access to this resource
|
|
2072
|
+
*/
|
|
2073
|
+
403: unknown;
|
|
1799
2074
|
};
|
|
1800
|
-
export type
|
|
1801
|
-
export type TransactionalGetTransactionalEmailsOverviewData = {
|
|
2075
|
+
export type EditorCampaignSendTestEmailResponses = {
|
|
1802
2076
|
/**
|
|
1803
|
-
*
|
|
2077
|
+
* OK
|
|
1804
2078
|
*/
|
|
1805
|
-
|
|
2079
|
+
200: boolean;
|
|
1806
2080
|
};
|
|
1807
|
-
export type
|
|
1808
|
-
export type
|
|
1809
|
-
|
|
2081
|
+
export type EditorCampaignSendTestEmailResponse = EditorCampaignSendTestEmailResponses[keyof EditorCampaignSendTestEmailResponses];
|
|
2082
|
+
export type EmailEditorGetImageControlDataData = {
|
|
2083
|
+
body?: ImageEmailControlDataModel;
|
|
2084
|
+
path?: never;
|
|
2085
|
+
query?: never;
|
|
2086
|
+
url: '/umbraco/management/api/newsletter-studio/email-editor/get-image-control-data';
|
|
1810
2087
|
};
|
|
1811
|
-
export type
|
|
1812
|
-
export type WorkspaceGetDashboardOverviewData = {
|
|
2088
|
+
export type EmailEditorGetImageControlDataErrors = {
|
|
1813
2089
|
/**
|
|
1814
|
-
* The
|
|
2090
|
+
* The resource is protected and requires an authentication token
|
|
1815
2091
|
*/
|
|
1816
|
-
|
|
2092
|
+
401: unknown;
|
|
2093
|
+
/**
|
|
2094
|
+
* The authenticated user does not have access to this resource
|
|
2095
|
+
*/
|
|
2096
|
+
403: unknown;
|
|
1817
2097
|
};
|
|
1818
|
-
export type
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
2098
|
+
export type EmailEditorGetImageControlDataResponses = {
|
|
2099
|
+
/**
|
|
2100
|
+
* OK
|
|
2101
|
+
*/
|
|
2102
|
+
200: ImageEmailControlDataModel;
|
|
1822
2103
|
};
|
|
1823
|
-
export type
|
|
1824
|
-
export type
|
|
1825
|
-
|
|
2104
|
+
export type EmailEditorGetImageControlDataResponse = EmailEditorGetImageControlDataResponses[keyof EmailEditorGetImageControlDataResponses];
|
|
2105
|
+
export type EmailEditorGetMacrosData = {
|
|
2106
|
+
body?: GetMacroRequestParametersModel;
|
|
2107
|
+
path?: never;
|
|
2108
|
+
query?: never;
|
|
2109
|
+
url: '/umbraco/management/api/newsletter-studio/email-editor/get-macros';
|
|
1826
2110
|
};
|
|
1827
|
-
export type
|
|
1828
|
-
export type WorkspaceGetManageData = {
|
|
2111
|
+
export type EmailEditorGetMacrosErrors = {
|
|
1829
2112
|
/**
|
|
1830
|
-
*
|
|
2113
|
+
* The resource is protected and requires an authentication token
|
|
1831
2114
|
*/
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
key: string;
|
|
2115
|
+
401: unknown;
|
|
2116
|
+
/**
|
|
2117
|
+
* The authenticated user does not have access to this resource
|
|
2118
|
+
*/
|
|
2119
|
+
403: unknown;
|
|
1838
2120
|
};
|
|
1839
|
-
export type
|
|
1840
|
-
|
|
1841
|
-
|
|
2121
|
+
export type EmailEditorGetMacrosResponses = {
|
|
2122
|
+
/**
|
|
2123
|
+
* OK
|
|
2124
|
+
*/
|
|
2125
|
+
200: Array<ListItemIdAndLabelValueFrontendModel>;
|
|
1842
2126
|
};
|
|
1843
|
-
export type
|
|
1844
|
-
export type
|
|
1845
|
-
|
|
2127
|
+
export type EmailEditorGetMacrosResponse = EmailEditorGetMacrosResponses[keyof EmailEditorGetMacrosResponses];
|
|
2128
|
+
export type ImportRecipientsImportFixedIssueData = {
|
|
2129
|
+
body?: ImportFixedIssueRequestFrontendModel;
|
|
2130
|
+
path?: never;
|
|
2131
|
+
query?: never;
|
|
2132
|
+
url: '/umbraco/management/api/newsletter-studio/import-recipients/import-fixed-issue';
|
|
1846
2133
|
};
|
|
1847
|
-
export type
|
|
1848
|
-
|
|
1849
|
-
|
|
2134
|
+
export type ImportRecipientsImportFixedIssueErrors = {
|
|
2135
|
+
/**
|
|
2136
|
+
* The resource is protected and requires an authentication token
|
|
2137
|
+
*/
|
|
2138
|
+
401: unknown;
|
|
2139
|
+
/**
|
|
2140
|
+
* The authenticated user does not have access to this resource
|
|
2141
|
+
*/
|
|
2142
|
+
403: unknown;
|
|
1850
2143
|
};
|
|
1851
|
-
export type
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
*/
|
|
1886
|
-
200: CampaignReportRecipientTimelineFrontendModel;
|
|
1887
|
-
};
|
|
1888
|
-
};
|
|
1889
|
-
};
|
|
1890
|
-
'/umbraco/management/api/newsletter-studio/campaign-report/recipients': {
|
|
1891
|
-
post: {
|
|
1892
|
-
req: CampaignReportGetRecipientsData;
|
|
1893
|
-
res: {
|
|
1894
|
-
/**
|
|
1895
|
-
* OK
|
|
1896
|
-
*/
|
|
1897
|
-
200: CampaignReportRecipientTableFrontendModel;
|
|
1898
|
-
};
|
|
1899
|
-
};
|
|
1900
|
-
};
|
|
1901
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/by-key/{campaignKey}': {
|
|
1902
|
-
get: {
|
|
1903
|
-
req: DocumentCampaignGetByKeyData;
|
|
1904
|
-
res: {
|
|
1905
|
-
/**
|
|
1906
|
-
* OK
|
|
1907
|
-
*/
|
|
1908
|
-
200: DocumentCampaignResponseFrontendModel;
|
|
1909
|
-
};
|
|
1910
|
-
};
|
|
1911
|
-
};
|
|
1912
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/create-campaign-from-with-culture/{umbracoContentKey}/{culture}': {
|
|
1913
|
-
get: {
|
|
1914
|
-
req: DocumentCampaignCreateCampaignWithCultureData;
|
|
1915
|
-
res: {
|
|
1916
|
-
/**
|
|
1917
|
-
* OK
|
|
1918
|
-
*/
|
|
1919
|
-
200: DocumentCampaignResponseFrontendModel;
|
|
1920
|
-
};
|
|
1921
|
-
};
|
|
1922
|
-
};
|
|
1923
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/create-campaign-from/{umbracoContentKey}': {
|
|
1924
|
-
get: {
|
|
1925
|
-
req: DocumentCampaignCreateCampaignInvariantData;
|
|
1926
|
-
res: {
|
|
1927
|
-
/**
|
|
1928
|
-
* OK
|
|
1929
|
-
*/
|
|
1930
|
-
200: DocumentCampaignResponseFrontendModel;
|
|
1931
|
-
};
|
|
1932
|
-
};
|
|
1933
|
-
};
|
|
1934
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/overview-for/{umbracoContentKey}': {
|
|
1935
|
-
get: {
|
|
1936
|
-
req: DocumentCampaignGetOverviewForData;
|
|
1937
|
-
res: {
|
|
1938
|
-
/**
|
|
1939
|
-
* OK
|
|
1940
|
-
*/
|
|
1941
|
-
200: DocumentCampaignsOverviewResponseFrontendModel;
|
|
1942
|
-
};
|
|
1943
|
-
};
|
|
1944
|
-
};
|
|
1945
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/paged-sent-campaigns': {
|
|
1946
|
-
post: {
|
|
1947
|
-
req: DocumentCampaignGetPagedSentCampaignsData;
|
|
1948
|
-
res: {
|
|
1949
|
-
/**
|
|
1950
|
-
* OK
|
|
1951
|
-
*/
|
|
1952
|
-
200: DocumentCampaignSentCampaignsResponseFrontendModel;
|
|
1953
|
-
};
|
|
1954
|
-
};
|
|
2144
|
+
export type ImportRecipientsImportFixedIssueResponses = {
|
|
2145
|
+
/**
|
|
2146
|
+
* OK
|
|
2147
|
+
*/
|
|
2148
|
+
200: Array<number>;
|
|
2149
|
+
};
|
|
2150
|
+
export type ImportRecipientsImportFixedIssueResponse = ImportRecipientsImportFixedIssueResponses[keyof ImportRecipientsImportFixedIssueResponses];
|
|
2151
|
+
export type ImportRecipientsPerformFileImportData = {
|
|
2152
|
+
body?: ImportRecipientsPerformFileImportRequestFrontendModel;
|
|
2153
|
+
path?: never;
|
|
2154
|
+
query?: never;
|
|
2155
|
+
url: '/umbraco/management/api/newsletter-studio/import-recipients/perform-file-import';
|
|
2156
|
+
};
|
|
2157
|
+
export type ImportRecipientsPerformFileImportErrors = {
|
|
2158
|
+
/**
|
|
2159
|
+
* The resource is protected and requires an authentication token
|
|
2160
|
+
*/
|
|
2161
|
+
401: unknown;
|
|
2162
|
+
/**
|
|
2163
|
+
* The authenticated user does not have access to this resource
|
|
2164
|
+
*/
|
|
2165
|
+
403: unknown;
|
|
2166
|
+
};
|
|
2167
|
+
export type ImportRecipientsPerformFileImportResponses = {
|
|
2168
|
+
/**
|
|
2169
|
+
* OK
|
|
2170
|
+
*/
|
|
2171
|
+
200: ImportRecipientsResultsResponseFrontendModel;
|
|
2172
|
+
};
|
|
2173
|
+
export type ImportRecipientsPerformFileImportResponse = ImportRecipientsPerformFileImportResponses[keyof ImportRecipientsPerformFileImportResponses];
|
|
2174
|
+
export type ImportRecipientsUploadFileAndParseForMappingData = {
|
|
2175
|
+
body?: {
|
|
2176
|
+
Model: string;
|
|
2177
|
+
File: Blob | File;
|
|
1955
2178
|
};
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
2179
|
+
path?: never;
|
|
2180
|
+
query?: never;
|
|
2181
|
+
url: '/umbraco/management/api/newsletter-studio/import-recipients/upload-file-and-parse-for-mapping';
|
|
2182
|
+
};
|
|
2183
|
+
export type ImportRecipientsUploadFileAndParseForMappingErrors = {
|
|
2184
|
+
/**
|
|
2185
|
+
* The resource is protected and requires an authentication token
|
|
2186
|
+
*/
|
|
2187
|
+
401: unknown;
|
|
2188
|
+
/**
|
|
2189
|
+
* The authenticated user does not have access to this resource
|
|
2190
|
+
*/
|
|
2191
|
+
403: unknown;
|
|
2192
|
+
};
|
|
2193
|
+
export type ImportRecipientsUploadFileAndParseForMappingResponses = {
|
|
2194
|
+
/**
|
|
2195
|
+
* OK
|
|
2196
|
+
*/
|
|
2197
|
+
200: ImportRecipientsColumnMappingResponseFrontendModel;
|
|
2198
|
+
};
|
|
2199
|
+
export type ImportRecipientsUploadFileAndParseForMappingResponse = ImportRecipientsUploadFileAndParseForMappingResponses[keyof ImportRecipientsUploadFileAndParseForMappingResponses];
|
|
2200
|
+
export type ImportRecipientsUploadPastedAndParseForMappingData = {
|
|
2201
|
+
body?: UploadPastedRawTextRequestFrontendModel;
|
|
2202
|
+
path?: never;
|
|
2203
|
+
query?: never;
|
|
2204
|
+
url: '/umbraco/management/api/newsletter-studio/import-recipients/upload-pasted-and-parse-for-mapping';
|
|
2205
|
+
};
|
|
2206
|
+
export type ImportRecipientsUploadPastedAndParseForMappingErrors = {
|
|
2207
|
+
/**
|
|
2208
|
+
* The resource is protected and requires an authentication token
|
|
2209
|
+
*/
|
|
2210
|
+
401: unknown;
|
|
2211
|
+
/**
|
|
2212
|
+
* The authenticated user does not have access to this resource
|
|
2213
|
+
*/
|
|
2214
|
+
403: unknown;
|
|
2215
|
+
};
|
|
2216
|
+
export type ImportRecipientsUploadPastedAndParseForMappingResponses = {
|
|
2217
|
+
/**
|
|
2218
|
+
* OK
|
|
2219
|
+
*/
|
|
2220
|
+
200: ImportRecipientsColumnMappingResponseFrontendModel;
|
|
2221
|
+
};
|
|
2222
|
+
export type ImportRecipientsUploadPastedAndParseForMappingResponse = ImportRecipientsUploadPastedAndParseForMappingResponses[keyof ImportRecipientsUploadPastedAndParseForMappingResponses];
|
|
2223
|
+
export type MailingListPickerGetModelData = {
|
|
2224
|
+
/**
|
|
2225
|
+
* The current selection or null (if empty)
|
|
2226
|
+
*/
|
|
2227
|
+
body?: Array<MailingListPropertyEditorValueModel>;
|
|
2228
|
+
path?: never;
|
|
2229
|
+
query?: never;
|
|
2230
|
+
url: '/umbraco/management/api/newsletter-studio/mailing-list-picker/get-model';
|
|
2231
|
+
};
|
|
2232
|
+
export type MailingListPickerGetModelErrors = {
|
|
2233
|
+
/**
|
|
2234
|
+
* The resource is protected and requires an authentication token
|
|
2235
|
+
*/
|
|
2236
|
+
401: unknown;
|
|
2237
|
+
/**
|
|
2238
|
+
* The authenticated user does not have access to this resource
|
|
2239
|
+
*/
|
|
2240
|
+
403: unknown;
|
|
2241
|
+
};
|
|
2242
|
+
export type MailingListPickerGetModelResponses = {
|
|
2243
|
+
/**
|
|
2244
|
+
* OK
|
|
2245
|
+
*/
|
|
2246
|
+
200: MailingListPropertyEditorResponseFrontendModel;
|
|
2247
|
+
};
|
|
2248
|
+
export type MailingListPickerGetModelResponse = MailingListPickerGetModelResponses[keyof MailingListPickerGetModelResponses];
|
|
2249
|
+
export type MailingListGetDetailsData = {
|
|
2250
|
+
body?: never;
|
|
2251
|
+
path: {
|
|
2252
|
+
/**
|
|
2253
|
+
* Workspace key
|
|
2254
|
+
*/
|
|
2255
|
+
workspaceKey: string;
|
|
1966
2256
|
};
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
2257
|
+
query?: {
|
|
2258
|
+
/**
|
|
2259
|
+
* MailingList-key (e = Entity)
|
|
2260
|
+
*/
|
|
2261
|
+
e?: string;
|
|
2262
|
+
/**
|
|
2263
|
+
* Search Text
|
|
2264
|
+
*/
|
|
2265
|
+
st?: string;
|
|
2266
|
+
/**
|
|
2267
|
+
* status
|
|
2268
|
+
*/
|
|
2269
|
+
s?: string;
|
|
2270
|
+
/**
|
|
2271
|
+
* Page
|
|
2272
|
+
*/
|
|
2273
|
+
p?: number;
|
|
1977
2274
|
};
|
|
1978
|
-
'/umbraco/management/api/newsletter-studio/
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
2275
|
+
url: '/umbraco/management/api/newsletter-studio/mailing-list/details/{workspaceKey}';
|
|
2276
|
+
};
|
|
2277
|
+
export type MailingListGetDetailsErrors = {
|
|
2278
|
+
/**
|
|
2279
|
+
* The resource is protected and requires an authentication token
|
|
2280
|
+
*/
|
|
2281
|
+
401: unknown;
|
|
2282
|
+
/**
|
|
2283
|
+
* The authenticated user does not have access to this resource
|
|
2284
|
+
*/
|
|
2285
|
+
403: unknown;
|
|
2286
|
+
};
|
|
2287
|
+
export type MailingListGetDetailsResponses = {
|
|
2288
|
+
/**
|
|
2289
|
+
* OK
|
|
2290
|
+
*/
|
|
2291
|
+
200: MailingListDetailsResponseFrontendModel;
|
|
2292
|
+
};
|
|
2293
|
+
export type MailingListGetDetailsResponse = MailingListGetDetailsResponses[keyof MailingListGetDetailsResponses];
|
|
2294
|
+
export type MailingListGetOverviewData = {
|
|
2295
|
+
body?: never;
|
|
2296
|
+
path: {
|
|
2297
|
+
/**
|
|
2298
|
+
* Workspace key
|
|
2299
|
+
*/
|
|
2300
|
+
workspaceKey: string;
|
|
1988
2301
|
};
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
2302
|
+
query?: never;
|
|
2303
|
+
url: '/umbraco/management/api/newsletter-studio/mailing-list/overview/{workspaceKey}';
|
|
2304
|
+
};
|
|
2305
|
+
export type MailingListGetOverviewErrors = {
|
|
2306
|
+
/**
|
|
2307
|
+
* The resource is protected and requires an authentication token
|
|
2308
|
+
*/
|
|
2309
|
+
401: unknown;
|
|
2310
|
+
/**
|
|
2311
|
+
* The authenticated user does not have access to this resource
|
|
2312
|
+
*/
|
|
2313
|
+
403: unknown;
|
|
2314
|
+
};
|
|
2315
|
+
export type MailingListGetOverviewResponses = {
|
|
2316
|
+
/**
|
|
2317
|
+
* OK
|
|
2318
|
+
*/
|
|
2319
|
+
200: MailingListOverviewSectionResponseFrontendModel;
|
|
2320
|
+
};
|
|
2321
|
+
export type MailingListGetOverviewResponse = MailingListGetOverviewResponses[keyof MailingListGetOverviewResponses];
|
|
2322
|
+
export type MailingListGetPagedSubscribersData = {
|
|
2323
|
+
body?: never;
|
|
2324
|
+
path: {
|
|
2325
|
+
workspaceKey: string;
|
|
1999
2326
|
};
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
* OK
|
|
2006
|
-
*/
|
|
2007
|
-
200: boolean;
|
|
2008
|
-
};
|
|
2009
|
-
};
|
|
2327
|
+
query?: {
|
|
2328
|
+
e?: string;
|
|
2329
|
+
searchText?: string;
|
|
2330
|
+
status?: string;
|
|
2331
|
+
page?: number;
|
|
2010
2332
|
};
|
|
2011
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2333
|
+
url: '/umbraco/management/api/newsletter-studio/mailing-list/paged-subscribers/{workspaceKey}';
|
|
2334
|
+
};
|
|
2335
|
+
export type MailingListGetPagedSubscribersErrors = {
|
|
2336
|
+
/**
|
|
2337
|
+
* The resource is protected and requires an authentication token
|
|
2338
|
+
*/
|
|
2339
|
+
401: unknown;
|
|
2340
|
+
/**
|
|
2341
|
+
* The authenticated user does not have access to this resource
|
|
2342
|
+
*/
|
|
2343
|
+
403: unknown;
|
|
2344
|
+
};
|
|
2345
|
+
export type MailingListGetPagedSubscribersResponses = {
|
|
2346
|
+
/**
|
|
2347
|
+
* Represents a Paged set of objects of type {T}
|
|
2348
|
+
*/
|
|
2349
|
+
200: PageMailingListSubscriberItemFrontendModel;
|
|
2350
|
+
};
|
|
2351
|
+
export type MailingListGetPagedSubscribersResponse = MailingListGetPagedSubscribersResponses[keyof MailingListGetPagedSubscribersResponses];
|
|
2352
|
+
export type MailingListRemoveData = {
|
|
2353
|
+
body?: never;
|
|
2354
|
+
path: {
|
|
2355
|
+
key: string;
|
|
2021
2356
|
};
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2357
|
+
query?: never;
|
|
2358
|
+
url: '/umbraco/management/api/newsletter-studio/mailing-list/remove/{key}';
|
|
2359
|
+
};
|
|
2360
|
+
export type MailingListRemoveErrors = {
|
|
2361
|
+
/**
|
|
2362
|
+
* The resource is protected and requires an authentication token
|
|
2363
|
+
*/
|
|
2364
|
+
401: unknown;
|
|
2365
|
+
/**
|
|
2366
|
+
* The authenticated user does not have access to this resource
|
|
2367
|
+
*/
|
|
2368
|
+
403: unknown;
|
|
2369
|
+
};
|
|
2370
|
+
export type MailingListRemoveResponses = {
|
|
2371
|
+
/**
|
|
2372
|
+
* OK
|
|
2373
|
+
*/
|
|
2374
|
+
200: boolean;
|
|
2375
|
+
};
|
|
2376
|
+
export type MailingListRemoveResponse = MailingListRemoveResponses[keyof MailingListRemoveResponses];
|
|
2377
|
+
export type MailingListSaveData = {
|
|
2378
|
+
body?: MailingListSaveRequestFrontendModel;
|
|
2379
|
+
path?: never;
|
|
2380
|
+
query?: never;
|
|
2381
|
+
url: '/umbraco/management/api/newsletter-studio/mailing-list/save';
|
|
2382
|
+
};
|
|
2383
|
+
export type MailingListSaveErrors = {
|
|
2384
|
+
/**
|
|
2385
|
+
* The resource is protected and requires an authentication token
|
|
2386
|
+
*/
|
|
2387
|
+
401: unknown;
|
|
2388
|
+
/**
|
|
2389
|
+
* The authenticated user does not have access to this resource
|
|
2390
|
+
*/
|
|
2391
|
+
403: unknown;
|
|
2392
|
+
};
|
|
2393
|
+
export type MailingListSaveResponses = {
|
|
2394
|
+
/**
|
|
2395
|
+
* OK
|
|
2396
|
+
*/
|
|
2397
|
+
200: string;
|
|
2398
|
+
};
|
|
2399
|
+
export type MailingListSaveResponse = MailingListSaveResponses[keyof MailingListSaveResponses];
|
|
2400
|
+
export type PackageGetMenuTreeData = {
|
|
2401
|
+
body?: never;
|
|
2402
|
+
path?: never;
|
|
2403
|
+
query?: never;
|
|
2404
|
+
url: '/umbraco/management/api/newsletter-studio/package/menu-tree';
|
|
2405
|
+
};
|
|
2406
|
+
export type PackageGetMenuTreeErrors = {
|
|
2407
|
+
/**
|
|
2408
|
+
* The resource is protected and requires an authentication token
|
|
2409
|
+
*/
|
|
2410
|
+
401: unknown;
|
|
2411
|
+
/**
|
|
2412
|
+
* The authenticated user does not have access to this resource
|
|
2413
|
+
*/
|
|
2414
|
+
403: unknown;
|
|
2415
|
+
};
|
|
2416
|
+
export type PackageGetMenuTreeResponses = {
|
|
2417
|
+
/**
|
|
2418
|
+
* OK
|
|
2419
|
+
*/
|
|
2420
|
+
200: Array<TreeItemModel>;
|
|
2421
|
+
};
|
|
2422
|
+
export type PackageGetMenuTreeResponse = PackageGetMenuTreeResponses[keyof PackageGetMenuTreeResponses];
|
|
2423
|
+
export type PackageGetPackageSettingsData = {
|
|
2424
|
+
body?: never;
|
|
2425
|
+
path?: never;
|
|
2426
|
+
query?: never;
|
|
2427
|
+
url: '/umbraco/management/api/newsletter-studio/package/package-settings';
|
|
2428
|
+
};
|
|
2429
|
+
export type PackageGetPackageSettingsErrors = {
|
|
2430
|
+
/**
|
|
2431
|
+
* The resource is protected and requires an authentication token
|
|
2432
|
+
*/
|
|
2433
|
+
401: unknown;
|
|
2434
|
+
/**
|
|
2435
|
+
* The authenticated user does not have access to this resource
|
|
2436
|
+
*/
|
|
2437
|
+
403: unknown;
|
|
2438
|
+
};
|
|
2439
|
+
export type PackageGetPackageSettingsResponses = {
|
|
2440
|
+
/**
|
|
2441
|
+
* Holds global settings for the package
|
|
2442
|
+
*/
|
|
2443
|
+
200: PackageSettingsFrontendModel;
|
|
2444
|
+
};
|
|
2445
|
+
export type PackageGetPackageSettingsResponse = PackageGetPackageSettingsResponses[keyof PackageGetPackageSettingsResponses];
|
|
2446
|
+
export type RecipientGetDetailsData = {
|
|
2447
|
+
body?: never;
|
|
2448
|
+
path: {
|
|
2449
|
+
workspaceKey: string;
|
|
2032
2450
|
};
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
req: EditorCampaignGetPagedCampaignListItemsData;
|
|
2036
|
-
res: {
|
|
2037
|
-
/**
|
|
2038
|
-
* OK
|
|
2039
|
-
*/
|
|
2040
|
-
200: PageCampaignEmailItemResponseFrontendModel;
|
|
2041
|
-
};
|
|
2042
|
-
};
|
|
2451
|
+
query?: {
|
|
2452
|
+
recipientKey?: string;
|
|
2043
2453
|
};
|
|
2044
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2454
|
+
url: '/umbraco/management/api/newsletter-studio/recipient/details/{workspaceKey}';
|
|
2455
|
+
};
|
|
2456
|
+
export type RecipientGetDetailsErrors = {
|
|
2457
|
+
/**
|
|
2458
|
+
* The resource is protected and requires an authentication token
|
|
2459
|
+
*/
|
|
2460
|
+
401: unknown;
|
|
2461
|
+
/**
|
|
2462
|
+
* The authenticated user does not have access to this resource
|
|
2463
|
+
*/
|
|
2464
|
+
403: unknown;
|
|
2465
|
+
};
|
|
2466
|
+
export type RecipientGetDetailsResponses = {
|
|
2467
|
+
/**
|
|
2468
|
+
* OK
|
|
2469
|
+
*/
|
|
2470
|
+
200: RecipientDetailsResponseFrontendModel;
|
|
2471
|
+
};
|
|
2472
|
+
export type RecipientGetDetailsResponse = RecipientGetDetailsResponses[keyof RecipientGetDetailsResponses];
|
|
2473
|
+
export type RecipientGetOverviewData = {
|
|
2474
|
+
body?: never;
|
|
2475
|
+
path: {
|
|
2476
|
+
workspaceKey: string;
|
|
2053
2477
|
};
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2478
|
+
query?: never;
|
|
2479
|
+
url: '/umbraco/management/api/newsletter-studio/recipient/overview/{workspaceKey}';
|
|
2480
|
+
};
|
|
2481
|
+
export type RecipientGetOverviewErrors = {
|
|
2482
|
+
/**
|
|
2483
|
+
* The resource is protected and requires an authentication token
|
|
2484
|
+
*/
|
|
2485
|
+
401: unknown;
|
|
2486
|
+
/**
|
|
2487
|
+
* The authenticated user does not have access to this resource
|
|
2488
|
+
*/
|
|
2489
|
+
403: unknown;
|
|
2490
|
+
};
|
|
2491
|
+
export type RecipientGetOverviewResponses = {
|
|
2492
|
+
/**
|
|
2493
|
+
* OK
|
|
2494
|
+
*/
|
|
2495
|
+
200: RecipientsOverviewSectionResponseFrontendModel;
|
|
2496
|
+
};
|
|
2497
|
+
export type RecipientGetOverviewResponse = RecipientGetOverviewResponses[keyof RecipientGetOverviewResponses];
|
|
2498
|
+
export type RecipientGetPagedRecipientsData = {
|
|
2499
|
+
body?: never;
|
|
2500
|
+
path: {
|
|
2501
|
+
/**
|
|
2502
|
+
* Workspace key
|
|
2503
|
+
*/
|
|
2504
|
+
workspaceKey: string;
|
|
2064
2505
|
};
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2506
|
+
query?: {
|
|
2507
|
+
/**
|
|
2508
|
+
* Search text
|
|
2509
|
+
*/
|
|
2510
|
+
searchText?: string;
|
|
2511
|
+
/**
|
|
2512
|
+
* Filter
|
|
2513
|
+
*/
|
|
2514
|
+
filter?: string;
|
|
2515
|
+
/**
|
|
2516
|
+
* Page
|
|
2517
|
+
*/
|
|
2518
|
+
page?: number;
|
|
2075
2519
|
};
|
|
2076
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2520
|
+
url: '/umbraco/management/api/newsletter-studio/recipient/paged-recipients/{workspaceKey}';
|
|
2521
|
+
};
|
|
2522
|
+
export type RecipientGetPagedRecipientsErrors = {
|
|
2523
|
+
/**
|
|
2524
|
+
* The resource is protected and requires an authentication token
|
|
2525
|
+
*/
|
|
2526
|
+
401: unknown;
|
|
2527
|
+
/**
|
|
2528
|
+
* The authenticated user does not have access to this resource
|
|
2529
|
+
*/
|
|
2530
|
+
403: unknown;
|
|
2531
|
+
};
|
|
2532
|
+
export type RecipientGetPagedRecipientsResponses = {
|
|
2533
|
+
/**
|
|
2534
|
+
* OK
|
|
2535
|
+
*/
|
|
2536
|
+
200: PagedRecipientsModel;
|
|
2537
|
+
};
|
|
2538
|
+
export type RecipientGetPagedRecipientsResponse = RecipientGetPagedRecipientsResponses[keyof RecipientGetPagedRecipientsResponses];
|
|
2539
|
+
export type RecipientRemoveData = {
|
|
2540
|
+
body?: never;
|
|
2541
|
+
path: {
|
|
2542
|
+
recipientKey: string;
|
|
2086
2543
|
};
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2544
|
+
query?: never;
|
|
2545
|
+
url: '/umbraco/management/api/newsletter-studio/recipient/remove/{recipientKey}';
|
|
2546
|
+
};
|
|
2547
|
+
export type RecipientRemoveErrors = {
|
|
2548
|
+
/**
|
|
2549
|
+
* The resource is protected and requires an authentication token
|
|
2550
|
+
*/
|
|
2551
|
+
401: unknown;
|
|
2552
|
+
/**
|
|
2553
|
+
* The authenticated user does not have access to this resource
|
|
2554
|
+
*/
|
|
2555
|
+
403: unknown;
|
|
2556
|
+
};
|
|
2557
|
+
export type RecipientRemoveResponses = {
|
|
2558
|
+
/**
|
|
2559
|
+
* OK
|
|
2560
|
+
*/
|
|
2561
|
+
200: boolean;
|
|
2562
|
+
};
|
|
2563
|
+
export type RecipientRemoveResponse = RecipientRemoveResponses[keyof RecipientRemoveResponses];
|
|
2564
|
+
export type RecipientResetErrorsForRecipientData = {
|
|
2565
|
+
body?: never;
|
|
2566
|
+
path: {
|
|
2567
|
+
recipientKey: string;
|
|
2097
2568
|
};
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2569
|
+
query?: never;
|
|
2570
|
+
url: '/umbraco/management/api/newsletter-studio/recipient/reset-errors-for-recipient/{recipientKey}';
|
|
2571
|
+
};
|
|
2572
|
+
export type RecipientResetErrorsForRecipientErrors = {
|
|
2573
|
+
/**
|
|
2574
|
+
* The resource is protected and requires an authentication token
|
|
2575
|
+
*/
|
|
2576
|
+
401: unknown;
|
|
2577
|
+
/**
|
|
2578
|
+
* The authenticated user does not have access to this resource
|
|
2579
|
+
*/
|
|
2580
|
+
403: unknown;
|
|
2581
|
+
};
|
|
2582
|
+
export type RecipientResetErrorsForRecipientResponses = {
|
|
2583
|
+
/**
|
|
2584
|
+
* OK
|
|
2585
|
+
*/
|
|
2586
|
+
200: RecipientDetailsResponseFrontendModel;
|
|
2587
|
+
};
|
|
2588
|
+
export type RecipientResetErrorsForRecipientResponse = RecipientResetErrorsForRecipientResponses[keyof RecipientResetErrorsForRecipientResponses];
|
|
2589
|
+
export type RecipientSaveData = {
|
|
2590
|
+
body?: SaveRecipientRequestFrontendModel;
|
|
2591
|
+
path?: never;
|
|
2592
|
+
query?: never;
|
|
2593
|
+
url: '/umbraco/management/api/newsletter-studio/recipient/save';
|
|
2594
|
+
};
|
|
2595
|
+
export type RecipientSaveErrors = {
|
|
2596
|
+
/**
|
|
2597
|
+
* The resource is protected and requires an authentication token
|
|
2598
|
+
*/
|
|
2599
|
+
401: unknown;
|
|
2600
|
+
/**
|
|
2601
|
+
* The authenticated user does not have access to this resource
|
|
2602
|
+
*/
|
|
2603
|
+
403: unknown;
|
|
2604
|
+
};
|
|
2605
|
+
export type RecipientSaveResponses = {
|
|
2606
|
+
/**
|
|
2607
|
+
* OK
|
|
2608
|
+
*/
|
|
2609
|
+
200: RecipientDetailsResponseFrontendModel;
|
|
2610
|
+
};
|
|
2611
|
+
export type RecipientSaveResponse = RecipientSaveResponses[keyof RecipientSaveResponses];
|
|
2612
|
+
export type RecipientsExportGetDetailsData = {
|
|
2613
|
+
body?: never;
|
|
2614
|
+
path: {
|
|
2615
|
+
/**
|
|
2616
|
+
* Workspace key
|
|
2617
|
+
*/
|
|
2618
|
+
workspaceKey: string;
|
|
2108
2619
|
};
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
* OK
|
|
2115
|
-
*/
|
|
2116
|
-
200: boolean;
|
|
2117
|
-
};
|
|
2118
|
-
};
|
|
2620
|
+
query?: {
|
|
2621
|
+
/**
|
|
2622
|
+
* MailingList Key (e = Entity)
|
|
2623
|
+
*/
|
|
2624
|
+
e?: string;
|
|
2119
2625
|
};
|
|
2120
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2626
|
+
url: '/umbraco/management/api/newsletter-studio/recipients-export/get-details/{workspaceKey}';
|
|
2627
|
+
};
|
|
2628
|
+
export type RecipientsExportGetDetailsErrors = {
|
|
2629
|
+
/**
|
|
2630
|
+
* The resource is protected and requires an authentication token
|
|
2631
|
+
*/
|
|
2632
|
+
401: unknown;
|
|
2633
|
+
/**
|
|
2634
|
+
* The authenticated user does not have access to this resource
|
|
2635
|
+
*/
|
|
2636
|
+
403: unknown;
|
|
2637
|
+
};
|
|
2638
|
+
export type RecipientsExportGetDetailsResponses = {
|
|
2639
|
+
/**
|
|
2640
|
+
* OK
|
|
2641
|
+
*/
|
|
2642
|
+
200: Blob | File;
|
|
2643
|
+
};
|
|
2644
|
+
export type RecipientsExportGetDetailsResponse = RecipientsExportGetDetailsResponses[keyof RecipientsExportGetDetailsResponses];
|
|
2645
|
+
export type TransactionalPickerGetModelData = {
|
|
2646
|
+
/**
|
|
2647
|
+
* The current selection or null (if empty)
|
|
2648
|
+
*/
|
|
2649
|
+
body?: Array<TransactionalEmailPropertyEditorValueModel>;
|
|
2650
|
+
path?: never;
|
|
2651
|
+
query?: never;
|
|
2652
|
+
url: '/umbraco/management/api/newsletter-studio/transactional-picker/get-model';
|
|
2653
|
+
};
|
|
2654
|
+
export type TransactionalPickerGetModelErrors = {
|
|
2655
|
+
/**
|
|
2656
|
+
* The resource is protected and requires an authentication token
|
|
2657
|
+
*/
|
|
2658
|
+
401: unknown;
|
|
2659
|
+
/**
|
|
2660
|
+
* The authenticated user does not have access to this resource
|
|
2661
|
+
*/
|
|
2662
|
+
403: unknown;
|
|
2663
|
+
};
|
|
2664
|
+
export type TransactionalPickerGetModelResponses = {
|
|
2665
|
+
/**
|
|
2666
|
+
* OK
|
|
2667
|
+
*/
|
|
2668
|
+
200: TransactionalEmailPropertyEditorModelResponseFrontendModel;
|
|
2669
|
+
};
|
|
2670
|
+
export type TransactionalPickerGetModelResponse = TransactionalPickerGetModelResponses[keyof TransactionalPickerGetModelResponses];
|
|
2671
|
+
export type TransactionalCreateData = {
|
|
2672
|
+
body?: TransactionalCreateRequestFrontendModel;
|
|
2673
|
+
path?: never;
|
|
2674
|
+
query?: never;
|
|
2675
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/create';
|
|
2676
|
+
};
|
|
2677
|
+
export type TransactionalCreateErrors = {
|
|
2678
|
+
/**
|
|
2679
|
+
* The resource is protected and requires an authentication token
|
|
2680
|
+
*/
|
|
2681
|
+
401: unknown;
|
|
2682
|
+
/**
|
|
2683
|
+
* The authenticated user does not have access to this resource
|
|
2684
|
+
*/
|
|
2685
|
+
403: unknown;
|
|
2686
|
+
};
|
|
2687
|
+
export type TransactionalCreateResponses = {
|
|
2688
|
+
/**
|
|
2689
|
+
* OK
|
|
2690
|
+
*/
|
|
2691
|
+
200: string;
|
|
2692
|
+
};
|
|
2693
|
+
export type TransactionalCreateResponse = TransactionalCreateResponses[keyof TransactionalCreateResponses];
|
|
2694
|
+
export type TransactionalDeleteData = {
|
|
2695
|
+
body?: never;
|
|
2696
|
+
path: {
|
|
2697
|
+
/**
|
|
2698
|
+
* Workspace key
|
|
2699
|
+
*/
|
|
2700
|
+
workspaceKey: string;
|
|
2130
2701
|
};
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
* OK
|
|
2137
|
-
*/
|
|
2138
|
-
200: Array<ListItemIdAndLabelValueFrontendModel>;
|
|
2139
|
-
};
|
|
2140
|
-
};
|
|
2702
|
+
query?: {
|
|
2703
|
+
/**
|
|
2704
|
+
* Transactional email id to remove
|
|
2705
|
+
*/
|
|
2706
|
+
transactionalEmailKey?: string;
|
|
2141
2707
|
};
|
|
2142
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2708
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/delete/{workspaceKey}';
|
|
2709
|
+
};
|
|
2710
|
+
export type TransactionalDeleteErrors = {
|
|
2711
|
+
/**
|
|
2712
|
+
* The resource is protected and requires an authentication token
|
|
2713
|
+
*/
|
|
2714
|
+
401: unknown;
|
|
2715
|
+
/**
|
|
2716
|
+
* The authenticated user does not have access to this resource
|
|
2717
|
+
*/
|
|
2718
|
+
403: unknown;
|
|
2719
|
+
};
|
|
2720
|
+
export type TransactionalDeleteResponses = {
|
|
2721
|
+
/**
|
|
2722
|
+
* OK
|
|
2723
|
+
*/
|
|
2724
|
+
200: boolean;
|
|
2725
|
+
};
|
|
2726
|
+
export type TransactionalDeleteResponse = TransactionalDeleteResponses[keyof TransactionalDeleteResponses];
|
|
2727
|
+
export type TransactionalGetDetailsData = {
|
|
2728
|
+
body?: never;
|
|
2729
|
+
path: {
|
|
2730
|
+
/**
|
|
2731
|
+
* The workspace key
|
|
2732
|
+
*/
|
|
2733
|
+
workspaceKey: string;
|
|
2152
2734
|
};
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
* OK
|
|
2159
|
-
*/
|
|
2160
|
-
200: ImportRecipientsResultsResponseFrontendModel;
|
|
2161
|
-
};
|
|
2162
|
-
};
|
|
2735
|
+
query?: {
|
|
2736
|
+
/**
|
|
2737
|
+
* The Transactional email key
|
|
2738
|
+
*/
|
|
2739
|
+
e?: string;
|
|
2163
2740
|
};
|
|
2164
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2741
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/details/{workspaceKey}';
|
|
2742
|
+
};
|
|
2743
|
+
export type TransactionalGetDetailsErrors = {
|
|
2744
|
+
/**
|
|
2745
|
+
* The resource is protected and requires an authentication token
|
|
2746
|
+
*/
|
|
2747
|
+
401: unknown;
|
|
2748
|
+
/**
|
|
2749
|
+
* The authenticated user does not have access to this resource
|
|
2750
|
+
*/
|
|
2751
|
+
403: unknown;
|
|
2752
|
+
};
|
|
2753
|
+
export type TransactionalGetDetailsResponses = {
|
|
2754
|
+
/**
|
|
2755
|
+
* OK
|
|
2756
|
+
*/
|
|
2757
|
+
200: TransactionalEditSectionResponseFrontendModel;
|
|
2758
|
+
};
|
|
2759
|
+
export type TransactionalGetDetailsResponse = TransactionalGetDetailsResponses[keyof TransactionalGetDetailsResponses];
|
|
2760
|
+
export type TransactionalDuplicateData = {
|
|
2761
|
+
body?: never;
|
|
2762
|
+
path: {
|
|
2763
|
+
workspaceKey: string;
|
|
2174
2764
|
};
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
* OK
|
|
2181
|
-
*/
|
|
2182
|
-
200: ImportRecipientsColumnMappingResponseFrontendModel;
|
|
2183
|
-
};
|
|
2184
|
-
};
|
|
2765
|
+
query?: {
|
|
2766
|
+
/**
|
|
2767
|
+
* Transactional email id (int)
|
|
2768
|
+
*/
|
|
2769
|
+
e?: number;
|
|
2185
2770
|
};
|
|
2186
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2771
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/duplicate/{workspaceKey}';
|
|
2772
|
+
};
|
|
2773
|
+
export type TransactionalDuplicateErrors = {
|
|
2774
|
+
/**
|
|
2775
|
+
* The resource is protected and requires an authentication token
|
|
2776
|
+
*/
|
|
2777
|
+
401: unknown;
|
|
2778
|
+
/**
|
|
2779
|
+
* The authenticated user does not have access to this resource
|
|
2780
|
+
*/
|
|
2781
|
+
403: unknown;
|
|
2782
|
+
};
|
|
2783
|
+
export type TransactionalDuplicateResponses = {
|
|
2784
|
+
/**
|
|
2785
|
+
* OK
|
|
2786
|
+
*/
|
|
2787
|
+
200: boolean;
|
|
2788
|
+
};
|
|
2789
|
+
export type TransactionalDuplicateResponse = TransactionalDuplicateResponses[keyof TransactionalDuplicateResponses];
|
|
2790
|
+
export type TransactionalGetFieldsByAliasData = {
|
|
2791
|
+
body?: never;
|
|
2792
|
+
path: {
|
|
2793
|
+
providerItemAlias: string;
|
|
2196
2794
|
};
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
};
|
|
2271
|
-
};
|
|
2272
|
-
'/umbraco/management/api/newsletter-studio/recipient/details/{workspaceKey}': {
|
|
2273
|
-
get: {
|
|
2274
|
-
req: RecipientGetDetailsData;
|
|
2275
|
-
res: {
|
|
2276
|
-
/**
|
|
2277
|
-
* OK
|
|
2278
|
-
*/
|
|
2279
|
-
200: RecipientDetailsResponseFrontendModel;
|
|
2280
|
-
};
|
|
2281
|
-
};
|
|
2282
|
-
};
|
|
2283
|
-
'/umbraco/management/api/newsletter-studio/recipient/overview/{workspaceKey}': {
|
|
2284
|
-
get: {
|
|
2285
|
-
req: RecipientGetOverviewData;
|
|
2286
|
-
res: {
|
|
2287
|
-
/**
|
|
2288
|
-
* OK
|
|
2289
|
-
*/
|
|
2290
|
-
200: RecipientsOverviewSectionResponseFrontendModel;
|
|
2291
|
-
};
|
|
2292
|
-
};
|
|
2293
|
-
};
|
|
2294
|
-
'/umbraco/management/api/newsletter-studio/recipient/paged-recipients/{workspaceKey}': {
|
|
2295
|
-
get: {
|
|
2296
|
-
req: RecipientGetPagedRecipientsData;
|
|
2297
|
-
res: {
|
|
2298
|
-
/**
|
|
2299
|
-
* OK
|
|
2300
|
-
*/
|
|
2301
|
-
200: PagedRecipientsModel;
|
|
2302
|
-
};
|
|
2303
|
-
};
|
|
2304
|
-
};
|
|
2305
|
-
'/umbraco/management/api/newsletter-studio/recipient/remove/{recipientKey}': {
|
|
2306
|
-
get: {
|
|
2307
|
-
req: RecipientRemoveData;
|
|
2308
|
-
res: {
|
|
2309
|
-
/**
|
|
2310
|
-
* OK
|
|
2311
|
-
*/
|
|
2312
|
-
200: boolean;
|
|
2313
|
-
};
|
|
2314
|
-
};
|
|
2315
|
-
};
|
|
2316
|
-
'/umbraco/management/api/newsletter-studio/recipient/reset-errors-for-recipient/{recipientKey}': {
|
|
2317
|
-
get: {
|
|
2318
|
-
req: RecipientResetErrorsForRecipientData;
|
|
2319
|
-
res: {
|
|
2320
|
-
/**
|
|
2321
|
-
* OK
|
|
2322
|
-
*/
|
|
2323
|
-
200: RecipientDetailsResponseFrontendModel;
|
|
2324
|
-
};
|
|
2325
|
-
};
|
|
2326
|
-
};
|
|
2327
|
-
'/umbraco/management/api/newsletter-studio/recipient/save': {
|
|
2328
|
-
post: {
|
|
2329
|
-
req: RecipientSaveData;
|
|
2330
|
-
res: {
|
|
2331
|
-
/**
|
|
2332
|
-
* OK
|
|
2333
|
-
*/
|
|
2334
|
-
200: RecipientDetailsResponseFrontendModel;
|
|
2335
|
-
};
|
|
2336
|
-
};
|
|
2337
|
-
};
|
|
2338
|
-
'/umbraco/management/api/newsletter-studio/recipients-export/get-details/{workspaceKey}': {
|
|
2339
|
-
get: {
|
|
2340
|
-
req: RecipientsExportGetDetailsData;
|
|
2341
|
-
res: {
|
|
2342
|
-
/**
|
|
2343
|
-
* OK
|
|
2344
|
-
*/
|
|
2345
|
-
200: Blob | File;
|
|
2346
|
-
};
|
|
2347
|
-
};
|
|
2348
|
-
};
|
|
2349
|
-
'/umbraco/management/api/newsletter-studio/transactional-picker/get-model': {
|
|
2350
|
-
post: {
|
|
2351
|
-
req: TransactionalPickerGetModelData;
|
|
2352
|
-
res: {
|
|
2353
|
-
/**
|
|
2354
|
-
* OK
|
|
2355
|
-
*/
|
|
2356
|
-
200: TransactionalEmailPropertyEditorModelResponseFrontendModel;
|
|
2357
|
-
};
|
|
2358
|
-
};
|
|
2359
|
-
};
|
|
2360
|
-
'/umbraco/management/api/newsletter-studio/transactional/create': {
|
|
2361
|
-
post: {
|
|
2362
|
-
req: TransactionalCreateData;
|
|
2363
|
-
res: {
|
|
2364
|
-
/**
|
|
2365
|
-
* OK
|
|
2366
|
-
*/
|
|
2367
|
-
200: string;
|
|
2368
|
-
};
|
|
2369
|
-
};
|
|
2370
|
-
};
|
|
2371
|
-
'/umbraco/management/api/newsletter-studio/transactional/delete/{workspaceKey}': {
|
|
2372
|
-
post: {
|
|
2373
|
-
req: TransactionalDeleteData;
|
|
2374
|
-
res: {
|
|
2375
|
-
/**
|
|
2376
|
-
* OK
|
|
2377
|
-
*/
|
|
2378
|
-
200: boolean;
|
|
2379
|
-
};
|
|
2380
|
-
};
|
|
2381
|
-
};
|
|
2382
|
-
'/umbraco/management/api/newsletter-studio/transactional/details/{workspaceKey}': {
|
|
2383
|
-
get: {
|
|
2384
|
-
req: TransactionalGetDetailsData;
|
|
2385
|
-
res: {
|
|
2386
|
-
/**
|
|
2387
|
-
* OK
|
|
2388
|
-
*/
|
|
2389
|
-
200: TransactionalEditSectionResponseFrontendModel;
|
|
2390
|
-
};
|
|
2391
|
-
};
|
|
2392
|
-
};
|
|
2393
|
-
'/umbraco/management/api/newsletter-studio/transactional/duplicate/{workspaceKey}': {
|
|
2394
|
-
post: {
|
|
2395
|
-
req: TransactionalDuplicateData;
|
|
2396
|
-
res: {
|
|
2397
|
-
/**
|
|
2398
|
-
* OK
|
|
2399
|
-
*/
|
|
2400
|
-
200: boolean;
|
|
2401
|
-
};
|
|
2402
|
-
};
|
|
2403
|
-
};
|
|
2404
|
-
'/umbraco/management/api/newsletter-studio/transactional/fields-by-id/{providerItemAlias}': {
|
|
2405
|
-
get: {
|
|
2406
|
-
req: TransactionalGetFieldsByAliasData;
|
|
2407
|
-
res: {
|
|
2408
|
-
/**
|
|
2409
|
-
* OK
|
|
2410
|
-
*/
|
|
2411
|
-
200: Array<MergeFieldModel>;
|
|
2412
|
-
};
|
|
2413
|
-
};
|
|
2414
|
-
};
|
|
2415
|
-
'/umbraco/management/api/newsletter-studio/transactional/paged-transactional-list-items': {
|
|
2416
|
-
post: {
|
|
2417
|
-
req: TransactionalGetPagedTransactionalListItemsData;
|
|
2418
|
-
res: {
|
|
2419
|
-
/**
|
|
2420
|
-
* OK
|
|
2421
|
-
*/
|
|
2422
|
-
200: PageTransactionalEmailItemResponseModel;
|
|
2423
|
-
};
|
|
2424
|
-
};
|
|
2425
|
-
};
|
|
2426
|
-
'/umbraco/management/api/newsletter-studio/transactional/paged-transactional-log-items': {
|
|
2427
|
-
post: {
|
|
2428
|
-
req: TransactionalGetPagedTransactionalLogItemsData;
|
|
2429
|
-
res: {
|
|
2430
|
-
/**
|
|
2431
|
-
* OK
|
|
2432
|
-
*/
|
|
2433
|
-
200: PageTransactionalLogItemFrontendModel;
|
|
2434
|
-
};
|
|
2435
|
-
};
|
|
2436
|
-
};
|
|
2437
|
-
'/umbraco/management/api/newsletter-studio/transactional/render-tracking-transactional/{trackingTransactionalEmailId}': {
|
|
2438
|
-
get: {
|
|
2439
|
-
req: TransactionalRenderTrackingTransactionalEmailData;
|
|
2440
|
-
res: {
|
|
2441
|
-
/**
|
|
2442
|
-
* OK
|
|
2443
|
-
*/
|
|
2444
|
-
200: string;
|
|
2445
|
-
};
|
|
2446
|
-
};
|
|
2447
|
-
};
|
|
2448
|
-
'/umbraco/management/api/newsletter-studio/transactional/render-transactional/{transactionalKey}': {
|
|
2449
|
-
get: {
|
|
2450
|
-
req: TransactionalRenderTransactionalData;
|
|
2451
|
-
res: {
|
|
2452
|
-
/**
|
|
2453
|
-
* OK
|
|
2454
|
-
*/
|
|
2455
|
-
200: string;
|
|
2456
|
-
};
|
|
2457
|
-
};
|
|
2458
|
-
};
|
|
2459
|
-
'/umbraco/management/api/newsletter-studio/transactional/resend': {
|
|
2460
|
-
post: {
|
|
2461
|
-
req: TransactionalResendData;
|
|
2462
|
-
res: {
|
|
2463
|
-
/**
|
|
2464
|
-
* OK
|
|
2465
|
-
*/
|
|
2466
|
-
200: boolean;
|
|
2467
|
-
};
|
|
2468
|
-
};
|
|
2469
|
-
};
|
|
2470
|
-
'/umbraco/management/api/newsletter-studio/transactional/save': {
|
|
2471
|
-
post: {
|
|
2472
|
-
req: TransactionalSaveData;
|
|
2473
|
-
res: {
|
|
2474
|
-
/**
|
|
2475
|
-
* OK
|
|
2476
|
-
*/
|
|
2477
|
-
200: TransactionalValueFrontendModel;
|
|
2478
|
-
};
|
|
2479
|
-
};
|
|
2480
|
-
};
|
|
2481
|
-
'/umbraco/management/api/newsletter-studio/transactional/send-test-email': {
|
|
2482
|
-
post: {
|
|
2483
|
-
req: TransactionalSendTestEmailData;
|
|
2484
|
-
res: {
|
|
2485
|
-
/**
|
|
2486
|
-
* OK
|
|
2487
|
-
*/
|
|
2488
|
-
200: boolean;
|
|
2489
|
-
};
|
|
2490
|
-
};
|
|
2491
|
-
};
|
|
2492
|
-
'/umbraco/management/api/newsletter-studio/transactional/tracking-transactional/{trackingTransactionalId}': {
|
|
2493
|
-
get: {
|
|
2494
|
-
req: TransactionalGetTrackingTransactionalData;
|
|
2495
|
-
res: {
|
|
2496
|
-
/**
|
|
2497
|
-
* OK
|
|
2498
|
-
*/
|
|
2499
|
-
200: TrackingTransactionalResponseFrontendModel;
|
|
2500
|
-
};
|
|
2501
|
-
};
|
|
2502
|
-
};
|
|
2503
|
-
'/umbraco/management/api/newsletter-studio/transactional/transactional-activities/{workspaceKey}': {
|
|
2504
|
-
get: {
|
|
2505
|
-
req: TransactionalGetTransactionalActivitiesData;
|
|
2506
|
-
res: {
|
|
2507
|
-
/**
|
|
2508
|
-
* OK
|
|
2509
|
-
*/
|
|
2510
|
-
200: TransactionalOverviewSectionFrontendModel;
|
|
2511
|
-
};
|
|
2512
|
-
};
|
|
2513
|
-
};
|
|
2514
|
-
'/umbraco/management/api/newsletter-studio/transactional/transactional-email-overview/{workspaceKey}': {
|
|
2515
|
-
get: {
|
|
2516
|
-
req: TransactionalGetTransactionalEmailsOverviewData;
|
|
2517
|
-
res: {
|
|
2518
|
-
/**
|
|
2519
|
-
* OK
|
|
2520
|
-
*/
|
|
2521
|
-
200: TransactionalEmailsSectionResponseFrontendModel;
|
|
2522
|
-
};
|
|
2523
|
-
};
|
|
2524
|
-
};
|
|
2525
|
-
'/umbraco/management/api/newsletter-studio/workspace/create-new': {
|
|
2526
|
-
post: {
|
|
2527
|
-
req: WorkspaceCreateNewData;
|
|
2528
|
-
res: {
|
|
2529
|
-
/**
|
|
2530
|
-
* OK
|
|
2531
|
-
*/
|
|
2532
|
-
200: WorkspaceListItemFrontendModel;
|
|
2533
|
-
};
|
|
2534
|
-
};
|
|
2535
|
-
};
|
|
2536
|
-
'/umbraco/management/api/newsletter-studio/workspace/dashboard-overview/{workspaceKey}': {
|
|
2537
|
-
get: {
|
|
2538
|
-
req: WorkspaceGetDashboardOverviewData;
|
|
2539
|
-
res: {
|
|
2540
|
-
/**
|
|
2541
|
-
* OK
|
|
2542
|
-
*/
|
|
2543
|
-
200: WorkspaceDashboardOverviewResponseFrontendModel;
|
|
2544
|
-
};
|
|
2545
|
-
};
|
|
2546
|
-
};
|
|
2547
|
-
'/umbraco/management/api/newsletter-studio/workspace/dashboard-section': {
|
|
2548
|
-
get: {
|
|
2549
|
-
res: {
|
|
2550
|
-
/**
|
|
2551
|
-
* OK
|
|
2552
|
-
*/
|
|
2553
|
-
200: WorkspaceDashboardOverviewResponseFrontendModel;
|
|
2554
|
-
};
|
|
2555
|
-
};
|
|
2556
|
-
};
|
|
2557
|
-
'/umbraco/management/api/newsletter-studio/workspace/license-connect': {
|
|
2558
|
-
post: {
|
|
2559
|
-
req: WorkspaceLicenseConnectData;
|
|
2560
|
-
res: {
|
|
2561
|
-
/**
|
|
2562
|
-
* OK
|
|
2563
|
-
*/
|
|
2564
|
-
200: LicenseDetailsResponseFrontendModel;
|
|
2565
|
-
};
|
|
2566
|
-
};
|
|
2795
|
+
query?: never;
|
|
2796
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/fields-by-id/{providerItemAlias}';
|
|
2797
|
+
};
|
|
2798
|
+
export type TransactionalGetFieldsByAliasErrors = {
|
|
2799
|
+
/**
|
|
2800
|
+
* The resource is protected and requires an authentication token
|
|
2801
|
+
*/
|
|
2802
|
+
401: unknown;
|
|
2803
|
+
/**
|
|
2804
|
+
* The authenticated user does not have access to this resource
|
|
2805
|
+
*/
|
|
2806
|
+
403: unknown;
|
|
2807
|
+
};
|
|
2808
|
+
export type TransactionalGetFieldsByAliasResponses = {
|
|
2809
|
+
/**
|
|
2810
|
+
* OK
|
|
2811
|
+
*/
|
|
2812
|
+
200: Array<MergeFieldModel>;
|
|
2813
|
+
};
|
|
2814
|
+
export type TransactionalGetFieldsByAliasResponse = TransactionalGetFieldsByAliasResponses[keyof TransactionalGetFieldsByAliasResponses];
|
|
2815
|
+
export type TransactionalGetPagedTransactionalListItemsData = {
|
|
2816
|
+
body?: TransactionalGetListRequestFrontendModel;
|
|
2817
|
+
path?: never;
|
|
2818
|
+
query?: never;
|
|
2819
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/paged-transactional-list-items';
|
|
2820
|
+
};
|
|
2821
|
+
export type TransactionalGetPagedTransactionalListItemsErrors = {
|
|
2822
|
+
/**
|
|
2823
|
+
* The resource is protected and requires an authentication token
|
|
2824
|
+
*/
|
|
2825
|
+
401: unknown;
|
|
2826
|
+
/**
|
|
2827
|
+
* The authenticated user does not have access to this resource
|
|
2828
|
+
*/
|
|
2829
|
+
403: unknown;
|
|
2830
|
+
};
|
|
2831
|
+
export type TransactionalGetPagedTransactionalListItemsResponses = {
|
|
2832
|
+
/**
|
|
2833
|
+
* Represents a Paged set of objects of type {T}
|
|
2834
|
+
*/
|
|
2835
|
+
200: PageTransactionalEmailItemResponseModel;
|
|
2836
|
+
};
|
|
2837
|
+
export type TransactionalGetPagedTransactionalListItemsResponse = TransactionalGetPagedTransactionalListItemsResponses[keyof TransactionalGetPagedTransactionalListItemsResponses];
|
|
2838
|
+
export type TransactionalGetPagedTransactionalLogItemsData = {
|
|
2839
|
+
body?: TransactionalGetLogListRequestFrontendModel;
|
|
2840
|
+
path?: never;
|
|
2841
|
+
query?: never;
|
|
2842
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/paged-transactional-log-items';
|
|
2843
|
+
};
|
|
2844
|
+
export type TransactionalGetPagedTransactionalLogItemsErrors = {
|
|
2845
|
+
/**
|
|
2846
|
+
* The resource is protected and requires an authentication token
|
|
2847
|
+
*/
|
|
2848
|
+
401: unknown;
|
|
2849
|
+
/**
|
|
2850
|
+
* The authenticated user does not have access to this resource
|
|
2851
|
+
*/
|
|
2852
|
+
403: unknown;
|
|
2853
|
+
};
|
|
2854
|
+
export type TransactionalGetPagedTransactionalLogItemsResponses = {
|
|
2855
|
+
/**
|
|
2856
|
+
* Represents a Paged set of objects of type {T}
|
|
2857
|
+
*/
|
|
2858
|
+
200: PageTransactionalLogItemFrontendModel;
|
|
2859
|
+
};
|
|
2860
|
+
export type TransactionalGetPagedTransactionalLogItemsResponse = TransactionalGetPagedTransactionalLogItemsResponses[keyof TransactionalGetPagedTransactionalLogItemsResponses];
|
|
2861
|
+
export type TransactionalRenderTrackingTransactionalEmailData = {
|
|
2862
|
+
body?: never;
|
|
2863
|
+
path: {
|
|
2864
|
+
/**
|
|
2865
|
+
* Tracking Transactional Email Id
|
|
2866
|
+
*/
|
|
2867
|
+
trackingTransactionalEmailId: number;
|
|
2567
2868
|
};
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2869
|
+
query?: never;
|
|
2870
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/render-tracking-transactional/{trackingTransactionalEmailId}';
|
|
2871
|
+
};
|
|
2872
|
+
export type TransactionalRenderTrackingTransactionalEmailErrors = {
|
|
2873
|
+
/**
|
|
2874
|
+
* The resource is protected and requires an authentication token
|
|
2875
|
+
*/
|
|
2876
|
+
401: unknown;
|
|
2877
|
+
/**
|
|
2878
|
+
* The authenticated user does not have access to this resource
|
|
2879
|
+
*/
|
|
2880
|
+
403: unknown;
|
|
2881
|
+
};
|
|
2882
|
+
export type TransactionalRenderTrackingTransactionalEmailResponses = {
|
|
2883
|
+
/**
|
|
2884
|
+
* OK
|
|
2885
|
+
*/
|
|
2886
|
+
200: string;
|
|
2887
|
+
};
|
|
2888
|
+
export type TransactionalRenderTrackingTransactionalEmailResponse = TransactionalRenderTrackingTransactionalEmailResponses[keyof TransactionalRenderTrackingTransactionalEmailResponses];
|
|
2889
|
+
export type TransactionalRenderTransactionalData = {
|
|
2890
|
+
body?: never;
|
|
2891
|
+
path: {
|
|
2892
|
+
transactionalKey: string;
|
|
2578
2893
|
};
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2894
|
+
query?: never;
|
|
2895
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/render-transactional/{transactionalKey}';
|
|
2896
|
+
};
|
|
2897
|
+
export type TransactionalRenderTransactionalErrors = {
|
|
2898
|
+
/**
|
|
2899
|
+
* The resource is protected and requires an authentication token
|
|
2900
|
+
*/
|
|
2901
|
+
401: unknown;
|
|
2902
|
+
/**
|
|
2903
|
+
* The authenticated user does not have access to this resource
|
|
2904
|
+
*/
|
|
2905
|
+
403: unknown;
|
|
2906
|
+
};
|
|
2907
|
+
export type TransactionalRenderTransactionalResponses = {
|
|
2908
|
+
/**
|
|
2909
|
+
* OK
|
|
2910
|
+
*/
|
|
2911
|
+
200: string;
|
|
2912
|
+
};
|
|
2913
|
+
export type TransactionalRenderTransactionalResponse = TransactionalRenderTransactionalResponses[keyof TransactionalRenderTransactionalResponses];
|
|
2914
|
+
export type TransactionalResendData = {
|
|
2915
|
+
body?: ResendTransactionalRequestFrontendModel;
|
|
2916
|
+
path?: never;
|
|
2917
|
+
query?: never;
|
|
2918
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/resend';
|
|
2919
|
+
};
|
|
2920
|
+
export type TransactionalResendErrors = {
|
|
2921
|
+
/**
|
|
2922
|
+
* The resource is protected and requires an authentication token
|
|
2923
|
+
*/
|
|
2924
|
+
401: unknown;
|
|
2925
|
+
/**
|
|
2926
|
+
* The authenticated user does not have access to this resource
|
|
2927
|
+
*/
|
|
2928
|
+
403: unknown;
|
|
2929
|
+
};
|
|
2930
|
+
export type TransactionalResendResponses = {
|
|
2931
|
+
/**
|
|
2932
|
+
* OK
|
|
2933
|
+
*/
|
|
2934
|
+
200: boolean;
|
|
2935
|
+
};
|
|
2936
|
+
export type TransactionalResendResponse = TransactionalResendResponses[keyof TransactionalResendResponses];
|
|
2937
|
+
export type TransactionalSaveData = {
|
|
2938
|
+
/**
|
|
2939
|
+
* Model for transactional emails.
|
|
2940
|
+
*/
|
|
2941
|
+
body?: TransactionalValueFrontendModel;
|
|
2942
|
+
path?: never;
|
|
2943
|
+
query?: never;
|
|
2944
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/save';
|
|
2945
|
+
};
|
|
2946
|
+
export type TransactionalSaveErrors = {
|
|
2947
|
+
/**
|
|
2948
|
+
* The resource is protected and requires an authentication token
|
|
2949
|
+
*/
|
|
2950
|
+
401: unknown;
|
|
2951
|
+
/**
|
|
2952
|
+
* The authenticated user does not have access to this resource
|
|
2953
|
+
*/
|
|
2954
|
+
403: unknown;
|
|
2955
|
+
};
|
|
2956
|
+
export type TransactionalSaveResponses = {
|
|
2957
|
+
/**
|
|
2958
|
+
* Model for transactional emails.
|
|
2959
|
+
*/
|
|
2960
|
+
200: TransactionalValueFrontendModel;
|
|
2961
|
+
};
|
|
2962
|
+
export type TransactionalSaveResponse = TransactionalSaveResponses[keyof TransactionalSaveResponses];
|
|
2963
|
+
export type TransactionalSendTestEmailData = {
|
|
2964
|
+
body?: TransactionalSendTestRequestFrontendModel;
|
|
2965
|
+
path?: never;
|
|
2966
|
+
query?: never;
|
|
2967
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/send-test-email';
|
|
2968
|
+
};
|
|
2969
|
+
export type TransactionalSendTestEmailErrors = {
|
|
2970
|
+
/**
|
|
2971
|
+
* The resource is protected and requires an authentication token
|
|
2972
|
+
*/
|
|
2973
|
+
401: unknown;
|
|
2974
|
+
/**
|
|
2975
|
+
* The authenticated user does not have access to this resource
|
|
2976
|
+
*/
|
|
2977
|
+
403: unknown;
|
|
2978
|
+
};
|
|
2979
|
+
export type TransactionalSendTestEmailResponses = {
|
|
2980
|
+
/**
|
|
2981
|
+
* OK
|
|
2982
|
+
*/
|
|
2983
|
+
200: boolean;
|
|
2984
|
+
};
|
|
2985
|
+
export type TransactionalSendTestEmailResponse = TransactionalSendTestEmailResponses[keyof TransactionalSendTestEmailResponses];
|
|
2986
|
+
export type TransactionalGetTrackingTransactionalData = {
|
|
2987
|
+
body?: never;
|
|
2988
|
+
path: {
|
|
2989
|
+
trackingTransactionalId: number;
|
|
2589
2990
|
};
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2991
|
+
query?: never;
|
|
2992
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/tracking-transactional/{trackingTransactionalId}';
|
|
2993
|
+
};
|
|
2994
|
+
export type TransactionalGetTrackingTransactionalErrors = {
|
|
2995
|
+
/**
|
|
2996
|
+
* The resource is protected and requires an authentication token
|
|
2997
|
+
*/
|
|
2998
|
+
401: unknown;
|
|
2999
|
+
/**
|
|
3000
|
+
* The authenticated user does not have access to this resource
|
|
3001
|
+
*/
|
|
3002
|
+
403: unknown;
|
|
3003
|
+
};
|
|
3004
|
+
export type TransactionalGetTrackingTransactionalResponses = {
|
|
3005
|
+
/**
|
|
3006
|
+
* Model for showing details about a TrackingTransactional
|
|
3007
|
+
*/
|
|
3008
|
+
200: TrackingTransactionalResponseFrontendModel;
|
|
3009
|
+
};
|
|
3010
|
+
export type TransactionalGetTrackingTransactionalResponse = TransactionalGetTrackingTransactionalResponses[keyof TransactionalGetTrackingTransactionalResponses];
|
|
3011
|
+
export type TransactionalGetTransactionalActivitiesData = {
|
|
3012
|
+
body?: never;
|
|
3013
|
+
path: {
|
|
3014
|
+
/**
|
|
3015
|
+
* Workspace Key
|
|
3016
|
+
*/
|
|
3017
|
+
workspaceKey: string;
|
|
2599
3018
|
};
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
3019
|
+
query?: never;
|
|
3020
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/transactional-activities/{workspaceKey}';
|
|
3021
|
+
};
|
|
3022
|
+
export type TransactionalGetTransactionalActivitiesErrors = {
|
|
3023
|
+
/**
|
|
3024
|
+
* The resource is protected and requires an authentication token
|
|
3025
|
+
*/
|
|
3026
|
+
401: unknown;
|
|
3027
|
+
/**
|
|
3028
|
+
* The authenticated user does not have access to this resource
|
|
3029
|
+
*/
|
|
3030
|
+
403: unknown;
|
|
3031
|
+
};
|
|
3032
|
+
export type TransactionalGetTransactionalActivitiesResponses = {
|
|
3033
|
+
/**
|
|
3034
|
+
* OK
|
|
3035
|
+
*/
|
|
3036
|
+
200: TransactionalOverviewSectionFrontendModel;
|
|
3037
|
+
};
|
|
3038
|
+
export type TransactionalGetTransactionalActivitiesResponse = TransactionalGetTransactionalActivitiesResponses[keyof TransactionalGetTransactionalActivitiesResponses];
|
|
3039
|
+
export type TransactionalGetTransactionalEmailsOverviewData = {
|
|
3040
|
+
body?: never;
|
|
3041
|
+
path: {
|
|
3042
|
+
/**
|
|
3043
|
+
* Workspace Key
|
|
3044
|
+
*/
|
|
3045
|
+
workspaceKey: string;
|
|
2610
3046
|
};
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
3047
|
+
query?: never;
|
|
3048
|
+
url: '/umbraco/management/api/newsletter-studio/transactional/transactional-email-overview/{workspaceKey}';
|
|
3049
|
+
};
|
|
3050
|
+
export type TransactionalGetTransactionalEmailsOverviewErrors = {
|
|
3051
|
+
/**
|
|
3052
|
+
* The resource is protected and requires an authentication token
|
|
3053
|
+
*/
|
|
3054
|
+
401: unknown;
|
|
3055
|
+
/**
|
|
3056
|
+
* The authenticated user does not have access to this resource
|
|
3057
|
+
*/
|
|
3058
|
+
403: unknown;
|
|
3059
|
+
};
|
|
3060
|
+
export type TransactionalGetTransactionalEmailsOverviewResponses = {
|
|
3061
|
+
/**
|
|
3062
|
+
* OK
|
|
3063
|
+
*/
|
|
3064
|
+
200: TransactionalEmailsSectionResponseFrontendModel;
|
|
3065
|
+
};
|
|
3066
|
+
export type TransactionalGetTransactionalEmailsOverviewResponse = TransactionalGetTransactionalEmailsOverviewResponses[keyof TransactionalGetTransactionalEmailsOverviewResponses];
|
|
3067
|
+
export type DebugSignalProgressData = {
|
|
3068
|
+
body?: DebugCampaignProgressDtoModel;
|
|
3069
|
+
path?: never;
|
|
3070
|
+
query?: never;
|
|
3071
|
+
url: '/debug/hub/campaign-progress';
|
|
3072
|
+
};
|
|
3073
|
+
export type DebugSignalProgressResponses = {
|
|
3074
|
+
/**
|
|
3075
|
+
* OK
|
|
3076
|
+
*/
|
|
3077
|
+
200: unknown;
|
|
3078
|
+
};
|
|
3079
|
+
export type DebugHubDebugMessageData = {
|
|
3080
|
+
body?: never;
|
|
3081
|
+
path?: never;
|
|
3082
|
+
query?: never;
|
|
3083
|
+
url: '/debug/hub/message';
|
|
3084
|
+
};
|
|
3085
|
+
export type DebugHubDebugMessageResponses = {
|
|
3086
|
+
/**
|
|
3087
|
+
* OK
|
|
3088
|
+
*/
|
|
3089
|
+
200: unknown;
|
|
3090
|
+
};
|
|
3091
|
+
export type WorkspaceCreateNewData = {
|
|
3092
|
+
body?: CreateNewWorkspaceRequestFrontendModel;
|
|
3093
|
+
path?: never;
|
|
3094
|
+
query?: never;
|
|
3095
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/create-new';
|
|
3096
|
+
};
|
|
3097
|
+
export type WorkspaceCreateNewErrors = {
|
|
3098
|
+
/**
|
|
3099
|
+
* The resource is protected and requires an authentication token
|
|
3100
|
+
*/
|
|
3101
|
+
401: unknown;
|
|
3102
|
+
/**
|
|
3103
|
+
* The authenticated user does not have access to this resource
|
|
3104
|
+
*/
|
|
3105
|
+
403: unknown;
|
|
3106
|
+
};
|
|
3107
|
+
export type WorkspaceCreateNewResponses = {
|
|
3108
|
+
/**
|
|
3109
|
+
* OK
|
|
3110
|
+
*/
|
|
3111
|
+
200: WorkspaceListItemFrontendModel;
|
|
3112
|
+
};
|
|
3113
|
+
export type WorkspaceCreateNewResponse = WorkspaceCreateNewResponses[keyof WorkspaceCreateNewResponses];
|
|
3114
|
+
export type WorkspaceGetDashboardOverviewData = {
|
|
3115
|
+
body?: never;
|
|
3116
|
+
path: {
|
|
3117
|
+
/**
|
|
3118
|
+
* The workspace id
|
|
3119
|
+
*/
|
|
3120
|
+
workspaceKey: string;
|
|
2621
3121
|
};
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
3122
|
+
query?: never;
|
|
3123
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/dashboard-overview/{workspaceKey}';
|
|
3124
|
+
};
|
|
3125
|
+
export type WorkspaceGetDashboardOverviewErrors = {
|
|
3126
|
+
/**
|
|
3127
|
+
* The resource is protected and requires an authentication token
|
|
3128
|
+
*/
|
|
3129
|
+
401: unknown;
|
|
3130
|
+
/**
|
|
3131
|
+
* The authenticated user does not have access to this resource
|
|
3132
|
+
*/
|
|
3133
|
+
403: unknown;
|
|
3134
|
+
};
|
|
3135
|
+
export type WorkspaceGetDashboardOverviewResponses = {
|
|
3136
|
+
/**
|
|
3137
|
+
* OK
|
|
3138
|
+
*/
|
|
3139
|
+
200: WorkspaceDashboardOverviewResponseFrontendModel;
|
|
3140
|
+
};
|
|
3141
|
+
export type WorkspaceGetDashboardOverviewResponse = WorkspaceGetDashboardOverviewResponses[keyof WorkspaceGetDashboardOverviewResponses];
|
|
3142
|
+
export type WorkspaceGetDashboardSectionData = {
|
|
3143
|
+
body?: never;
|
|
3144
|
+
path?: never;
|
|
3145
|
+
query?: never;
|
|
3146
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/dashboard-section';
|
|
3147
|
+
};
|
|
3148
|
+
export type WorkspaceGetDashboardSectionErrors = {
|
|
3149
|
+
/**
|
|
3150
|
+
* The resource is protected and requires an authentication token
|
|
3151
|
+
*/
|
|
3152
|
+
401: unknown;
|
|
3153
|
+
/**
|
|
3154
|
+
* The authenticated user does not have access to this resource
|
|
3155
|
+
*/
|
|
3156
|
+
403: unknown;
|
|
3157
|
+
};
|
|
3158
|
+
export type WorkspaceGetDashboardSectionResponses = {
|
|
3159
|
+
/**
|
|
3160
|
+
* OK
|
|
3161
|
+
*/
|
|
3162
|
+
200: WorkspaceDashboardOverviewResponseFrontendModel;
|
|
3163
|
+
};
|
|
3164
|
+
export type WorkspaceGetDashboardSectionResponse = WorkspaceGetDashboardSectionResponses[keyof WorkspaceGetDashboardSectionResponses];
|
|
3165
|
+
export type WorkspaceLicenseConnectData = {
|
|
3166
|
+
body?: LicensePerformConnectRequestFrontendModel;
|
|
3167
|
+
path?: never;
|
|
3168
|
+
query?: never;
|
|
3169
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/license-connect';
|
|
3170
|
+
};
|
|
3171
|
+
export type WorkspaceLicenseConnectErrors = {
|
|
3172
|
+
/**
|
|
3173
|
+
* The resource is protected and requires an authentication token
|
|
3174
|
+
*/
|
|
3175
|
+
401: unknown;
|
|
3176
|
+
/**
|
|
3177
|
+
* The authenticated user does not have access to this resource
|
|
3178
|
+
*/
|
|
3179
|
+
403: unknown;
|
|
3180
|
+
};
|
|
3181
|
+
export type WorkspaceLicenseConnectResponses = {
|
|
3182
|
+
/**
|
|
3183
|
+
* OK
|
|
3184
|
+
*/
|
|
3185
|
+
200: LicenseDetailsResponseFrontendModel;
|
|
3186
|
+
};
|
|
3187
|
+
export type WorkspaceLicenseConnectResponse = WorkspaceLicenseConnectResponses[keyof WorkspaceLicenseConnectResponses];
|
|
3188
|
+
export type WorkspaceLicenseLoginData = {
|
|
3189
|
+
body?: LicenseLoginRequestFrontendModel;
|
|
3190
|
+
path?: never;
|
|
3191
|
+
query?: never;
|
|
3192
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/license-login';
|
|
3193
|
+
};
|
|
3194
|
+
export type WorkspaceLicenseLoginErrors = {
|
|
3195
|
+
/**
|
|
3196
|
+
* The resource is protected and requires an authentication token
|
|
3197
|
+
*/
|
|
3198
|
+
401: unknown;
|
|
3199
|
+
/**
|
|
3200
|
+
* The authenticated user does not have access to this resource
|
|
3201
|
+
*/
|
|
3202
|
+
403: unknown;
|
|
3203
|
+
};
|
|
3204
|
+
export type WorkspaceLicenseLoginResponses = {
|
|
3205
|
+
/**
|
|
3206
|
+
* OK
|
|
3207
|
+
*/
|
|
3208
|
+
200: LicensesResponseFrontendModel;
|
|
3209
|
+
};
|
|
3210
|
+
export type WorkspaceLicenseLoginResponse = WorkspaceLicenseLoginResponses[keyof WorkspaceLicenseLoginResponses];
|
|
3211
|
+
export type WorkspaceGetManageData = {
|
|
3212
|
+
body?: never;
|
|
3213
|
+
path: {
|
|
3214
|
+
/**
|
|
3215
|
+
* Workspace Key
|
|
3216
|
+
*/
|
|
3217
|
+
workspaceKey: string;
|
|
2632
3218
|
};
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
3219
|
+
query?: never;
|
|
3220
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/manage/{workspaceKey}';
|
|
3221
|
+
};
|
|
3222
|
+
export type WorkspaceGetManageErrors = {
|
|
3223
|
+
/**
|
|
3224
|
+
* The resource is protected and requires an authentication token
|
|
3225
|
+
*/
|
|
3226
|
+
401: unknown;
|
|
3227
|
+
/**
|
|
3228
|
+
* The authenticated user does not have access to this resource
|
|
3229
|
+
*/
|
|
3230
|
+
403: unknown;
|
|
3231
|
+
};
|
|
3232
|
+
export type WorkspaceGetManageResponses = {
|
|
3233
|
+
/**
|
|
3234
|
+
* OK
|
|
3235
|
+
*/
|
|
3236
|
+
200: WorkspaceManageOverviewResponseFrontendModel;
|
|
3237
|
+
};
|
|
3238
|
+
export type WorkspaceGetManageResponse = WorkspaceGetManageResponses[keyof WorkspaceGetManageResponses];
|
|
3239
|
+
export type WorkspaceGetOverviewData = {
|
|
3240
|
+
body?: never;
|
|
3241
|
+
path?: never;
|
|
3242
|
+
query?: never;
|
|
3243
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/overview';
|
|
3244
|
+
};
|
|
3245
|
+
export type WorkspaceGetOverviewErrors = {
|
|
3246
|
+
/**
|
|
3247
|
+
* The resource is protected and requires an authentication token
|
|
3248
|
+
*/
|
|
3249
|
+
401: unknown;
|
|
3250
|
+
/**
|
|
3251
|
+
* The authenticated user does not have access to this resource
|
|
3252
|
+
*/
|
|
3253
|
+
403: unknown;
|
|
3254
|
+
};
|
|
3255
|
+
export type WorkspaceGetOverviewResponses = {
|
|
3256
|
+
/**
|
|
3257
|
+
* OK
|
|
3258
|
+
*/
|
|
3259
|
+
200: WorkspacesOverviewResponseFrontendModel;
|
|
3260
|
+
};
|
|
3261
|
+
export type WorkspaceGetOverviewResponse = WorkspaceGetOverviewResponses[keyof WorkspaceGetOverviewResponses];
|
|
3262
|
+
export type WorkspaceRemoveData = {
|
|
3263
|
+
body?: never;
|
|
3264
|
+
path: {
|
|
3265
|
+
key: string;
|
|
2643
3266
|
};
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
3267
|
+
query?: never;
|
|
3268
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/remove/{key}';
|
|
3269
|
+
};
|
|
3270
|
+
export type WorkspaceRemoveErrors = {
|
|
3271
|
+
/**
|
|
3272
|
+
* The resource is protected and requires an authentication token
|
|
3273
|
+
*/
|
|
3274
|
+
401: unknown;
|
|
3275
|
+
/**
|
|
3276
|
+
* The authenticated user does not have access to this resource
|
|
3277
|
+
*/
|
|
3278
|
+
403: unknown;
|
|
3279
|
+
};
|
|
3280
|
+
export type WorkspaceRemoveResponses = {
|
|
3281
|
+
/**
|
|
3282
|
+
* OK
|
|
3283
|
+
*/
|
|
3284
|
+
200: boolean;
|
|
3285
|
+
};
|
|
3286
|
+
export type WorkspaceRemoveResponse = WorkspaceRemoveResponses[keyof WorkspaceRemoveResponses];
|
|
3287
|
+
export type WorkspaceSaveManageData = {
|
|
3288
|
+
body?: WorkspaceManageValueFrontendModel;
|
|
3289
|
+
path?: never;
|
|
3290
|
+
query?: never;
|
|
3291
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/save-manage';
|
|
3292
|
+
};
|
|
3293
|
+
export type WorkspaceSaveManageErrors = {
|
|
3294
|
+
/**
|
|
3295
|
+
* The resource is protected and requires an authentication token
|
|
3296
|
+
*/
|
|
3297
|
+
401: unknown;
|
|
3298
|
+
/**
|
|
3299
|
+
* The authenticated user does not have access to this resource
|
|
3300
|
+
*/
|
|
3301
|
+
403: unknown;
|
|
3302
|
+
};
|
|
3303
|
+
export type WorkspaceSaveManageResponses = {
|
|
3304
|
+
/**
|
|
3305
|
+
* OK
|
|
3306
|
+
*/
|
|
3307
|
+
200: WorkspaceManageOverviewResponseFrontendModel;
|
|
3308
|
+
};
|
|
3309
|
+
export type WorkspaceSaveManageResponse = WorkspaceSaveManageResponses[keyof WorkspaceSaveManageResponses];
|
|
3310
|
+
export type WorkspaceSaveSettingsData = {
|
|
3311
|
+
body?: WorkspaceSettingsResponseFrontendModel;
|
|
3312
|
+
path?: never;
|
|
3313
|
+
query?: never;
|
|
3314
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/save-settings';
|
|
3315
|
+
};
|
|
3316
|
+
export type WorkspaceSaveSettingsErrors = {
|
|
3317
|
+
/**
|
|
3318
|
+
* The resource is protected and requires an authentication token
|
|
3319
|
+
*/
|
|
3320
|
+
401: unknown;
|
|
3321
|
+
/**
|
|
3322
|
+
* The authenticated user does not have access to this resource
|
|
3323
|
+
*/
|
|
3324
|
+
403: unknown;
|
|
3325
|
+
};
|
|
3326
|
+
export type WorkspaceSaveSettingsResponses = {
|
|
3327
|
+
/**
|
|
3328
|
+
* OK
|
|
3329
|
+
*/
|
|
3330
|
+
200: WorkspaceSettingsResponseFrontendModel;
|
|
3331
|
+
};
|
|
3332
|
+
export type WorkspaceSaveSettingsResponse = WorkspaceSaveSettingsResponses[keyof WorkspaceSaveSettingsResponses];
|
|
3333
|
+
export type WorkspaceGetSettingsData = {
|
|
3334
|
+
body?: never;
|
|
3335
|
+
path: {
|
|
3336
|
+
workspaceKey: string;
|
|
2654
3337
|
};
|
|
3338
|
+
query?: never;
|
|
3339
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/settings/{workspaceKey}';
|
|
3340
|
+
};
|
|
3341
|
+
export type WorkspaceGetSettingsErrors = {
|
|
3342
|
+
/**
|
|
3343
|
+
* The resource is protected and requires an authentication token
|
|
3344
|
+
*/
|
|
3345
|
+
401: unknown;
|
|
3346
|
+
/**
|
|
3347
|
+
* The authenticated user does not have access to this resource
|
|
3348
|
+
*/
|
|
3349
|
+
403: unknown;
|
|
3350
|
+
};
|
|
3351
|
+
export type WorkspaceGetSettingsResponses = {
|
|
3352
|
+
/**
|
|
3353
|
+
* OK
|
|
3354
|
+
*/
|
|
3355
|
+
200: WorkspaceSettingsResponseFrontendModel;
|
|
3356
|
+
};
|
|
3357
|
+
export type WorkspaceGetSettingsResponse = WorkspaceGetSettingsResponses[keyof WorkspaceGetSettingsResponses];
|
|
3358
|
+
export type WorkspaceTestPop3ServerData = {
|
|
3359
|
+
body?: TestPop3ServerRequestFrontendModel;
|
|
3360
|
+
path?: never;
|
|
3361
|
+
query?: never;
|
|
3362
|
+
url: '/umbraco/management/api/newsletter-studio/workspace/test-pop3-server';
|
|
3363
|
+
};
|
|
3364
|
+
export type WorkspaceTestPop3ServerErrors = {
|
|
3365
|
+
/**
|
|
3366
|
+
* The resource is protected and requires an authentication token
|
|
3367
|
+
*/
|
|
3368
|
+
401: unknown;
|
|
3369
|
+
/**
|
|
3370
|
+
* The authenticated user does not have access to this resource
|
|
3371
|
+
*/
|
|
3372
|
+
403: unknown;
|
|
3373
|
+
};
|
|
3374
|
+
export type WorkspaceTestPop3ServerResponses = {
|
|
3375
|
+
/**
|
|
3376
|
+
* OK
|
|
3377
|
+
*/
|
|
3378
|
+
200: boolean;
|
|
3379
|
+
};
|
|
3380
|
+
export type WorkspaceTestPop3ServerResponse = WorkspaceTestPop3ServerResponses[keyof WorkspaceTestPop3ServerResponses];
|
|
3381
|
+
export type ClientOptions = {
|
|
3382
|
+
baseUrl: 'http://localhost:14655' | (string & {});
|
|
2655
3383
|
};
|