@poolzfinance/api4 1.11.49 → 1.11.50

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.
@@ -179,32 +179,32 @@ export type CleanCacheResult = {
179
179
  id: Scalars['String']['output'];
180
180
  };
181
181
  export type CreateAssetRequest = {
182
- Message: CreateAssetRequest_Message;
183
- Signature: Scalars['String']['input'];
182
+ message: CreateAssetRequest_Message;
183
+ signature: Scalars['String']['input'];
184
184
  };
185
185
  export type CreateAssetRequest_Message = {
186
- ChainId: Scalars['Int']['input'];
187
- PoolId: Scalars['Int']['input'];
188
- Refund?: InputMaybe<CreateAssetRequest_Refund>;
189
- Schedules: Array<CreateAssetRequest_Schedule>;
190
- Users: Array<CreateAssetRequest_User>;
186
+ chainId: Scalars['Int']['input'];
187
+ poolId: Scalars['Int']['input'];
188
+ refund?: InputMaybe<CreateAssetRequest_Refund>;
189
+ schedules: Array<CreateAssetRequest_Schedule>;
190
+ users: Array<CreateAssetRequest_User>;
191
191
  };
192
192
  export type CreateAssetRequest_Refund = {
193
- ChainId: Scalars['Int']['input'];
194
- DealProvider: Scalars['String']['input'];
195
- FinishTime: Scalars['Int']['input'];
196
- PoolId: Scalars['Int']['input'];
197
- Ratio: Scalars['Float']['input'];
193
+ chainId: Scalars['Int']['input'];
194
+ dealProvider: Scalars['String']['input'];
195
+ finishTime: Scalars['Int']['input'];
196
+ poolId: Scalars['Int']['input'];
197
+ weiRatio: Scalars['String']['input'];
198
198
  };
199
199
  export type CreateAssetRequest_Schedule = {
200
- FinishTime?: InputMaybe<Scalars['Int']['input']>;
201
- ProviderAddress: Scalars['String']['input'];
202
- Ratio: Scalars['Float']['input'];
203
- StartTime: Scalars['Int']['input'];
200
+ finishTime: Scalars['Int']['input'];
201
+ providerAddress: Scalars['String']['input'];
202
+ startTime: Scalars['Int']['input'];
203
+ weiRatio: Scalars['String']['input'];
204
204
  };
205
205
  export type CreateAssetRequest_User = {
206
- UserAddress: Scalars['String']['input'];
207
- WeiAmount: Scalars['String']['input'];
206
+ userAddress: Scalars['String']['input'];
207
+ weiAmount: Scalars['String']['input'];
208
208
  };
209
209
  export type CreateAssetResponse = {
210
210
  __typename?: 'CreateAssetResponse';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzfinance/api4",
3
- "version": "1.11.49",
3
+ "version": "1.11.50",
4
4
  "description": "Bridge between front and back",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",