quip-apps-api
Advanced tools
Comparing version 0.2.0-alpha.28 to 0.2.0-alpha.29
@@ -6,2 +6,10 @@ # Change Log | ||
# 0.2.0-alpha.29 (2021-09-13) | ||
**Note:** Version bump only for package quip-apps-api | ||
# 0.2.0-alpha.28 (2021-09-09) | ||
@@ -8,0 +16,0 @@ |
@@ -155,4 +155,4 @@ import { ReactNode } from "react"; | ||
documentTemplateSettingsValue: { | ||
salesforce_org_id: string; | ||
salesforce_object_type: string; | ||
orgId: string; | ||
sObjectApiName: string; | ||
}; | ||
@@ -242,4 +242,4 @@ elementHtmlValue: string; | ||
getDocumentTemplateSettings(): { | ||
salesforce_org_id: string; | ||
salesforce_object_type: string; | ||
orgId: string; | ||
sObjectApiName: string; | ||
}; | ||
@@ -246,0 +246,0 @@ getFocusedRichTextRecord(): RichTextRecord | undefined; |
@@ -104,4 +104,4 @@ "use strict"; | ||
this.documentTemplateSettingsValue = { | ||
salesforce_org_id: "", | ||
salesforce_object_type: "" | ||
orgId: "", | ||
sObjectApiName: "" | ||
}; | ||
@@ -108,0 +108,0 @@ this.elementHtmlValue = ""; |
{ | ||
"name": "quip-apps-api", | ||
"version": "0.2.0-alpha.28", | ||
"version": "0.2.0-alpha.29", | ||
"description": "Quip Live Apps API", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "9dbd5e47899d3e5e1211112c02c36b4bc45de4cf" | ||
"gitHead": "5f1136e6e7cad6665c54e568bef4489cf7b1f1bf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163426