rcs-js 2.0.13 → 2.0.14
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.js +2 -2
- package/dist/cjs/api/resources/audiences/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/audiences/client/Client.js +70 -0
- package/dist/cjs/api/resources/audiences/client/requests/ListAudiencesParams.d.ts +10 -0
- package/dist/cjs/api/resources/audiences/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/brands/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/brands/client/Client.js +70 -0
- package/dist/cjs/api/resources/brands/client/requests/ListBrandsParams.d.ts +23 -0
- package/dist/cjs/api/resources/brands/client/requests/ListBrandsParams.js +15 -0
- package/dist/cjs/api/resources/brands/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/campaigns/resources/dlc/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/campaigns/resources/dlc/client/Client.js +70 -0
- package/dist/cjs/api/resources/campaigns/resources/dlc/client/requests/ListDlcCampaignsParams.d.ts +21 -0
- package/dist/cjs/api/resources/campaigns/resources/dlc/client/requests/ListDlcCampaignsParams.js +13 -0
- package/dist/cjs/api/resources/campaigns/resources/dlc/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/Client.js +70 -0
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/requests/ListRcsCampaignsParams.d.ts +21 -0
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/requests/ListRcsCampaignsParams.js +13 -0
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/campaigns/resources/tollFree/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/campaigns/resources/tollFree/client/Client.js +73 -0
- package/dist/cjs/api/resources/campaigns/resources/tollFree/client/requests/ListTollFreeCampaignsParams.d.ts +21 -0
- package/dist/cjs/api/resources/campaigns/resources/tollFree/client/requests/ListTollFreeCampaignsParams.js +13 -0
- package/dist/cjs/api/resources/campaigns/resources/tollFree/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/contacts/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/contacts/client/Client.js +70 -0
- package/dist/cjs/api/resources/contacts/client/requests/ListContactsParams.d.ts +16 -0
- package/dist/cjs/api/resources/contacts/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/client/Client.d.ts +21 -0
- package/dist/cjs/api/resources/messages/client/Client.js +88 -8
- package/dist/cjs/api/resources/messages/client/requests/ListMessagesParams.d.ts +55 -0
- package/dist/cjs/api/resources/messages/client/requests/ListMessagesParams.js +33 -0
- package/dist/cjs/api/resources/messages/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/blast/client/requests/BlastRcs.d.ts +0 -2
- package/dist/cjs/api/resources/messages/resources/blasts/client/Client.d.ts +29 -0
- package/dist/cjs/api/resources/messages/resources/blasts/client/Client.js +133 -0
- package/dist/cjs/api/resources/messages/resources/blasts/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/blasts/client/index.js +17 -0
- package/dist/cjs/api/resources/messages/resources/blasts/client/requests/ListBlastsParams.d.ts +17 -0
- package/dist/cjs/api/resources/messages/resources/blasts/client/requests/ListBlastsParams.js +3 -0
- package/dist/cjs/api/resources/messages/resources/blasts/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/blasts/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/messages/resources/blasts/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/blasts/index.js +17 -0
- package/dist/cjs/api/resources/messages/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/messages/resources/index.js +5 -1
- package/dist/cjs/api/resources/messages/resources/rcs/client/Client.d.ts +1 -4
- package/dist/cjs/api/resources/messages/resources/rcs/client/Client.js +1 -4
- package/dist/cjs/api/resources/messages/resources/rcs/client/requests/SendTypingIndicatorSchema.d.ts +1 -15
- package/dist/cjs/api/resources/messages/resources/rcs/types/SendRichMessageResponse.d.ts +1 -1
- package/dist/cjs/api/resources/messages/resources/schedules/client/Client.d.ts +29 -0
- package/dist/cjs/api/resources/messages/resources/schedules/client/Client.js +136 -0
- package/dist/cjs/api/resources/messages/resources/schedules/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/schedules/client/index.js +17 -0
- package/dist/cjs/api/resources/messages/resources/schedules/client/requests/ListScheduledMessagesParams.d.ts +27 -0
- package/dist/cjs/api/resources/messages/resources/schedules/client/requests/ListScheduledMessagesParams.js +17 -0
- package/dist/cjs/api/resources/messages/resources/schedules/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/schedules/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/messages/resources/schedules/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/schedules/index.js +17 -0
- package/dist/cjs/api/resources/phoneNumbers/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/phoneNumbers/client/Client.js +70 -0
- package/dist/cjs/api/resources/phoneNumbers/client/requests/ListPhoneNumbersParams.d.ts +8 -0
- package/dist/cjs/api/resources/phoneNumbers/client/requests/ListPhoneNumbersParams.js +3 -0
- package/dist/cjs/api/resources/phoneNumbers/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/client/Client.d.ts +25 -42
- package/dist/cjs/api/resources/rcs/client/Client.js +40 -56
- package/dist/cjs/api/resources/rcs/client/requests/RcsCapabilitiesQuery.d.ts +2 -0
- package/dist/cjs/api/resources/rcs/client/requests/RcsLinkRequest.d.ts +0 -3
- package/dist/cjs/api/resources/rcs/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/rcs/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/index.js +1 -0
- package/dist/cjs/api/resources/rcs/resources/agents/client/Client.d.ts +29 -0
- package/dist/cjs/api/resources/rcs/resources/agents/client/Client.js +133 -0
- package/dist/cjs/api/resources/rcs/resources/agents/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/resources/agents/client/index.js +17 -0
- package/dist/cjs/api/resources/rcs/resources/agents/client/requests/ListAgentsParams.d.ts +20 -0
- package/dist/cjs/api/resources/rcs/resources/agents/client/requests/ListAgentsParams.js +12 -0
- package/dist/cjs/api/resources/rcs/resources/agents/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/resources/agents/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/rcs/resources/agents/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/resources/agents/index.js +17 -0
- package/dist/cjs/api/resources/rcs/resources/index.d.ts +6 -0
- package/dist/cjs/api/resources/rcs/resources/index.js +45 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/Client.d.ts +214 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/Client.js +497 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/index.js +17 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/CreateTestAgentRequest.d.ts +87 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/CreateTestAgentRequest.js +3 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/TestAgentWhitelistRequest.d.ts +15 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/TestAgentWhitelistRequest.js +3 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/TestGetWhitelistStatusRequest.d.ts +20 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/TestGetWhitelistStatusRequest.js +3 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/UpdateTestAgentRequest.d.ts +59 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/UpdateTestAgentRequest.js +3 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/rcs/resources/test/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/rcs/resources/test/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/resources/test/index.js +17 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/client/Client.d.ts +29 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/client/Client.js +133 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/client/index.js +17 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/client/requests/ListTestNumbersParams.d.ts +23 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/client/requests/ListTestNumbersParams.js +13 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/index.d.ts +1 -0
- package/dist/cjs/api/resources/rcs/resources/whitelistedNumbers/index.js +17 -0
- package/dist/cjs/api/resources/tools/resources/url/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/tools/resources/url/client/Client.js +70 -0
- package/dist/cjs/api/resources/tools/resources/url/client/requests/ListLinksParams.d.ts +10 -0
- package/dist/cjs/api/resources/tools/resources/url/client/requests/ListLinksParams.js +3 -0
- package/dist/cjs/api/resources/tools/resources/url/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/webhooks/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/webhooks/client/Client.js +70 -0
- package/dist/cjs/api/resources/webhooks/client/requests/ListWebhooksParams.d.ts +19 -0
- package/dist/cjs/api/resources/webhooks/client/requests/ListWebhooksParams.js +12 -0
- package/dist/cjs/api/resources/webhooks/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/types/AgentEmailEntry.d.ts +9 -0
- package/dist/cjs/api/types/AgentEmailEntry.js +3 -0
- package/dist/cjs/api/types/AgentPhoneEntry.d.ts +9 -0
- package/dist/cjs/api/types/AgentPhoneEntry.js +3 -0
- package/dist/cjs/api/types/AgentSummary.d.ts +94 -0
- package/dist/cjs/api/types/AgentSummary.js +22 -0
- package/dist/cjs/api/types/AgentUseCase.d.ts +15 -0
- package/dist/cjs/api/types/AgentUseCase.js +18 -0
- package/dist/cjs/api/types/AgentWebsiteEntry.d.ts +9 -0
- package/dist/cjs/api/types/AgentWebsiteEntry.js +3 -0
- package/dist/cjs/api/types/AudienceSummary.d.ts +12 -0
- package/dist/cjs/api/types/AudienceSummary.js +3 -0
- package/dist/cjs/api/types/BlastDetails.d.ts +1 -1
- package/dist/cjs/api/types/BlastSummary.d.ts +27 -0
- package/dist/cjs/api/types/BlastSummary.js +13 -0
- package/dist/cjs/api/types/CarrierLaunchStatus.d.ts +12 -0
- package/dist/cjs/api/types/CarrierLaunchStatus.js +15 -0
- package/dist/cjs/api/types/CarrierLaunches.d.ts +14 -0
- package/dist/cjs/api/types/CarrierLaunches.js +3 -0
- package/dist/cjs/api/types/DlcCampaignSummary.d.ts +26 -0
- package/dist/cjs/api/types/DlcCampaignSummary.js +14 -0
- package/dist/cjs/api/types/FallbackMessage.d.ts +6 -5
- package/dist/cjs/api/types/LinkSummary.d.ts +10 -0
- package/dist/cjs/api/types/LinkSummary.js +3 -0
- package/dist/cjs/api/types/ListAgentsResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListAgentsResponse.js +3 -0
- package/dist/cjs/api/types/ListAudiencesResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListAudiencesResponse.js +3 -0
- package/dist/cjs/api/types/ListBlastsResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListBlastsResponse.js +3 -0
- package/dist/cjs/api/types/ListBrandsResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListBrandsResponse.js +3 -0
- package/dist/cjs/api/types/ListContactsResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListContactsResponse.js +3 -0
- package/dist/cjs/api/types/ListDlcCampaignsResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListDlcCampaignsResponse.js +3 -0
- package/dist/cjs/api/types/ListLinksResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListLinksResponse.js +3 -0
- package/dist/cjs/api/types/ListMessagesResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListMessagesResponse.js +3 -0
- package/dist/cjs/api/types/ListPhoneNumbersResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListPhoneNumbersResponse.js +3 -0
- package/dist/cjs/api/types/ListRcsCampaignsResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListRcsCampaignsResponse.js +3 -0
- package/dist/cjs/api/types/ListScheduledMessagesResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListScheduledMessagesResponse.js +3 -0
- package/dist/cjs/api/types/ListTestNumbersResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListTestNumbersResponse.js +3 -0
- package/dist/cjs/api/types/ListTollFreeCampaignsResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListTollFreeCampaignsResponse.js +3 -0
- package/dist/cjs/api/types/ListWebhooksResponse.d.ts +6 -0
- package/dist/cjs/api/types/ListWebhooksResponse.js +3 -0
- package/dist/cjs/api/types/Message.d.ts +0 -8
- package/dist/cjs/api/types/MessageEvent.d.ts +21 -14
- package/dist/cjs/api/types/MessageEvent.js +1 -1
- package/dist/cjs/api/types/MessageList.d.ts +1 -1
- package/dist/cjs/api/types/MessageSummary.d.ts +71 -0
- package/dist/cjs/api/types/MessageSummary.js +36 -0
- package/dist/cjs/api/types/{MessageWithReaction.d.ts → MessageWithReactions.d.ts} +7 -7
- package/dist/cjs/api/types/{MessageWithReaction.js → MessageWithReactions.js} +5 -5
- package/dist/cjs/api/types/OwnedPhoneNumber.d.ts +14 -0
- package/dist/cjs/api/types/OwnedPhoneNumber.js +3 -0
- package/dist/cjs/api/types/RcsAgentDetails.d.ts +81 -0
- package/dist/cjs/api/types/RcsAgentDetails.js +20 -0
- package/dist/cjs/api/types/RcsAgentResponse.d.ts +17 -0
- package/dist/cjs/api/types/RcsAgentResponse.js +3 -0
- package/dist/cjs/api/types/RcsCampaignSummary.d.ts +28 -0
- package/dist/cjs/api/types/RcsCampaignSummary.js +14 -0
- package/dist/cjs/api/types/RcsWhitelistStatus.d.ts +13 -0
- package/dist/cjs/api/types/RcsWhitelistStatus.js +16 -0
- package/dist/cjs/api/types/ScheduledMessageSummary.d.ts +29 -0
- package/dist/cjs/api/types/ScheduledMessageSummary.js +13 -0
- package/dist/cjs/api/types/SendRichMessageOptions.d.ts +0 -2
- package/dist/cjs/api/types/SentRichMessageFallbackMms.d.ts +10 -0
- package/dist/cjs/api/types/SentRichMessageFallbackMms.js +3 -0
- package/dist/cjs/api/types/SentRichMessageFallbackSms.d.ts +10 -0
- package/dist/cjs/api/types/SentRichMessageFallbackSms.js +3 -0
- package/dist/cjs/api/types/TestAgentResponse.d.ts +19 -0
- package/dist/cjs/api/types/TestAgentResponse.js +3 -0
- package/dist/cjs/api/types/TestAgentWhitelistResponse.d.ts +7 -0
- package/dist/cjs/api/types/TestAgentWhitelistResponse.js +3 -0
- package/dist/cjs/api/types/TollFreeCampaignSummary.d.ts +26 -0
- package/dist/cjs/api/types/TollFreeCampaignSummary.js +14 -0
- package/dist/cjs/api/types/WebhookSummary.d.ts +23 -0
- package/dist/cjs/api/types/WebhookSummary.js +13 -0
- package/dist/cjs/api/types/WhitelistedNumberSummary.d.ts +19 -0
- package/dist/cjs/api/types/WhitelistedNumberSummary.js +13 -0
- package/dist/cjs/api/types/index.d.ts +40 -2
- package/dist/cjs/api/types/index.js +40 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/audiences/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/audiences/client/Client.mjs +70 -0
- package/dist/esm/api/resources/audiences/client/requests/ListAudiencesParams.d.mts +10 -0
- package/dist/esm/api/resources/audiences/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/brands/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/brands/client/Client.mjs +70 -0
- package/dist/esm/api/resources/brands/client/requests/ListBrandsParams.d.mts +23 -0
- package/dist/esm/api/resources/brands/client/requests/ListBrandsParams.mjs +12 -0
- package/dist/esm/api/resources/brands/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/campaigns/resources/dlc/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/campaigns/resources/dlc/client/Client.mjs +70 -0
- package/dist/esm/api/resources/campaigns/resources/dlc/client/requests/ListDlcCampaignsParams.d.mts +21 -0
- package/dist/esm/api/resources/campaigns/resources/dlc/client/requests/ListDlcCampaignsParams.mjs +10 -0
- package/dist/esm/api/resources/campaigns/resources/dlc/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/campaigns/resources/rcs/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/campaigns/resources/rcs/client/Client.mjs +70 -0
- package/dist/esm/api/resources/campaigns/resources/rcs/client/requests/ListRcsCampaignsParams.d.mts +21 -0
- package/dist/esm/api/resources/campaigns/resources/rcs/client/requests/ListRcsCampaignsParams.mjs +10 -0
- package/dist/esm/api/resources/campaigns/resources/rcs/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/campaigns/resources/tollFree/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/campaigns/resources/tollFree/client/Client.mjs +73 -0
- package/dist/esm/api/resources/campaigns/resources/tollFree/client/requests/ListTollFreeCampaignsParams.d.mts +21 -0
- package/dist/esm/api/resources/campaigns/resources/tollFree/client/requests/ListTollFreeCampaignsParams.mjs +10 -0
- package/dist/esm/api/resources/campaigns/resources/tollFree/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/contacts/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/contacts/client/Client.mjs +70 -0
- package/dist/esm/api/resources/contacts/client/requests/ListContactsParams.d.mts +16 -0
- package/dist/esm/api/resources/contacts/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/client/Client.d.mts +21 -0
- package/dist/esm/api/resources/messages/client/Client.mjs +80 -0
- package/dist/esm/api/resources/messages/client/requests/ListMessagesParams.d.mts +55 -0
- package/dist/esm/api/resources/messages/client/requests/ListMessagesParams.mjs +30 -0
- package/dist/esm/api/resources/messages/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/blast/client/requests/BlastRcs.d.mts +0 -2
- package/dist/esm/api/resources/messages/resources/blasts/client/Client.d.mts +29 -0
- package/dist/esm/api/resources/messages/resources/blasts/client/Client.mjs +96 -0
- package/dist/esm/api/resources/messages/resources/blasts/client/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/blasts/client/index.mjs +1 -0
- package/dist/esm/api/resources/messages/resources/blasts/client/requests/ListBlastsParams.d.mts +17 -0
- package/dist/esm/api/resources/messages/resources/blasts/client/requests/ListBlastsParams.mjs +2 -0
- package/dist/esm/api/resources/messages/resources/blasts/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/blasts/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/messages/resources/blasts/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/blasts/index.mjs +1 -0
- package/dist/esm/api/resources/messages/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/messages/resources/index.mjs +4 -0
- package/dist/esm/api/resources/messages/resources/rcs/client/Client.d.mts +1 -4
- package/dist/esm/api/resources/messages/resources/rcs/client/Client.mjs +1 -4
- package/dist/esm/api/resources/messages/resources/rcs/client/requests/SendTypingIndicatorSchema.d.mts +1 -15
- package/dist/esm/api/resources/messages/resources/rcs/types/SendRichMessageResponse.d.mts +1 -1
- package/dist/esm/api/resources/messages/resources/schedules/client/Client.d.mts +29 -0
- package/dist/esm/api/resources/messages/resources/schedules/client/Client.mjs +99 -0
- package/dist/esm/api/resources/messages/resources/schedules/client/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/schedules/client/index.mjs +1 -0
- package/dist/esm/api/resources/messages/resources/schedules/client/requests/ListScheduledMessagesParams.d.mts +27 -0
- package/dist/esm/api/resources/messages/resources/schedules/client/requests/ListScheduledMessagesParams.mjs +14 -0
- package/dist/esm/api/resources/messages/resources/schedules/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/schedules/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/messages/resources/schedules/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/schedules/index.mjs +1 -0
- package/dist/esm/api/resources/phoneNumbers/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/phoneNumbers/client/Client.mjs +70 -0
- package/dist/esm/api/resources/phoneNumbers/client/requests/ListPhoneNumbersParams.d.mts +8 -0
- package/dist/esm/api/resources/phoneNumbers/client/requests/ListPhoneNumbersParams.mjs +2 -0
- package/dist/esm/api/resources/phoneNumbers/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/client/Client.d.mts +25 -42
- package/dist/esm/api/resources/rcs/client/Client.mjs +40 -56
- package/dist/esm/api/resources/rcs/client/requests/RcsCapabilitiesQuery.d.mts +2 -0
- package/dist/esm/api/resources/rcs/client/requests/RcsLinkRequest.d.mts +0 -3
- package/dist/esm/api/resources/rcs/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/rcs/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/agents/client/Client.d.mts +29 -0
- package/dist/esm/api/resources/rcs/resources/agents/client/Client.mjs +96 -0
- package/dist/esm/api/resources/rcs/resources/agents/client/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/resources/agents/client/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/agents/client/requests/ListAgentsParams.d.mts +20 -0
- package/dist/esm/api/resources/rcs/resources/agents/client/requests/ListAgentsParams.mjs +9 -0
- package/dist/esm/api/resources/rcs/resources/agents/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/resources/agents/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/agents/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/resources/agents/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/index.d.mts +6 -0
- package/dist/esm/api/resources/rcs/resources/index.mjs +6 -0
- package/dist/esm/api/resources/rcs/resources/test/client/Client.d.mts +214 -0
- package/dist/esm/api/resources/rcs/resources/test/client/Client.mjs +460 -0
- package/dist/esm/api/resources/rcs/resources/test/client/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/resources/test/client/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/CreateTestAgentRequest.d.mts +87 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/CreateTestAgentRequest.mjs +2 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/TestAgentWhitelistRequest.d.mts +15 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/TestAgentWhitelistRequest.mjs +2 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/TestGetWhitelistStatusRequest.d.mts +20 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/TestGetWhitelistStatusRequest.mjs +2 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/UpdateTestAgentRequest.d.mts +59 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/UpdateTestAgentRequest.mjs +2 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/rcs/resources/test/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/test/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/resources/test/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/client/Client.d.mts +29 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/client/Client.mjs +96 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/client/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/client/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/client/requests/ListTestNumbersParams.d.mts +23 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/client/requests/ListTestNumbersParams.mjs +10 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/index.d.mts +1 -0
- package/dist/esm/api/resources/rcs/resources/whitelistedNumbers/index.mjs +1 -0
- package/dist/esm/api/resources/tools/resources/url/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/tools/resources/url/client/Client.mjs +70 -0
- package/dist/esm/api/resources/tools/resources/url/client/requests/ListLinksParams.d.mts +10 -0
- package/dist/esm/api/resources/tools/resources/url/client/requests/ListLinksParams.mjs +2 -0
- package/dist/esm/api/resources/tools/resources/url/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/webhooks/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/webhooks/client/Client.mjs +70 -0
- package/dist/esm/api/resources/webhooks/client/requests/ListWebhooksParams.d.mts +19 -0
- package/dist/esm/api/resources/webhooks/client/requests/ListWebhooksParams.mjs +9 -0
- package/dist/esm/api/resources/webhooks/client/requests/index.d.mts +1 -0
- package/dist/esm/api/types/AgentEmailEntry.d.mts +9 -0
- package/dist/esm/api/types/AgentEmailEntry.mjs +2 -0
- package/dist/esm/api/types/AgentPhoneEntry.d.mts +9 -0
- package/dist/esm/api/types/AgentPhoneEntry.mjs +2 -0
- package/dist/esm/api/types/AgentSummary.d.mts +94 -0
- package/dist/esm/api/types/AgentSummary.mjs +19 -0
- package/dist/esm/api/types/AgentUseCase.d.mts +15 -0
- package/dist/esm/api/types/AgentUseCase.mjs +15 -0
- package/dist/esm/api/types/AgentWebsiteEntry.d.mts +9 -0
- package/dist/esm/api/types/AgentWebsiteEntry.mjs +2 -0
- package/dist/esm/api/types/AudienceSummary.d.mts +12 -0
- package/dist/esm/api/types/AudienceSummary.mjs +2 -0
- package/dist/esm/api/types/BlastDetails.d.mts +1 -1
- package/dist/esm/api/types/BlastSummary.d.mts +27 -0
- package/dist/esm/api/types/BlastSummary.mjs +10 -0
- package/dist/esm/api/types/CarrierLaunchStatus.d.mts +12 -0
- package/dist/esm/api/types/CarrierLaunchStatus.mjs +12 -0
- package/dist/esm/api/types/CarrierLaunches.d.mts +14 -0
- package/dist/esm/api/types/CarrierLaunches.mjs +2 -0
- package/dist/esm/api/types/DlcCampaignSummary.d.mts +26 -0
- package/dist/esm/api/types/DlcCampaignSummary.mjs +11 -0
- package/dist/esm/api/types/FallbackMessage.d.mts +6 -5
- package/dist/esm/api/types/LinkSummary.d.mts +10 -0
- package/dist/esm/api/types/LinkSummary.mjs +2 -0
- package/dist/esm/api/types/ListAgentsResponse.d.mts +6 -0
- package/dist/esm/api/types/ListAgentsResponse.mjs +2 -0
- package/dist/esm/api/types/ListAudiencesResponse.d.mts +6 -0
- package/dist/esm/api/types/ListAudiencesResponse.mjs +2 -0
- package/dist/esm/api/types/ListBlastsResponse.d.mts +6 -0
- package/dist/esm/api/types/ListBlastsResponse.mjs +2 -0
- package/dist/esm/api/types/ListBrandsResponse.d.mts +6 -0
- package/dist/esm/api/types/ListBrandsResponse.mjs +2 -0
- package/dist/esm/api/types/ListContactsResponse.d.mts +6 -0
- package/dist/esm/api/types/ListContactsResponse.mjs +2 -0
- package/dist/esm/api/types/ListDlcCampaignsResponse.d.mts +6 -0
- package/dist/esm/api/types/ListDlcCampaignsResponse.mjs +2 -0
- package/dist/esm/api/types/ListLinksResponse.d.mts +6 -0
- package/dist/esm/api/types/ListLinksResponse.mjs +2 -0
- package/dist/esm/api/types/ListMessagesResponse.d.mts +6 -0
- package/dist/esm/api/types/ListMessagesResponse.mjs +2 -0
- package/dist/esm/api/types/ListPhoneNumbersResponse.d.mts +6 -0
- package/dist/esm/api/types/ListPhoneNumbersResponse.mjs +2 -0
- package/dist/esm/api/types/ListRcsCampaignsResponse.d.mts +6 -0
- package/dist/esm/api/types/ListRcsCampaignsResponse.mjs +2 -0
- package/dist/esm/api/types/ListScheduledMessagesResponse.d.mts +6 -0
- package/dist/esm/api/types/ListScheduledMessagesResponse.mjs +2 -0
- package/dist/esm/api/types/ListTestNumbersResponse.d.mts +6 -0
- package/dist/esm/api/types/ListTestNumbersResponse.mjs +2 -0
- package/dist/esm/api/types/ListTollFreeCampaignsResponse.d.mts +6 -0
- package/dist/esm/api/types/ListTollFreeCampaignsResponse.mjs +2 -0
- package/dist/esm/api/types/ListWebhooksResponse.d.mts +6 -0
- package/dist/esm/api/types/ListWebhooksResponse.mjs +2 -0
- package/dist/esm/api/types/Message.d.mts +0 -8
- package/dist/esm/api/types/MessageEvent.d.mts +21 -14
- package/dist/esm/api/types/MessageEvent.mjs +1 -1
- package/dist/esm/api/types/MessageList.d.mts +1 -1
- package/dist/esm/api/types/MessageSummary.d.mts +71 -0
- package/dist/esm/api/types/MessageSummary.mjs +33 -0
- package/dist/esm/api/types/{MessageWithReaction.d.mts → MessageWithReactions.d.mts} +7 -7
- package/dist/esm/api/types/{MessageWithReaction.mjs → MessageWithReactions.mjs} +4 -4
- package/dist/esm/api/types/OwnedPhoneNumber.d.mts +14 -0
- package/dist/esm/api/types/OwnedPhoneNumber.mjs +2 -0
- package/dist/esm/api/types/RcsAgentDetails.d.mts +81 -0
- package/dist/esm/api/types/RcsAgentDetails.mjs +17 -0
- package/dist/esm/api/types/RcsAgentResponse.d.mts +17 -0
- package/dist/esm/api/types/RcsAgentResponse.mjs +2 -0
- package/dist/esm/api/types/RcsCampaignSummary.d.mts +28 -0
- package/dist/esm/api/types/RcsCampaignSummary.mjs +11 -0
- package/dist/esm/api/types/RcsWhitelistStatus.d.mts +13 -0
- package/dist/esm/api/types/RcsWhitelistStatus.mjs +13 -0
- package/dist/esm/api/types/ScheduledMessageSummary.d.mts +29 -0
- package/dist/esm/api/types/ScheduledMessageSummary.mjs +10 -0
- package/dist/esm/api/types/SendRichMessageOptions.d.mts +0 -2
- package/dist/esm/api/types/SentRichMessageFallbackMms.d.mts +10 -0
- package/dist/esm/api/types/SentRichMessageFallbackMms.mjs +2 -0
- package/dist/esm/api/types/SentRichMessageFallbackSms.d.mts +10 -0
- package/dist/esm/api/types/SentRichMessageFallbackSms.mjs +2 -0
- package/dist/esm/api/types/TestAgentResponse.d.mts +19 -0
- package/dist/esm/api/types/TestAgentResponse.mjs +2 -0
- package/dist/esm/api/types/TestAgentWhitelistResponse.d.mts +7 -0
- package/dist/esm/api/types/TestAgentWhitelistResponse.mjs +2 -0
- package/dist/esm/api/types/TollFreeCampaignSummary.d.mts +26 -0
- package/dist/esm/api/types/TollFreeCampaignSummary.mjs +11 -0
- package/dist/esm/api/types/WebhookSummary.d.mts +23 -0
- package/dist/esm/api/types/WebhookSummary.mjs +10 -0
- package/dist/esm/api/types/WhitelistedNumberSummary.d.mts +19 -0
- package/dist/esm/api/types/WhitelistedNumberSummary.mjs +10 -0
- package/dist/esm/api/types/index.d.mts +40 -2
- package/dist/esm/api/types/index.mjs +40 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +1413 -155
- package/dist/cjs/api/resources/rcs/client/requests/RcsWhitelistRequest.d.ts +0 -13
- package/dist/cjs/api/types/RcsWhitelistResponse.d.ts +0 -7
- package/dist/esm/api/resources/rcs/client/requests/RcsWhitelistRequest.d.mts +0 -13
- package/dist/esm/api/types/RcsWhitelistResponse.d.mts +0 -7
- /package/dist/cjs/api/resources/{rcs/client/requests/RcsWhitelistRequest.js → audiences/client/requests/ListAudiencesParams.js} +0 -0
- /package/dist/cjs/api/{types/RcsWhitelistResponse.js → resources/contacts/client/requests/ListContactsParams.js} +0 -0
- /package/dist/esm/api/resources/{rcs/client/requests/RcsWhitelistRequest.mjs → audiences/client/requests/ListAudiencesParams.mjs} +0 -0
- /package/dist/esm/api/{types/RcsWhitelistResponse.mjs → resources/contacts/client/requests/ListContactsParams.mjs} +0 -0
|
@@ -12,8 +12,11 @@ export interface MessageEvent {
|
|
|
12
12
|
direction: MessageEvent.Direction;
|
|
13
13
|
/** Number of segments for this message. */
|
|
14
14
|
segments: number;
|
|
15
|
-
/**
|
|
16
|
-
|
|
15
|
+
/**
|
|
16
|
+
* Timestamp when the message was sent in ISO 8601 format.
|
|
17
|
+
* Null if the message has not been sent yet.
|
|
18
|
+
*/
|
|
19
|
+
sentAt: string | null;
|
|
17
20
|
/**
|
|
18
21
|
* Timestamp when the message was delivered in ISO 8601 format.
|
|
19
22
|
* Null if not yet delivered or for inbound messages.
|
|
@@ -21,11 +24,17 @@ export interface MessageEvent {
|
|
|
21
24
|
deliveredAt?: string | null;
|
|
22
25
|
message: Pinnacle.MessageEventContent;
|
|
23
26
|
/**
|
|
24
|
-
*
|
|
27
|
+
* The unique identifier of the original RCS message that this fallback SMS/MMS was sent on behalf of. Always begins with the prefix `msg_`.
|
|
25
28
|
*
|
|
26
|
-
*
|
|
29
|
+
* Only present on webhook events for fallback SMS/MMS messages. Use this to link the fallback back to the RCS message that could not be delivered. The `message.id` field on this event refers to the actual SMS/MMS that was sent — `originalMessageId` refers to the RCS message it replaced.
|
|
27
30
|
*
|
|
28
|
-
*
|
|
31
|
+
* Null when the message is not a fallback.
|
|
32
|
+
*/
|
|
33
|
+
originalMessageId?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* Details of the fallback SMS/MMS message(s) that were actually sent to the recipient instead of the original RCS message.
|
|
36
|
+
*
|
|
37
|
+
* Only present when the message `status` is `FALLBACK_SENT`. The `message.id` on this event refers to the original RCS message that could not be delivered. The `fallbackMessage.ids` contain the identifiers of the actual SMS/MMS messages that were sent.
|
|
29
38
|
*/
|
|
30
39
|
fallbackMessage?: MessageEvent.FallbackMessage | null;
|
|
31
40
|
}
|
|
@@ -51,19 +60,17 @@ export declare namespace MessageEvent {
|
|
|
51
60
|
};
|
|
52
61
|
type Direction = (typeof Direction)[keyof typeof Direction];
|
|
53
62
|
/**
|
|
54
|
-
* Details of the fallback SMS/MMS message that
|
|
55
|
-
*
|
|
56
|
-
* This field is only present when the message `status` is `FALLBACK_SENT`, indicating the original RCS message could not be delivered and a fallback message was sent instead.
|
|
63
|
+
* Details of the fallback SMS/MMS message(s) that were actually sent to the recipient instead of the original RCS message.
|
|
57
64
|
*
|
|
58
|
-
*
|
|
65
|
+
* Only present when the message `status` is `FALLBACK_SENT`. The `message.id` on this event refers to the original RCS message that could not be delivered. The `fallbackMessage.ids` contain the identifiers of the actual SMS/MMS messages that were sent.
|
|
59
66
|
*/
|
|
60
67
|
interface FallbackMessage {
|
|
61
68
|
/**
|
|
62
|
-
* Unique
|
|
63
|
-
* To get
|
|
69
|
+
* Unique identifiers of the actual SMS/MMS message(s) that were sent as the fallback. Each identifier always begins with the prefix `msg_`. Multiple IDs indicate the fallback was split into multiple SMS/MMS messages. <br><br>
|
|
70
|
+
* These are the messages that were actually delivered to the recipient. To get their full details, use the [GET /messages/{id}](/api-reference/messages/get) endpoint.
|
|
64
71
|
*/
|
|
65
|
-
|
|
66
|
-
/**
|
|
72
|
+
ids: string[];
|
|
73
|
+
/** Delivery protocol of the fallback message that was sent. */
|
|
67
74
|
type: FallbackMessage.Type;
|
|
68
75
|
/** Phone number the fallback message was sent from in E.164 format. */
|
|
69
76
|
from: string;
|
|
@@ -75,7 +82,7 @@ export declare namespace MessageEvent {
|
|
|
75
82
|
mediaUrls?: string[];
|
|
76
83
|
}
|
|
77
84
|
namespace FallbackMessage {
|
|
78
|
-
/**
|
|
85
|
+
/** Delivery protocol of the fallback message that was sent. */
|
|
79
86
|
const Type: {
|
|
80
87
|
readonly Sms: "SMS";
|
|
81
88
|
readonly Mms: "MMS";
|
|
@@ -4,7 +4,7 @@ import type * as Pinnacle from "../index.js";
|
|
|
4
4
|
*/
|
|
5
5
|
export interface MessageList {
|
|
6
6
|
/** Array of messages in the conversation. */
|
|
7
|
-
messages: Pinnacle.
|
|
7
|
+
messages: Pinnacle.MessageWithReactions[];
|
|
8
8
|
/** Indicates if more messages are available beyond the current page. */
|
|
9
9
|
hasMore: boolean;
|
|
10
10
|
/** Total number of messages in the conversation. */
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export interface MessageSummary {
|
|
2
|
+
/** Unique identifier for the message. */
|
|
3
|
+
id: string;
|
|
4
|
+
/** Current status of the message. */
|
|
5
|
+
status: MessageSummary.Status;
|
|
6
|
+
/** Direction of the message. */
|
|
7
|
+
direction: MessageSummary.Direction;
|
|
8
|
+
/** Protocol type of the message. */
|
|
9
|
+
type: MessageSummary.Type;
|
|
10
|
+
/** Method used to send the message. */
|
|
11
|
+
method: MessageSummary.Method;
|
|
12
|
+
/** Number of segments in the message. */
|
|
13
|
+
numSegments: number;
|
|
14
|
+
/** Cost of the message. */
|
|
15
|
+
cost: number | null;
|
|
16
|
+
/** Sender phone number (E.164) or RCS agent ID. */
|
|
17
|
+
from: string | null;
|
|
18
|
+
/** Recipient phone number in E.164 format. */
|
|
19
|
+
to: string | null;
|
|
20
|
+
/** Message content (SMS text, MMS media, or RCS rich content). */
|
|
21
|
+
content: Record<string, unknown>;
|
|
22
|
+
/** Error details if the message failed. */
|
|
23
|
+
error: Record<string, unknown> | null;
|
|
24
|
+
/** Whether this is a test message. */
|
|
25
|
+
isTest: boolean;
|
|
26
|
+
/** ID of the blast this message belongs to, if any. */
|
|
27
|
+
blastId: string | null;
|
|
28
|
+
/** ISO 8601 timestamp of when the message was sent. */
|
|
29
|
+
sentAt: string | null;
|
|
30
|
+
/** ISO 8601 timestamp of when the message was delivered. */
|
|
31
|
+
deliveredAt: string | null;
|
|
32
|
+
/** ISO 8601 timestamp of when the message was created. */
|
|
33
|
+
createdAt: string;
|
|
34
|
+
/** ISO 8601 timestamp of when the message was last updated. */
|
|
35
|
+
updatedAt: string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace MessageSummary {
|
|
38
|
+
/** Current status of the message. */
|
|
39
|
+
const Status: {
|
|
40
|
+
readonly Pending: "PENDING";
|
|
41
|
+
readonly Sent: "SENT";
|
|
42
|
+
readonly SendFailed: "SEND_FAILED";
|
|
43
|
+
readonly Delivered: "DELIVERED";
|
|
44
|
+
readonly DeliveryFailed: "DELIVERY_FAILED";
|
|
45
|
+
readonly Received: "RECEIVED";
|
|
46
|
+
readonly Read: "READ";
|
|
47
|
+
readonly Queued: "QUEUED";
|
|
48
|
+
readonly FallbackSent: "FALLBACK_SENT";
|
|
49
|
+
};
|
|
50
|
+
type Status = (typeof Status)[keyof typeof Status];
|
|
51
|
+
/** Direction of the message. */
|
|
52
|
+
const Direction: {
|
|
53
|
+
readonly Inbound: "INBOUND";
|
|
54
|
+
readonly Outbound: "OUTBOUND";
|
|
55
|
+
};
|
|
56
|
+
type Direction = (typeof Direction)[keyof typeof Direction];
|
|
57
|
+
/** Protocol type of the message. */
|
|
58
|
+
const Type: {
|
|
59
|
+
readonly Sms: "SMS";
|
|
60
|
+
readonly Mms: "MMS";
|
|
61
|
+
readonly Rcs: "RCS";
|
|
62
|
+
};
|
|
63
|
+
type Type = (typeof Type)[keyof typeof Type];
|
|
64
|
+
/** Method used to send the message. */
|
|
65
|
+
const Method: {
|
|
66
|
+
readonly Api: "API";
|
|
67
|
+
readonly Sdk: "SDK";
|
|
68
|
+
readonly Other: "OTHER";
|
|
69
|
+
};
|
|
70
|
+
type Method = (typeof Method)[keyof typeof Method];
|
|
71
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.MessageSummary = void 0;
|
|
5
|
+
var MessageSummary;
|
|
6
|
+
(function (MessageSummary) {
|
|
7
|
+
/** Current status of the message. */
|
|
8
|
+
MessageSummary.Status = {
|
|
9
|
+
Pending: "PENDING",
|
|
10
|
+
Sent: "SENT",
|
|
11
|
+
SendFailed: "SEND_FAILED",
|
|
12
|
+
Delivered: "DELIVERED",
|
|
13
|
+
DeliveryFailed: "DELIVERY_FAILED",
|
|
14
|
+
Received: "RECEIVED",
|
|
15
|
+
Read: "READ",
|
|
16
|
+
Queued: "QUEUED",
|
|
17
|
+
FallbackSent: "FALLBACK_SENT",
|
|
18
|
+
};
|
|
19
|
+
/** Direction of the message. */
|
|
20
|
+
MessageSummary.Direction = {
|
|
21
|
+
Inbound: "INBOUND",
|
|
22
|
+
Outbound: "OUTBOUND",
|
|
23
|
+
};
|
|
24
|
+
/** Protocol type of the message. */
|
|
25
|
+
MessageSummary.Type = {
|
|
26
|
+
Sms: "SMS",
|
|
27
|
+
Mms: "MMS",
|
|
28
|
+
Rcs: "RCS",
|
|
29
|
+
};
|
|
30
|
+
/** Method used to send the message. */
|
|
31
|
+
MessageSummary.Method = {
|
|
32
|
+
Api: "API",
|
|
33
|
+
Sdk: "SDK",
|
|
34
|
+
Other: "OTHER",
|
|
35
|
+
};
|
|
36
|
+
})(MessageSummary || (exports.MessageSummary = MessageSummary = {}));
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import type * as Pinnacle from "../index.js";
|
|
2
2
|
/**
|
|
3
|
-
* Message with additional conversation-specific fields including direction and
|
|
3
|
+
* Message with additional conversation-specific fields including direction and reactions.
|
|
4
4
|
*/
|
|
5
|
-
export interface
|
|
5
|
+
export interface MessageWithReactions extends Pinnacle.Message {
|
|
6
6
|
/** Direction of the message flow. */
|
|
7
|
-
direction:
|
|
7
|
+
direction: MessageWithReactions.Direction;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Array of unicode emoji reactions attached to this message. <br>
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* Empty array indicates no reactions have been added.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
reactions: string[];
|
|
14
14
|
}
|
|
15
|
-
export declare namespace
|
|
15
|
+
export declare namespace MessageWithReactions {
|
|
16
16
|
/** Direction of the message flow. */
|
|
17
17
|
const Direction: {
|
|
18
18
|
readonly Inbound: "INBOUND";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
5
|
-
var
|
|
6
|
-
(function (
|
|
4
|
+
exports.MessageWithReactions = void 0;
|
|
5
|
+
var MessageWithReactions;
|
|
6
|
+
(function (MessageWithReactions) {
|
|
7
7
|
/** Direction of the message flow. */
|
|
8
|
-
|
|
8
|
+
MessageWithReactions.Direction = {
|
|
9
9
|
Inbound: "INBOUND",
|
|
10
10
|
Outbound: "OUTBOUND",
|
|
11
11
|
};
|
|
12
|
-
})(
|
|
12
|
+
})(MessageWithReactions || (exports.MessageWithReactions = MessageWithReactions = {}));
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface OwnedPhoneNumber {
|
|
2
|
+
/** Phone number in E.164 format. */
|
|
3
|
+
number: string;
|
|
4
|
+
/** Whether SMS messaging is enabled. */
|
|
5
|
+
sms: boolean;
|
|
6
|
+
/** Whether MMS messaging is enabled. */
|
|
7
|
+
mms: boolean;
|
|
8
|
+
/** Whether voice calling is enabled. */
|
|
9
|
+
voice: boolean;
|
|
10
|
+
/** Whether this is a sandbox phone number. */
|
|
11
|
+
isSandbox: boolean;
|
|
12
|
+
/** ISO 8601 timestamp of when the phone number was added. */
|
|
13
|
+
createdAt: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The configuration details of an RCS agent, as returned by the GET endpoint.
|
|
3
|
+
*/
|
|
4
|
+
export interface RcsAgentDetails {
|
|
5
|
+
/** Display name of the agent. */
|
|
6
|
+
name?: string;
|
|
7
|
+
/** Description of the agent. */
|
|
8
|
+
description?: string;
|
|
9
|
+
/** URL to the agent's logo image. */
|
|
10
|
+
iconUrl?: string | null;
|
|
11
|
+
/** URL to the agent's hero banner image. */
|
|
12
|
+
heroUrl?: string | null;
|
|
13
|
+
/** The agent's brand color hex code. */
|
|
14
|
+
color?: string;
|
|
15
|
+
/** Contact phone numbers for the agent. */
|
|
16
|
+
phones?: RcsAgentDetails.Phones.Item[];
|
|
17
|
+
/** Contact email addresses for the agent. */
|
|
18
|
+
emails?: RcsAgentDetails.Emails.Item[];
|
|
19
|
+
/** Website links for the agent. */
|
|
20
|
+
websites?: RcsAgentDetails.Websites.Item[];
|
|
21
|
+
/** URL to the agent's privacy policy. */
|
|
22
|
+
privacyUrl?: string | null;
|
|
23
|
+
/** URL to the agent's terms and conditions. */
|
|
24
|
+
termsUrl?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* Whether the agent supports two-way conversations. `true` for agents that respond
|
|
27
|
+
* to user messages, `false` for send-only agents (e.g., notifications).
|
|
28
|
+
*/
|
|
29
|
+
isConversational?: boolean | null;
|
|
30
|
+
/**
|
|
31
|
+
* The primary use case for the RCS agent.
|
|
32
|
+
* - `TRANSACTIONAL` — Order confirmations, shipping updates, appointment reminders.
|
|
33
|
+
* - `PROMOTIONAL` — Marketing messages, offers, discounts.
|
|
34
|
+
* - `OTP` — One-time passwords and verification codes.
|
|
35
|
+
* - `MULTI_USE` — A combination of transactional, promotional, and/or OTP messaging.
|
|
36
|
+
*/
|
|
37
|
+
agentUseCase?: RcsAgentDetails.AgentUseCase | null;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace RcsAgentDetails {
|
|
40
|
+
type Phones = Phones.Item[];
|
|
41
|
+
namespace Phones {
|
|
42
|
+
interface Item {
|
|
43
|
+
/** Phone number in E.164 format. */
|
|
44
|
+
phone?: string;
|
|
45
|
+
/** Display label for the phone number. */
|
|
46
|
+
label?: string;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
type Emails = Emails.Item[];
|
|
50
|
+
namespace Emails {
|
|
51
|
+
interface Item {
|
|
52
|
+
/** Email address. */
|
|
53
|
+
email?: string;
|
|
54
|
+
/** Display label for the email. */
|
|
55
|
+
label?: string;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
type Websites = Websites.Item[];
|
|
59
|
+
namespace Websites {
|
|
60
|
+
interface Item {
|
|
61
|
+
/** Website URL. */
|
|
62
|
+
url?: string;
|
|
63
|
+
/** Display label for the website. */
|
|
64
|
+
label?: string;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* The primary use case for the RCS agent.
|
|
69
|
+
* - `TRANSACTIONAL` — Order confirmations, shipping updates, appointment reminders.
|
|
70
|
+
* - `PROMOTIONAL` — Marketing messages, offers, discounts.
|
|
71
|
+
* - `OTP` — One-time passwords and verification codes.
|
|
72
|
+
* - `MULTI_USE` — A combination of transactional, promotional, and/or OTP messaging.
|
|
73
|
+
*/
|
|
74
|
+
const AgentUseCase: {
|
|
75
|
+
readonly Transactional: "TRANSACTIONAL";
|
|
76
|
+
readonly Promotional: "PROMOTIONAL";
|
|
77
|
+
readonly Otp: "OTP";
|
|
78
|
+
readonly MultiUse: "MULTI_USE";
|
|
79
|
+
};
|
|
80
|
+
type AgentUseCase = (typeof AgentUseCase)[keyof typeof AgentUseCase];
|
|
81
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.RcsAgentDetails = void 0;
|
|
5
|
+
var RcsAgentDetails;
|
|
6
|
+
(function (RcsAgentDetails) {
|
|
7
|
+
/**
|
|
8
|
+
* The primary use case for the RCS agent.
|
|
9
|
+
* - `TRANSACTIONAL` — Order confirmations, shipping updates, appointment reminders.
|
|
10
|
+
* - `PROMOTIONAL` — Marketing messages, offers, discounts.
|
|
11
|
+
* - `OTP` — One-time passwords and verification codes.
|
|
12
|
+
* - `MULTI_USE` — A combination of transactional, promotional, and/or OTP messaging.
|
|
13
|
+
*/
|
|
14
|
+
RcsAgentDetails.AgentUseCase = {
|
|
15
|
+
Transactional: "TRANSACTIONAL",
|
|
16
|
+
Promotional: "PROMOTIONAL",
|
|
17
|
+
Otp: "OTP",
|
|
18
|
+
MultiUse: "MULTI_USE",
|
|
19
|
+
};
|
|
20
|
+
})(RcsAgentDetails || (exports.RcsAgentDetails = RcsAgentDetails = {}));
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type * as Pinnacle from "../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Response containing details of an RCS agent.
|
|
4
|
+
*/
|
|
5
|
+
export interface RcsAgentResponse {
|
|
6
|
+
/** The unique agent ID, prefixed with `agent_`. */
|
|
7
|
+
id: string;
|
|
8
|
+
/**
|
|
9
|
+
* The agent type.
|
|
10
|
+
* - `TEST` — A test agent for development and testing with whitelisted numbers only.
|
|
11
|
+
*/
|
|
12
|
+
type: "TEST";
|
|
13
|
+
/** The RCS service ID assigned to this agent. */
|
|
14
|
+
serviceId: string;
|
|
15
|
+
carrierLaunches: Pinnacle.CarrierLaunches;
|
|
16
|
+
details: Pinnacle.RcsAgentDetails;
|
|
17
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export interface RcsCampaignSummary {
|
|
2
|
+
/** Unique identifier for the RCS campaign. */
|
|
3
|
+
campaignId: string;
|
|
4
|
+
/** Name of the campaign. */
|
|
5
|
+
name?: string;
|
|
6
|
+
/** Current status of the campaign. */
|
|
7
|
+
status: RcsCampaignSummary.Status;
|
|
8
|
+
/** Brand ID associated with this campaign. */
|
|
9
|
+
brandId?: string;
|
|
10
|
+
/** Primary use case for this campaign. */
|
|
11
|
+
useCase?: string;
|
|
12
|
+
/** RCS agent ID associated with this campaign. */
|
|
13
|
+
agentId?: string;
|
|
14
|
+
/** ISO 8601 timestamp of when the campaign was created. */
|
|
15
|
+
createdAt: string;
|
|
16
|
+
/** ISO 8601 timestamp of when the campaign was last updated. */
|
|
17
|
+
updatedAt: string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace RcsCampaignSummary {
|
|
20
|
+
/** Current status of the campaign. */
|
|
21
|
+
const Status: {
|
|
22
|
+
readonly Incomplete: "INCOMPLETE";
|
|
23
|
+
readonly InReview: "IN REVIEW";
|
|
24
|
+
readonly Verified: "VERIFIED";
|
|
25
|
+
readonly Failed: "FAILED";
|
|
26
|
+
};
|
|
27
|
+
type Status = (typeof Status)[keyof typeof Status];
|
|
28
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.RcsCampaignSummary = void 0;
|
|
5
|
+
var RcsCampaignSummary;
|
|
6
|
+
(function (RcsCampaignSummary) {
|
|
7
|
+
/** Current status of the campaign. */
|
|
8
|
+
RcsCampaignSummary.Status = {
|
|
9
|
+
Incomplete: "INCOMPLETE",
|
|
10
|
+
InReview: "IN REVIEW",
|
|
11
|
+
Verified: "VERIFIED",
|
|
12
|
+
Failed: "FAILED",
|
|
13
|
+
};
|
|
14
|
+
})(RcsCampaignSummary || (exports.RcsCampaignSummary = RcsCampaignSummary = {}));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Status of a whitelisted phone number for RCS testing.
|
|
3
|
+
*
|
|
4
|
+
* - `PENDING` — The tester invite has been sent but the recipient has not yet accepted or rejected it.
|
|
5
|
+
* - `ACCEPTED` — The recipient accepted the tester invite and can send/receive messages with the test agent.
|
|
6
|
+
* - `REJECTED` — The recipient rejected the tester invite or the invite could not be delivered.
|
|
7
|
+
*/
|
|
8
|
+
export declare const RcsWhitelistStatus: {
|
|
9
|
+
readonly Pending: "PENDING";
|
|
10
|
+
readonly Accepted: "ACCEPTED";
|
|
11
|
+
readonly Rejected: "REJECTED";
|
|
12
|
+
};
|
|
13
|
+
export type RcsWhitelistStatus = (typeof RcsWhitelistStatus)[keyof typeof RcsWhitelistStatus];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.RcsWhitelistStatus = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* Status of a whitelisted phone number for RCS testing.
|
|
7
|
+
*
|
|
8
|
+
* - `PENDING` — The tester invite has been sent but the recipient has not yet accepted or rejected it.
|
|
9
|
+
* - `ACCEPTED` — The recipient accepted the tester invite and can send/receive messages with the test agent.
|
|
10
|
+
* - `REJECTED` — The recipient rejected the tester invite or the invite could not be delivered.
|
|
11
|
+
*/
|
|
12
|
+
exports.RcsWhitelistStatus = {
|
|
13
|
+
Pending: "PENDING",
|
|
14
|
+
Accepted: "ACCEPTED",
|
|
15
|
+
Rejected: "REJECTED",
|
|
16
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export interface ScheduledMessageSummary {
|
|
2
|
+
/** Unique identifier for the scheduled message. */
|
|
3
|
+
id: string;
|
|
4
|
+
/** ISO 8601 timestamp of when the message is scheduled to be sent. */
|
|
5
|
+
sendAt: string | null;
|
|
6
|
+
/** Current status of the scheduled message. */
|
|
7
|
+
status: ScheduledMessageSummary.Status;
|
|
8
|
+
/** Cron expression for recurring schedules. */
|
|
9
|
+
recurrence: string | null;
|
|
10
|
+
/** Timezone for the schedule (e.g. "America/New_York"). */
|
|
11
|
+
timezone: string | null;
|
|
12
|
+
/** ISO 8601 end date for recurring schedules. */
|
|
13
|
+
endDate: string | null;
|
|
14
|
+
/** The scheduled message payload. */
|
|
15
|
+
payload: Record<string, unknown>;
|
|
16
|
+
/** ISO 8601 timestamp of when the schedule was created. */
|
|
17
|
+
createdAt: string;
|
|
18
|
+
/** ISO 8601 timestamp of when the schedule was last updated. */
|
|
19
|
+
updatedAt: string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace ScheduledMessageSummary {
|
|
22
|
+
/** Current status of the scheduled message. */
|
|
23
|
+
const Status: {
|
|
24
|
+
readonly Active: "ACTIVE";
|
|
25
|
+
readonly Cancelled: "CANCELLED";
|
|
26
|
+
readonly Failed: "FAILED";
|
|
27
|
+
};
|
|
28
|
+
type Status = (typeof Status)[keyof typeof Status];
|
|
29
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ScheduledMessageSummary = void 0;
|
|
5
|
+
var ScheduledMessageSummary;
|
|
6
|
+
(function (ScheduledMessageSummary) {
|
|
7
|
+
/** Current status of the scheduled message. */
|
|
8
|
+
ScheduledMessageSummary.Status = {
|
|
9
|
+
Active: "ACTIVE",
|
|
10
|
+
Cancelled: "CANCELLED",
|
|
11
|
+
Failed: "FAILED",
|
|
12
|
+
};
|
|
13
|
+
})(ScheduledMessageSummary || (exports.ScheduledMessageSummary = ScheduledMessageSummary = {}));
|
|
@@ -4,8 +4,6 @@ import type * as Pinnacle from "../index.js";
|
|
|
4
4
|
*/
|
|
5
5
|
export interface SendRichMessageOptions {
|
|
6
6
|
schedule?: Pinnacle.MessageSchedule;
|
|
7
|
-
/** Send via the test agent to whitelisted test devices. Useful for development and debugging. */
|
|
8
|
-
test_mode?: boolean;
|
|
9
7
|
tracking?: Pinnacle.Tracking;
|
|
10
8
|
/** Media files and card media will be transcoded to a supported RCS format. This adds a small delay to sending the message. Ignored for rich text messages. */
|
|
11
9
|
transcode?: boolean;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Pinnacle from "../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Returned when a fallback is configured and the recipient does not support RCS. The API checks RCS capabilities at send time. If the recipient's device doesn't support RCS, the fallback MMS is sent instead. You will also receive a `FALLBACK_SENT` webhook event for the original RCS message.
|
|
4
|
+
*/
|
|
5
|
+
export interface SentRichMessageFallbackMms extends Pinnacle.SentMmsDetails {
|
|
6
|
+
/** Indicates that the fallback MMS was sent because the recipient does not support RCS. */
|
|
7
|
+
fallbackSent: boolean;
|
|
8
|
+
/** Unique identifier of the original RCS message that triggered this fallback. Always begins with the prefix `msg_`. This is the RCS message that could not be delivered — the `messageIds` field on this response refers to the actual MMS message(s) that were sent as the fallback. */
|
|
9
|
+
originalMessageId: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Pinnacle from "../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Returned when a fallback is configured and the recipient does not support RCS. The API checks RCS capabilities at send time. If the recipient's device doesn't support RCS, the fallback SMS is sent instead. You will also receive a `FALLBACK_SENT` webhook event for the original RCS message.
|
|
4
|
+
*/
|
|
5
|
+
export interface SentRichMessageFallbackSms extends Pinnacle.SentSmsDetails {
|
|
6
|
+
/** Indicates that the fallback SMS was sent because the recipient does not support RCS. */
|
|
7
|
+
fallbackSent: boolean;
|
|
8
|
+
/** Unique identifier of the original RCS message that triggered this fallback. Always begins with the prefix `msg_`. This is the RCS message that could not be delivered — the `messageId` field on this response refers to the actual SMS that was sent as the fallback. */
|
|
9
|
+
originalMessageId: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type * as Pinnacle from "../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Response returned after creating or updating a test agent.
|
|
4
|
+
*/
|
|
5
|
+
export interface TestAgentResponse {
|
|
6
|
+
/**
|
|
7
|
+
* The unique agent ID. Use this ID when sending messages, whitelisting numbers,
|
|
8
|
+
* and performing other agent operations. Always prefixed with `agent_`.
|
|
9
|
+
*/
|
|
10
|
+
id: string;
|
|
11
|
+
/** The type of the agent. Test agents always have type `TEST`. */
|
|
12
|
+
type: "TEST";
|
|
13
|
+
/**
|
|
14
|
+
* The RCS service ID assigned to this agent by the carrier network. Used internally
|
|
15
|
+
* for routing messages. You can use this to construct RCS deep links manually.
|
|
16
|
+
*/
|
|
17
|
+
serviceId: string;
|
|
18
|
+
details: Pinnacle.RcsAgentDetails;
|
|
19
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export interface TollFreeCampaignSummary {
|
|
2
|
+
/** Unique identifier for the toll-free campaign. */
|
|
3
|
+
campaignId: string;
|
|
4
|
+
/** Name of the campaign. */
|
|
5
|
+
name?: string;
|
|
6
|
+
/** Current status of the campaign. */
|
|
7
|
+
status: TollFreeCampaignSummary.Status;
|
|
8
|
+
/** Brand ID associated with this campaign. */
|
|
9
|
+
brandId?: string;
|
|
10
|
+
/** Primary use case for this campaign. */
|
|
11
|
+
useCase?: string;
|
|
12
|
+
/** ISO 8601 timestamp of when the campaign was created. */
|
|
13
|
+
createdAt: string;
|
|
14
|
+
/** ISO 8601 timestamp of when the campaign was last updated. */
|
|
15
|
+
updatedAt: string;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace TollFreeCampaignSummary {
|
|
18
|
+
/** Current status of the campaign. */
|
|
19
|
+
const Status: {
|
|
20
|
+
readonly Incomplete: "INCOMPLETE";
|
|
21
|
+
readonly InReview: "IN REVIEW";
|
|
22
|
+
readonly Verified: "VERIFIED";
|
|
23
|
+
readonly Failed: "FAILED";
|
|
24
|
+
};
|
|
25
|
+
type Status = (typeof Status)[keyof typeof Status];
|
|
26
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.TollFreeCampaignSummary = void 0;
|
|
5
|
+
var TollFreeCampaignSummary;
|
|
6
|
+
(function (TollFreeCampaignSummary) {
|
|
7
|
+
/** Current status of the campaign. */
|
|
8
|
+
TollFreeCampaignSummary.Status = {
|
|
9
|
+
Incomplete: "INCOMPLETE",
|
|
10
|
+
InReview: "IN REVIEW",
|
|
11
|
+
Verified: "VERIFIED",
|
|
12
|
+
Failed: "FAILED",
|
|
13
|
+
};
|
|
14
|
+
})(TollFreeCampaignSummary || (exports.TollFreeCampaignSummary = TollFreeCampaignSummary = {}));
|