@appconda/sdk 1.0.614 → 1.0.616

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.
@@ -827,6 +827,74 @@ export declare const RunLinearImportSchema: z.ZodObject<{
827
827
  }, z.core.$strip>>;
828
828
  }, z.core.$strip>>;
829
829
  }, z.core.$strip>;
830
+ export declare const EnsureNotionImportCredentialSchema: z.ZodObject<{
831
+ tenantId: z.ZodString;
832
+ }, z.core.$strip>;
833
+ export declare const ListNotionImportSourcesSchema: z.ZodObject<{
834
+ tenantId: z.ZodString;
835
+ }, z.core.$strip>;
836
+ export declare const PreviewNotionImportSchema: z.ZodObject<{
837
+ tenantId: z.ZodString;
838
+ sourceIds: z.ZodArray<z.ZodString>;
839
+ }, z.core.$strip>;
840
+ export declare const RunNotionImportSchema: z.ZodObject<{
841
+ tenantId: z.ZodString;
842
+ sourceIds: z.ZodArray<z.ZodString>;
843
+ sources: z.ZodArray<z.ZodObject<{
844
+ sourceId: z.ZodString;
845
+ collectionName: z.ZodString;
846
+ collectionDisplayName: z.ZodString;
847
+ fields: z.ZodArray<z.ZodObject<{
848
+ fieldId: z.ZodString;
849
+ type: z.ZodString;
850
+ displayName: z.ZodString;
851
+ name: z.ZodString;
852
+ required: z.ZodOptional<z.ZodBoolean>;
853
+ config: z.ZodOptional<z.ZodObject<{}, z.core.$catchall<z.ZodAny>>>;
854
+ relationTargetSourceId: z.ZodOptional<z.ZodString>;
855
+ fallbackReason: z.ZodOptional<z.ZodString>;
856
+ }, z.core.$strip>>;
857
+ }, z.core.$strip>>;
858
+ }, z.core.$strip>;
859
+ export declare const EnsureTrelloImportCredentialSchema: z.ZodObject<{
860
+ tenantId: z.ZodString;
861
+ }, z.core.$strip>;
862
+ export declare const ConnectTrelloImportCredentialSchema: z.ZodObject<{
863
+ tenantId: z.ZodString;
864
+ token: z.ZodString;
865
+ }, z.core.$strip>;
866
+ export declare const ListTrelloImportSourcesSchema: z.ZodObject<{
867
+ tenantId: z.ZodString;
868
+ boardId: z.ZodOptional<z.ZodString>;
869
+ includeArchivedLists: z.ZodOptional<z.ZodBoolean>;
870
+ }, z.core.$strip>;
871
+ export declare const PreviewTrelloImportSchema: z.ZodObject<{
872
+ tenantId: z.ZodString;
873
+ boardId: z.ZodString;
874
+ listIds: z.ZodArray<z.ZodString>;
875
+ includeArchivedLists: z.ZodOptional<z.ZodBoolean>;
876
+ includeClosedCards: z.ZodOptional<z.ZodBoolean>;
877
+ }, z.core.$strip>;
878
+ export declare const RunTrelloImportSchema: z.ZodObject<{
879
+ tenantId: z.ZodString;
880
+ boardId: z.ZodString;
881
+ listIds: z.ZodArray<z.ZodString>;
882
+ includeArchivedLists: z.ZodOptional<z.ZodBoolean>;
883
+ includeClosedCards: z.ZodOptional<z.ZodBoolean>;
884
+ lists: z.ZodArray<z.ZodObject<{
885
+ listId: z.ZodString;
886
+ collectionName: z.ZodString;
887
+ collectionDisplayName: z.ZodString;
888
+ fields: z.ZodArray<z.ZodObject<{
889
+ fieldId: z.ZodString;
890
+ type: z.ZodString;
891
+ displayName: z.ZodString;
892
+ name: z.ZodString;
893
+ required: z.ZodOptional<z.ZodBoolean>;
894
+ config: z.ZodOptional<z.ZodObject<{}, z.core.$catchall<z.ZodAny>>>;
895
+ }, z.core.$strip>>;
896
+ }, z.core.$strip>>;
897
+ }, z.core.$strip>;
830
898
  export declare const BulkUpdateRecordsSchema: z.ZodObject<{
831
899
  tenantId: z.ZodString;
832
900
  collectionId: z.ZodString;