@newsletterstudio/umbraco 15.0.6 → 16.0.0
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 +1792 -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/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-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/email-editor.models.d.ts +1 -0
- package/dist/core/extensibility/index.d.ts +1 -0
- package/dist/core/extensibility/tiptap/tiptap-configuration.d.ts +20 -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/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/modal/steps/ns-document-campaign-edit-preview.element.d.ts +3 -1
- 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 +15 -6
- package/dist/modules/email-editor/controls/text/tip-tap/ns-tiptap-fake-property-dataset-context.d.ts +10 -0
- 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,7 +18,10 @@ export type ButtonEmailControlDataModel = {
|
|
|
18
18
|
backgroundColor: string;
|
|
19
19
|
textColor: string;
|
|
20
20
|
padding: PaddingModel;
|
|
21
|
-
|
|
21
|
+
/**
|
|
22
|
+
* Nullable setting for rounded corners. Needs to be nullable to allow email or theme level settings.
|
|
23
|
+
*/
|
|
24
|
+
borderRadius?: number | null;
|
|
22
25
|
};
|
|
23
26
|
export type CampaignEmailItemResponseFrontendModel = {
|
|
24
27
|
id: number;
|
|
@@ -212,6 +215,12 @@ export type CreateNewWorkspaceRequestFrontendModel = {
|
|
|
212
215
|
*/
|
|
213
216
|
createEmptyInstance: boolean;
|
|
214
217
|
};
|
|
218
|
+
export type DebugCampaignProgressDtoModel = {
|
|
219
|
+
campaignKey: string;
|
|
220
|
+
workspaceKey: string;
|
|
221
|
+
contentKey?: string | null;
|
|
222
|
+
progressPercent: number;
|
|
223
|
+
};
|
|
215
224
|
export type DebugMessageFrontendModel = {
|
|
216
225
|
message: string;
|
|
217
226
|
};
|
|
@@ -358,6 +367,10 @@ export type EmailAddressModel = {
|
|
|
358
367
|
};
|
|
359
368
|
export type EmailColumnValueFrontendModel = {
|
|
360
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
|
+
*/
|
|
361
374
|
controls: Array<ButtonEmailControlDataModel | DividerEmailControlDataModel | ImageEmailControlDataModel | MacroEmailControlDataModel | TextEmailControlDataModel>;
|
|
362
375
|
};
|
|
363
376
|
/**
|
|
@@ -375,7 +388,7 @@ export type EmailControlTypeToolboxItemFrontendModel = {
|
|
|
375
388
|
icon: string;
|
|
376
389
|
iconSvg: string;
|
|
377
390
|
/**
|
|
378
|
-
* Abstraction for
|
|
391
|
+
* Abstraction for an "Email Control" being a concrete instance of a control inside the editor.
|
|
379
392
|
* This is the source "data model" for a control as well.
|
|
380
393
|
*/
|
|
381
394
|
emptyInstance: ButtonEmailControlDataModel | DividerEmailControlDataModel | ImageEmailControlDataModel | MacroEmailControlDataModel | TextEmailControlDataModel;
|
|
@@ -394,14 +407,13 @@ export type EmailServiceProviderResponseFrontendModel = {
|
|
|
394
407
|
alias: string;
|
|
395
408
|
displayName: string;
|
|
396
409
|
};
|
|
397
|
-
export
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
};
|
|
410
|
+
export declare enum EventMessageTypeModel {
|
|
411
|
+
DEFAULT = "Default",
|
|
412
|
+
INFO = "Info",
|
|
413
|
+
ERROR = "Error",
|
|
414
|
+
SUCCESS = "Success",
|
|
415
|
+
WARNING = "Warning"
|
|
416
|
+
}
|
|
405
417
|
export type FontDefinitionGroupModel = {
|
|
406
418
|
title: string;
|
|
407
419
|
titleLocalizationKey: string;
|
|
@@ -437,12 +449,11 @@ export type GetCampaignListRequestFrontendModel = {
|
|
|
437
449
|
export type GetMacroRequestParametersModel = {
|
|
438
450
|
themeAlias: string;
|
|
439
451
|
};
|
|
440
|
-
export
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
};
|
|
452
|
+
export declare enum HubMessageTypeModel {
|
|
453
|
+
CAMPAIGN_PROGRESS = "CampaignProgress",
|
|
454
|
+
CAMPAIGN_SENT = "CampaignSent",
|
|
455
|
+
DEBUG_MESSAGE = "DebugMessage"
|
|
456
|
+
}
|
|
446
457
|
export type ImageEmailControlDataModel = {
|
|
447
458
|
/**
|
|
448
459
|
* Contains information for a NewsletterStudio.Core.Editor.Models.IEmailControl to indicate things about it's surrounding column and row.
|
|
@@ -874,13 +885,12 @@ export type RecipientDetailsResponseFrontendModel = {
|
|
|
874
885
|
mailingLists: Array<MailingListListItemFrontendModel>;
|
|
875
886
|
systemMaxErrorCount: number;
|
|
876
887
|
};
|
|
877
|
-
export
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
};
|
|
888
|
+
export declare enum RecipientEditInformationTypeModel {
|
|
889
|
+
NONE = "None",
|
|
890
|
+
UMBRACO_MEMBER = "UmbracoMember",
|
|
891
|
+
NEWSLETTER_STUDIO_RECIPIENT = "NewsletterStudioRecipient",
|
|
892
|
+
LINK = "Link"
|
|
893
|
+
}
|
|
884
894
|
export type RecipientItemValueValueFrontendModel = {
|
|
885
895
|
id: string;
|
|
886
896
|
label: string;
|
|
@@ -1436,1221 +1446,1938 @@ export type WorkspacesOverviewResponseFrontendModel = {
|
|
|
1436
1446
|
workspaces: Array<WorkspaceListItemFrontendModel>;
|
|
1437
1447
|
};
|
|
1438
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;
|
|
1439
1464
|
/**
|
|
1440
|
-
*
|
|
1465
|
+
* The authenticated user does not have access to this resource
|
|
1441
1466
|
*/
|
|
1442
|
-
|
|
1467
|
+
403: unknown;
|
|
1443
1468
|
};
|
|
1444
|
-
export type
|
|
1469
|
+
export type AvatarGetAvatarResponses = {
|
|
1470
|
+
/**
|
|
1471
|
+
* OK
|
|
1472
|
+
*/
|
|
1473
|
+
200: Array<string>;
|
|
1474
|
+
};
|
|
1475
|
+
export type AvatarGetAvatarResponse = AvatarGetAvatarResponses[keyof AvatarGetAvatarResponses];
|
|
1445
1476
|
export type CampaignReportGetOverviewData = {
|
|
1446
|
-
|
|
1447
|
-
|
|
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;
|
|
1448
1501
|
};
|
|
1449
|
-
export type CampaignReportGetOverviewResponse =
|
|
1502
|
+
export type CampaignReportGetOverviewResponse = CampaignReportGetOverviewResponses[keyof CampaignReportGetOverviewResponses];
|
|
1450
1503
|
export type CampaignReportGetRecipientTimelineData = {
|
|
1451
|
-
|
|
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;
|
|
1452
1521
|
/**
|
|
1453
|
-
*
|
|
1522
|
+
* The authenticated user does not have access to this resource
|
|
1454
1523
|
*/
|
|
1455
|
-
|
|
1524
|
+
403: unknown;
|
|
1456
1525
|
};
|
|
1457
|
-
export type
|
|
1526
|
+
export type CampaignReportGetRecipientTimelineResponses = {
|
|
1527
|
+
/**
|
|
1528
|
+
* OK
|
|
1529
|
+
*/
|
|
1530
|
+
200: CampaignReportRecipientTimelineFrontendModel;
|
|
1531
|
+
};
|
|
1532
|
+
export type CampaignReportGetRecipientTimelineResponse = CampaignReportGetRecipientTimelineResponses[keyof CampaignReportGetRecipientTimelineResponses];
|
|
1458
1533
|
export type CampaignReportGetRecipientsData = {
|
|
1459
|
-
|
|
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;
|
|
1460
1548
|
};
|
|
1461
|
-
export type
|
|
1549
|
+
export type CampaignReportGetRecipientsResponses = {
|
|
1550
|
+
/**
|
|
1551
|
+
* OK
|
|
1552
|
+
*/
|
|
1553
|
+
200: CampaignReportRecipientTableFrontendModel;
|
|
1554
|
+
};
|
|
1555
|
+
export type CampaignReportGetRecipientsResponse = CampaignReportGetRecipientsResponses[keyof CampaignReportGetRecipientsResponses];
|
|
1462
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 = {
|
|
1463
1568
|
/**
|
|
1464
|
-
* The
|
|
1569
|
+
* The resource is protected and requires an authentication token
|
|
1465
1570
|
*/
|
|
1466
|
-
|
|
1571
|
+
401: unknown;
|
|
1572
|
+
/**
|
|
1573
|
+
* The authenticated user does not have access to this resource
|
|
1574
|
+
*/
|
|
1575
|
+
403: unknown;
|
|
1467
1576
|
};
|
|
1468
|
-
export type
|
|
1577
|
+
export type DocumentCampaignGetByKeyResponses = {
|
|
1578
|
+
/**
|
|
1579
|
+
* OK
|
|
1580
|
+
*/
|
|
1581
|
+
200: DocumentCampaignResponseFrontendModel;
|
|
1582
|
+
};
|
|
1583
|
+
export type DocumentCampaignGetByKeyResponse = DocumentCampaignGetByKeyResponses[keyof DocumentCampaignGetByKeyResponses];
|
|
1469
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 = {
|
|
1470
1600
|
/**
|
|
1471
|
-
* The
|
|
1601
|
+
* The resource is protected and requires an authentication token
|
|
1472
1602
|
*/
|
|
1473
|
-
|
|
1603
|
+
401: unknown;
|
|
1474
1604
|
/**
|
|
1475
|
-
* The
|
|
1605
|
+
* The authenticated user does not have access to this resource
|
|
1476
1606
|
*/
|
|
1477
|
-
|
|
1607
|
+
403: unknown;
|
|
1478
1608
|
};
|
|
1479
|
-
export type
|
|
1480
|
-
export type DocumentCampaignCreateCampaignInvariantData = {
|
|
1609
|
+
export type DocumentCampaignCreateCampaignWithCultureResponses = {
|
|
1481
1610
|
/**
|
|
1482
|
-
*
|
|
1611
|
+
* OK
|
|
1483
1612
|
*/
|
|
1484
|
-
|
|
1613
|
+
200: DocumentCampaignResponseFrontendModel;
|
|
1485
1614
|
};
|
|
1486
|
-
export type
|
|
1487
|
-
export type
|
|
1488
|
-
|
|
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}';
|
|
1489
1626
|
};
|
|
1490
|
-
export type
|
|
1491
|
-
export type DocumentCampaignGetPagedSentCampaignsData = {
|
|
1627
|
+
export type DocumentCampaignCreateCampaignInvariantErrors = {
|
|
1492
1628
|
/**
|
|
1493
|
-
*
|
|
1629
|
+
* The resource is protected and requires an authentication token
|
|
1494
1630
|
*/
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1631
|
+
401: unknown;
|
|
1632
|
+
/**
|
|
1633
|
+
* The authenticated user does not have access to this resource
|
|
1634
|
+
*/
|
|
1635
|
+
403: unknown;
|
|
1500
1636
|
};
|
|
1501
|
-
export type
|
|
1502
|
-
|
|
1503
|
-
|
|
1637
|
+
export type DocumentCampaignCreateCampaignInvariantResponses = {
|
|
1638
|
+
/**
|
|
1639
|
+
* OK
|
|
1640
|
+
*/
|
|
1641
|
+
200: DocumentCampaignResponseFrontendModel;
|
|
1504
1642
|
};
|
|
1505
|
-
export type
|
|
1506
|
-
export type
|
|
1507
|
-
|
|
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}';
|
|
1508
1651
|
};
|
|
1509
|
-
export type
|
|
1510
|
-
export type EditorCampaignGetByKeyData = {
|
|
1652
|
+
export type DocumentCampaignGetOverviewForErrors = {
|
|
1511
1653
|
/**
|
|
1512
|
-
*
|
|
1654
|
+
* The resource is protected and requires an authentication token
|
|
1513
1655
|
*/
|
|
1514
|
-
|
|
1656
|
+
401: unknown;
|
|
1515
1657
|
/**
|
|
1516
|
-
*
|
|
1658
|
+
* The authenticated user does not have access to this resource
|
|
1517
1659
|
*/
|
|
1518
|
-
|
|
1660
|
+
403: unknown;
|
|
1519
1661
|
};
|
|
1520
|
-
export type
|
|
1521
|
-
export type EditorCampaignDeleteData = {
|
|
1662
|
+
export type DocumentCampaignGetOverviewForResponses = {
|
|
1522
1663
|
/**
|
|
1523
|
-
*
|
|
1664
|
+
* FM for Content App for Campaigns
|
|
1524
1665
|
*/
|
|
1525
|
-
|
|
1666
|
+
200: DocumentCampaignsOverviewResponseFrontendModel;
|
|
1667
|
+
};
|
|
1668
|
+
export type DocumentCampaignGetOverviewForResponse = DocumentCampaignGetOverviewForResponses[keyof DocumentCampaignGetOverviewForResponses];
|
|
1669
|
+
export type DocumentCampaignGetPagedSentCampaignsData = {
|
|
1526
1670
|
/**
|
|
1527
|
-
*
|
|
1671
|
+
* Page, content key and more
|
|
1528
1672
|
*/
|
|
1529
|
-
|
|
1673
|
+
body?: DocumentCampaignSentCampaignsRequestFrontendModel;
|
|
1674
|
+
path?: never;
|
|
1675
|
+
query?: never;
|
|
1676
|
+
url: '/umbraco/management/api/newsletter-studio/document-campaign/paged-sent-campaigns';
|
|
1530
1677
|
};
|
|
1531
|
-
export type
|
|
1532
|
-
export type EditorCampaignDuplicateData = {
|
|
1678
|
+
export type DocumentCampaignGetPagedSentCampaignsErrors = {
|
|
1533
1679
|
/**
|
|
1534
|
-
*
|
|
1680
|
+
* The resource is protected and requires an authentication token
|
|
1535
1681
|
*/
|
|
1536
|
-
|
|
1682
|
+
401: unknown;
|
|
1537
1683
|
/**
|
|
1538
|
-
*
|
|
1684
|
+
* The authenticated user does not have access to this resource
|
|
1539
1685
|
*/
|
|
1540
|
-
|
|
1686
|
+
403: unknown;
|
|
1541
1687
|
};
|
|
1542
|
-
export type
|
|
1543
|
-
export type EditorCampaignGetOverviewData = {
|
|
1688
|
+
export type DocumentCampaignGetPagedSentCampaignsResponses = {
|
|
1544
1689
|
/**
|
|
1545
|
-
*
|
|
1690
|
+
* OK
|
|
1546
1691
|
*/
|
|
1547
|
-
|
|
1548
|
-
};
|
|
1549
|
-
export type EditorCampaignGetOverviewResponse = CampaignsSectionResponseFrontendModel;
|
|
1550
|
-
export type EditorCampaignGetPagedCampaignListItemsData = {
|
|
1551
|
-
requestBody?: GetCampaignListRequestFrontendModel;
|
|
1692
|
+
200: DocumentCampaignSentCampaignsResponseFrontendModel;
|
|
1552
1693
|
};
|
|
1553
|
-
export type
|
|
1554
|
-
export type
|
|
1555
|
-
|
|
1556
|
-
|
|
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';
|
|
1557
1700
|
};
|
|
1558
|
-
export type
|
|
1559
|
-
export type EditorCampaignGetRecipientListsData = {
|
|
1701
|
+
export type DocumentCampaignSaveErrors = {
|
|
1560
1702
|
/**
|
|
1561
|
-
* The
|
|
1703
|
+
* The resource is protected and requires an authentication token
|
|
1562
1704
|
*/
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1705
|
+
401: unknown;
|
|
1706
|
+
/**
|
|
1707
|
+
* The authenticated user does not have access to this resource
|
|
1708
|
+
*/
|
|
1709
|
+
403: unknown;
|
|
1568
1710
|
};
|
|
1569
|
-
export type
|
|
1570
|
-
|
|
1571
|
-
|
|
1711
|
+
export type DocumentCampaignSaveResponses = {
|
|
1712
|
+
/**
|
|
1713
|
+
* OK
|
|
1714
|
+
*/
|
|
1715
|
+
200: DocumentCampaignValueFrontendModel;
|
|
1572
1716
|
};
|
|
1573
|
-
export type
|
|
1574
|
-
export type
|
|
1575
|
-
|
|
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';
|
|
1576
1723
|
};
|
|
1577
|
-
export type
|
|
1578
|
-
|
|
1579
|
-
|
|
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;
|
|
1580
1733
|
};
|
|
1581
|
-
export type
|
|
1582
|
-
|
|
1583
|
-
|
|
1734
|
+
export type DocumentCampaignSaveAndSendOrScheduleResponses = {
|
|
1735
|
+
/**
|
|
1736
|
+
* OK
|
|
1737
|
+
*/
|
|
1738
|
+
200: CampaignSaveAndSendResponseFrontendModel;
|
|
1584
1739
|
};
|
|
1585
|
-
export type
|
|
1586
|
-
export type
|
|
1587
|
-
|
|
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';
|
|
1588
1746
|
};
|
|
1589
|
-
export type
|
|
1590
|
-
|
|
1591
|
-
|
|
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;
|
|
1592
1756
|
};
|
|
1593
|
-
export type
|
|
1594
|
-
|
|
1595
|
-
|
|
1757
|
+
export type DocumentCampaignSendTestEmailResponses = {
|
|
1758
|
+
/**
|
|
1759
|
+
* OK
|
|
1760
|
+
*/
|
|
1761
|
+
200: boolean;
|
|
1596
1762
|
};
|
|
1597
|
-
export type
|
|
1598
|
-
export type
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
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;
|
|
1602
1777
|
};
|
|
1778
|
+
url: '/umbraco/management/api/newsletter-studio/editor-campaign/by-key/{workspaceKey}';
|
|
1603
1779
|
};
|
|
1604
|
-
export type
|
|
1605
|
-
|
|
1606
|
-
|
|
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;
|
|
1607
1789
|
};
|
|
1608
|
-
export type
|
|
1609
|
-
export type MailingListPickerGetModelData = {
|
|
1790
|
+
export type EditorCampaignGetByKeyResponses = {
|
|
1610
1791
|
/**
|
|
1611
|
-
*
|
|
1792
|
+
* Model for the edit Campaign view
|
|
1612
1793
|
*/
|
|
1613
|
-
|
|
1794
|
+
200: EditorCampaignResponseFrontendModel;
|
|
1614
1795
|
};
|
|
1615
|
-
export type
|
|
1616
|
-
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 = {
|
|
1617
1814
|
/**
|
|
1618
|
-
*
|
|
1815
|
+
* The resource is protected and requires an authentication token
|
|
1619
1816
|
*/
|
|
1620
|
-
|
|
1817
|
+
401: unknown;
|
|
1621
1818
|
/**
|
|
1622
|
-
*
|
|
1819
|
+
* The authenticated user does not have access to this resource
|
|
1623
1820
|
*/
|
|
1624
|
-
|
|
1821
|
+
403: unknown;
|
|
1822
|
+
};
|
|
1823
|
+
export type EditorCampaignDeleteResponses = {
|
|
1625
1824
|
/**
|
|
1626
|
-
*
|
|
1825
|
+
* OK
|
|
1627
1826
|
*/
|
|
1628
|
-
|
|
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 = {
|
|
1629
1847
|
/**
|
|
1630
|
-
*
|
|
1848
|
+
* The resource is protected and requires an authentication token
|
|
1631
1849
|
*/
|
|
1632
|
-
|
|
1850
|
+
401: unknown;
|
|
1633
1851
|
/**
|
|
1634
|
-
*
|
|
1852
|
+
* The authenticated user does not have access to this resource
|
|
1635
1853
|
*/
|
|
1636
|
-
|
|
1854
|
+
403: unknown;
|
|
1637
1855
|
};
|
|
1638
|
-
export type
|
|
1639
|
-
export type MailingListGetOverviewData = {
|
|
1856
|
+
export type EditorCampaignDuplicateResponses = {
|
|
1640
1857
|
/**
|
|
1641
|
-
*
|
|
1858
|
+
* OK
|
|
1642
1859
|
*/
|
|
1643
|
-
|
|
1644
|
-
};
|
|
1645
|
-
export type MailingListGetOverviewResponse = MailingListOverviewSectionResponseFrontendModel;
|
|
1646
|
-
export type MailingListGetPagedSubscribersData = {
|
|
1647
|
-
e?: string;
|
|
1648
|
-
page?: number;
|
|
1649
|
-
searchText?: string;
|
|
1650
|
-
status?: string;
|
|
1651
|
-
workspaceKey: string;
|
|
1860
|
+
200: boolean;
|
|
1652
1861
|
};
|
|
1653
|
-
export type
|
|
1654
|
-
export type
|
|
1655
|
-
|
|
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}';
|
|
1656
1873
|
};
|
|
1657
|
-
export type
|
|
1658
|
-
|
|
1659
|
-
|
|
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;
|
|
1660
1883
|
};
|
|
1661
|
-
export type
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
workspaceKey: string;
|
|
1884
|
+
export type EditorCampaignGetOverviewResponses = {
|
|
1885
|
+
/**
|
|
1886
|
+
* OK
|
|
1887
|
+
*/
|
|
1888
|
+
200: CampaignsSectionResponseFrontendModel;
|
|
1667
1889
|
};
|
|
1668
|
-
export type
|
|
1669
|
-
export type
|
|
1670
|
-
|
|
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';
|
|
1671
1896
|
};
|
|
1672
|
-
export type
|
|
1673
|
-
|
|
1897
|
+
export type EditorCampaignGetPagedCampaignListItemsErrors = {
|
|
1898
|
+
/**
|
|
1899
|
+
* The resource is protected and requires an authentication token
|
|
1900
|
+
*/
|
|
1901
|
+
401: unknown;
|
|
1674
1902
|
/**
|
|
1675
|
-
*
|
|
1903
|
+
* The authenticated user does not have access to this resource
|
|
1676
1904
|
*/
|
|
1677
|
-
|
|
1905
|
+
403: unknown;
|
|
1906
|
+
};
|
|
1907
|
+
export type EditorCampaignGetPagedCampaignListItemsResponses = {
|
|
1678
1908
|
/**
|
|
1679
|
-
*
|
|
1909
|
+
* Represents a Paged set of objects of type {T}
|
|
1680
1910
|
*/
|
|
1681
|
-
|
|
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 = {
|
|
1682
1921
|
/**
|
|
1683
|
-
*
|
|
1922
|
+
* The resource is protected and requires an authentication token
|
|
1684
1923
|
*/
|
|
1685
|
-
|
|
1924
|
+
401: unknown;
|
|
1686
1925
|
/**
|
|
1687
|
-
*
|
|
1926
|
+
* The authenticated user does not have access to this resource
|
|
1688
1927
|
*/
|
|
1689
|
-
|
|
1690
|
-
};
|
|
1691
|
-
export type RecipientGetPagedRecipientsResponse = PagedRecipientsModel;
|
|
1692
|
-
export type RecipientRemoveData = {
|
|
1693
|
-
recipientKey: string;
|
|
1928
|
+
403: unknown;
|
|
1694
1929
|
};
|
|
1695
|
-
export type
|
|
1696
|
-
|
|
1697
|
-
|
|
1930
|
+
export type EditorCampaignPocExceptionResponses = {
|
|
1931
|
+
/**
|
|
1932
|
+
* OK
|
|
1933
|
+
*/
|
|
1934
|
+
200: PersonModel;
|
|
1698
1935
|
};
|
|
1699
|
-
export type
|
|
1700
|
-
export type
|
|
1701
|
-
|
|
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';
|
|
1702
1942
|
};
|
|
1703
|
-
export type
|
|
1704
|
-
export type RecipientsExportGetDetailsData = {
|
|
1943
|
+
export type EditorCampaignPocValidationErrors = {
|
|
1705
1944
|
/**
|
|
1706
|
-
*
|
|
1945
|
+
* The resource is protected and requires an authentication token
|
|
1707
1946
|
*/
|
|
1708
|
-
|
|
1947
|
+
401: unknown;
|
|
1709
1948
|
/**
|
|
1710
|
-
*
|
|
1949
|
+
* The authenticated user does not have access to this resource
|
|
1711
1950
|
*/
|
|
1712
|
-
|
|
1951
|
+
403: unknown;
|
|
1713
1952
|
};
|
|
1714
|
-
export type
|
|
1715
|
-
export type TransactionalPickerGetModelData = {
|
|
1953
|
+
export type EditorCampaignPocValidationResponses = {
|
|
1716
1954
|
/**
|
|
1717
|
-
*
|
|
1955
|
+
* OK
|
|
1718
1956
|
*/
|
|
1719
|
-
|
|
1957
|
+
200: boolean;
|
|
1720
1958
|
};
|
|
1721
|
-
export type
|
|
1722
|
-
export type
|
|
1723
|
-
|
|
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}';
|
|
1724
1970
|
};
|
|
1725
|
-
export type
|
|
1726
|
-
export type TransactionalDeleteData = {
|
|
1971
|
+
export type EditorCampaignGetRecipientListsErrors = {
|
|
1727
1972
|
/**
|
|
1728
|
-
*
|
|
1973
|
+
* The resource is protected and requires an authentication token
|
|
1729
1974
|
*/
|
|
1730
|
-
|
|
1975
|
+
401: unknown;
|
|
1731
1976
|
/**
|
|
1732
|
-
*
|
|
1977
|
+
* The authenticated user does not have access to this resource
|
|
1733
1978
|
*/
|
|
1734
|
-
|
|
1979
|
+
403: unknown;
|
|
1735
1980
|
};
|
|
1736
|
-
export type
|
|
1737
|
-
|
|
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 = {
|
|
1738
1997
|
/**
|
|
1739
|
-
* The
|
|
1998
|
+
* The resource is protected and requires an authentication token
|
|
1740
1999
|
*/
|
|
1741
|
-
|
|
2000
|
+
401: unknown;
|
|
1742
2001
|
/**
|
|
1743
|
-
* The
|
|
2002
|
+
* The authenticated user does not have access to this resource
|
|
1744
2003
|
*/
|
|
1745
|
-
|
|
2004
|
+
403: unknown;
|
|
1746
2005
|
};
|
|
1747
|
-
export type
|
|
1748
|
-
export type TransactionalDuplicateData = {
|
|
2006
|
+
export type EditorCampaignRenderPreviewResponses = {
|
|
1749
2007
|
/**
|
|
1750
|
-
*
|
|
2008
|
+
* OK
|
|
1751
2009
|
*/
|
|
1752
|
-
|
|
1753
|
-
workspaceKey: string;
|
|
2010
|
+
200: string;
|
|
1754
2011
|
};
|
|
1755
|
-
export type
|
|
1756
|
-
export type
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
requestBody?: TransactionalGetListRequestFrontendModel;
|
|
1762
|
-
};
|
|
1763
|
-
export type TransactionalGetPagedTransactionalListItemsResponse = PageTransactionalEmailItemResponseModel;
|
|
1764
|
-
export type TransactionalGetPagedTransactionalLogItemsData = {
|
|
1765
|
-
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';
|
|
1766
2018
|
};
|
|
1767
|
-
export type
|
|
1768
|
-
export type TransactionalRenderTrackingTransactionalEmailData = {
|
|
2019
|
+
export type EditorCampaignSaveErrors = {
|
|
1769
2020
|
/**
|
|
1770
|
-
*
|
|
2021
|
+
* The resource is protected and requires an authentication token
|
|
1771
2022
|
*/
|
|
1772
|
-
|
|
2023
|
+
401: unknown;
|
|
2024
|
+
/**
|
|
2025
|
+
* The authenticated user does not have access to this resource
|
|
2026
|
+
*/
|
|
2027
|
+
403: unknown;
|
|
1773
2028
|
};
|
|
1774
|
-
export type
|
|
1775
|
-
|
|
1776
|
-
|
|
2029
|
+
export type EditorCampaignSaveResponses = {
|
|
2030
|
+
/**
|
|
2031
|
+
* OK
|
|
2032
|
+
*/
|
|
2033
|
+
200: EditorCampaignEditValueFrontendModel;
|
|
1777
2034
|
};
|
|
1778
|
-
export type
|
|
1779
|
-
export type
|
|
1780
|
-
|
|
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';
|
|
1781
2041
|
};
|
|
1782
|
-
export type
|
|
1783
|
-
|
|
1784
|
-
|
|
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;
|
|
1785
2051
|
};
|
|
1786
|
-
export type
|
|
1787
|
-
|
|
1788
|
-
|
|
2052
|
+
export type EditorCampaignSaveAndSendOrScheduleResponses = {
|
|
2053
|
+
/**
|
|
2054
|
+
* OK
|
|
2055
|
+
*/
|
|
2056
|
+
200: CampaignSaveAndSendResponseFrontendModel;
|
|
1789
2057
|
};
|
|
1790
|
-
export type
|
|
1791
|
-
export type
|
|
1792
|
-
|
|
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';
|
|
1793
2064
|
};
|
|
1794
|
-
export type
|
|
1795
|
-
export type TransactionalGetTransactionalActivitiesData = {
|
|
2065
|
+
export type EditorCampaignSendTestEmailErrors = {
|
|
1796
2066
|
/**
|
|
1797
|
-
*
|
|
2067
|
+
* The resource is protected and requires an authentication token
|
|
1798
2068
|
*/
|
|
1799
|
-
|
|
2069
|
+
401: unknown;
|
|
2070
|
+
/**
|
|
2071
|
+
* The authenticated user does not have access to this resource
|
|
2072
|
+
*/
|
|
2073
|
+
403: unknown;
|
|
1800
2074
|
};
|
|
1801
|
-
export type
|
|
1802
|
-
export type TransactionalGetTransactionalEmailsOverviewData = {
|
|
2075
|
+
export type EditorCampaignSendTestEmailResponses = {
|
|
1803
2076
|
/**
|
|
1804
|
-
*
|
|
2077
|
+
* OK
|
|
1805
2078
|
*/
|
|
1806
|
-
|
|
2079
|
+
200: boolean;
|
|
1807
2080
|
};
|
|
1808
|
-
export type
|
|
1809
|
-
export type
|
|
1810
|
-
|
|
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';
|
|
1811
2087
|
};
|
|
1812
|
-
export type
|
|
1813
|
-
export type WorkspaceGetDashboardOverviewData = {
|
|
2088
|
+
export type EmailEditorGetImageControlDataErrors = {
|
|
1814
2089
|
/**
|
|
1815
|
-
* The
|
|
2090
|
+
* The resource is protected and requires an authentication token
|
|
1816
2091
|
*/
|
|
1817
|
-
|
|
2092
|
+
401: unknown;
|
|
2093
|
+
/**
|
|
2094
|
+
* The authenticated user does not have access to this resource
|
|
2095
|
+
*/
|
|
2096
|
+
403: unknown;
|
|
1818
2097
|
};
|
|
1819
|
-
export type
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
2098
|
+
export type EmailEditorGetImageControlDataResponses = {
|
|
2099
|
+
/**
|
|
2100
|
+
* OK
|
|
2101
|
+
*/
|
|
2102
|
+
200: ImageEmailControlDataModel;
|
|
1823
2103
|
};
|
|
1824
|
-
export type
|
|
1825
|
-
export type
|
|
1826
|
-
|
|
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';
|
|
1827
2110
|
};
|
|
1828
|
-
export type
|
|
1829
|
-
export type WorkspaceGetManageData = {
|
|
2111
|
+
export type EmailEditorGetMacrosErrors = {
|
|
1830
2112
|
/**
|
|
1831
|
-
*
|
|
2113
|
+
* The resource is protected and requires an authentication token
|
|
1832
2114
|
*/
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
key: string;
|
|
2115
|
+
401: unknown;
|
|
2116
|
+
/**
|
|
2117
|
+
* The authenticated user does not have access to this resource
|
|
2118
|
+
*/
|
|
2119
|
+
403: unknown;
|
|
1839
2120
|
};
|
|
1840
|
-
export type
|
|
1841
|
-
|
|
1842
|
-
|
|
2121
|
+
export type EmailEditorGetMacrosResponses = {
|
|
2122
|
+
/**
|
|
2123
|
+
* OK
|
|
2124
|
+
*/
|
|
2125
|
+
200: Array<ListItemIdAndLabelValueFrontendModel>;
|
|
1843
2126
|
};
|
|
1844
|
-
export type
|
|
1845
|
-
export type
|
|
1846
|
-
|
|
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';
|
|
1847
2133
|
};
|
|
1848
|
-
export type
|
|
1849
|
-
|
|
1850
|
-
|
|
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;
|
|
1851
2143
|
};
|
|
1852
|
-
export type
|
|
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
|
-
*/
|
|
1887
|
-
200: CampaignReportRecipientTimelineFrontendModel;
|
|
1888
|
-
};
|
|
1889
|
-
};
|
|
1890
|
-
};
|
|
1891
|
-
'/umbraco/management/api/newsletter-studio/campaign-report/recipients': {
|
|
1892
|
-
post: {
|
|
1893
|
-
req: CampaignReportGetRecipientsData;
|
|
1894
|
-
res: {
|
|
1895
|
-
/**
|
|
1896
|
-
* OK
|
|
1897
|
-
*/
|
|
1898
|
-
200: CampaignReportRecipientTableFrontendModel;
|
|
1899
|
-
};
|
|
1900
|
-
};
|
|
1901
|
-
};
|
|
1902
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/by-key/{campaignKey}': {
|
|
1903
|
-
get: {
|
|
1904
|
-
req: DocumentCampaignGetByKeyData;
|
|
1905
|
-
res: {
|
|
1906
|
-
/**
|
|
1907
|
-
* OK
|
|
1908
|
-
*/
|
|
1909
|
-
200: DocumentCampaignResponseFrontendModel;
|
|
1910
|
-
};
|
|
1911
|
-
};
|
|
1912
|
-
};
|
|
1913
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/create-campaign-from-with-culture/{umbracoContentKey}/{culture}': {
|
|
1914
|
-
get: {
|
|
1915
|
-
req: DocumentCampaignCreateCampaignWithCultureData;
|
|
1916
|
-
res: {
|
|
1917
|
-
/**
|
|
1918
|
-
* OK
|
|
1919
|
-
*/
|
|
1920
|
-
200: DocumentCampaignResponseFrontendModel;
|
|
1921
|
-
};
|
|
1922
|
-
};
|
|
1923
|
-
};
|
|
1924
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/create-campaign-from/{umbracoContentKey}': {
|
|
1925
|
-
get: {
|
|
1926
|
-
req: DocumentCampaignCreateCampaignInvariantData;
|
|
1927
|
-
res: {
|
|
1928
|
-
/**
|
|
1929
|
-
* OK
|
|
1930
|
-
*/
|
|
1931
|
-
200: DocumentCampaignResponseFrontendModel;
|
|
1932
|
-
};
|
|
1933
|
-
};
|
|
1934
|
-
};
|
|
1935
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/overview-for/{umbracoContentKey}': {
|
|
1936
|
-
get: {
|
|
1937
|
-
req: DocumentCampaignGetOverviewForData;
|
|
1938
|
-
res: {
|
|
1939
|
-
/**
|
|
1940
|
-
* OK
|
|
1941
|
-
*/
|
|
1942
|
-
200: DocumentCampaignsOverviewResponseFrontendModel;
|
|
1943
|
-
};
|
|
1944
|
-
};
|
|
1945
|
-
};
|
|
1946
|
-
'/umbraco/management/api/newsletter-studio/document-campaign/paged-sent-campaigns': {
|
|
1947
|
-
post: {
|
|
1948
|
-
req: DocumentCampaignGetPagedSentCampaignsData;
|
|
1949
|
-
res: {
|
|
1950
|
-
/**
|
|
1951
|
-
* OK
|
|
1952
|
-
*/
|
|
1953
|
-
200: DocumentCampaignSentCampaignsResponseFrontendModel;
|
|
1954
|
-
};
|
|
1955
|
-
};
|
|
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;
|
|
1956
2178
|
};
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
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;
|
|
1967
2256
|
};
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
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;
|
|
1978
2274
|
};
|
|
1979
|
-
'/umbraco/management/api/newsletter-studio/
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
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;
|
|
1989
2301
|
};
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
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;
|
|
2000
2326
|
};
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
* OK
|
|
2007
|
-
*/
|
|
2008
|
-
200: boolean;
|
|
2009
|
-
};
|
|
2010
|
-
};
|
|
2327
|
+
query?: {
|
|
2328
|
+
e?: string;
|
|
2329
|
+
searchText?: string;
|
|
2330
|
+
status?: string;
|
|
2331
|
+
page?: number;
|
|
2011
2332
|
};
|
|
2012
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
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;
|
|
2022
2356
|
};
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
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;
|
|
2033
2450
|
};
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
req: EditorCampaignGetPagedCampaignListItemsData;
|
|
2037
|
-
res: {
|
|
2038
|
-
/**
|
|
2039
|
-
* OK
|
|
2040
|
-
*/
|
|
2041
|
-
200: PageCampaignEmailItemResponseFrontendModel;
|
|
2042
|
-
};
|
|
2043
|
-
};
|
|
2451
|
+
query?: {
|
|
2452
|
+
recipientKey?: string;
|
|
2044
2453
|
};
|
|
2045
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
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;
|
|
2054
2477
|
};
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
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;
|
|
2065
2505
|
};
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2506
|
+
query?: {
|
|
2507
|
+
/**
|
|
2508
|
+
* Search text
|
|
2509
|
+
*/
|
|
2510
|
+
searchText?: string;
|
|
2511
|
+
/**
|
|
2512
|
+
* Filter
|
|
2513
|
+
*/
|
|
2514
|
+
filter?: string;
|
|
2515
|
+
/**
|
|
2516
|
+
* Page
|
|
2517
|
+
*/
|
|
2518
|
+
page?: number;
|
|
2076
2519
|
};
|
|
2077
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
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;
|
|
2087
2543
|
};
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
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;
|
|
2098
2568
|
};
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
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;
|
|
2109
2619
|
};
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
* OK
|
|
2116
|
-
*/
|
|
2117
|
-
200: boolean;
|
|
2118
|
-
};
|
|
2119
|
-
};
|
|
2620
|
+
query?: {
|
|
2621
|
+
/**
|
|
2622
|
+
* MailingList Key (e = Entity)
|
|
2623
|
+
*/
|
|
2624
|
+
e?: string;
|
|
2120
2625
|
};
|
|
2121
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
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;
|
|
2131
2701
|
};
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
* OK
|
|
2138
|
-
*/
|
|
2139
|
-
200: Array<ListItemIdAndLabelValueFrontendModel>;
|
|
2140
|
-
};
|
|
2141
|
-
};
|
|
2702
|
+
query?: {
|
|
2703
|
+
/**
|
|
2704
|
+
* Transactional email id to remove
|
|
2705
|
+
*/
|
|
2706
|
+
transactionalEmailKey?: string;
|
|
2142
2707
|
};
|
|
2143
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
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;
|
|
2153
2734
|
};
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
* OK
|
|
2160
|
-
*/
|
|
2161
|
-
200: ImportRecipientsResultsResponseFrontendModel;
|
|
2162
|
-
};
|
|
2163
|
-
};
|
|
2735
|
+
query?: {
|
|
2736
|
+
/**
|
|
2737
|
+
* The Transactional email key
|
|
2738
|
+
*/
|
|
2739
|
+
e?: string;
|
|
2164
2740
|
};
|
|
2165
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
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;
|
|
2175
2764
|
};
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
* OK
|
|
2182
|
-
*/
|
|
2183
|
-
200: ImportRecipientsColumnMappingResponseFrontendModel;
|
|
2184
|
-
};
|
|
2185
|
-
};
|
|
2765
|
+
query?: {
|
|
2766
|
+
/**
|
|
2767
|
+
* Transactional email id (int)
|
|
2768
|
+
*/
|
|
2769
|
+
e?: number;
|
|
2186
2770
|
};
|
|
2187
|
-
'/umbraco/management/api/newsletter-studio/
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
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;
|
|
2197
2794
|
};
|
|
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
|
-
};
|
|
2273
|
-
'/umbraco/management/api/newsletter-studio/recipient/details/{workspaceKey}': {
|
|
2274
|
-
get: {
|
|
2275
|
-
req: RecipientGetDetailsData;
|
|
2276
|
-
res: {
|
|
2277
|
-
/**
|
|
2278
|
-
* OK
|
|
2279
|
-
*/
|
|
2280
|
-
200: RecipientDetailsResponseFrontendModel;
|
|
2281
|
-
};
|
|
2282
|
-
};
|
|
2283
|
-
};
|
|
2284
|
-
'/umbraco/management/api/newsletter-studio/recipient/overview/{workspaceKey}': {
|
|
2285
|
-
get: {
|
|
2286
|
-
req: RecipientGetOverviewData;
|
|
2287
|
-
res: {
|
|
2288
|
-
/**
|
|
2289
|
-
* OK
|
|
2290
|
-
*/
|
|
2291
|
-
200: RecipientsOverviewSectionResponseFrontendModel;
|
|
2292
|
-
};
|
|
2293
|
-
};
|
|
2294
|
-
};
|
|
2295
|
-
'/umbraco/management/api/newsletter-studio/recipient/paged-recipients/{workspaceKey}': {
|
|
2296
|
-
get: {
|
|
2297
|
-
req: RecipientGetPagedRecipientsData;
|
|
2298
|
-
res: {
|
|
2299
|
-
/**
|
|
2300
|
-
* OK
|
|
2301
|
-
*/
|
|
2302
|
-
200: PagedRecipientsModel;
|
|
2303
|
-
};
|
|
2304
|
-
};
|
|
2305
|
-
};
|
|
2306
|
-
'/umbraco/management/api/newsletter-studio/recipient/remove/{recipientKey}': {
|
|
2307
|
-
get: {
|
|
2308
|
-
req: RecipientRemoveData;
|
|
2309
|
-
res: {
|
|
2310
|
-
/**
|
|
2311
|
-
* OK
|
|
2312
|
-
*/
|
|
2313
|
-
200: boolean;
|
|
2314
|
-
};
|
|
2315
|
-
};
|
|
2316
|
-
};
|
|
2317
|
-
'/umbraco/management/api/newsletter-studio/recipient/reset-errors-for-recipient/{recipientKey}': {
|
|
2318
|
-
get: {
|
|
2319
|
-
req: RecipientResetErrorsForRecipientData;
|
|
2320
|
-
res: {
|
|
2321
|
-
/**
|
|
2322
|
-
* OK
|
|
2323
|
-
*/
|
|
2324
|
-
200: RecipientDetailsResponseFrontendModel;
|
|
2325
|
-
};
|
|
2326
|
-
};
|
|
2327
|
-
};
|
|
2328
|
-
'/umbraco/management/api/newsletter-studio/recipient/save': {
|
|
2329
|
-
post: {
|
|
2330
|
-
req: RecipientSaveData;
|
|
2331
|
-
res: {
|
|
2332
|
-
/**
|
|
2333
|
-
* OK
|
|
2334
|
-
*/
|
|
2335
|
-
200: RecipientDetailsResponseFrontendModel;
|
|
2336
|
-
};
|
|
2337
|
-
};
|
|
2338
|
-
};
|
|
2339
|
-
'/umbraco/management/api/newsletter-studio/recipients-export/get-details/{workspaceKey}': {
|
|
2340
|
-
get: {
|
|
2341
|
-
req: RecipientsExportGetDetailsData;
|
|
2342
|
-
res: {
|
|
2343
|
-
/**
|
|
2344
|
-
* OK
|
|
2345
|
-
*/
|
|
2346
|
-
200: Blob | File;
|
|
2347
|
-
};
|
|
2348
|
-
};
|
|
2349
|
-
};
|
|
2350
|
-
'/umbraco/management/api/newsletter-studio/transactional-picker/get-model': {
|
|
2351
|
-
post: {
|
|
2352
|
-
req: TransactionalPickerGetModelData;
|
|
2353
|
-
res: {
|
|
2354
|
-
/**
|
|
2355
|
-
* OK
|
|
2356
|
-
*/
|
|
2357
|
-
200: TransactionalEmailPropertyEditorModelResponseFrontendModel;
|
|
2358
|
-
};
|
|
2359
|
-
};
|
|
2360
|
-
};
|
|
2361
|
-
'/umbraco/management/api/newsletter-studio/transactional/create': {
|
|
2362
|
-
post: {
|
|
2363
|
-
req: TransactionalCreateData;
|
|
2364
|
-
res: {
|
|
2365
|
-
/**
|
|
2366
|
-
* OK
|
|
2367
|
-
*/
|
|
2368
|
-
200: string;
|
|
2369
|
-
};
|
|
2370
|
-
};
|
|
2371
|
-
};
|
|
2372
|
-
'/umbraco/management/api/newsletter-studio/transactional/delete/{workspaceKey}': {
|
|
2373
|
-
post: {
|
|
2374
|
-
req: TransactionalDeleteData;
|
|
2375
|
-
res: {
|
|
2376
|
-
/**
|
|
2377
|
-
* OK
|
|
2378
|
-
*/
|
|
2379
|
-
200: boolean;
|
|
2380
|
-
};
|
|
2381
|
-
};
|
|
2382
|
-
};
|
|
2383
|
-
'/umbraco/management/api/newsletter-studio/transactional/details/{workspaceKey}': {
|
|
2384
|
-
get: {
|
|
2385
|
-
req: TransactionalGetDetailsData;
|
|
2386
|
-
res: {
|
|
2387
|
-
/**
|
|
2388
|
-
* OK
|
|
2389
|
-
*/
|
|
2390
|
-
200: TransactionalEditSectionResponseFrontendModel;
|
|
2391
|
-
};
|
|
2392
|
-
};
|
|
2393
|
-
};
|
|
2394
|
-
'/umbraco/management/api/newsletter-studio/transactional/duplicate/{workspaceKey}': {
|
|
2395
|
-
post: {
|
|
2396
|
-
req: TransactionalDuplicateData;
|
|
2397
|
-
res: {
|
|
2398
|
-
/**
|
|
2399
|
-
* OK
|
|
2400
|
-
*/
|
|
2401
|
-
200: boolean;
|
|
2402
|
-
};
|
|
2403
|
-
};
|
|
2404
|
-
};
|
|
2405
|
-
'/umbraco/management/api/newsletter-studio/transactional/fields-by-id/{providerItemAlias}': {
|
|
2406
|
-
get: {
|
|
2407
|
-
req: TransactionalGetFieldsByAliasData;
|
|
2408
|
-
res: {
|
|
2409
|
-
/**
|
|
2410
|
-
* OK
|
|
2411
|
-
*/
|
|
2412
|
-
200: Array<MergeFieldModel>;
|
|
2413
|
-
};
|
|
2414
|
-
};
|
|
2415
|
-
};
|
|
2416
|
-
'/umbraco/management/api/newsletter-studio/transactional/paged-transactional-list-items': {
|
|
2417
|
-
post: {
|
|
2418
|
-
req: TransactionalGetPagedTransactionalListItemsData;
|
|
2419
|
-
res: {
|
|
2420
|
-
/**
|
|
2421
|
-
* OK
|
|
2422
|
-
*/
|
|
2423
|
-
200: PageTransactionalEmailItemResponseModel;
|
|
2424
|
-
};
|
|
2425
|
-
};
|
|
2426
|
-
};
|
|
2427
|
-
'/umbraco/management/api/newsletter-studio/transactional/paged-transactional-log-items': {
|
|
2428
|
-
post: {
|
|
2429
|
-
req: TransactionalGetPagedTransactionalLogItemsData;
|
|
2430
|
-
res: {
|
|
2431
|
-
/**
|
|
2432
|
-
* OK
|
|
2433
|
-
*/
|
|
2434
|
-
200: PageTransactionalLogItemFrontendModel;
|
|
2435
|
-
};
|
|
2436
|
-
};
|
|
2437
|
-
};
|
|
2438
|
-
'/umbraco/management/api/newsletter-studio/transactional/render-tracking-transactional/{trackingTransactionalEmailId}': {
|
|
2439
|
-
get: {
|
|
2440
|
-
req: TransactionalRenderTrackingTransactionalEmailData;
|
|
2441
|
-
res: {
|
|
2442
|
-
/**
|
|
2443
|
-
* OK
|
|
2444
|
-
*/
|
|
2445
|
-
200: string;
|
|
2446
|
-
};
|
|
2447
|
-
};
|
|
2448
|
-
};
|
|
2449
|
-
'/umbraco/management/api/newsletter-studio/transactional/render-transactional/{transactionalKey}': {
|
|
2450
|
-
get: {
|
|
2451
|
-
req: TransactionalRenderTransactionalData;
|
|
2452
|
-
res: {
|
|
2453
|
-
/**
|
|
2454
|
-
* OK
|
|
2455
|
-
*/
|
|
2456
|
-
200: string;
|
|
2457
|
-
};
|
|
2458
|
-
};
|
|
2459
|
-
};
|
|
2460
|
-
'/umbraco/management/api/newsletter-studio/transactional/resend': {
|
|
2461
|
-
post: {
|
|
2462
|
-
req: TransactionalResendData;
|
|
2463
|
-
res: {
|
|
2464
|
-
/**
|
|
2465
|
-
* OK
|
|
2466
|
-
*/
|
|
2467
|
-
200: boolean;
|
|
2468
|
-
};
|
|
2469
|
-
};
|
|
2470
|
-
};
|
|
2471
|
-
'/umbraco/management/api/newsletter-studio/transactional/save': {
|
|
2472
|
-
post: {
|
|
2473
|
-
req: TransactionalSaveData;
|
|
2474
|
-
res: {
|
|
2475
|
-
/**
|
|
2476
|
-
* OK
|
|
2477
|
-
*/
|
|
2478
|
-
200: TransactionalValueFrontendModel;
|
|
2479
|
-
};
|
|
2480
|
-
};
|
|
2481
|
-
};
|
|
2482
|
-
'/umbraco/management/api/newsletter-studio/transactional/send-test-email': {
|
|
2483
|
-
post: {
|
|
2484
|
-
req: TransactionalSendTestEmailData;
|
|
2485
|
-
res: {
|
|
2486
|
-
/**
|
|
2487
|
-
* OK
|
|
2488
|
-
*/
|
|
2489
|
-
200: boolean;
|
|
2490
|
-
};
|
|
2491
|
-
};
|
|
2492
|
-
};
|
|
2493
|
-
'/umbraco/management/api/newsletter-studio/transactional/tracking-transactional/{trackingTransactionalId}': {
|
|
2494
|
-
get: {
|
|
2495
|
-
req: TransactionalGetTrackingTransactionalData;
|
|
2496
|
-
res: {
|
|
2497
|
-
/**
|
|
2498
|
-
* OK
|
|
2499
|
-
*/
|
|
2500
|
-
200: TrackingTransactionalResponseFrontendModel;
|
|
2501
|
-
};
|
|
2502
|
-
};
|
|
2503
|
-
};
|
|
2504
|
-
'/umbraco/management/api/newsletter-studio/transactional/transactional-activities/{workspaceKey}': {
|
|
2505
|
-
get: {
|
|
2506
|
-
req: TransactionalGetTransactionalActivitiesData;
|
|
2507
|
-
res: {
|
|
2508
|
-
/**
|
|
2509
|
-
* OK
|
|
2510
|
-
*/
|
|
2511
|
-
200: TransactionalOverviewSectionFrontendModel;
|
|
2512
|
-
};
|
|
2513
|
-
};
|
|
2514
|
-
};
|
|
2515
|
-
'/umbraco/management/api/newsletter-studio/transactional/transactional-email-overview/{workspaceKey}': {
|
|
2516
|
-
get: {
|
|
2517
|
-
req: TransactionalGetTransactionalEmailsOverviewData;
|
|
2518
|
-
res: {
|
|
2519
|
-
/**
|
|
2520
|
-
* OK
|
|
2521
|
-
*/
|
|
2522
|
-
200: TransactionalEmailsSectionResponseFrontendModel;
|
|
2523
|
-
};
|
|
2524
|
-
};
|
|
2525
|
-
};
|
|
2526
|
-
'/umbraco/management/api/newsletter-studio/workspace/create-new': {
|
|
2527
|
-
post: {
|
|
2528
|
-
req: WorkspaceCreateNewData;
|
|
2529
|
-
res: {
|
|
2530
|
-
/**
|
|
2531
|
-
* OK
|
|
2532
|
-
*/
|
|
2533
|
-
200: WorkspaceListItemFrontendModel;
|
|
2534
|
-
};
|
|
2535
|
-
};
|
|
2536
|
-
};
|
|
2537
|
-
'/umbraco/management/api/newsletter-studio/workspace/dashboard-overview/{workspaceKey}': {
|
|
2538
|
-
get: {
|
|
2539
|
-
req: WorkspaceGetDashboardOverviewData;
|
|
2540
|
-
res: {
|
|
2541
|
-
/**
|
|
2542
|
-
* OK
|
|
2543
|
-
*/
|
|
2544
|
-
200: WorkspaceDashboardOverviewResponseFrontendModel;
|
|
2545
|
-
};
|
|
2546
|
-
};
|
|
2547
|
-
};
|
|
2548
|
-
'/umbraco/management/api/newsletter-studio/workspace/dashboard-section': {
|
|
2549
|
-
get: {
|
|
2550
|
-
res: {
|
|
2551
|
-
/**
|
|
2552
|
-
* OK
|
|
2553
|
-
*/
|
|
2554
|
-
200: WorkspaceDashboardOverviewResponseFrontendModel;
|
|
2555
|
-
};
|
|
2556
|
-
};
|
|
2557
|
-
};
|
|
2558
|
-
'/umbraco/management/api/newsletter-studio/workspace/license-connect': {
|
|
2559
|
-
post: {
|
|
2560
|
-
req: WorkspaceLicenseConnectData;
|
|
2561
|
-
res: {
|
|
2562
|
-
/**
|
|
2563
|
-
* OK
|
|
2564
|
-
*/
|
|
2565
|
-
200: LicenseDetailsResponseFrontendModel;
|
|
2566
|
-
};
|
|
2567
|
-
};
|
|
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;
|
|
2568
2868
|
};
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
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;
|
|
2579
2893
|
};
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
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;
|
|
2590
2990
|
};
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
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;
|
|
2600
3018
|
};
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
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;
|
|
2611
3046
|
};
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
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;
|
|
2622
3121
|
};
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
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;
|
|
2633
3218
|
};
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
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;
|
|
2644
3266
|
};
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
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;
|
|
2655
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 & {});
|
|
2656
3383
|
};
|