@vendasta/forms_microservice 0.22.0 → 0.23.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.
@@ -100,6 +100,7 @@ export interface GenerateCustomCSSRequestInterface {
100
100
  prompt?: string;
101
101
  imageUrls?: string[];
102
102
  htmlTemplate?: string;
103
+ formId?: string;
103
104
  }
104
105
  export interface GenerateCustomCSSResponseInterface {
105
106
  generatedCss?: StylesInterface;
@@ -153,6 +153,7 @@ export declare class GenerateCustomCSSRequest implements i.GenerateCustomCSSRequ
153
153
  prompt: string;
154
154
  imageUrls: string[];
155
155
  htmlTemplate: string;
156
+ formId: string;
156
157
  static fromProto(proto: any): GenerateCustomCSSRequest;
157
158
  constructor(kwargs?: i.GenerateCustomCSSRequestInterface);
158
159
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/forms_microservice",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"