rcs-js 2.0.0-rc.13 → 2.0.0-rc.15
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/cjs/Client.d.ts +2 -2
- package/dist/cjs/Client.js +3 -3
- package/dist/cjs/api/resources/brands/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/brands/client/Client.js +9 -9
- package/dist/cjs/api/resources/brands/client/requests/BrandsGetRequest.d.ts +1 -1
- package/dist/cjs/api/resources/brands/client/requests/UpsertBrandParams.d.ts +3 -3
- package/dist/cjs/api/resources/campaigns/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/campaigns/client/Client.js +1 -1
- package/dist/cjs/api/resources/campaigns/resources/dlc/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/campaigns/resources/dlc/client/Client.js +1 -1
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/Client.js +1 -1
- package/dist/cjs/api/resources/campaigns/resources/tollFree/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/campaigns/resources/tollFree/client/Client.js +1 -1
- package/dist/cjs/api/resources/contacts/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/contacts/client/Client.js +7 -7
- package/dist/cjs/api/resources/contacts/client/requests/ContactsGetRequest.d.ts +2 -2
- package/dist/cjs/api/resources/conversations/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/conversations/client/Client.js +2 -5
- package/dist/cjs/api/resources/messages/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/messages/client/Client.js +1 -1
- package/dist/cjs/api/resources/messages/client/requests/ReactMessageParams.d.ts +1 -1
- package/dist/cjs/api/resources/messages/resources/mms/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/messages/resources/mms/client/Client.js +1 -1
- package/dist/cjs/api/resources/messages/resources/rcs/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/messages/resources/rcs/client/Client.js +1 -1
- package/dist/cjs/api/resources/messages/resources/sms/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/messages/resources/sms/client/Client.js +1 -1
- package/dist/cjs/api/resources/phoneNumbers/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/cjs/api/resources/phoneNumbers/resources/campaign/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/phoneNumbers/resources/campaign/client/Client.js +2 -2
- package/dist/cjs/api/resources/phoneNumbers/resources/webhook/client/Client.d.ts +6 -5
- package/dist/cjs/api/resources/phoneNumbers/resources/webhook/client/Client.js +4 -3
- package/dist/cjs/api/resources/rcs/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/rcs/client/Client.js +1 -1
- package/dist/cjs/api/resources/status/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/status/client/Client.js +1 -1
- package/dist/cjs/api/resources/status/resources/get/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/status/resources/get/client/Client.js +1 -1
- package/dist/cjs/api/resources/tools/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/tools/client/Client.js +1 -1
- package/dist/cjs/api/resources/tools/resources/contactCard/client/Client.d.ts +5 -5
- package/dist/cjs/api/resources/tools/resources/contactCard/client/Client.js +3 -3
- package/dist/cjs/api/resources/tools/resources/file/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/tools/resources/file/client/Client.js +1 -1
- package/dist/cjs/api/resources/tools/resources/url/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/tools/resources/url/client/Client.js +1 -1
- package/dist/cjs/api/resources/webhooks/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/webhooks/client/Client.js +1 -1
- package/dist/cjs/api/types/AdvancedPhoneInformation.d.ts +9 -9
- package/dist/cjs/api/types/AttachWebhookParams.d.ts +2 -2
- package/dist/cjs/api/types/ButtonClickedData.d.ts +3 -1
- package/dist/cjs/api/types/Conversation.d.ts +3 -3
- package/dist/cjs/api/types/EnhancedContactItem.d.ts +1 -1
- package/dist/cjs/api/types/ExtendedBrand.d.ts +6 -2
- package/dist/cjs/api/types/ExtendedBrandWithVetting.d.ts +2 -2
- package/dist/cjs/api/types/Message.d.ts +4 -4
- package/dist/cjs/api/types/RcsCapabilitiesResult.d.ts +1 -1
- package/dist/cjs/api/types/ShortenedUrl.d.ts +1 -1
- package/dist/cjs/api/types/TollFreeCampaignWithExtendedBrandAndStatus.d.ts +0 -1
- package/dist/cjs/api/types/UploadResults.d.ts +1 -1
- package/dist/cjs/api/types/VCardData.d.ts +1 -1
- package/dist/cjs/api/types/WebhookEventEnum.d.ts +1 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/wrapper/messages/Client.js +1 -1
- package/dist/esm/Client.d.mts +2 -2
- package/dist/esm/Client.mjs +3 -3
- package/dist/esm/api/resources/brands/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/brands/client/Client.mjs +9 -9
- package/dist/esm/api/resources/brands/client/requests/BrandsGetRequest.d.mts +1 -1
- package/dist/esm/api/resources/brands/client/requests/UpsertBrandParams.d.mts +3 -3
- package/dist/esm/api/resources/campaigns/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/campaigns/client/Client.mjs +1 -1
- package/dist/esm/api/resources/campaigns/resources/dlc/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/campaigns/resources/dlc/client/Client.mjs +1 -1
- package/dist/esm/api/resources/campaigns/resources/rcs/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/campaigns/resources/rcs/client/Client.mjs +1 -1
- package/dist/esm/api/resources/campaigns/resources/tollFree/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/campaigns/resources/tollFree/client/Client.mjs +1 -1
- package/dist/esm/api/resources/contacts/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/contacts/client/Client.mjs +7 -7
- package/dist/esm/api/resources/contacts/client/requests/ContactsGetRequest.d.mts +2 -2
- package/dist/esm/api/resources/conversations/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/conversations/client/Client.mjs +2 -5
- package/dist/esm/api/resources/messages/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/messages/client/Client.mjs +1 -1
- package/dist/esm/api/resources/messages/client/requests/ReactMessageParams.d.mts +1 -1
- package/dist/esm/api/resources/messages/resources/mms/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/messages/resources/mms/client/Client.mjs +1 -1
- package/dist/esm/api/resources/messages/resources/rcs/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/messages/resources/rcs/client/Client.mjs +1 -1
- package/dist/esm/api/resources/messages/resources/sms/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/messages/resources/sms/client/Client.mjs +1 -1
- package/dist/esm/api/resources/phoneNumbers/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/phoneNumbers/client/Client.mjs +1 -1
- package/dist/esm/api/resources/phoneNumbers/resources/campaign/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/phoneNumbers/resources/campaign/client/Client.mjs +2 -2
- package/dist/esm/api/resources/phoneNumbers/resources/webhook/client/Client.d.mts +6 -5
- package/dist/esm/api/resources/phoneNumbers/resources/webhook/client/Client.mjs +4 -3
- package/dist/esm/api/resources/rcs/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/rcs/client/Client.mjs +1 -1
- package/dist/esm/api/resources/status/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/status/client/Client.mjs +1 -1
- package/dist/esm/api/resources/status/resources/get/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/status/resources/get/client/Client.mjs +1 -1
- package/dist/esm/api/resources/tools/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/tools/client/Client.mjs +1 -1
- package/dist/esm/api/resources/tools/resources/contactCard/client/Client.d.mts +5 -5
- package/dist/esm/api/resources/tools/resources/contactCard/client/Client.mjs +3 -3
- package/dist/esm/api/resources/tools/resources/file/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/tools/resources/file/client/Client.mjs +1 -1
- package/dist/esm/api/resources/tools/resources/url/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/tools/resources/url/client/Client.mjs +1 -1
- package/dist/esm/api/resources/webhooks/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/webhooks/client/Client.mjs +1 -1
- package/dist/esm/api/types/AdvancedPhoneInformation.d.mts +9 -9
- package/dist/esm/api/types/AttachWebhookParams.d.mts +2 -2
- package/dist/esm/api/types/ButtonClickedData.d.mts +3 -1
- package/dist/esm/api/types/Conversation.d.mts +3 -3
- package/dist/esm/api/types/EnhancedContactItem.d.mts +1 -1
- package/dist/esm/api/types/ExtendedBrand.d.mts +6 -2
- package/dist/esm/api/types/ExtendedBrandWithVetting.d.mts +2 -2
- package/dist/esm/api/types/Message.d.mts +4 -4
- package/dist/esm/api/types/RcsCapabilitiesResult.d.mts +1 -1
- package/dist/esm/api/types/ShortenedUrl.d.mts +1 -1
- package/dist/esm/api/types/TollFreeCampaignWithExtendedBrandAndStatus.d.mts +0 -1
- package/dist/esm/api/types/UploadResults.d.mts +1 -1
- package/dist/esm/api/types/VCardData.d.mts +1 -1
- package/dist/esm/api/types/WebhookEventEnum.d.mts +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/dist/esm/wrapper/messages/Client.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +8 -7
|
@@ -9,7 +9,7 @@ export declare namespace Campaign {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -28,9 +28,9 @@ export declare namespace Campaign {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class Campaign {
|
|
30
30
|
protected readonly _options: Campaign.Options;
|
|
31
|
-
constructor(_options
|
|
31
|
+
constructor(_options?: Campaign.Options);
|
|
32
32
|
/**
|
|
33
|
-
* Link a phone number to a specific campaign.
|
|
33
|
+
* Link a phone number to a specific campaign. Phone numbers must be linked to a campaign to send messages.
|
|
34
34
|
*
|
|
35
35
|
* @param {Pinnacle.phoneNumbers.AttachCampaignParams} request
|
|
36
36
|
* @param {Campaign.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -70,6 +70,6 @@ export declare class Campaign {
|
|
|
70
70
|
detach(request: Pinnacle.phoneNumbers.DetachCampaignParams, requestOptions?: Campaign.RequestOptions): core.HttpResponsePromise<Pinnacle.DetachedPhoneNumberResult>;
|
|
71
71
|
private __detach;
|
|
72
72
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
73
|
-
"PINNACLE-API-KEY": string;
|
|
73
|
+
"PINNACLE-API-KEY": string | undefined;
|
|
74
74
|
}>;
|
|
75
75
|
}
|
|
@@ -52,11 +52,11 @@ const Pinnacle = __importStar(require("../../../../../index.js"));
|
|
|
52
52
|
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
54
|
class Campaign {
|
|
55
|
-
constructor(_options) {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Link a phone number to a specific campaign.
|
|
59
|
+
* Link a phone number to a specific campaign. Phone numbers must be linked to a campaign to send messages.
|
|
60
60
|
*
|
|
61
61
|
* @param {Pinnacle.phoneNumbers.AttachCampaignParams} request
|
|
62
62
|
* @param {Campaign.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -9,7 +9,7 @@ export declare namespace Webhook {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -28,13 +28,13 @@ export declare namespace Webhook {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class Webhook {
|
|
30
30
|
protected readonly _options: Webhook.Options;
|
|
31
|
-
constructor(_options
|
|
31
|
+
constructor(_options?: Webhook.Options);
|
|
32
32
|
/**
|
|
33
33
|
* Connect a webhook to your phone number to receive real-time notifications for incoming messages, delivery status updates, and other communication events.
|
|
34
34
|
*
|
|
35
35
|
* @param {string} phone - The phone number you want to attach the webhook to in E.164 format. Make sure it is url encoded (i.e. replace the leading + with %2B). <br>
|
|
36
36
|
*
|
|
37
|
-
* Must be a phone number that you own and have already [purchased](./buy) through the API.
|
|
37
|
+
* Must be a phone number that you own and have already [purchased](./buy) through the API. A phone number can have multiple webhooks attached to it.
|
|
38
38
|
* @param {Pinnacle.AttachWebhookParams} request
|
|
39
39
|
* @param {Webhook.RequestOptions} requestOptions - Request-specific configuration.
|
|
40
40
|
*
|
|
@@ -46,7 +46,8 @@ export declare class Webhook {
|
|
|
46
46
|
*
|
|
47
47
|
* @example
|
|
48
48
|
* await client.phoneNumbers.webhook.attach("%2B14155551234", {
|
|
49
|
-
* webhookId:
|
|
49
|
+
* webhookId: 123,
|
|
50
|
+
* event: "MESSAGE.STATUS"
|
|
50
51
|
* })
|
|
51
52
|
*/
|
|
52
53
|
attach(phone: string, request: Pinnacle.AttachWebhookParams, requestOptions?: Webhook.RequestOptions): core.HttpResponsePromise<Pinnacle.ConfiguredWebhook>;
|
|
@@ -76,6 +77,6 @@ export declare class Webhook {
|
|
|
76
77
|
detach(phone: string, webhookId: number, requestOptions?: Webhook.RequestOptions): core.HttpResponsePromise<Pinnacle.DetachedWebhookInfo>;
|
|
77
78
|
private __detach;
|
|
78
79
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
79
|
-
"PINNACLE-API-KEY": string;
|
|
80
|
+
"PINNACLE-API-KEY": string | undefined;
|
|
80
81
|
}>;
|
|
81
82
|
}
|
|
@@ -52,7 +52,7 @@ const Pinnacle = __importStar(require("../../../../../index.js"));
|
|
|
52
52
|
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
54
|
class Webhook {
|
|
55
|
-
constructor(_options) {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
@@ -60,7 +60,7 @@ class Webhook {
|
|
|
60
60
|
*
|
|
61
61
|
* @param {string} phone - The phone number you want to attach the webhook to in E.164 format. Make sure it is url encoded (i.e. replace the leading + with %2B). <br>
|
|
62
62
|
*
|
|
63
|
-
* Must be a phone number that you own and have already [purchased](./buy) through the API.
|
|
63
|
+
* Must be a phone number that you own and have already [purchased](./buy) through the API. A phone number can have multiple webhooks attached to it.
|
|
64
64
|
* @param {Pinnacle.AttachWebhookParams} request
|
|
65
65
|
* @param {Webhook.RequestOptions} requestOptions - Request-specific configuration.
|
|
66
66
|
*
|
|
@@ -72,7 +72,8 @@ class Webhook {
|
|
|
72
72
|
*
|
|
73
73
|
* @example
|
|
74
74
|
* await client.phoneNumbers.webhook.attach("%2B14155551234", {
|
|
75
|
-
* webhookId:
|
|
75
|
+
* webhookId: 123,
|
|
76
|
+
* event: "MESSAGE.STATUS"
|
|
76
77
|
* })
|
|
77
78
|
*/
|
|
78
79
|
attach(phone, request, requestOptions) {
|
|
@@ -9,7 +9,7 @@ export declare namespace Rcs {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -28,7 +28,7 @@ export declare namespace Rcs {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class Rcs {
|
|
30
30
|
protected readonly _options: Rcs.Options;
|
|
31
|
-
constructor(_options
|
|
31
|
+
constructor(_options?: Rcs.Options);
|
|
32
32
|
/**
|
|
33
33
|
* Check RCS capabilities for one or more phone numbers.
|
|
34
34
|
*
|
|
@@ -116,6 +116,6 @@ export declare class Rcs {
|
|
|
116
116
|
getLink(request: Pinnacle.RcsLinkRequest, requestOptions?: Rcs.RequestOptions): core.HttpResponsePromise<Pinnacle.RcsLinkResult>;
|
|
117
117
|
private __getLink;
|
|
118
118
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
119
|
-
"PINNACLE-API-KEY": string;
|
|
119
|
+
"PINNACLE-API-KEY": string | undefined;
|
|
120
120
|
}>;
|
|
121
121
|
}
|
|
@@ -52,7 +52,7 @@ const Pinnacle = __importStar(require("../../../index.js"));
|
|
|
52
52
|
const headers_js_1 = require("../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../errors/index.js"));
|
|
54
54
|
class Rcs {
|
|
55
|
-
constructor(_options) {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
@@ -9,7 +9,7 @@ export declare namespace Status {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -17,6 +17,6 @@ export declare namespace Status {
|
|
|
17
17
|
export declare class Status {
|
|
18
18
|
protected readonly _options: Status.Options;
|
|
19
19
|
protected _get: Get | undefined;
|
|
20
|
-
constructor(_options
|
|
20
|
+
constructor(_options?: Status.Options);
|
|
21
21
|
get get(): Get;
|
|
22
22
|
}
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.Status = void 0;
|
|
7
7
|
const Client_js_1 = require("../resources/get/client/Client.js");
|
|
8
8
|
class Status {
|
|
9
|
-
constructor(_options) {
|
|
9
|
+
constructor(_options = {}) {
|
|
10
10
|
this._options = _options;
|
|
11
11
|
}
|
|
12
12
|
get get() {
|
|
@@ -9,7 +9,7 @@ export declare namespace Get {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -28,7 +28,7 @@ export declare namespace Get {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class Get {
|
|
30
30
|
protected readonly _options: Get.Options;
|
|
31
|
-
constructor(_options
|
|
31
|
+
constructor(_options?: Get.Options);
|
|
32
32
|
/**
|
|
33
33
|
* Retrieve a brand's status.
|
|
34
34
|
*
|
|
@@ -117,6 +117,6 @@ export declare class Get {
|
|
|
117
117
|
phoneNumber(phoneNumber: string, requestOptions?: Get.RequestOptions): core.HttpResponsePromise<Pinnacle.PhoneNumberStatus>;
|
|
118
118
|
private __phoneNumber;
|
|
119
119
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
120
|
-
"PINNACLE-API-KEY": string;
|
|
120
|
+
"PINNACLE-API-KEY": string | undefined;
|
|
121
121
|
}>;
|
|
122
122
|
}
|
|
@@ -52,7 +52,7 @@ const Pinnacle = __importStar(require("../../../../../index.js"));
|
|
|
52
52
|
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
54
|
class Get {
|
|
55
|
-
constructor(_options) {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
@@ -11,7 +11,7 @@ export declare namespace Tools {
|
|
|
11
11
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
12
12
|
/** Specify a custom URL to connect the client to. */
|
|
13
13
|
baseUrl?: core.Supplier<string>;
|
|
14
|
-
apiKey
|
|
14
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
15
15
|
/** Additional headers to include in requests. */
|
|
16
16
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
17
17
|
}
|
|
@@ -21,7 +21,7 @@ export declare class Tools {
|
|
|
21
21
|
protected _url: Url | undefined;
|
|
22
22
|
protected _file: File_ | undefined;
|
|
23
23
|
protected _contactCard: ContactCard | undefined;
|
|
24
|
-
constructor(_options
|
|
24
|
+
constructor(_options?: Tools.Options);
|
|
25
25
|
get url(): Url;
|
|
26
26
|
get file(): File_;
|
|
27
27
|
get contactCard(): ContactCard;
|
|
@@ -8,7 +8,7 @@ const Client_js_1 = require("../resources/url/client/Client.js");
|
|
|
8
8
|
const Client_js_2 = require("../resources/file/client/Client.js");
|
|
9
9
|
const Client_js_3 = require("../resources/contactCard/client/Client.js");
|
|
10
10
|
class Tools {
|
|
11
|
-
constructor(_options) {
|
|
11
|
+
constructor(_options = {}) {
|
|
12
12
|
this._options = _options;
|
|
13
13
|
}
|
|
14
14
|
get url() {
|
|
@@ -9,7 +9,7 @@ export declare namespace ContactCard {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -28,9 +28,9 @@ export declare namespace ContactCard {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class ContactCard {
|
|
30
30
|
protected readonly _options: ContactCard.Options;
|
|
31
|
-
constructor(_options
|
|
31
|
+
constructor(_options?: ContactCard.Options);
|
|
32
32
|
/**
|
|
33
|
-
* Retrieve contact information as a vCard and get a presigned URL to download the file.
|
|
33
|
+
* Retrieve contact information as a vCard and get a presigned URL to download the file. Contact cards can be sent [via MMS](/api-reference/messages/send-mms) as a media file.
|
|
34
34
|
*
|
|
35
35
|
* @param {Pinnacle.tools.GetVcardParams} request
|
|
36
36
|
* @param {ContactCard.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -47,7 +47,7 @@ export declare class ContactCard {
|
|
|
47
47
|
get(request: Pinnacle.tools.GetVcardParams, requestOptions?: ContactCard.RequestOptions): core.HttpResponsePromise<Pinnacle.VCardData>;
|
|
48
48
|
private __get;
|
|
49
49
|
/**
|
|
50
|
-
* Create a new contact card or updates an existing one with full vCard data.
|
|
50
|
+
* Create a new contact card or updates an existing one with full vCard data. Contact cards can be sent [via MMS](/api-reference/messages/send-mms) as a media file.
|
|
51
51
|
*
|
|
52
52
|
* @param {Pinnacle.tools.UpsertVcardParams} request
|
|
53
53
|
* @param {ContactCard.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -107,6 +107,6 @@ export declare class ContactCard {
|
|
|
107
107
|
upsert(request?: Pinnacle.tools.UpsertVcardParams, requestOptions?: ContactCard.RequestOptions): core.HttpResponsePromise<Pinnacle.VcardResource>;
|
|
108
108
|
private __upsert;
|
|
109
109
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
110
|
-
"PINNACLE-API-KEY": string;
|
|
110
|
+
"PINNACLE-API-KEY": string | undefined;
|
|
111
111
|
}>;
|
|
112
112
|
}
|
|
@@ -52,11 +52,11 @@ const Pinnacle = __importStar(require("../../../../../index.js"));
|
|
|
52
52
|
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
54
|
class ContactCard {
|
|
55
|
-
constructor(_options) {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Retrieve contact information as a vCard and get a presigned URL to download the file.
|
|
59
|
+
* Retrieve contact information as a vCard and get a presigned URL to download the file. Contact cards can be sent [via MMS](/api-reference/messages/send-mms) as a media file.
|
|
60
60
|
*
|
|
61
61
|
* @param {Pinnacle.tools.GetVcardParams} request
|
|
62
62
|
* @param {ContactCard.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -126,7 +126,7 @@ class ContactCard {
|
|
|
126
126
|
});
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
|
-
* Create a new contact card or updates an existing one with full vCard data.
|
|
129
|
+
* Create a new contact card or updates an existing one with full vCard data. Contact cards can be sent [via MMS](/api-reference/messages/send-mms) as a media file.
|
|
130
130
|
*
|
|
131
131
|
* @param {Pinnacle.tools.UpsertVcardParams} request
|
|
132
132
|
* @param {ContactCard.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -9,7 +9,7 @@ export declare namespace File_ {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -28,7 +28,7 @@ export declare namespace File_ {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class File_ {
|
|
30
30
|
protected readonly _options: File_.Options;
|
|
31
|
-
constructor(_options
|
|
31
|
+
constructor(_options?: File_.Options);
|
|
32
32
|
/**
|
|
33
33
|
* Generate presigned URLs that let you upload files directly to our storage and allow your users to download them securely.
|
|
34
34
|
*
|
|
@@ -75,6 +75,6 @@ export declare class File_ {
|
|
|
75
75
|
refresh(request: Pinnacle.tools.RefreshFileParams, requestOptions?: File_.RequestOptions): core.HttpResponsePromise<Pinnacle.RefreshedFile[]>;
|
|
76
76
|
private __refresh;
|
|
77
77
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
78
|
-
"PINNACLE-API-KEY": string;
|
|
78
|
+
"PINNACLE-API-KEY": string | undefined;
|
|
79
79
|
}>;
|
|
80
80
|
}
|
|
@@ -52,7 +52,7 @@ const Pinnacle = __importStar(require("../../../../../index.js"));
|
|
|
52
52
|
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
54
|
class File_ {
|
|
55
|
-
constructor(_options) {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
@@ -9,7 +9,7 @@ export declare namespace Url {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -28,7 +28,7 @@ export declare namespace Url {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class Url {
|
|
30
30
|
protected readonly _options: Url.Options;
|
|
31
|
-
constructor(_options
|
|
31
|
+
constructor(_options?: Url.Options);
|
|
32
32
|
/**
|
|
33
33
|
* Create a shortened URL that redirects visitors to the provided destination URL.
|
|
34
34
|
*
|
|
@@ -87,6 +87,6 @@ export declare class Url {
|
|
|
87
87
|
update(linkId: string, request?: Pinnacle.tools.UpdateUrlParams, requestOptions?: Url.RequestOptions): core.HttpResponsePromise<Pinnacle.ShortenedUrl>;
|
|
88
88
|
private __update;
|
|
89
89
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
90
|
-
"PINNACLE-API-KEY": string;
|
|
90
|
+
"PINNACLE-API-KEY": string | undefined;
|
|
91
91
|
}>;
|
|
92
92
|
}
|
|
@@ -52,7 +52,7 @@ const Pinnacle = __importStar(require("../../../../../index.js"));
|
|
|
52
52
|
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
54
|
class Url {
|
|
55
|
-
constructor(_options) {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
@@ -9,7 +9,7 @@ export declare namespace Webhooks {
|
|
|
9
9
|
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
10
|
/** Specify a custom URL to connect the client to. */
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey
|
|
12
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
14
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
@@ -28,7 +28,7 @@ export declare namespace Webhooks {
|
|
|
28
28
|
}
|
|
29
29
|
export declare class Webhooks {
|
|
30
30
|
protected readonly _options: Webhooks.Options;
|
|
31
|
-
constructor(_options
|
|
31
|
+
constructor(_options?: Webhooks.Options);
|
|
32
32
|
/**
|
|
33
33
|
* Retrieve all webhook that are set up to receive events for specific URLs or phone numbers.
|
|
34
34
|
*
|
|
@@ -47,6 +47,6 @@ export declare class Webhooks {
|
|
|
47
47
|
get(request: Pinnacle.GetWebhookParams, requestOptions?: Webhooks.RequestOptions): core.HttpResponsePromise<Pinnacle.WebhookResult>;
|
|
48
48
|
private __get;
|
|
49
49
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
50
|
-
"PINNACLE-API-KEY": string;
|
|
50
|
+
"PINNACLE-API-KEY": string | undefined;
|
|
51
51
|
}>;
|
|
52
52
|
}
|
|
@@ -52,7 +52,7 @@ const Pinnacle = __importStar(require("../../../index.js"));
|
|
|
52
52
|
const headers_js_1 = require("../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../errors/index.js"));
|
|
54
54
|
class Webhooks {
|
|
55
|
-
constructor(_options) {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
@@ -22,7 +22,7 @@ export interface AdvancedPhoneInformation {
|
|
|
22
22
|
/** Detailed carrier information. */
|
|
23
23
|
carrier: AdvancedPhoneInformation.Carrier;
|
|
24
24
|
/** Enhanced contact information associated with the phone number. */
|
|
25
|
-
contact
|
|
25
|
+
contact: AdvancedPhoneInformation.Contact | null;
|
|
26
26
|
}
|
|
27
27
|
export declare namespace AdvancedPhoneInformation {
|
|
28
28
|
/**
|
|
@@ -68,25 +68,25 @@ export declare namespace AdvancedPhoneInformation {
|
|
|
68
68
|
/** Complete country identification and metadata. */
|
|
69
69
|
country: Location.Country;
|
|
70
70
|
/** Primary city or municipality associated with the phone number. */
|
|
71
|
-
city
|
|
71
|
+
city: string | null;
|
|
72
72
|
/**
|
|
73
73
|
* State, province, or primary administrative division code.
|
|
74
74
|
* Uses standard 2-letter abbreviations where applicable.
|
|
75
75
|
*/
|
|
76
|
-
state
|
|
76
|
+
state: string | null;
|
|
77
77
|
/** Postal or ZIP code for the phone number's registered location. */
|
|
78
|
-
zip
|
|
78
|
+
zip: string | null;
|
|
79
79
|
/**
|
|
80
80
|
* Primary Metropolitan Statistical Area (PMSA) code for US numbers.
|
|
81
81
|
* Used for demographic and market analysis purposes.
|
|
82
82
|
*/
|
|
83
|
-
metroCode
|
|
83
|
+
metroCode: string | null;
|
|
84
84
|
/** County or secondary administrative division name. */
|
|
85
|
-
county
|
|
85
|
+
county: string | null;
|
|
86
86
|
/** Coordinates provide the precise latitude and longitude values for the phone number’s registered location. */
|
|
87
87
|
coordinates: Location.Coordinates;
|
|
88
88
|
/** IANA timezone identifier for the number’s location. */
|
|
89
|
-
timeZone
|
|
89
|
+
timeZone: string | null;
|
|
90
90
|
}
|
|
91
91
|
namespace Location {
|
|
92
92
|
/**
|
|
@@ -105,9 +105,9 @@ export declare namespace AdvancedPhoneInformation {
|
|
|
105
105
|
*/
|
|
106
106
|
interface Coordinates {
|
|
107
107
|
/** Decimal degrees latitude coordinate. */
|
|
108
|
-
latitude
|
|
108
|
+
latitude: number | null;
|
|
109
109
|
/** Decimal degrees longitude coordinate. */
|
|
110
|
-
longitude
|
|
110
|
+
longitude: number | null;
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
@@ -11,12 +11,12 @@ export type AttachWebhookParams =
|
|
|
11
11
|
* Attach a webhook you’ve already created in your account to this phone number. */
|
|
12
12
|
{
|
|
13
13
|
webhookId: number;
|
|
14
|
-
event
|
|
14
|
+
event: Pinnacle.WebhookEventEnum | null;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* Create a new webhook and immediately attach it to your phone number. */
|
|
18
18
|
| {
|
|
19
19
|
name: string;
|
|
20
20
|
url: string;
|
|
21
|
-
event
|
|
21
|
+
event: Pinnacle.WebhookEventEnum | null;
|
|
22
22
|
};
|
|
@@ -9,7 +9,7 @@ export interface ButtonClickedData {
|
|
|
9
9
|
/** Information about the button that was clicked. */
|
|
10
10
|
button: ButtonClickedData.Button;
|
|
11
11
|
/** ID of the message this button was attached to, or null if not available. To get the message details, use the [GET /messages/{id}](/api-reference/messages/get) endpoint. */
|
|
12
|
-
messageId
|
|
12
|
+
messageId: number | null;
|
|
13
13
|
}
|
|
14
14
|
export declare namespace ButtonClickedData {
|
|
15
15
|
/**
|
|
@@ -29,6 +29,8 @@ export declare namespace ButtonClickedData {
|
|
|
29
29
|
payload?: string | null;
|
|
30
30
|
/** Additional metadata attached to the button's `metadata` field, if provided. */
|
|
31
31
|
metadata?: string | null;
|
|
32
|
+
/** Number of times the button has been clicked. */
|
|
33
|
+
clicks: number;
|
|
32
34
|
}
|
|
33
35
|
namespace Button {
|
|
34
36
|
/**
|
|
@@ -7,9 +7,9 @@ import * as Pinnacle from "../index.js";
|
|
|
7
7
|
*/
|
|
8
8
|
export interface Conversation {
|
|
9
9
|
/** Identifier for the brand associated with this conversation. */
|
|
10
|
-
brandId
|
|
10
|
+
brandId: number | null;
|
|
11
11
|
/** Campaign information if this conversation is part of a marketing campaign. */
|
|
12
|
-
campaign
|
|
12
|
+
campaign: Pinnacle.CampaignQuery | null;
|
|
13
13
|
/** Contact information for the recipient in a conversation. */
|
|
14
14
|
contact: Conversation.Contact;
|
|
15
15
|
/** ISO 8601 timestamp when the conversation was created. */
|
|
@@ -24,7 +24,7 @@ export interface Conversation {
|
|
|
24
24
|
* - An RCS agent with ID and name
|
|
25
25
|
* - `null` if no sender is associated
|
|
26
26
|
*/
|
|
27
|
-
sender
|
|
27
|
+
sender: Conversation.Sender | null;
|
|
28
28
|
/** ISO 8601 timestamp when the conversation was last updated. */
|
|
29
29
|
updatedAt: string;
|
|
30
30
|
}
|
|
@@ -18,7 +18,7 @@ export interface EnhancedContactItem {
|
|
|
18
18
|
* LinkedIn profile URL if available and publicly accessible.
|
|
19
19
|
* Null if no LinkedIn profile is found or accessible.
|
|
20
20
|
*/
|
|
21
|
-
linkedin
|
|
21
|
+
linkedin: string | null;
|
|
22
22
|
/** Full name of the contact person associated with this profile. */
|
|
23
23
|
name: string;
|
|
24
24
|
}
|
|
@@ -10,7 +10,7 @@ export interface ExtendedBrand extends Pinnacle.OptionalBrandInfo {
|
|
|
10
10
|
/** Indicates if this brand is archived. */
|
|
11
11
|
isArchived: boolean;
|
|
12
12
|
/**
|
|
13
|
-
* Current review status of the
|
|
13
|
+
* Current review status of the brand. <br>
|
|
14
14
|
*
|
|
15
15
|
* `INCOMPLETE`: Not submitted. <br>
|
|
16
16
|
*
|
|
@@ -18,7 +18,11 @@ export interface ExtendedBrand extends Pinnacle.OptionalBrandInfo {
|
|
|
18
18
|
*
|
|
19
19
|
* `VERIFIED`: Approved and ready to send messages. <br>
|
|
20
20
|
*
|
|
21
|
-
* `FAILED`: Issues and errors related to the campaign's details.
|
|
21
|
+
* `FAILED`: Issues and errors related to the campaign's details. <br>
|
|
22
|
+
*
|
|
23
|
+
* `VETTED`: Has undergone additional vetting by a third party service post the brand being verified. Your brand will be assigned a trust score, with higher trust scores having higher message volumes. <br>
|
|
24
|
+
*
|
|
25
|
+
* `UNVERIFIED`: Brand details have been updated, and the brand will need to undergo re-verification.
|
|
22
26
|
*/
|
|
23
27
|
status: Pinnacle.BrandStatusEnum;
|
|
24
28
|
/** ISO 8601 formatted timestamp of when this brand was last updated. */
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
import * as Pinnacle from "../index.js";
|
|
5
5
|
export interface ExtendedBrandWithVetting extends Pinnacle.ExtendedBrand {
|
|
6
6
|
/** ISO 8601 formatted timestamp of the last TCR vetting. */
|
|
7
|
-
lastTcrVettingDate
|
|
7
|
+
lastTcrVettingDate: string | null;
|
|
8
8
|
/** Feedback from The Campaign Registry if TCR vetting was performed. */
|
|
9
|
-
tcrFeedback
|
|
9
|
+
tcrFeedback: Pinnacle.VettingFeedback[] | null;
|
|
10
10
|
/** History of all external vetting attempts for this brand. */
|
|
11
11
|
vettingHistory: Pinnacle.VettingHistory[];
|
|
12
12
|
}
|
|
@@ -9,19 +9,19 @@ export interface Message {
|
|
|
9
9
|
*
|
|
10
10
|
* Null means the message incurred no cost or has not been charged yet.
|
|
11
11
|
*/
|
|
12
|
-
cost
|
|
12
|
+
cost: number | null;
|
|
13
13
|
/**
|
|
14
14
|
* Timestamp indicating when the message was successfully delivered to the recipient. <br>
|
|
15
15
|
*
|
|
16
16
|
* Null indicates the message has not yet been delivered.
|
|
17
17
|
*/
|
|
18
|
-
deliveredAt
|
|
18
|
+
deliveredAt: string | null;
|
|
19
19
|
/**
|
|
20
20
|
* Detailed explanation of any errors that occurred while delivering the message. <br>
|
|
21
21
|
*
|
|
22
22
|
* Null indicates no errors.
|
|
23
23
|
*/
|
|
24
|
-
error
|
|
24
|
+
error: string | null;
|
|
25
25
|
/** Unique identifier of the message. */
|
|
26
26
|
id: number;
|
|
27
27
|
method: Pinnacle.MessageMethodEnum;
|
|
@@ -36,7 +36,7 @@ export interface Message {
|
|
|
36
36
|
*
|
|
37
37
|
* Null indicates the message is still in the queue.
|
|
38
38
|
*/
|
|
39
|
-
sentAt
|
|
39
|
+
sentAt: string | null;
|
|
40
40
|
status: Pinnacle.MessageStatusEnum;
|
|
41
41
|
type: Pinnacle.MessageProtocolEnum;
|
|
42
42
|
}
|
|
@@ -5,4 +5,4 @@ import * as Pinnacle from "../index.js";
|
|
|
5
5
|
/**
|
|
6
6
|
* Response containing RCS capabilities for requested phone numbers
|
|
7
7
|
*/
|
|
8
|
-
export type RcsCapabilitiesResult = Record<string,
|
|
8
|
+
export type RcsCapabilitiesResult = Record<string, Pinnacle.RcsCapability | null>;
|
|
@@ -11,6 +11,6 @@ export declare namespace ShortenedUrl {
|
|
|
11
11
|
/** Destination URL that your shortened link redirects to. */
|
|
12
12
|
to: string;
|
|
13
13
|
/** Expiration date for your shortened link in ISO 8601 format, or null if it's permanent. */
|
|
14
|
-
expiresAt
|
|
14
|
+
expiresAt: string | null;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -11,7 +11,6 @@ export interface TollFreeCampaignWithExtendedBrandAndStatus extends Pinnacle.Tol
|
|
|
11
11
|
* `INCOMPLETE`: Has not been submitted.<br>
|
|
12
12
|
* `PENDING`: Currently being reviewed.<br>
|
|
13
13
|
* `VERIFIED`: Verified and good to go.<br>
|
|
14
|
-
* `UNVERIFIED`: No longer verified due to an update in the brand details.<br>
|
|
15
14
|
* `VETTED`: Brand has been vetted by an external provider and has received vetting scores.
|
|
16
15
|
*/
|
|
17
16
|
status: Pinnacle.ProfileStatusEnum;
|