@xyo-network/payload-model
Advanced tools
Comparing version 3.6.0-rc.12 to 3.6.0-rc.13
@@ -1,5 +0,3 @@ | ||
import type { Hash } from '@xylabs/hex'; | ||
export interface PayloadFindFilter { | ||
limit?: number; | ||
offset?: Hash; | ||
order?: 'desc' | 'asc'; | ||
@@ -6,0 +4,0 @@ schema?: string | string[]; |
@@ -1,5 +0,3 @@ | ||
import type { Hash } from '@xylabs/hex'; | ||
export interface PayloadFindFilter { | ||
limit?: number; | ||
offset?: Hash; | ||
order?: 'desc' | 'asc'; | ||
@@ -6,0 +4,0 @@ schema?: string | string[]; |
@@ -1,5 +0,3 @@ | ||
import type { Hash } from '@xylabs/hex'; | ||
export interface PayloadFindFilter { | ||
limit?: number; | ||
offset?: Hash; | ||
order?: 'desc' | 'asc'; | ||
@@ -6,0 +4,0 @@ schema?: string | string[]; |
{ | ||
"name": "@xyo-network/payload-model", | ||
"version": "3.6.0-rc.12", | ||
"version": "3.6.0-rc.13", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -5,0 +5,0 @@ "homepage": "https://xyo.network", |
@@ -1,8 +0,5 @@ | ||
import type { Hash } from '@xylabs/hex' | ||
export interface PayloadFindFilter { | ||
limit?: number | ||
offset?: Hash | ||
order?: 'desc' | 'asc' | ||
schema?: string | string[] | ||
} |
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
220691
2190