@appconda/sdk 1.0.612 → 1.0.613

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.
@@ -732,6 +732,36 @@ export declare const BulkCreateRecordsSchema: z.ZodObject<{
732
732
  collectionId: z.ZodString;
733
733
  records: z.ZodArray<z.ZodObject<{}, z.core.$catchall<z.ZodAny>>>;
734
734
  }, z.core.$strip>;
735
+ export declare const EnsureAirtableImportCredentialSchema: z.ZodObject<{
736
+ tenantId: z.ZodString;
737
+ }, z.core.$strip>;
738
+ export declare const ListAirtableImportSourcesSchema: z.ZodObject<{
739
+ tenantId: z.ZodString;
740
+ }, z.core.$strip>;
741
+ export declare const PreviewAirtableImportSchema: z.ZodObject<{
742
+ tenantId: z.ZodString;
743
+ baseId: z.ZodString;
744
+ tableIds: z.ZodArray<z.ZodString>;
745
+ }, z.core.$strip>;
746
+ export declare const RunAirtableImportSchema: z.ZodObject<{
747
+ tenantId: z.ZodString;
748
+ baseId: z.ZodString;
749
+ tables: z.ZodArray<z.ZodObject<{
750
+ tableId: z.ZodString;
751
+ collectionName: z.ZodString;
752
+ collectionDisplayName: z.ZodString;
753
+ fields: z.ZodArray<z.ZodObject<{
754
+ fieldId: z.ZodString;
755
+ type: z.ZodString;
756
+ displayName: z.ZodString;
757
+ name: z.ZodString;
758
+ required: z.ZodOptional<z.ZodBoolean>;
759
+ config: z.ZodOptional<z.ZodObject<{}, z.core.$catchall<z.ZodAny>>>;
760
+ relationTargetTableId: z.ZodOptional<z.ZodString>;
761
+ fallbackReason: z.ZodOptional<z.ZodString>;
762
+ }, z.core.$strip>>;
763
+ }, z.core.$strip>>;
764
+ }, z.core.$strip>;
735
765
  export declare const BulkUpdateRecordsSchema: z.ZodObject<{
736
766
  tenantId: z.ZodString;
737
767
  collectionId: z.ZodString;