@robosystems/client 0.2.45 → 0.2.46

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.
package/types.gen.d.ts CHANGED
@@ -10666,7 +10666,7 @@ export type GetCreditSummaryData = {
10666
10666
  graph_id: string;
10667
10667
  };
10668
10668
  query?: never;
10669
- url: '/v1/graphs/{graph_id}/credits/summary';
10669
+ url: '/v1/graphs/{graph_id}/credits';
10670
10670
  };
10671
10671
  export type GetCreditSummaryErrors = {
10672
10672
  /**
@@ -10770,62 +10770,6 @@ export type ListCreditTransactionsResponses = {
10770
10770
  200: DetailedTransactionsResponse;
10771
10771
  };
10772
10772
  export type ListCreditTransactionsResponse = ListCreditTransactionsResponses[keyof ListCreditTransactionsResponses];
10773
- export type CheckCreditBalanceData = {
10774
- body?: never;
10775
- path: {
10776
- /**
10777
- * Graph Id
10778
- *
10779
- * Graph database identifier
10780
- */
10781
- graph_id: string;
10782
- };
10783
- query: {
10784
- /**
10785
- * Operation Type
10786
- *
10787
- * Type of operation to check
10788
- */
10789
- operation_type: string;
10790
- /**
10791
- * Base Cost
10792
- *
10793
- * Custom base cost (uses default if not provided)
10794
- */
10795
- base_cost?: number | string | null;
10796
- };
10797
- url: '/v1/graphs/{graph_id}/credits/balance/check';
10798
- };
10799
- export type CheckCreditBalanceErrors = {
10800
- /**
10801
- * Access denied to graph
10802
- */
10803
- 403: ErrorResponse;
10804
- /**
10805
- * Credit pool not found
10806
- */
10807
- 404: ErrorResponse;
10808
- /**
10809
- * Validation Error
10810
- */
10811
- 422: HttpValidationError;
10812
- /**
10813
- * Credit check failed
10814
- */
10815
- 500: ErrorResponse;
10816
- };
10817
- export type CheckCreditBalanceError = CheckCreditBalanceErrors[keyof CheckCreditBalanceErrors];
10818
- export type CheckCreditBalanceResponses = {
10819
- /**
10820
- * Response Checkcreditbalance
10821
- *
10822
- * Credit check completed
10823
- */
10824
- 200: {
10825
- [key: string]: unknown;
10826
- };
10827
- };
10828
- export type CheckCreditBalanceResponse = CheckCreditBalanceResponses[keyof CheckCreditBalanceResponses];
10829
10773
  export type GetDatabaseHealthData = {
10830
10774
  body?: never;
10831
10775
  path: {
@@ -11581,7 +11525,7 @@ export type GetMaterializationStatusData = {
11581
11525
  graph_id: string;
11582
11526
  };
11583
11527
  query?: never;
11584
- url: '/v1/graphs/{graph_id}/materialize/status';
11528
+ url: '/v1/graphs/{graph_id}/materialize';
11585
11529
  };
11586
11530
  export type GetMaterializationStatusErrors = {
11587
11531
  /**
package/types.gen.ts CHANGED
@@ -11206,7 +11206,7 @@ export type GetCreditSummaryData = {
11206
11206
  graph_id: string;
11207
11207
  };
11208
11208
  query?: never;
11209
- url: '/v1/graphs/{graph_id}/credits/summary';
11209
+ url: '/v1/graphs/{graph_id}/credits';
11210
11210
  };
11211
11211
 
11212
11212
  export type GetCreditSummaryErrors = {
@@ -11320,67 +11320,6 @@ export type ListCreditTransactionsResponses = {
11320
11320
 
11321
11321
  export type ListCreditTransactionsResponse = ListCreditTransactionsResponses[keyof ListCreditTransactionsResponses];
11322
11322
 
11323
- export type CheckCreditBalanceData = {
11324
- body?: never;
11325
- path: {
11326
- /**
11327
- * Graph Id
11328
- *
11329
- * Graph database identifier
11330
- */
11331
- graph_id: string;
11332
- };
11333
- query: {
11334
- /**
11335
- * Operation Type
11336
- *
11337
- * Type of operation to check
11338
- */
11339
- operation_type: string;
11340
- /**
11341
- * Base Cost
11342
- *
11343
- * Custom base cost (uses default if not provided)
11344
- */
11345
- base_cost?: number | string | null;
11346
- };
11347
- url: '/v1/graphs/{graph_id}/credits/balance/check';
11348
- };
11349
-
11350
- export type CheckCreditBalanceErrors = {
11351
- /**
11352
- * Access denied to graph
11353
- */
11354
- 403: ErrorResponse;
11355
- /**
11356
- * Credit pool not found
11357
- */
11358
- 404: ErrorResponse;
11359
- /**
11360
- * Validation Error
11361
- */
11362
- 422: HttpValidationError;
11363
- /**
11364
- * Credit check failed
11365
- */
11366
- 500: ErrorResponse;
11367
- };
11368
-
11369
- export type CheckCreditBalanceError = CheckCreditBalanceErrors[keyof CheckCreditBalanceErrors];
11370
-
11371
- export type CheckCreditBalanceResponses = {
11372
- /**
11373
- * Response Checkcreditbalance
11374
- *
11375
- * Credit check completed
11376
- */
11377
- 200: {
11378
- [key: string]: unknown;
11379
- };
11380
- };
11381
-
11382
- export type CheckCreditBalanceResponse = CheckCreditBalanceResponses[keyof CheckCreditBalanceResponses];
11383
-
11384
11323
  export type GetDatabaseHealthData = {
11385
11324
  body?: never;
11386
11325
  path: {
@@ -12244,7 +12183,7 @@ export type GetMaterializationStatusData = {
12244
12183
  graph_id: string;
12245
12184
  };
12246
12185
  query?: never;
12247
- url: '/v1/graphs/{graph_id}/materialize/status';
12186
+ url: '/v1/graphs/{graph_id}/materialize';
12248
12187
  };
12249
12188
 
12250
12189
  export type GetMaterializationStatusErrors = {