@sinch/sms
Advanced tools
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: ApiInboundList | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { InboundMessageResponse } from '../inbound-message-response'; | ||
@@ -8,0 +2,0 @@ export interface ApiInboundList { |
| "use strict"; | ||
| /** | ||
| * Model: ApiInboundList | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=api-inbound-list.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"api-inbound-list.js","sourceRoot":"","sources":["../../../../src/models/v1/api-inbound-list/api-inbound-list.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"api-inbound-list.js","sourceRoot":"","sources":["../../../../src/models/v1/api-inbound-list/api-inbound-list.ts"],"names":[],"mappings":""} |
| /** | ||
| * Model: ApiMoMessage | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| /** | ||
| * The page of inbounds matching the given filters. | ||
@@ -9,0 +3,0 @@ */ |
| "use strict"; | ||
| /** | ||
| * Model: ApiMoMessage | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=api-mo-message.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"api-mo-message.js","sourceRoot":"","sources":["../../../../src/models/v1/api-mo-message/api-mo-message.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"api-mo-message.js","sourceRoot":"","sources":["../../../../src/models/v1/api-mo-message/api-mo-message.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: ApiUpdateMtMessage | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { DeliveryReportEnum } from '../enums'; | ||
@@ -8,0 +2,0 @@ export interface ApiUpdateMtMessage { |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: CreateGroupRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { GroupObjectAutoUpdate } from '../group-object-auto-update'; | ||
@@ -8,0 +2,0 @@ export interface CreateGroupRequest { |
| "use strict"; | ||
| /** | ||
| * Model: CreateGroupRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=create-group-request.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"create-group-request.js","sourceRoot":"","sources":["../../../../src/models/v1/create-group-request/create-group-request.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"create-group-request.js","sourceRoot":"","sources":["../../../../src/models/v1/create-group-request/create-group-request.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: CreateGroupResponse | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { GroupAutoUpdate } from '../group-auto-update'; | ||
@@ -8,0 +2,0 @@ export interface CreateGroupResponse { |
| "use strict"; | ||
| /** | ||
| * Model: CreateGroupResponse | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=create-group-response.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"create-group-response.js","sourceRoot":"","sources":["../../../../src/models/v1/create-group-response/create-group-response.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"create-group-response.js","sourceRoot":"","sources":["../../../../src/models/v1/create-group-response/create-group-response.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: DeliveryFeedbackRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| export interface DeliveryFeedbackRequest { | ||
@@ -8,0 +2,0 @@ /** A list of phone numbers (MSISDNs) that have successfully received the message. The key is required, however, the value can be an empty array (`[]`) for *a batch*. If the feedback was enabled for *a group*, at least one phone number is required. */ |
| "use strict"; | ||
| /** | ||
| * Model: DeliveryFeedbackRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=delivery-feedback-request.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"delivery-feedback-request.js","sourceRoot":"","sources":["../../../../src/models/v1/delivery-feedback-request/delivery-feedback-request.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"delivery-feedback-request.js","sourceRoot":"","sources":["../../../../src/models/v1/delivery-feedback-request/delivery-feedback-request.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: DeliveryReportList | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { RecipientDeliveryReport } from '../recipient-delivery-report'; | ||
@@ -8,0 +2,0 @@ export interface DeliveryReportList { |
| "use strict"; | ||
| /** | ||
| * Model: DeliveryReportList | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=delivery-report-list.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"delivery-report-list.js","sourceRoot":"","sources":["../../../../src/models/v1/delivery-report-list/delivery-report-list.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"delivery-report-list.js","sourceRoot":"","sources":["../../../../src/models/v1/delivery-report-list/delivery-report-list.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: DryRunRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { BinaryRequest } from '../binary-request'; | ||
@@ -8,0 +2,0 @@ import { MediaRequest } from '../media-request'; |
| "use strict"; | ||
| /** | ||
| * Model: DryRunRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=dry-run-request.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"dry-run-request.js","sourceRoot":"","sources":["../../../../src/models/v1/dry-run-request/dry-run-request.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"dry-run-request.js","sourceRoot":"","sources":["../../../../src/models/v1/dry-run-request/dry-run-request.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: DryRunResponsePerRecipientInner | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| export interface DryRunResponsePerRecipientInner { | ||
@@ -8,0 +2,0 @@ recipient?: string; |
| "use strict"; | ||
| /** | ||
| * Model: DryRunResponsePerRecipientInner | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=dry-run-response-per-recipient-inner.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"dry-run-response-per-recipient-inner.js","sourceRoot":"","sources":["../../../../src/models/v1/dry-run-response-per-recipient-inner/dry-run-response-per-recipient-inner.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"dry-run-response-per-recipient-inner.js","sourceRoot":"","sources":["../../../../src/models/v1/dry-run-response-per-recipient-inner/dry-run-response-per-recipient-inner.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: DryRunResponse | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { DryRunResponsePerRecipientInner } from '../dry-run-response-per-recipient-inner'; | ||
@@ -8,0 +2,0 @@ export interface DryRunResponse { |
| "use strict"; | ||
| /** | ||
| * Model: DryRunResponse | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=dry-run-response.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"dry-run-response.js","sourceRoot":"","sources":["../../../../src/models/v1/dry-run-response/dry-run-response.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"dry-run-response.js","sourceRoot":"","sources":["../../../../src/models/v1/dry-run-response/dry-run-response.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: ErrorResponseObj | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| export interface ErrorResponseObj { | ||
@@ -8,0 +2,0 @@ /** The error code. See [error codes](/docs/sms/api-reference/#error-codes). */ |
| "use strict"; | ||
| /** | ||
| * Model: ErrorResponseObj | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=error-response-obj.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"error-response-obj.js","sourceRoot":"","sources":["../../../../src/models/v1/error-response-obj/error-response-obj.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"error-response-obj.js","sourceRoot":"","sources":["../../../../src/models/v1/error-response-obj/error-response-obj.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: GroupAutoUpdate | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| export interface GroupAutoUpdate { | ||
@@ -8,0 +2,0 @@ /** Short code or long number addressed in <a href=\"https://community.sinch.com/t5/Glossary/MO-Mobile-Originated/ta-p/7618\" target=\"_blank\">MO</a>. Constraints: Must be valid MSISDN or short code. */ |
| "use strict"; | ||
| /** | ||
| * Model: GroupAutoUpdate | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=group-auto-update.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"group-auto-update.js","sourceRoot":"","sources":["../../../../src/models/v1/group-auto-update/group-auto-update.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"group-auto-update.js","sourceRoot":"","sources":["../../../../src/models/v1/group-auto-update/group-auto-update.ts"],"names":[],"mappings":""} |
| /** | ||
| * Model: GroupObjectAutoUpdateRemove | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| /** | ||
| * Keyword to be sent in MO to remove from a group. | ||
@@ -9,0 +3,0 @@ */ |
| "use strict"; | ||
| /** | ||
| * Model: GroupObjectAutoUpdateRemove | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -9,0 +3,0 @@ exports.secondWordPattern = exports.firstWordPattern = void 0; |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"group-object-auto-update-remove.js","sourceRoot":"","sources":["../../../../src/models/v1/group-object-auto-update-remove/group-object-auto-update-remove.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAeH,sCAAsC;AACzB,QAAA,gBAAgB,GAAG,OAAO,CAAC;AACxC,uCAAuC;AAC1B,QAAA,iBAAiB,GAAG,OAAO,CAAC"} | ||
| {"version":3,"file":"group-object-auto-update-remove.js","sourceRoot":"","sources":["../../../../src/models/v1/group-object-auto-update-remove/group-object-auto-update-remove.ts"],"names":[],"mappings":";;;AAYA,sCAAsC;AACzB,QAAA,gBAAgB,GAAG,OAAO,CAAC;AACxC,uCAAuC;AAC1B,QAAA,iBAAiB,GAAG,OAAO,CAAC"} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: GroupObjectAutoUpdate | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { GroupObjectAutoUpdateRemove } from '../group-object-auto-update-remove'; | ||
@@ -8,0 +2,0 @@ import { UpdateGroupRequestAutoUpdateAdd } from '../update-group-request-auto-update-add'; |
| "use strict"; | ||
| /** | ||
| * Model: GroupObjectAutoUpdate | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=group-object-auto-update.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"group-object-auto-update.js","sourceRoot":"","sources":["../../../../src/models/v1/group-object-auto-update/group-object-auto-update.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"group-object-auto-update.js","sourceRoot":"","sources":["../../../../src/models/v1/group-object-auto-update/group-object-auto-update.ts"],"names":[],"mappings":""} |
@@ -1,9 +0,3 @@ | ||
| /** | ||
| * Model: InboundMessageResponse | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { MOBinary } from '../mo-binary'; | ||
| import { MOText } from '../mo-text'; | ||
| export type InboundMessageResponse = MOText | MOBinary; |
| "use strict"; | ||
| /** | ||
| * Model: InboundMessageResponse | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=inbound-message-response.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"inbound-message-response.js","sourceRoot":"","sources":["../../../../src/models/v1/inbound-message-response/inbound-message-response.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"inbound-message-response.js","sourceRoot":"","sources":["../../../../src/models/v1/inbound-message-response/inbound-message-response.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: ListGroupsResponse | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { CreateGroupResponse } from '../create-group-response'; | ||
@@ -8,0 +2,0 @@ export interface ListGroupsResponse { |
| "use strict"; | ||
| /** | ||
| * Model: ListGroupsResponse | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=list-groups-response.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"list-groups-response.js","sourceRoot":"","sources":["../../../../src/models/v1/list-groups-response/list-groups-response.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"list-groups-response.js","sourceRoot":"","sources":["../../../../src/models/v1/list-groups-response/list-groups-response.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: MessageDeliveryStatus | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { DeliveryReportStatusEnum } from '../enums'; | ||
@@ -8,0 +2,0 @@ /** |
| "use strict"; | ||
| /** | ||
| * Model: MessageDeliveryStatus | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=message-delivery-status.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"message-delivery-status.js","sourceRoot":"","sources":["../../../../src/models/v1/message-delivery-status/message-delivery-status.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"message-delivery-status.js","sourceRoot":"","sources":["../../../../src/models/v1/message-delivery-status/message-delivery-status.ts"],"names":[],"mappings":""} |
| /** | ||
| * Model: ParameterObjParameterKey | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| /** | ||
| * The name of the parameter that will be replaced in the message body. Letters A-Z and a-z, digits 0-9 and .-_ allowed. | ||
@@ -9,0 +3,0 @@ */ |
| "use strict"; | ||
| /** | ||
| * Model: ParameterObjParameterKey | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=parameter-obj-parameter-key.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"parameter-obj-parameter-key.js","sourceRoot":"","sources":["../../../../src/models/v1/parameter-obj-parameter-key/parameter-obj-parameter-key.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"parameter-obj-parameter-key.js","sourceRoot":"","sources":["../../../../src/models/v1/parameter-obj-parameter-key/parameter-obj-parameter-key.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: ParameterObj | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { ParameterObjParameterKey } from '../parameter-obj-parameter-key'; | ||
@@ -8,0 +2,0 @@ /** |
| "use strict"; | ||
| /** | ||
| * Model: ParameterObj | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=parameter-obj.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"parameter-obj.js","sourceRoot":"","sources":["../../../../src/models/v1/parameter-obj/parameter-obj.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"parameter-obj.js","sourceRoot":"","sources":["../../../../src/models/v1/parameter-obj/parameter-obj.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: ReplaceGroupRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| export interface ReplaceGroupRequest { | ||
@@ -8,0 +2,0 @@ /** Name of group. */ |
| "use strict"; | ||
| /** | ||
| * Model: ReplaceGroupRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=replace-group-request.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"replace-group-request.js","sourceRoot":"","sources":["../../../../src/models/v1/replace-group-request/replace-group-request.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"replace-group-request.js","sourceRoot":"","sources":["../../../../src/models/v1/replace-group-request/replace-group-request.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: UpdateBatchMessageRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { ApiUpdateBinaryMtMessage } from '../api-update-binary-mt-message'; | ||
@@ -8,0 +2,0 @@ import { ApiUpdateMmsMtMessage } from '../api-update-mms-mt-message'; |
| "use strict"; | ||
| /** | ||
| * Model: UpdateBatchMessageRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=update-batch-message-request.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"update-batch-message-request.js","sourceRoot":"","sources":["../../../../src/models/v1/update-batch-message-request/update-batch-message-request.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"update-batch-message-request.js","sourceRoot":"","sources":["../../../../src/models/v1/update-batch-message-request/update-batch-message-request.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: UpdateGroupRequestAutoUpdateAdd | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| export interface UpdateGroupRequestAutoUpdateAdd { | ||
@@ -8,0 +2,0 @@ /** Keyword to be sent in <a href=\"https://community.sinch.com/t5/Glossary/MO-Mobile-Originated/ta-p/7618\" target=\"_blank\">MO</a> to add phone number to a group opt-in keyword like \"JOIN\". If `auto_update.to` is dedicated long/short number or unique brand keyword like \"Sinch\" if it is a shared short code. Constraints: Must be one word. */ |
| "use strict"; | ||
| /** | ||
| * Model: UpdateGroupRequestAutoUpdateAdd | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -9,0 +3,0 @@ exports.secondWordPattern = exports.firstWordPattern = void 0; |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"update-group-request-auto-update-add.js","sourceRoot":"","sources":["../../../../src/models/v1/update-group-request-auto-update-add/update-group-request-auto-update-add.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAYH,sCAAsC;AACzB,QAAA,gBAAgB,GAAG,OAAO,CAAC;AACxC,uCAAuC;AAC1B,QAAA,iBAAiB,GAAG,OAAO,CAAC"} | ||
| {"version":3,"file":"update-group-request-auto-update-add.js","sourceRoot":"","sources":["../../../../src/models/v1/update-group-request-auto-update-add/update-group-request-auto-update-add.ts"],"names":[],"mappings":";;;AASA,sCAAsC;AACzB,QAAA,gBAAgB,GAAG,OAAO,CAAC;AACxC,uCAAuC;AAC1B,QAAA,iBAAiB,GAAG,OAAO,CAAC"} |
| /** | ||
| * Model: UpdateGroupRequestAutoUpdateRemove | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| /** | ||
| * Keyword to be sent in MO to remove from a group. | ||
@@ -9,0 +3,0 @@ */ |
| "use strict"; | ||
| /** | ||
| * Model: UpdateGroupRequestAutoUpdateRemove | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -9,0 +3,0 @@ exports.secondWordPattern = exports.firstWordPattern = void 0; |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"update-group-request-auto-update-remove.js","sourceRoot":"","sources":["../../../../src/models/v1/update-group-request-auto-update-remove/update-group-request-auto-update-remove.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAeH,sCAAsC;AACzB,QAAA,gBAAgB,GAAG,OAAO,CAAC;AACxC,uCAAuC;AAC1B,QAAA,iBAAiB,GAAG,OAAO,CAAC"} | ||
| {"version":3,"file":"update-group-request-auto-update-remove.js","sourceRoot":"","sources":["../../../../src/models/v1/update-group-request-auto-update-remove/update-group-request-auto-update-remove.ts"],"names":[],"mappings":";;;AAYA,sCAAsC;AACzB,QAAA,gBAAgB,GAAG,OAAO,CAAC;AACxC,uCAAuC;AAC1B,QAAA,iBAAiB,GAAG,OAAO,CAAC"} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: UpdateGroupRequestAutoUpdate | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { UpdateGroupRequestAutoUpdateAdd } from '../update-group-request-auto-update-add'; | ||
@@ -8,0 +2,0 @@ import { UpdateGroupRequestAutoUpdateRemove } from '../update-group-request-auto-update-remove'; |
| "use strict"; | ||
| /** | ||
| * Model: UpdateGroupRequestAutoUpdate | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=update-group-request-auto-update.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"update-group-request-auto-update.js","sourceRoot":"","sources":["../../../../src/models/v1/update-group-request-auto-update/update-group-request-auto-update.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"update-group-request-auto-update.js","sourceRoot":"","sources":["../../../../src/models/v1/update-group-request-auto-update/update-group-request-auto-update.ts"],"names":[],"mappings":""} |
@@ -1,7 +0,1 @@ | ||
| /** | ||
| * Model: UpdateGroupRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| import { UpdateGroupRequestAutoUpdate } from '../update-group-request-auto-update'; | ||
@@ -8,0 +2,0 @@ export interface UpdateGroupRequest { |
| "use strict"; | ||
| /** | ||
| * Model: UpdateGroupRequest | ||
| * | ||
| * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. | ||
| * | ||
| */ | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=update-group-request.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"update-group-request.js","sourceRoot":"","sources":["../../../../src/models/v1/update-group-request/update-group-request.ts"],"names":[],"mappings":";AAAA;;;;;GAKG"} | ||
| {"version":3,"file":"update-group-request.js","sourceRoot":"","sources":["../../../../src/models/v1/update-group-request/update-group-request.ts"],"names":[],"mappings":""} |
@@ -80,3 +80,3 @@ "use strict"; | ||
| const formattedRegion = region !== '' ? `${region}.` : ''; | ||
| return `https://${useZapStack ? 'zt.' : ''}${formattedRegion}sms.api.sinch.com`; | ||
| return (0, sdk_client_1.formatRegionalizedHostname)(sdk_client_1.SMS_HOSTNAME, `${useZapStack ? 'zt.' : ''}${formattedRegion}`); | ||
| } | ||
@@ -83,0 +83,0 @@ } |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"sms-domain-api.js","sourceRoot":"","sources":["../../../src/rest/v1/sms-domain-api.ts"],"names":[],"mappings":"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"} | ||
| {"version":3,"file":"sms-domain-api.js","sourceRoot":"","sources":["../../../src/rest/v1/sms-domain-api.ts"],"names":[],"mappings":"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"} |
+2
-2
| { | ||
| "name": "@sinch/sms", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "description": "Sinch SMS API", | ||
@@ -31,3 +31,3 @@ "homepage": "", | ||
| "dependencies": { | ||
| "@sinch/sdk-client": "^1.0.0" | ||
| "@sinch/sdk-client": "^1.1.0" | ||
| }, | ||
@@ -34,0 +34,0 @@ "devDependencies": {}, |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1
-50%195914
-2.69%2746
-9.67%Updated