oci-emaildataplane 2.102.1 → 2.103.0
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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +2 -2
- package/lib/client.js +2 -2
- package/lib/model/email-address.d.ts +1 -1
- package/lib/model/email-address.js +1 -1
- package/lib/model/email-submitted-response.d.ts +1 -1
- package/lib/model/email-submitted-response.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/recipients.d.ts +1 -1
- package/lib/model/recipients.js +1 -1
- package/lib/model/sender.d.ts +2 -2
- package/lib/model/sender.js +1 -1
- package/lib/model/submit-email-details.d.ts +1 -1
- package/lib/model/submit-email-details.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/submit-email-request.d.ts +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
package/lib/client.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -87,7 +87,7 @@ export declare class EmailDPClient {
|
|
|
87
87
|
* @param SubmitEmailRequest
|
|
88
88
|
* @return SubmitEmailResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.
|
|
90
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emaildataplane/SubmitEmail.ts.html |here} to see how to use SubmitEmail API.
|
|
91
91
|
*/
|
|
92
92
|
submitEmail(submitEmailRequest: requests.SubmitEmailRequest): Promise<responses.SubmitEmailResponse>;
|
|
93
93
|
}
|
package/lib/client.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -193,7 +193,7 @@ class EmailDPClient {
|
|
|
193
193
|
* @param SubmitEmailRequest
|
|
194
194
|
* @return SubmitEmailResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.
|
|
196
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emaildataplane/SubmitEmail.ts.html |here} to see how to use SubmitEmail API.
|
|
197
197
|
*/
|
|
198
198
|
submitEmail(submitEmailRequest) {
|
|
199
199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
package/lib/model/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
package/lib/model/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
package/lib/model/recipients.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
package/lib/model/sender.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
export interface Sender {
|
|
20
20
|
"senderAddress": model.EmailAddress;
|
|
21
21
|
/**
|
|
22
|
-
* The [OCID](https://docs.
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the approved sender resource.
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
25
25
|
}
|
package/lib/model/sender.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
package/lib/request/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
package/lib/request/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emaildataplane/SubmitEmail.ts.html |here} to see how to use SubmitEmailRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SubmitEmailRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/lib/response/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Email Delivery Submission API
|
|
3
3
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
4
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
4
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20220926
|
|
7
7
|
* Contact: email-dev_us_grp@oracle.com
|
package/lib/response/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Email Delivery Submission API
|
|
4
4
|
* Use the Email Delivery API to send high-volume and application-generated emails.
|
|
5
|
-
For more information, see [Overview of the Email Delivery Service](/iaas/Content/Email/Concepts/overview.htm).
|
|
5
|
+
For more information, see [Overview of the Email Delivery Service](https://docs.oracle.com/iaas/Content/Email/Concepts/overview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20220926
|
|
8
8
|
* Contact: email-dev_us_grp@oracle.com
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-emaildataplane",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Email Data Plane Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|