@vendasta/forms_microservice 0.20.0 → 0.21.0

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.
@@ -139,6 +139,7 @@ export interface ListFormsRequestInterface {
139
139
  filters?: ListFormsRequestFiltersInterface;
140
140
  pagingOptions?: PagedRequestOptionsInterface;
141
141
  filtersV2?: FilterGroupInterface;
142
+ searchTerm?: string;
142
143
  }
143
144
  export interface ListFormsResponseInterface {
144
145
  formRows?: ListFormsResponseFormRowInterface[];
@@ -228,6 +228,7 @@ export declare class ListFormsRequest implements i.ListFormsRequestInterface {
228
228
  filters: ListFormsRequestFilters;
229
229
  pagingOptions: PagedRequestOptions;
230
230
  filtersV2: FilterGroup;
231
+ searchTerm: string;
231
232
  static fromProto(proto: any): ListFormsRequest;
232
233
  constructor(kwargs?: i.ListFormsRequestInterface);
233
234
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/forms_microservice",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"