rcs-js 2.0.0-rc.7 → 2.0.0-rc.9
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 +0 -3
- package/dist/cjs/Client.js +6 -11
- package/dist/cjs/api/resources/brands/client/requests/UpsertBrandParams.d.ts +1 -1
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/requests/UpsertRcsCampaignParams.d.ts +2 -0
- package/dist/cjs/api/resources/index.d.ts +0 -1
- package/dist/cjs/api/resources/index.js +1 -2
- package/dist/cjs/api/resources/messages/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/messages/client/Client.js +3 -3
- package/dist/cjs/api/resources/messages/resources/index.d.ts +6 -3
- package/dist/cjs/api/resources/messages/resources/index.js +7 -4
- package/dist/cjs/api/resources/messages/resources/mms/client/Client.d.ts +26 -0
- package/dist/cjs/api/resources/messages/resources/mms/client/Client.js +83 -0
- package/dist/cjs/api/resources/messages/resources/mms/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/mms/client/index.js +15 -0
- package/dist/cjs/api/resources/messages/resources/{send → mms}/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/messages/resources/mms/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/mms/index.js +1 -0
- package/dist/cjs/api/resources/messages/resources/{send/types/SendRcsResponse.d.ts → mms/types/MmsSendResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/messages/resources/mms/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/{message/resources/sms → messages/resources/mms/types}/index.js +1 -1
- package/dist/cjs/api/resources/messages/resources/rcs/client/Client.d.ts +28 -0
- package/dist/cjs/api/resources/messages/resources/rcs/client/Client.js +85 -0
- package/dist/cjs/api/resources/messages/resources/rcs/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/rcs/index.js +1 -0
- package/dist/cjs/api/resources/messages/resources/{send/types/SendSmsResponse.d.ts → rcs/types/RcsSendResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/messages/resources/rcs/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/{message → messages/resources/rcs/types}/index.js +1 -2
- package/dist/cjs/api/resources/{message → messages}/resources/sms/client/Client.d.ts +22 -1
- package/dist/cjs/api/resources/messages/resources/{send → sms}/client/Client.js +19 -117
- package/dist/cjs/api/resources/messages/resources/{send → sms}/client/requests/Sms.d.ts +2 -2
- package/dist/cjs/api/resources/messages/resources/sms/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/{send/types/SendMmsResponse.d.ts → sms/types/SmsSendResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/messages/resources/sms/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/messages/resources/sms/types/index.js +17 -0
- package/dist/cjs/api/resources/phoneNumbers/client/requests/SearchPhoneNumberParams.d.ts +2 -2
- package/dist/cjs/api/types/ExtendedRcsCampaign.d.ts +2 -0
- package/dist/cjs/api/types/Rcs.d.ts +3 -3
- package/dist/cjs/api/types/RcsCampaign.d.ts +2 -0
- package/dist/cjs/api/types/RcsCards.d.ts +2 -2
- package/dist/cjs/api/types/RcsCardsContent.d.ts +2 -2
- package/dist/cjs/api/types/RcsMediaContent.d.ts +1 -1
- package/dist/cjs/api/types/RcsTextContent.d.ts +1 -1
- package/dist/cjs/api/types/{RcsButtonContent.d.ts → RichButton.d.ts} +2 -2
- package/dist/cjs/api/types/{RcsCard.d.ts → RichCardsMessage.d.ts} +1 -1
- package/dist/cjs/api/types/{RcsMedia.d.ts → RichMediaMessage.d.ts} +2 -2
- package/dist/cjs/api/types/{RcsText.d.ts → RichTextMessage.d.ts} +1 -1
- package/dist/{esm/api/types/NullableContact.d.mts → cjs/api/types/UpsertContact.d.ts} +1 -1
- package/dist/cjs/api/types/index.d.ts +5 -5
- package/dist/cjs/api/types/index.js +5 -5
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +0 -3
- package/dist/esm/Client.mjs +2 -7
- package/dist/esm/api/resources/brands/client/requests/UpsertBrandParams.d.mts +1 -1
- package/dist/esm/api/resources/campaigns/resources/rcs/client/requests/UpsertRcsCampaignParams.d.mts +2 -0
- package/dist/esm/api/resources/index.d.mts +0 -1
- package/dist/esm/api/resources/index.mjs +0 -1
- package/dist/esm/api/resources/messages/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/messages/client/Client.mjs +3 -3
- package/dist/esm/api/resources/messages/resources/index.d.mts +6 -3
- package/dist/esm/api/resources/messages/resources/index.mjs +6 -3
- package/dist/esm/api/resources/messages/resources/mms/client/Client.d.mts +26 -0
- package/dist/esm/api/resources/messages/resources/mms/client/Client.mjs +83 -0
- package/dist/esm/api/resources/messages/resources/mms/client/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/mms/client/index.mjs +1 -1
- package/dist/esm/api/resources/messages/resources/{send → mms}/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/messages/resources/mms/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/mms/index.mjs +1 -0
- package/dist/esm/api/resources/messages/resources/{send/types/SendRcsResponse.d.mts → mms/types/MmsSendResponse.d.mts} +1 -1
- package/dist/esm/api/resources/messages/resources/mms/types/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/mms/types/index.mjs +1 -0
- package/dist/esm/api/resources/messages/resources/rcs/client/Client.d.mts +28 -0
- package/dist/esm/api/resources/messages/resources/rcs/client/Client.mjs +85 -0
- package/dist/esm/api/resources/messages/resources/rcs/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/rcs/index.mjs +1 -0
- package/dist/esm/api/resources/messages/resources/{send/types/SendSmsResponse.d.mts → rcs/types/RcsSendResponse.d.mts} +1 -1
- package/dist/esm/api/resources/messages/resources/rcs/types/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/rcs/types/index.mjs +1 -0
- package/dist/esm/api/resources/{message → messages}/resources/sms/client/Client.d.mts +22 -1
- package/dist/esm/api/resources/messages/resources/{send → sms}/client/Client.mjs +17 -115
- package/dist/esm/api/resources/messages/resources/{send → sms}/client/requests/Sms.d.mts +2 -2
- package/dist/esm/api/resources/messages/resources/sms/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/{send/types/SendMmsResponse.d.mts → sms/types/SmsSendResponse.d.mts} +1 -1
- package/dist/esm/api/resources/messages/resources/sms/types/index.d.mts +1 -0
- package/dist/esm/api/resources/messages/resources/sms/types/index.mjs +1 -0
- package/dist/esm/api/resources/phoneNumbers/client/requests/SearchPhoneNumberParams.d.mts +2 -2
- package/dist/esm/api/types/ExtendedRcsCampaign.d.mts +2 -0
- package/dist/esm/api/types/Rcs.d.mts +3 -3
- package/dist/esm/api/types/RcsCampaign.d.mts +2 -0
- package/dist/esm/api/types/RcsCards.d.mts +2 -2
- package/dist/esm/api/types/RcsCardsContent.d.mts +2 -2
- package/dist/esm/api/types/RcsMediaContent.d.mts +1 -1
- package/dist/esm/api/types/RcsTextContent.d.mts +1 -1
- package/dist/esm/api/types/{RcsButtonContent.d.mts → RichButton.d.mts} +2 -2
- package/dist/esm/api/types/{RcsCard.d.mts → RichCardsMessage.d.mts} +1 -1
- package/dist/esm/api/types/{RcsMedia.d.mts → RichMediaMessage.d.mts} +2 -2
- package/dist/esm/api/types/{RcsText.d.mts → RichTextMessage.d.mts} +1 -1
- package/dist/{cjs/api/types/NullableContact.d.ts → esm/api/types/UpsertContact.d.mts} +1 -1
- package/dist/esm/api/types/index.d.mts +5 -5
- package/dist/esm/api/types/index.mjs +5 -5
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +46 -48
- package/dist/cjs/api/resources/message/client/Client.d.ts +0 -22
- package/dist/cjs/api/resources/message/client/Client.js +0 -17
- package/dist/cjs/api/resources/message/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/message/index.d.ts +0 -2
- package/dist/cjs/api/resources/message/resources/index.d.ts +0 -1
- package/dist/cjs/api/resources/message/resources/index.js +0 -37
- package/dist/cjs/api/resources/message/resources/sms/client/Client.js +0 -135
- package/dist/cjs/api/resources/message/resources/sms/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/message/resources/sms/index.d.ts +0 -1
- package/dist/cjs/api/resources/messages/resources/send/client/Client.d.ts +0 -110
- package/dist/cjs/api/resources/messages/resources/send/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/messages/resources/send/types/index.d.ts +0 -3
- package/dist/cjs/api/resources/messages/resources/send/types/index.js +0 -19
- package/dist/esm/api/resources/message/client/Client.d.mts +0 -22
- package/dist/esm/api/resources/message/client/Client.mjs +0 -13
- package/dist/esm/api/resources/message/client/index.d.mts +0 -1
- package/dist/esm/api/resources/message/index.d.mts +0 -2
- package/dist/esm/api/resources/message/index.mjs +0 -2
- package/dist/esm/api/resources/message/resources/index.d.mts +0 -1
- package/dist/esm/api/resources/message/resources/index.mjs +0 -1
- package/dist/esm/api/resources/message/resources/sms/client/Client.mjs +0 -98
- package/dist/esm/api/resources/message/resources/sms/client/index.d.mts +0 -1
- package/dist/esm/api/resources/message/resources/sms/index.d.mts +0 -1
- package/dist/esm/api/resources/message/resources/sms/index.mjs +0 -1
- package/dist/esm/api/resources/messages/resources/send/client/Client.d.mts +0 -110
- package/dist/esm/api/resources/messages/resources/send/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/messages/resources/send/types/index.d.mts +0 -3
- package/dist/esm/api/resources/messages/resources/send/types/index.mjs +0 -3
- /package/dist/cjs/api/resources/messages/resources/{send → mms}/client/requests/Mms.d.ts +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send → mms}/client/requests/Mms.js +0 -0
- /package/dist/cjs/api/resources/{message/client → messages/resources/mms/client/requests}/index.js +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send/client/requests/Sms.js → mms/types/MmsSendResponse.js} +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send/types/SendMmsResponse.js → rcs/types/RcsSendResponse.js} +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send → sms}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send → sms}/client/index.js +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send/types/SendRcsResponse.js → sms/client/requests/Sms.js} +0 -0
- /package/dist/cjs/api/resources/{message/resources/sms/client → messages/resources/sms/client/requests}/index.js +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send → sms}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send → sms}/index.js +0 -0
- /package/dist/cjs/api/resources/messages/resources/{send/types/SendSmsResponse.js → sms/types/SmsSendResponse.js} +0 -0
- /package/dist/cjs/api/types/{NullableContact.js → RichButton.js} +0 -0
- /package/dist/cjs/api/types/{RcsButtonContent.js → RichCardsMessage.js} +0 -0
- /package/dist/cjs/api/types/{RcsCard.js → RichMediaMessage.js} +0 -0
- /package/dist/cjs/api/types/{RcsMedia.js → RichTextMessage.js} +0 -0
- /package/dist/cjs/api/types/{RcsText.js → UpsertContact.js} +0 -0
- /package/dist/esm/api/resources/messages/resources/{send → mms}/client/requests/Mms.d.mts +0 -0
- /package/dist/esm/api/resources/messages/resources/{send → mms}/client/requests/Mms.mjs +0 -0
- /package/dist/esm/api/resources/{message/client → messages/resources/mms/client/requests}/index.mjs +0 -0
- /package/dist/esm/api/resources/messages/resources/{send/client/requests/Sms.mjs → mms/types/MmsSendResponse.mjs} +0 -0
- /package/dist/esm/api/resources/messages/resources/{send/types/SendMmsResponse.mjs → rcs/types/RcsSendResponse.mjs} +0 -0
- /package/dist/esm/api/resources/messages/resources/{send → sms}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/messages/resources/{send → sms}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/messages/resources/{send/types/SendRcsResponse.mjs → sms/client/requests/Sms.mjs} +0 -0
- /package/dist/esm/api/resources/{message/resources/sms/client → messages/resources/sms/client/requests}/index.mjs +0 -0
- /package/dist/esm/api/resources/messages/resources/{send → sms}/index.d.mts +0 -0
- /package/dist/esm/api/resources/messages/resources/{send → sms}/index.mjs +0 -0
- /package/dist/esm/api/resources/messages/resources/{send/types/SendSmsResponse.mjs → sms/types/SmsSendResponse.mjs} +0 -0
- /package/dist/esm/api/types/{NullableContact.mjs → RichButton.mjs} +0 -0
- /package/dist/esm/api/types/{RcsButtonContent.mjs → RichCardsMessage.mjs} +0 -0
- /package/dist/esm/api/types/{RcsCard.mjs → RichMediaMessage.mjs} +0 -0
- /package/dist/esm/api/types/{RcsMedia.mjs → RichTextMessage.mjs} +0 -0
- /package/dist/esm/api/types/{RcsText.mjs → UpsertContact.mjs} +0 -0
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
39
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
40
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
41
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
42
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
43
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
|
-
});
|
|
46
|
-
};
|
|
47
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
-
exports.Sms = void 0;
|
|
49
|
-
const environments = __importStar(require("../../../../../../environments.js"));
|
|
50
|
-
const core = __importStar(require("../../../../../../core/index.js"));
|
|
51
|
-
const Pinnacle = __importStar(require("../../../../../index.js"));
|
|
52
|
-
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
|
-
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
|
-
class Sms {
|
|
55
|
-
constructor(_options) {
|
|
56
|
-
this._options = _options;
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Validate SMS message content without sending it.
|
|
60
|
-
*
|
|
61
|
-
* @param {Pinnacle.SmsContent} request
|
|
62
|
-
* @param {Sms.RequestOptions} requestOptions - Request-specific configuration.
|
|
63
|
-
*
|
|
64
|
-
* @throws {@link Pinnacle.BadRequestError}
|
|
65
|
-
* @throws {@link Pinnacle.UnauthorizedError}
|
|
66
|
-
* @throws {@link Pinnacle.InternalServerError}
|
|
67
|
-
*
|
|
68
|
-
* @example
|
|
69
|
-
* await client.message.sms.validate({
|
|
70
|
-
* text: "Hello from Pinnacle"
|
|
71
|
-
* })
|
|
72
|
-
*/
|
|
73
|
-
validate(request, requestOptions) {
|
|
74
|
-
return core.HttpResponsePromise.fromPromise(this.__validate(request, requestOptions));
|
|
75
|
-
}
|
|
76
|
-
__validate(request, requestOptions) {
|
|
77
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
78
|
-
var _a, _b, _c;
|
|
79
|
-
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
80
|
-
const _response = yield core.fetcher({
|
|
81
|
-
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.PinnacleEnvironment.Default, "messages/validate/sms"),
|
|
82
|
-
method: "POST",
|
|
83
|
-
headers: _headers,
|
|
84
|
-
contentType: "application/json",
|
|
85
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
86
|
-
requestType: "json",
|
|
87
|
-
body: request,
|
|
88
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
89
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
90
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
91
|
-
});
|
|
92
|
-
if (_response.ok) {
|
|
93
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
94
|
-
}
|
|
95
|
-
if (_response.error.reason === "status-code") {
|
|
96
|
-
switch (_response.error.statusCode) {
|
|
97
|
-
case 400:
|
|
98
|
-
throw new Pinnacle.BadRequestError(_response.error.body, _response.rawResponse);
|
|
99
|
-
case 401:
|
|
100
|
-
throw new Pinnacle.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
101
|
-
case 500:
|
|
102
|
-
throw new Pinnacle.InternalServerError(_response.error.body, _response.rawResponse);
|
|
103
|
-
default:
|
|
104
|
-
throw new errors.PinnacleError({
|
|
105
|
-
statusCode: _response.error.statusCode,
|
|
106
|
-
body: _response.error.body,
|
|
107
|
-
rawResponse: _response.rawResponse,
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
switch (_response.error.reason) {
|
|
112
|
-
case "non-json":
|
|
113
|
-
throw new errors.PinnacleError({
|
|
114
|
-
statusCode: _response.error.statusCode,
|
|
115
|
-
body: _response.error.rawBody,
|
|
116
|
-
rawResponse: _response.rawResponse,
|
|
117
|
-
});
|
|
118
|
-
case "timeout":
|
|
119
|
-
throw new errors.PinnacleTimeoutError("Timeout exceeded when calling POST /messages/validate/sms.");
|
|
120
|
-
case "unknown":
|
|
121
|
-
throw new errors.PinnacleError({
|
|
122
|
-
message: _response.error.errorMessage,
|
|
123
|
-
rawResponse: _response.rawResponse,
|
|
124
|
-
});
|
|
125
|
-
}
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
_getCustomAuthorizationHeaders() {
|
|
129
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
130
|
-
const apiKeyValue = yield core.Supplier.get(this._options.apiKey);
|
|
131
|
-
return { "PINNACLE-API-KEY": apiKeyValue };
|
|
132
|
-
});
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
exports.Sms = Sms;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./client/index.js";
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../../../environments.js";
|
|
5
|
-
import * as core from "../../../../../../core/index.js";
|
|
6
|
-
import * as Pinnacle from "../../../../../index.js";
|
|
7
|
-
export declare namespace Send {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey: core.Supplier<string>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
|
-
}
|
|
16
|
-
interface RequestOptions {
|
|
17
|
-
/** The maximum time to wait for a response in seconds. */
|
|
18
|
-
timeoutInSeconds?: number;
|
|
19
|
-
/** The number of times to retry the request. Defaults to 2. */
|
|
20
|
-
maxRetries?: number;
|
|
21
|
-
/** A hook to abort the request. */
|
|
22
|
-
abortSignal?: AbortSignal;
|
|
23
|
-
/** Additional query string parameters to include in the request. */
|
|
24
|
-
queryParams?: Record<string, unknown>;
|
|
25
|
-
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
export declare class Send {
|
|
30
|
-
protected readonly _options: Send.Options;
|
|
31
|
-
constructor(_options: Send.Options);
|
|
32
|
-
/**
|
|
33
|
-
* Send a SMS message immediately or schedule it for future delivery.
|
|
34
|
-
*
|
|
35
|
-
* @param {Pinnacle.messages.Sms} request
|
|
36
|
-
* @param {Send.RequestOptions} requestOptions - Request-specific configuration.
|
|
37
|
-
*
|
|
38
|
-
* @throws {@link Pinnacle.BadRequestError}
|
|
39
|
-
* @throws {@link Pinnacle.UnauthorizedError}
|
|
40
|
-
* @throws {@link Pinnacle.PaymentRequiredError}
|
|
41
|
-
* @throws {@link Pinnacle.NotFoundError}
|
|
42
|
-
* @throws {@link Pinnacle.InternalServerError}
|
|
43
|
-
*
|
|
44
|
-
* @example
|
|
45
|
-
* await client.messages.send.sms({
|
|
46
|
-
* from: "+14155164736",
|
|
47
|
-
* text: "Hey! \uD83D\uDE02",
|
|
48
|
-
* to: "+14154746461"
|
|
49
|
-
* })
|
|
50
|
-
*/
|
|
51
|
-
sms(request: Pinnacle.messages.Sms, requestOptions?: Send.RequestOptions): core.HttpResponsePromise<Pinnacle.messages.SendSmsResponse>;
|
|
52
|
-
private __sms;
|
|
53
|
-
/**
|
|
54
|
-
* Send a MMS immediately or schedule it for future delivery.
|
|
55
|
-
*
|
|
56
|
-
* @param {Pinnacle.messages.Mms} request
|
|
57
|
-
* @param {Send.RequestOptions} requestOptions - Request-specific configuration.
|
|
58
|
-
*
|
|
59
|
-
* @throws {@link Pinnacle.BadRequestError}
|
|
60
|
-
* @throws {@link Pinnacle.UnauthorizedError}
|
|
61
|
-
* @throws {@link Pinnacle.PaymentRequiredError}
|
|
62
|
-
* @throws {@link Pinnacle.NotFoundError}
|
|
63
|
-
* @throws {@link Pinnacle.InternalServerError}
|
|
64
|
-
*
|
|
65
|
-
* @example
|
|
66
|
-
* await client.messages.send.mms({
|
|
67
|
-
* from: "+14155164736",
|
|
68
|
-
* mediaUrls: ["https://fastly.picsum.photos/id/941/300/300.jpg?hmac=mDxM9PWSqRDjecwSCEpzU4bj35gqnG7yA25OL29uNv0"],
|
|
69
|
-
* options: {
|
|
70
|
-
* multiple_messages: true,
|
|
71
|
-
* validate: true
|
|
72
|
-
* },
|
|
73
|
-
* text: "Check out this image!",
|
|
74
|
-
* to: "+14154746461"
|
|
75
|
-
* })
|
|
76
|
-
*/
|
|
77
|
-
mms(request: Pinnacle.messages.Mms, requestOptions?: Send.RequestOptions): core.HttpResponsePromise<Pinnacle.messages.SendMmsResponse>;
|
|
78
|
-
private __mms;
|
|
79
|
-
/**
|
|
80
|
-
* Send a RCS message immediately or schedule it for future delivery. <br>
|
|
81
|
-
*
|
|
82
|
-
* Requires an active RCS agent and recipient devices that support RCS Business Messaging.
|
|
83
|
-
*
|
|
84
|
-
* @param {Pinnacle.Rcs} request
|
|
85
|
-
* @param {Send.RequestOptions} requestOptions - Request-specific configuration.
|
|
86
|
-
*
|
|
87
|
-
* @throws {@link Pinnacle.BadRequestError}
|
|
88
|
-
* @throws {@link Pinnacle.UnauthorizedError}
|
|
89
|
-
* @throws {@link Pinnacle.PaymentRequiredError}
|
|
90
|
-
* @throws {@link Pinnacle.NotFoundError}
|
|
91
|
-
* @throws {@link Pinnacle.InternalServerError}
|
|
92
|
-
*
|
|
93
|
-
* @example
|
|
94
|
-
* await client.messages.send.rcs({
|
|
95
|
-
* quickReplies: [{
|
|
96
|
-
* type: "openUrl",
|
|
97
|
-
* payload: "payload",
|
|
98
|
-
* title: "title"
|
|
99
|
-
* }],
|
|
100
|
-
* text: "text",
|
|
101
|
-
* from: "from",
|
|
102
|
-
* to: "to"
|
|
103
|
-
* })
|
|
104
|
-
*/
|
|
105
|
-
rcs(request: Pinnacle.Rcs, requestOptions?: Send.RequestOptions): core.HttpResponsePromise<Pinnacle.messages.SendRcsResponse>;
|
|
106
|
-
private __rcs;
|
|
107
|
-
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
108
|
-
"PINNACLE-API-KEY": string;
|
|
109
|
-
}>;
|
|
110
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./SendSmsResponse.js"), exports);
|
|
18
|
-
__exportStar(require("./SendMmsResponse.js"), exports);
|
|
19
|
-
__exportStar(require("./SendRcsResponse.js"), exports);
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../environments.mjs";
|
|
5
|
-
import * as core from "../../../../core/index.mjs";
|
|
6
|
-
import { Sms } from "../resources/sms/client/Client.mjs";
|
|
7
|
-
export declare namespace Message {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey: core.Supplier<string>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
export declare class Message {
|
|
18
|
-
protected readonly _options: Message.Options;
|
|
19
|
-
protected _sms: Sms | undefined;
|
|
20
|
-
constructor(_options: Message.Options);
|
|
21
|
-
get sms(): Sms;
|
|
22
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import { Sms } from "../resources/sms/client/Client.mjs";
|
|
5
|
-
export class Message {
|
|
6
|
-
constructor(_options) {
|
|
7
|
-
this._options = _options;
|
|
8
|
-
}
|
|
9
|
-
get sms() {
|
|
10
|
-
var _a;
|
|
11
|
-
return ((_a = this._sms) !== null && _a !== void 0 ? _a : (this._sms = new Sms(this._options)));
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * as sms from "./sms/index.mjs";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * as sms from "./sms/index.mjs";
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
5
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
6
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
7
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
8
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
9
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
10
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
11
|
-
});
|
|
12
|
-
};
|
|
13
|
-
import * as environments from "../../../../../../environments.mjs";
|
|
14
|
-
import * as core from "../../../../../../core/index.mjs";
|
|
15
|
-
import * as Pinnacle from "../../../../../index.mjs";
|
|
16
|
-
import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../../../core/headers.mjs";
|
|
17
|
-
import * as errors from "../../../../../../errors/index.mjs";
|
|
18
|
-
export class Sms {
|
|
19
|
-
constructor(_options) {
|
|
20
|
-
this._options = _options;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Validate SMS message content without sending it.
|
|
24
|
-
*
|
|
25
|
-
* @param {Pinnacle.SmsContent} request
|
|
26
|
-
* @param {Sms.RequestOptions} requestOptions - Request-specific configuration.
|
|
27
|
-
*
|
|
28
|
-
* @throws {@link Pinnacle.BadRequestError}
|
|
29
|
-
* @throws {@link Pinnacle.UnauthorizedError}
|
|
30
|
-
* @throws {@link Pinnacle.InternalServerError}
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* await client.message.sms.validate({
|
|
34
|
-
* text: "Hello from Pinnacle"
|
|
35
|
-
* })
|
|
36
|
-
*/
|
|
37
|
-
validate(request, requestOptions) {
|
|
38
|
-
return core.HttpResponsePromise.fromPromise(this.__validate(request, requestOptions));
|
|
39
|
-
}
|
|
40
|
-
__validate(request, requestOptions) {
|
|
41
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
42
|
-
var _a, _b, _c;
|
|
43
|
-
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
44
|
-
const _response = yield core.fetcher({
|
|
45
|
-
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.PinnacleEnvironment.Default, "messages/validate/sms"),
|
|
46
|
-
method: "POST",
|
|
47
|
-
headers: _headers,
|
|
48
|
-
contentType: "application/json",
|
|
49
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
50
|
-
requestType: "json",
|
|
51
|
-
body: request,
|
|
52
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
53
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
54
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
55
|
-
});
|
|
56
|
-
if (_response.ok) {
|
|
57
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
58
|
-
}
|
|
59
|
-
if (_response.error.reason === "status-code") {
|
|
60
|
-
switch (_response.error.statusCode) {
|
|
61
|
-
case 400:
|
|
62
|
-
throw new Pinnacle.BadRequestError(_response.error.body, _response.rawResponse);
|
|
63
|
-
case 401:
|
|
64
|
-
throw new Pinnacle.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
65
|
-
case 500:
|
|
66
|
-
throw new Pinnacle.InternalServerError(_response.error.body, _response.rawResponse);
|
|
67
|
-
default:
|
|
68
|
-
throw new errors.PinnacleError({
|
|
69
|
-
statusCode: _response.error.statusCode,
|
|
70
|
-
body: _response.error.body,
|
|
71
|
-
rawResponse: _response.rawResponse,
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
switch (_response.error.reason) {
|
|
76
|
-
case "non-json":
|
|
77
|
-
throw new errors.PinnacleError({
|
|
78
|
-
statusCode: _response.error.statusCode,
|
|
79
|
-
body: _response.error.rawBody,
|
|
80
|
-
rawResponse: _response.rawResponse,
|
|
81
|
-
});
|
|
82
|
-
case "timeout":
|
|
83
|
-
throw new errors.PinnacleTimeoutError("Timeout exceeded when calling POST /messages/validate/sms.");
|
|
84
|
-
case "unknown":
|
|
85
|
-
throw new errors.PinnacleError({
|
|
86
|
-
message: _response.error.errorMessage,
|
|
87
|
-
rawResponse: _response.rawResponse,
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
_getCustomAuthorizationHeaders() {
|
|
93
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
94
|
-
const apiKeyValue = yield core.Supplier.get(this._options.apiKey);
|
|
95
|
-
return { "PINNACLE-API-KEY": apiKeyValue };
|
|
96
|
-
});
|
|
97
|
-
}
|
|
98
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./client/index.mjs";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./client/index.mjs";
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../../../environments.mjs";
|
|
5
|
-
import * as core from "../../../../../../core/index.mjs";
|
|
6
|
-
import * as Pinnacle from "../../../../../index.mjs";
|
|
7
|
-
export declare namespace Send {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.PinnacleEnvironment | string>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey: core.Supplier<string>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
|
-
}
|
|
16
|
-
interface RequestOptions {
|
|
17
|
-
/** The maximum time to wait for a response in seconds. */
|
|
18
|
-
timeoutInSeconds?: number;
|
|
19
|
-
/** The number of times to retry the request. Defaults to 2. */
|
|
20
|
-
maxRetries?: number;
|
|
21
|
-
/** A hook to abort the request. */
|
|
22
|
-
abortSignal?: AbortSignal;
|
|
23
|
-
/** Additional query string parameters to include in the request. */
|
|
24
|
-
queryParams?: Record<string, unknown>;
|
|
25
|
-
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
export declare class Send {
|
|
30
|
-
protected readonly _options: Send.Options;
|
|
31
|
-
constructor(_options: Send.Options);
|
|
32
|
-
/**
|
|
33
|
-
* Send a SMS message immediately or schedule it for future delivery.
|
|
34
|
-
*
|
|
35
|
-
* @param {Pinnacle.messages.Sms} request
|
|
36
|
-
* @param {Send.RequestOptions} requestOptions - Request-specific configuration.
|
|
37
|
-
*
|
|
38
|
-
* @throws {@link Pinnacle.BadRequestError}
|
|
39
|
-
* @throws {@link Pinnacle.UnauthorizedError}
|
|
40
|
-
* @throws {@link Pinnacle.PaymentRequiredError}
|
|
41
|
-
* @throws {@link Pinnacle.NotFoundError}
|
|
42
|
-
* @throws {@link Pinnacle.InternalServerError}
|
|
43
|
-
*
|
|
44
|
-
* @example
|
|
45
|
-
* await client.messages.send.sms({
|
|
46
|
-
* from: "+14155164736",
|
|
47
|
-
* text: "Hey! \uD83D\uDE02",
|
|
48
|
-
* to: "+14154746461"
|
|
49
|
-
* })
|
|
50
|
-
*/
|
|
51
|
-
sms(request: Pinnacle.messages.Sms, requestOptions?: Send.RequestOptions): core.HttpResponsePromise<Pinnacle.messages.SendSmsResponse>;
|
|
52
|
-
private __sms;
|
|
53
|
-
/**
|
|
54
|
-
* Send a MMS immediately or schedule it for future delivery.
|
|
55
|
-
*
|
|
56
|
-
* @param {Pinnacle.messages.Mms} request
|
|
57
|
-
* @param {Send.RequestOptions} requestOptions - Request-specific configuration.
|
|
58
|
-
*
|
|
59
|
-
* @throws {@link Pinnacle.BadRequestError}
|
|
60
|
-
* @throws {@link Pinnacle.UnauthorizedError}
|
|
61
|
-
* @throws {@link Pinnacle.PaymentRequiredError}
|
|
62
|
-
* @throws {@link Pinnacle.NotFoundError}
|
|
63
|
-
* @throws {@link Pinnacle.InternalServerError}
|
|
64
|
-
*
|
|
65
|
-
* @example
|
|
66
|
-
* await client.messages.send.mms({
|
|
67
|
-
* from: "+14155164736",
|
|
68
|
-
* mediaUrls: ["https://fastly.picsum.photos/id/941/300/300.jpg?hmac=mDxM9PWSqRDjecwSCEpzU4bj35gqnG7yA25OL29uNv0"],
|
|
69
|
-
* options: {
|
|
70
|
-
* multiple_messages: true,
|
|
71
|
-
* validate: true
|
|
72
|
-
* },
|
|
73
|
-
* text: "Check out this image!",
|
|
74
|
-
* to: "+14154746461"
|
|
75
|
-
* })
|
|
76
|
-
*/
|
|
77
|
-
mms(request: Pinnacle.messages.Mms, requestOptions?: Send.RequestOptions): core.HttpResponsePromise<Pinnacle.messages.SendMmsResponse>;
|
|
78
|
-
private __mms;
|
|
79
|
-
/**
|
|
80
|
-
* Send a RCS message immediately or schedule it for future delivery. <br>
|
|
81
|
-
*
|
|
82
|
-
* Requires an active RCS agent and recipient devices that support RCS Business Messaging.
|
|
83
|
-
*
|
|
84
|
-
* @param {Pinnacle.Rcs} request
|
|
85
|
-
* @param {Send.RequestOptions} requestOptions - Request-specific configuration.
|
|
86
|
-
*
|
|
87
|
-
* @throws {@link Pinnacle.BadRequestError}
|
|
88
|
-
* @throws {@link Pinnacle.UnauthorizedError}
|
|
89
|
-
* @throws {@link Pinnacle.PaymentRequiredError}
|
|
90
|
-
* @throws {@link Pinnacle.NotFoundError}
|
|
91
|
-
* @throws {@link Pinnacle.InternalServerError}
|
|
92
|
-
*
|
|
93
|
-
* @example
|
|
94
|
-
* await client.messages.send.rcs({
|
|
95
|
-
* quickReplies: [{
|
|
96
|
-
* type: "openUrl",
|
|
97
|
-
* payload: "payload",
|
|
98
|
-
* title: "title"
|
|
99
|
-
* }],
|
|
100
|
-
* text: "text",
|
|
101
|
-
* from: "from",
|
|
102
|
-
* to: "to"
|
|
103
|
-
* })
|
|
104
|
-
*/
|
|
105
|
-
rcs(request: Pinnacle.Rcs, requestOptions?: Send.RequestOptions): core.HttpResponsePromise<Pinnacle.messages.SendRcsResponse>;
|
|
106
|
-
private __rcs;
|
|
107
|
-
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
108
|
-
"PINNACLE-API-KEY": string;
|
|
109
|
-
}>;
|
|
110
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
File without changes
|
/package/dist/cjs/api/resources/{message/client → messages/resources/mms/client/requests}/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/esm/api/resources/{message/client → messages/resources/mms/client/requests}/index.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|