quip-apps-api
Advanced tools
Comparing version 0.2.0-alpha.21 to 0.2.0-alpha.22
@@ -6,2 +6,10 @@ # Change Log | ||
# 0.2.0-alpha.22 (2021-07-19) | ||
**Note:** Version bump only for package quip-apps-api | ||
# 0.2.0-alpha.21 (2021-07-12) | ||
@@ -8,0 +16,0 @@ |
@@ -23,3 +23,3 @@ import Record from "./record"; | ||
[key: string]: any; | ||
}, index?: number): T; | ||
}, index?: number, isProgrammatic?: boolean): T; | ||
contains(item: T): boolean; | ||
@@ -26,0 +26,0 @@ delete(isProgrammaticUpdate?: boolean): void; |
@@ -28,3 +28,3 @@ "use strict"; | ||
// properties definition | ||
add(value, index) { | ||
add(value, index, isProgrammatic) { | ||
const RecordConstructor = this.recordConstructor_; | ||
@@ -31,0 +31,0 @@ const item = new RecordConstructor(); |
@@ -68,3 +68,3 @@ import Client from "./client"; | ||
getPosition(): string; | ||
get(key: string): any; | ||
get(key: string, isProgrammatic?: boolean): any; | ||
has(key: string): boolean; | ||
@@ -71,0 +71,0 @@ set(key: string, value: any, isProgrammaticUpdate?: boolean): void; |
@@ -80,3 +80,3 @@ "use strict"; | ||
} | ||
get(key) { | ||
get(key, isProgrammatic) { | ||
// TODO: this is not exactly accurate for special types | ||
@@ -83,0 +83,0 @@ return this.data_[key]; |
{ | ||
"name": "quip-apps-api", | ||
"version": "0.2.0-alpha.21", | ||
"version": "0.2.0-alpha.22", | ||
"description": "Quip Live Apps API", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "14647dca73e00f039021c523f81c473a0b482ac3" | ||
"gitHead": "9e88ffe910a2782a8eea8700163bf883c7cd9223" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162270