@mysten/kiosk
Advanced tools
Comparing version 0.0.0-experimental-20230725233711 to 0.0.0-experimental-20230726164624
# @mysten/kiosk | ||
## 0.0.0-experimental-20230725233711 | ||
## 0.0.0-experimental-20230726164624 | ||
@@ -23,3 +23,3 @@ ### Minor Changes | ||
- Updated dependencies [001148443] | ||
- @mysten/sui.js@0.0.0-experimental-20230725233711 | ||
- @mysten/sui.js@0.0.0-experimental-20230726164624 | ||
@@ -26,0 +26,0 @@ ## 0.3.3 |
@@ -1,2 +0,2 @@ | ||
import { ObjectOwner } from '@mysten/sui.js'; | ||
import { ObjectOwner } from '@mysten/sui.js/client'; | ||
/** The Transfer Policy module. */ | ||
@@ -3,0 +3,0 @@ export declare const TRANSFER_POLICY_MODULE = "0x2::transfer_policy"; |
import { SharedObjectRef, SuiObjectRef, SuiObjectResponse } from '@mysten/sui.js'; | ||
import { TransactionBlock, TransactionArgument } from '@mysten/sui.js/transactions'; | ||
import { type DynamicFieldInfo } from '@mysten/sui.js'; | ||
import { type DynamicFieldInfo } from '@mysten/sui.js/client'; | ||
import { Kiosk, KioskData, KioskListing, RulesEnvironmentParam } from './types'; | ||
@@ -40,13 +40,2 @@ import { SuiClient, PaginationArguments } from '@mysten/sui.js/client'; | ||
*/ | ||
export declare function getAllDynamicFields(client: SuiClient, parentId: string, pagination: PaginationArguments<string>): Promise<{ | ||
type: "DynamicField" | "DynamicObject"; | ||
objectType: string; | ||
objectId: string; | ||
version: number; | ||
digest: string; | ||
name: { | ||
type: string; | ||
value?: any; | ||
}; | ||
bcsName: string; | ||
}[]>; | ||
export declare function getAllDynamicFields(client: SuiClient, parentId: string, pagination: PaginationArguments<string>): Promise<DynamicFieldInfo[]>; |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Kiosk library", | ||
"version": "0.0.0-experimental-20230725233711", | ||
"version": "0.0.0-experimental-20230726164624", | ||
"license": "Apache-2.0", | ||
@@ -28,3 +28,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@mysten/sui.js": "0.0.0-experimental-20230725233711" | ||
"@mysten/sui.js": "0.0.0-experimental-20230726164624" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
// Copyright (c) Mysten Labs, Inc. | ||
// SPDX-License-Identifier: Apache-2.0 | ||
import { ObjectOwner } from '@mysten/sui.js'; | ||
import { ObjectOwner } from '@mysten/sui.js/client'; | ||
@@ -6,0 +6,0 @@ /** The Transfer Policy module. */ |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
import { TransactionBlock, TransactionArgument } from '@mysten/sui.js/transactions'; | ||
import { type DynamicFieldInfo } from '@mysten/sui.js'; | ||
import { type DynamicFieldInfo } from '@mysten/sui.js/client'; | ||
import { bcs } from './bcs'; | ||
@@ -9,0 +9,0 @@ import { KIOSK_TYPE, Kiosk, KioskData, KioskListing, RulesEnvironmentParam } from './types'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
213264
3086
+ Added@mysten/sui.js@0.0.0-experimental-20230726164624(transitive)
- Removed@mysten/sui.js@0.0.0-experimental-20230725233711(transitive)