@automate.ax/integration-contracts 0.152.3 → 0.152.4

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.
@@ -56,8 +56,8 @@ export declare const GOOGLE_FORMS_FORM_CHANGED_EVENT_SCHEMA: z.ZodObject<{
56
56
  time: "time";
57
57
  duration: "duration";
58
58
  checkbox: "checkbox";
59
- rating: "rating";
60
59
  shortText: "shortText";
60
+ rating: "rating";
61
61
  paragraph: "paragraph";
62
62
  multipleChoice: "multipleChoice";
63
63
  dropdown: "dropdown";
@@ -40,7 +40,7 @@ export declare function normalizeForm(form: forms_v1.Schema$Form): {
40
40
  choices: string[];
41
41
  questionId: string;
42
42
  required: boolean;
43
- type: "unknown" | "date" | "time" | "duration" | "checkbox" | "rating" | "shortText" | "paragraph" | "multipleChoice" | "dropdown" | "scale" | "fileUpload" | "gridRow";
43
+ type: "unknown" | "date" | "time" | "duration" | "checkbox" | "shortText" | "rating" | "paragraph" | "multipleChoice" | "dropdown" | "scale" | "fileUpload" | "gridRow";
44
44
  date?: {
45
45
  includeTime: boolean;
46
46
  includeYear: boolean;
@@ -104,7 +104,7 @@ export declare function normalizeFormItem(item: forms_v1.Schema$Item, index: num
104
104
  choices: string[];
105
105
  questionId: string;
106
106
  required: boolean;
107
- type: "unknown" | "date" | "time" | "duration" | "checkbox" | "rating" | "shortText" | "paragraph" | "multipleChoice" | "dropdown" | "scale" | "fileUpload" | "gridRow";
107
+ type: "unknown" | "date" | "time" | "duration" | "checkbox" | "shortText" | "rating" | "paragraph" | "multipleChoice" | "dropdown" | "scale" | "fileUpload" | "gridRow";
108
108
  date?: {
109
109
  includeTime: boolean;
110
110
  includeYear: boolean;
@@ -58,8 +58,8 @@ export declare const googleFormsTriggerContracts: {
58
58
  time: "time";
59
59
  duration: "duration";
60
60
  checkbox: "checkbox";
61
- rating: "rating";
62
61
  shortText: "shortText";
62
+ rating: "rating";
63
63
  paragraph: "paragraph";
64
64
  multipleChoice: "multipleChoice";
65
65
  dropdown: "dropdown";
@@ -278,8 +278,8 @@ export declare const NORMALIZED_QUESTION_SCHEMA: z.ZodObject<{
278
278
  time: "time";
279
279
  duration: "duration";
280
280
  checkbox: "checkbox";
281
- rating: "rating";
282
281
  shortText: "shortText";
282
+ rating: "rating";
283
283
  paragraph: "paragraph";
284
284
  multipleChoice: "multipleChoice";
285
285
  dropdown: "dropdown";
@@ -332,8 +332,8 @@ export declare const FORM_ITEM_SCHEMA: z.ZodObject<{
332
332
  time: "time";
333
333
  duration: "duration";
334
334
  checkbox: "checkbox";
335
- rating: "rating";
336
335
  shortText: "shortText";
336
+ rating: "rating";
337
337
  paragraph: "paragraph";
338
338
  multipleChoice: "multipleChoice";
339
339
  dropdown: "dropdown";
@@ -400,8 +400,8 @@ export declare const FORM_SCHEMA: z.ZodObject<{
400
400
  time: "time";
401
401
  duration: "duration";
402
402
  checkbox: "checkbox";
403
- rating: "rating";
404
403
  shortText: "shortText";
404
+ rating: "rating";
405
405
  paragraph: "paragraph";
406
406
  multipleChoice: "multipleChoice";
407
407
  dropdown: "dropdown";
@@ -569,8 +569,8 @@ export declare const FORM_BATCH_UPDATE_SCHEMA: z.ZodObject<{
569
569
  time: "time";
570
570
  duration: "duration";
571
571
  checkbox: "checkbox";
572
- rating: "rating";
573
572
  shortText: "shortText";
573
+ rating: "rating";
574
574
  paragraph: "paragraph";
575
575
  multipleChoice: "multipleChoice";
576
576
  dropdown: "dropdown";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/integration-contracts",
3
- "version": "0.152.3",
3
+ "version": "0.152.4",
4
4
  "description": "Shared integration payload contracts and provider primitives for Automate.ax.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@anthropic-ai/sdk": "0.123.0",
75
- "@automate.ax/codec": "0.152.3",
75
+ "@automate.ax/codec": "0.152.4",
76
76
  "@cfworker/json-schema": "^4.1.1",
77
77
  "@googleapis/calendar": "^16.0.0",
78
78
  "@googleapis/forms": "^6.0.1",