pingram 1.0.3-alpha.910 → 1.0.3-alpha.911

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.
@@ -138,7 +138,8 @@ export interface GetLogsResponseMessagesInner {
138
138
  export declare enum GetLogsResponseMessagesInnerResolutionTypeEnum {
139
139
  REPLY = "reply",
140
140
  BUILTIN = "builtin",
141
- CUSTOM = "custom"
141
+ CUSTOM = "custom",
142
+ INBOUND = "inbound"
142
143
  }
143
144
  /**
144
145
  * Check if a given object implements the GetLogsResponseMessagesInner interface.
@@ -29,6 +29,7 @@ var GetLogsResponseMessagesInnerResolutionTypeEnum;
29
29
  GetLogsResponseMessagesInnerResolutionTypeEnum["REPLY"] = "reply";
30
30
  GetLogsResponseMessagesInnerResolutionTypeEnum["BUILTIN"] = "builtin";
31
31
  GetLogsResponseMessagesInnerResolutionTypeEnum["CUSTOM"] = "custom";
32
+ GetLogsResponseMessagesInnerResolutionTypeEnum["INBOUND"] = "inbound";
32
33
  })(GetLogsResponseMessagesInnerResolutionTypeEnum || (exports.GetLogsResponseMessagesInnerResolutionTypeEnum = GetLogsResponseMessagesInnerResolutionTypeEnum = {}));
33
34
  /**
34
35
  * Check if a given object implements the GetLogsResponseMessagesInner interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pingram",
3
- "version": "1.0.3-alpha.910",
3
+ "version": "1.0.3-alpha.911",
4
4
  "description": "Official Node.js SDK for Pingram - Send notifications via Email, SMS, Push, In-App, and more",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",