@vendasta/forms_microservice 0.8.0 → 0.9.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.
@@ -219,9 +219,11 @@ export declare class ListMappedFieldSchemaResponse implements i.ListMappedFieldS
219
219
  export declare class MappedField implements i.MappedFieldInterface {
220
220
  id: string;
221
221
  type: e.FieldType;
222
+ name: string;
222
223
  options: FieldOption[];
223
224
  mappedTo: string;
224
225
  systemDefined: SystemDefined;
226
+ readonly: boolean;
225
227
  static fromProto(proto: any): MappedField;
226
228
  constructor(kwargs?: i.MappedFieldInterface);
227
229
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/forms_microservice",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"