@forteplatforms/sdk 1.0.114 → 1.0.116
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.
|
@@ -107,6 +107,7 @@ export declare const ForteApiExceptionErrorCodeType: {
|
|
|
107
107
|
readonly PAYMENTS_PROVIDER_REJECTED: "PAYMENTS_PROVIDER_REJECTED";
|
|
108
108
|
readonly EMAIL_CONFIGURATION_INVALID: "EMAIL_CONFIGURATION_INVALID";
|
|
109
109
|
readonly SES_TENANT_NOT_PROVISIONED: "SES_TENANT_NOT_PROVISIONED";
|
|
110
|
+
readonly SMS_CONFIGURATION_INVALID: "SMS_CONFIGURATION_INVALID";
|
|
110
111
|
};
|
|
111
112
|
export type ForteApiExceptionErrorCodeType = typeof ForteApiExceptionErrorCodeType[keyof typeof ForteApiExceptionErrorCodeType];
|
|
112
113
|
/**
|
|
@@ -91,7 +91,8 @@ exports.ForteApiExceptionErrorCodeType = {
|
|
|
91
91
|
EXTERNAL_API_ERROR: 'EXTERNAL_API_ERROR',
|
|
92
92
|
PAYMENTS_PROVIDER_REJECTED: 'PAYMENTS_PROVIDER_REJECTED',
|
|
93
93
|
EMAIL_CONFIGURATION_INVALID: 'EMAIL_CONFIGURATION_INVALID',
|
|
94
|
-
SES_TENANT_NOT_PROVISIONED: 'SES_TENANT_NOT_PROVISIONED'
|
|
94
|
+
SES_TENANT_NOT_PROVISIONED: 'SES_TENANT_NOT_PROVISIONED',
|
|
95
|
+
SMS_CONFIGURATION_INVALID: 'SMS_CONFIGURATION_INVALID'
|
|
95
96
|
};
|
|
96
97
|
/**
|
|
97
98
|
* Check if a given object implements the ForteApiException interface.
|