@visa-check-r/integrations 0.0.42 → 0.0.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/dist/index.d.mts CHANGED
@@ -267,6 +267,7 @@ interface ChecklistItem {
267
267
  id: string;
268
268
  title: string;
269
269
  formLabel: string;
270
+ formShortName: string;
270
271
  description: string;
271
272
  visaType: VisaType | "universal";
272
273
  inputType: "text" | "file";
package/dist/index.d.ts CHANGED
@@ -267,6 +267,7 @@ interface ChecklistItem {
267
267
  id: string;
268
268
  title: string;
269
269
  formLabel: string;
270
+ formShortName: string;
270
271
  description: string;
271
272
  visaType: VisaType | "universal";
272
273
  inputType: "text" | "file";
package/dist/index.esm.js CHANGED
@@ -1170,6 +1170,7 @@ var checklistItemQuery = [
1170
1170
  "id",
1171
1171
  "title",
1172
1172
  "formLabel",
1173
+ "formShortName",
1173
1174
  "description",
1174
1175
  "visaType",
1175
1176
  "inputType",