Comparing version 0.9.0-alpha to 0.9.1-alpha
@@ -0,2 +1,7 @@ | ||
import Resource from "../class/Resource"; | ||
import { APIResourceData } from "./api"; | ||
import { DocumentPickerResult } from "./expo"; | ||
export * from "./api"; | ||
export * from './expo'; | ||
export type ResourceData = Resource | APIResourceData; | ||
export type AttachmentDataFile = File | DocumentPickerResult; |
@@ -1,5 +0,2 @@ | ||
import Resource from "../class/Resource"; | ||
import { APIResourceData, DocumentPickerResult } from "../@types"; | ||
export type ResourceData = Resource | APIResourceData; | ||
export type AttachmentDataFile = File | DocumentPickerResult; | ||
import { AttachmentDataFile, ResourceData } from "../@types"; | ||
export interface AttachmentDataBuilder { | ||
@@ -6,0 +3,0 @@ file?: AttachmentDataFile; |
{ | ||
"name": "rr-apilib", | ||
"version": "0.9.0-alpha", | ||
"version": "0.9.1-alpha", | ||
"description": "Library for interact with RR-API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
186239
2742