@retter/sdk 0.2.40 → 0.2.43

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/README.MD CHANGED
@@ -190,6 +190,7 @@ interface RetterCloudObjectMethod {
190
190
  readonly?: boolean
191
191
  inputModel?: string
192
192
  outputModel?: string
193
+ queryStringModel?: string
193
194
  }
194
195
  ```
195
196