@rlvt/contents-openapi-client 1.0.414 → 1.0.415
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/build/api.d.ts +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1701,7 +1701,7 @@ export default class {
|
|
|
1701
1701
|
dependenciesData: {
|
|
1702
1702
|
[key: string]: unknown;
|
|
1703
1703
|
};
|
|
1704
|
-
renderType?: "email" | "raw" | "mobile-push-image" | "mobile-app-image" | "web-image" | "mobile-sms-preview" | undefined;
|
|
1704
|
+
renderType?: "email" | "raw" | "mobile-push-image" | "mobile-inbox-image" | "mobile-app-image" | "web-image" | "web-html" | "landing-page" | "mobile-sms-preview" | undefined;
|
|
1705
1705
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
1706
1706
|
};
|
|
1707
1707
|
get Usage(): {
|
package/package.json
CHANGED