@outseta/api-client 0.3.17 → 0.3.19
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/index.js +3 -3
- package/package.json +1 -1
- package/src/generated/email/email.ts +1 -1
- package/src/generated/models/accountWebhookEntityPersonAccountItem.ts +1 -1
- package/src/generated/models/accountWebhookEntityPersonAccountItemRole.ts +2 -2
- package/src/generated/models/personWebhookEntityPersonAccountItem.ts +1 -1
- package/src/generated/models/personWebhookEntityPersonAccountItemRole.ts +2 -2
- package/src/generated/models/teamRole.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -1313,7 +1313,7 @@ var AccountWebhookEntityPersonAccountItemPersonOAuthIntegrationStatus = {
|
|
|
1313
1313
|
// src/generated/models/accountWebhookEntityPersonAccountItemRole.ts
|
|
1314
1314
|
var AccountWebhookEntityPersonAccountItemRole = {
|
|
1315
1315
|
Admin: 1,
|
|
1316
|
-
|
|
1316
|
+
Member: 2,
|
|
1317
1317
|
Operator: 3
|
|
1318
1318
|
};
|
|
1319
1319
|
// src/generated/models/accountWebhookEntityPrimaryContactOAuthIntegrationStatus.ts
|
|
@@ -1656,7 +1656,7 @@ var PersonWebhookEntityOAuthIntegrationStatus = {
|
|
|
1656
1656
|
// src/generated/models/personWebhookEntityPersonAccountItemRole.ts
|
|
1657
1657
|
var PersonWebhookEntityPersonAccountItemRole = {
|
|
1658
1658
|
Admin: 1,
|
|
1659
|
-
|
|
1659
|
+
Member: 2,
|
|
1660
1660
|
Operator: 3
|
|
1661
1661
|
};
|
|
1662
1662
|
// src/generated/models/planWebhookEntityAccountRegistrationMode.ts
|
|
@@ -1803,7 +1803,7 @@ var TaskStatus = {
|
|
|
1803
1803
|
// src/generated/models/teamRole.ts
|
|
1804
1804
|
var TeamRole = {
|
|
1805
1805
|
Admin: 1,
|
|
1806
|
-
|
|
1806
|
+
Member: 2,
|
|
1807
1807
|
Operator: 3
|
|
1808
1808
|
};
|
|
1809
1809
|
export {
|
package/package.json
CHANGED
|
@@ -741,7 +741,7 @@ export const campaignGetBroadcastEmail = async (broadcastCampaignUid: string | n
|
|
|
741
741
|
|
|
742
742
|
/**
|
|
743
743
|
* Setting SendDateTime to a future UTC date schedules the broadcast for sending and its status
|
|
744
|
-
changes to Pending. An account may only have
|
|
744
|
+
changes to Pending. An account may only have 20 broadcasts scheduled or sending at one time;
|
|
745
745
|
scheduling beyond that is rejected until one finishes sending or is unscheduled. There is no
|
|
746
746
|
limit on the number of drafts. Clearing SendDateTime unschedules the broadcast. Recipients can be added
|
|
747
747
|
with EmailListUids and SegmentUids (see the create endpoint): on update these are merged onto
|
|
@@ -19,7 +19,7 @@ export type AccountWebhookEntityPersonAccountItem = {
|
|
|
19
19
|
IsPrimary?: boolean;
|
|
20
20
|
ReceiveInvoices?: boolean;
|
|
21
21
|
/**
|
|
22
|
-
* `1` - Admin, `2` -
|
|
22
|
+
* `1` - Admin, `2` - Member, `3` - Operator
|
|
23
23
|
* @nullable
|
|
24
24
|
*/
|
|
25
25
|
Role?: AccountWebhookEntityPersonAccountItemRole;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* `1` - Admin, `2` -
|
|
4
|
+
* `1` - Admin, `2` - Member, `3` - Operator
|
|
5
5
|
* @nullable
|
|
6
6
|
*/
|
|
7
7
|
export type AccountWebhookEntityPersonAccountItemRole = typeof AccountWebhookEntityPersonAccountItemRole[keyof typeof AccountWebhookEntityPersonAccountItemRole] | null;
|
|
@@ -10,6 +10,6 @@ export type AccountWebhookEntityPersonAccountItemRole = typeof AccountWebhookEnt
|
|
|
10
10
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
11
11
|
export const AccountWebhookEntityPersonAccountItemRole = {
|
|
12
12
|
Admin: 1,
|
|
13
|
-
|
|
13
|
+
Member: 2,
|
|
14
14
|
Operator: 3,
|
|
15
15
|
} as const;
|
|
@@ -19,7 +19,7 @@ export type PersonWebhookEntityPersonAccountItem = {
|
|
|
19
19
|
IsPrimary?: boolean;
|
|
20
20
|
ReceiveInvoices?: boolean;
|
|
21
21
|
/**
|
|
22
|
-
* `1` - Admin, `2` -
|
|
22
|
+
* `1` - Admin, `2` - Member, `3` - Operator
|
|
23
23
|
* @nullable
|
|
24
24
|
*/
|
|
25
25
|
Role?: PersonWebhookEntityPersonAccountItemRole;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* `1` - Admin, `2` -
|
|
4
|
+
* `1` - Admin, `2` - Member, `3` - Operator
|
|
5
5
|
* @nullable
|
|
6
6
|
*/
|
|
7
7
|
export type PersonWebhookEntityPersonAccountItemRole = typeof PersonWebhookEntityPersonAccountItemRole[keyof typeof PersonWebhookEntityPersonAccountItemRole] | null;
|
|
@@ -10,6 +10,6 @@ export type PersonWebhookEntityPersonAccountItemRole = typeof PersonWebhookEntit
|
|
|
10
10
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
11
11
|
export const PersonWebhookEntityPersonAccountItemRole = {
|
|
12
12
|
Admin: 1,
|
|
13
|
-
|
|
13
|
+
Member: 2,
|
|
14
14
|
Operator: 3,
|
|
15
15
|
} as const;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* `1` - Admin, `2` -
|
|
4
|
+
* `1` - Admin, `2` - Member, `3` - Operator
|
|
5
5
|
*/
|
|
6
6
|
export type TeamRole = typeof TeamRole[keyof typeof TeamRole];
|
|
7
7
|
|
|
@@ -9,6 +9,6 @@ export type TeamRole = typeof TeamRole[keyof typeof TeamRole];
|
|
|
9
9
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
10
10
|
export const TeamRole = {
|
|
11
11
|
Admin: 1,
|
|
12
|
-
|
|
12
|
+
Member: 2,
|
|
13
13
|
Operator: 3,
|
|
14
14
|
} as const;
|