@b3dotfun/sdk 0.0.53-alpha.3 → 0.0.53-alpha.4

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.
@@ -8,7 +8,7 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
8
8
  payload: any;
9
9
  collection: {
10
10
  description?: string | undefined;
11
- status?: "DRAFT" | "ACTIVE" | "INACTIVE" | undefined;
11
+ status?: "ACTIVE" | "INACTIVE" | "DRAFT" | undefined;
12
12
  metadata?: {} | undefined;
13
13
  createdAt?: string | undefined;
14
14
  updatedAt?: string | undefined;
@@ -69,10 +69,10 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
69
69
  */
70
70
  export declare const useSigMintCollection: ({ address, chainId }: FindByAddressParams) => {
71
71
  data: {
72
- description?: string | undefined;
72
+ status?: "ACTIVE" | "INACTIVE" | "DRAFT" | undefined;
73
73
  createdAt?: string | undefined;
74
74
  updatedAt?: string | undefined;
75
- status?: "DRAFT" | "ACTIVE" | "INACTIVE" | undefined;
75
+ description?: string | undefined;
76
76
  metadata?: {} | undefined;
77
77
  logoURI?: string | undefined;
78
78
  creator?: string | undefined;
@@ -87,8 +87,8 @@ export declare const useSigMintCollection: ({ address, chainId }: FindByAddressP
87
87
  validityEndTimestamp?: number | undefined;
88
88
  metadata: {
89
89
  properties?: any;
90
- description?: string | undefined;
91
90
  name?: string | undefined;
91
+ description?: string | undefined;
92
92
  image?: string | undefined;
93
93
  attributes?: any;
94
94
  externalLink?: string | undefined;
@@ -8,7 +8,7 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
8
8
  payload: any;
9
9
  collection: {
10
10
  description?: string | undefined;
11
- status?: "DRAFT" | "ACTIVE" | "INACTIVE" | undefined;
11
+ status?: "ACTIVE" | "INACTIVE" | "DRAFT" | undefined;
12
12
  metadata?: {} | undefined;
13
13
  createdAt?: string | undefined;
14
14
  updatedAt?: string | undefined;
@@ -69,10 +69,10 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
69
69
  */
70
70
  export declare const useSigMintCollection: ({ address, chainId }: FindByAddressParams) => {
71
71
  data: {
72
- description?: string | undefined;
72
+ status?: "ACTIVE" | "INACTIVE" | "DRAFT" | undefined;
73
73
  createdAt?: string | undefined;
74
74
  updatedAt?: string | undefined;
75
- status?: "DRAFT" | "ACTIVE" | "INACTIVE" | undefined;
75
+ description?: string | undefined;
76
76
  metadata?: {} | undefined;
77
77
  logoURI?: string | undefined;
78
78
  creator?: string | undefined;
@@ -87,8 +87,8 @@ export declare const useSigMintCollection: ({ address, chainId }: FindByAddressP
87
87
  validityEndTimestamp?: number | undefined;
88
88
  metadata: {
89
89
  properties?: any;
90
- description?: string | undefined;
91
90
  name?: string | undefined;
91
+ description?: string | undefined;
92
92
  image?: string | undefined;
93
93
  attributes?: any;
94
94
  externalLink?: string | undefined;
@@ -8,7 +8,7 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
8
8
  payload: any;
9
9
  collection: {
10
10
  description?: string | undefined;
11
- status?: "DRAFT" | "ACTIVE" | "INACTIVE" | undefined;
11
+ status?: "ACTIVE" | "INACTIVE" | "DRAFT" | undefined;
12
12
  metadata?: {} | undefined;
13
13
  createdAt?: string | undefined;
14
14
  updatedAt?: string | undefined;
@@ -69,10 +69,10 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
69
69
  */
70
70
  export declare const useSigMintCollection: ({ address, chainId }: FindByAddressParams) => {
71
71
  data: {
72
- description?: string | undefined;
72
+ status?: "ACTIVE" | "INACTIVE" | "DRAFT" | undefined;
73
73
  createdAt?: string | undefined;
74
74
  updatedAt?: string | undefined;
75
- status?: "DRAFT" | "ACTIVE" | "INACTIVE" | undefined;
75
+ description?: string | undefined;
76
76
  metadata?: {} | undefined;
77
77
  logoURI?: string | undefined;
78
78
  creator?: string | undefined;
@@ -87,8 +87,8 @@ export declare const useSigMintCollection: ({ address, chainId }: FindByAddressP
87
87
  validityEndTimestamp?: number | undefined;
88
88
  metadata: {
89
89
  properties?: any;
90
- description?: string | undefined;
91
90
  name?: string | undefined;
91
+ description?: string | undefined;
92
92
  image?: string | undefined;
93
93
  attributes?: any;
94
94
  externalLink?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.53-alpha.3",
3
+ "version": "0.0.53-alpha.4",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -277,7 +277,7 @@
277
277
  "constants"
278
278
  ],
279
279
  "dependencies": {
280
- "@b3dotfun/b3-api": "0.0.50",
280
+ "@b3dotfun/b3-api": "0.0.66",
281
281
  "@b3dotfun/basement-api": "0.0.11",
282
282
  "@feathersjs/authentication-client": "5.0.33",
283
283
  "@feathersjs/feathers": "5.0.33",