@rlvt/contents-openapi-client 1.0.413 → 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.
Files changed (2) hide show
  1. package/build/api.d.ts +1 -1
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/contents-openapi-client",
3
- "version": "1.0.413+e87e56b",
3
+ "version": "1.0.415+e147a82",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",