@vrplatform/graphql 1.1.2 → 1.1.3

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.
@@ -189,7 +189,6 @@ export const scalarsEnumsHash = {
189
189
  file_storage_tag_select_column: true,
190
190
  file_storage_tag_update_column: true,
191
191
  file_storage_update_column: true,
192
- float8: true,
193
192
  issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
194
193
  issueDuplicatedPaymentsReturnType_enum_name: true,
195
194
  issueMessageOverwrite_constraint: true,
@@ -249,9 +248,6 @@ export const scalarsEnumsHash = {
249
248
  listing_status_select_column: true,
250
249
  listing_status_update_column: true,
251
250
  listing_update_column: true,
252
- metric_constraint: true,
253
- metric_select_column: true,
254
- metric_update_column: true,
255
251
  metricsActiveListingCreatedReturnType_enum_name: true,
256
252
  metricsBankRecordBalancesReturnType_enum_name: true,
257
253
  metricsCurrenciesReturnType_enum_name: true,
@@ -9558,17 +9554,6 @@ export const generatedSchema = {
9558
9554
  _set: { __type: "file_storage_set_input" },
9559
9555
  where: { __type: "file_storage_bool_exp!" },
9560
9556
  },
9561
- float8_comparison_exp: {
9562
- _eq: { __type: "float8" },
9563
- _gt: { __type: "float8" },
9564
- _gte: { __type: "float8" },
9565
- _in: { __type: "[float8!]" },
9566
- _is_null: { __type: "Boolean" },
9567
- _lt: { __type: "float8" },
9568
- _lte: { __type: "float8" },
9569
- _neq: { __type: "float8" },
9570
- _nin: { __type: "[float8!]" },
9571
- },
9572
9557
  issueConnectionsNeedVersionUpgradeReturnType: {
9573
9558
  __typename: { __type: "String!" },
9574
9559
  appIcon: { __type: "String!" },
@@ -13188,211 +13173,6 @@ export const generatedSchema = {
13188
13173
  centExpenseReserve: { __type: "order_by" },
13189
13174
  centTaxStartingBalance: { __type: "order_by" },
13190
13175
  },
13191
- metric: {
13192
- __typename: { __type: "String!" },
13193
- connection: { __type: "connection!" },
13194
- connectionId: { __type: "uuid!" },
13195
- createdAt: { __type: "timestamptz!" },
13196
- date: { __type: "timestamptz!" },
13197
- id: { __type: "uuid!" },
13198
- listingConnection: { __type: "listing_connection" },
13199
- listingConnectionId: { __type: "uuid" },
13200
- metadata: { __type: "jsonb!", __args: { path: "String" } },
13201
- tenant: { __type: "tenant!" },
13202
- tenantId: { __type: "uuid!" },
13203
- type: { __type: "String!" },
13204
- uniqueRef: { __type: "String" },
13205
- updatedAt: { __type: "timestamptz!" },
13206
- value: { __type: "float8" },
13207
- },
13208
- metric_aggregate: {
13209
- __typename: { __type: "String!" },
13210
- aggregate: { __type: "metric_aggregate_fields" },
13211
- nodes: { __type: "[metric!]!" },
13212
- },
13213
- metric_aggregate_fields: {
13214
- __typename: { __type: "String!" },
13215
- avg: { __type: "metric_avg_fields" },
13216
- count: {
13217
- __type: "Int!",
13218
- __args: { columns: "[metric_select_column!]", distinct: "Boolean" },
13219
- },
13220
- max: { __type: "metric_max_fields" },
13221
- min: { __type: "metric_min_fields" },
13222
- stddev: { __type: "metric_stddev_fields" },
13223
- stddev_pop: { __type: "metric_stddev_pop_fields" },
13224
- stddev_samp: { __type: "metric_stddev_samp_fields" },
13225
- sum: { __type: "metric_sum_fields" },
13226
- var_pop: { __type: "metric_var_pop_fields" },
13227
- var_samp: { __type: "metric_var_samp_fields" },
13228
- variance: { __type: "metric_variance_fields" },
13229
- },
13230
- metric_append_input: { metadata: { __type: "jsonb" } },
13231
- metric_avg_fields: {
13232
- __typename: { __type: "String!" },
13233
- value: { __type: "Float" },
13234
- },
13235
- metric_bool_exp: {
13236
- _and: { __type: "[metric_bool_exp!]" },
13237
- _not: { __type: "metric_bool_exp" },
13238
- _or: { __type: "[metric_bool_exp!]" },
13239
- connection: { __type: "connection_bool_exp" },
13240
- connectionId: { __type: "uuid_comparison_exp" },
13241
- createdAt: { __type: "timestamptz_comparison_exp" },
13242
- date: { __type: "timestamptz_comparison_exp" },
13243
- id: { __type: "uuid_comparison_exp" },
13244
- listingConnection: { __type: "listing_connection_bool_exp" },
13245
- listingConnectionId: { __type: "uuid_comparison_exp" },
13246
- metadata: { __type: "jsonb_comparison_exp" },
13247
- tenant: { __type: "tenant_bool_exp" },
13248
- tenantId: { __type: "uuid_comparison_exp" },
13249
- type: { __type: "String_comparison_exp" },
13250
- uniqueRef: { __type: "String_comparison_exp" },
13251
- updatedAt: { __type: "timestamptz_comparison_exp" },
13252
- value: { __type: "float8_comparison_exp" },
13253
- },
13254
- metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
13255
- metric_delete_elem_input: { metadata: { __type: "Int" } },
13256
- metric_delete_key_input: { metadata: { __type: "String" } },
13257
- metric_inc_input: { value: { __type: "float8" } },
13258
- metric_insert_input: {
13259
- connection: { __type: "connection_obj_rel_insert_input" },
13260
- connectionId: { __type: "uuid" },
13261
- createdAt: { __type: "timestamptz" },
13262
- date: { __type: "timestamptz" },
13263
- id: { __type: "uuid" },
13264
- listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
13265
- listingConnectionId: { __type: "uuid" },
13266
- metadata: { __type: "jsonb" },
13267
- tenant: { __type: "tenant_obj_rel_insert_input" },
13268
- tenantId: { __type: "uuid" },
13269
- type: { __type: "String" },
13270
- uniqueRef: { __type: "String" },
13271
- updatedAt: { __type: "timestamptz" },
13272
- value: { __type: "float8" },
13273
- },
13274
- metric_max_fields: {
13275
- __typename: { __type: "String!" },
13276
- connectionId: { __type: "uuid" },
13277
- createdAt: { __type: "timestamptz" },
13278
- date: { __type: "timestamptz" },
13279
- id: { __type: "uuid" },
13280
- listingConnectionId: { __type: "uuid" },
13281
- tenantId: { __type: "uuid" },
13282
- type: { __type: "String" },
13283
- uniqueRef: { __type: "String" },
13284
- updatedAt: { __type: "timestamptz" },
13285
- value: { __type: "float8" },
13286
- },
13287
- metric_min_fields: {
13288
- __typename: { __type: "String!" },
13289
- connectionId: { __type: "uuid" },
13290
- createdAt: { __type: "timestamptz" },
13291
- date: { __type: "timestamptz" },
13292
- id: { __type: "uuid" },
13293
- listingConnectionId: { __type: "uuid" },
13294
- tenantId: { __type: "uuid" },
13295
- type: { __type: "String" },
13296
- uniqueRef: { __type: "String" },
13297
- updatedAt: { __type: "timestamptz" },
13298
- value: { __type: "float8" },
13299
- },
13300
- metric_mutation_response: {
13301
- __typename: { __type: "String!" },
13302
- affected_rows: { __type: "Int!" },
13303
- returning: { __type: "[metric!]!" },
13304
- },
13305
- metric_on_conflict: {
13306
- constraint: { __type: "metric_constraint!" },
13307
- update_columns: { __type: "[metric_update_column!]!" },
13308
- where: { __type: "metric_bool_exp" },
13309
- },
13310
- metric_order_by: {
13311
- connection: { __type: "connection_order_by" },
13312
- connectionId: { __type: "order_by" },
13313
- createdAt: { __type: "order_by" },
13314
- date: { __type: "order_by" },
13315
- id: { __type: "order_by" },
13316
- listingConnection: { __type: "listing_connection_order_by" },
13317
- listingConnectionId: { __type: "order_by" },
13318
- metadata: { __type: "order_by" },
13319
- tenant: { __type: "tenant_order_by" },
13320
- tenantId: { __type: "order_by" },
13321
- type: { __type: "order_by" },
13322
- uniqueRef: { __type: "order_by" },
13323
- updatedAt: { __type: "order_by" },
13324
- value: { __type: "order_by" },
13325
- },
13326
- metric_pk_columns_input: { id: { __type: "uuid!" } },
13327
- metric_prepend_input: { metadata: { __type: "jsonb" } },
13328
- metric_set_input: {
13329
- connectionId: { __type: "uuid" },
13330
- createdAt: { __type: "timestamptz" },
13331
- date: { __type: "timestamptz" },
13332
- id: { __type: "uuid" },
13333
- listingConnectionId: { __type: "uuid" },
13334
- metadata: { __type: "jsonb" },
13335
- tenantId: { __type: "uuid" },
13336
- type: { __type: "String" },
13337
- uniqueRef: { __type: "String" },
13338
- updatedAt: { __type: "timestamptz" },
13339
- value: { __type: "float8" },
13340
- },
13341
- metric_stddev_fields: {
13342
- __typename: { __type: "String!" },
13343
- value: { __type: "Float" },
13344
- },
13345
- metric_stddev_pop_fields: {
13346
- __typename: { __type: "String!" },
13347
- value: { __type: "Float" },
13348
- },
13349
- metric_stddev_samp_fields: {
13350
- __typename: { __type: "String!" },
13351
- value: { __type: "Float" },
13352
- },
13353
- metric_stream_cursor_input: {
13354
- initial_value: { __type: "metric_stream_cursor_value_input!" },
13355
- ordering: { __type: "cursor_ordering" },
13356
- },
13357
- metric_stream_cursor_value_input: {
13358
- connectionId: { __type: "uuid" },
13359
- createdAt: { __type: "timestamptz" },
13360
- date: { __type: "timestamptz" },
13361
- id: { __type: "uuid" },
13362
- listingConnectionId: { __type: "uuid" },
13363
- metadata: { __type: "jsonb" },
13364
- tenantId: { __type: "uuid" },
13365
- type: { __type: "String" },
13366
- uniqueRef: { __type: "String" },
13367
- updatedAt: { __type: "timestamptz" },
13368
- value: { __type: "float8" },
13369
- },
13370
- metric_sum_fields: {
13371
- __typename: { __type: "String!" },
13372
- value: { __type: "float8" },
13373
- },
13374
- metric_updates: {
13375
- _append: { __type: "metric_append_input" },
13376
- _delete_at_path: { __type: "metric_delete_at_path_input" },
13377
- _delete_elem: { __type: "metric_delete_elem_input" },
13378
- _delete_key: { __type: "metric_delete_key_input" },
13379
- _inc: { __type: "metric_inc_input" },
13380
- _prepend: { __type: "metric_prepend_input" },
13381
- _set: { __type: "metric_set_input" },
13382
- where: { __type: "metric_bool_exp!" },
13383
- },
13384
- metric_var_pop_fields: {
13385
- __typename: { __type: "String!" },
13386
- value: { __type: "Float" },
13387
- },
13388
- metric_var_samp_fields: {
13389
- __typename: { __type: "String!" },
13390
- value: { __type: "Float" },
13391
- },
13392
- metric_variance_fields: {
13393
- __typename: { __type: "String!" },
13394
- value: { __type: "Float" },
13395
- },
13396
13176
  metricsActiveListingCreatedReturnType: {
13397
13177
  __typename: { __type: "String!" },
13398
13178
  created: { __type: "bigint" },
@@ -14429,11 +14209,6 @@ export const generatedSchema = {
14429
14209
  __type: "listing_mutation_response",
14430
14210
  __args: { where: "listing_bool_exp!" },
14431
14211
  },
14432
- deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
14433
- deleteMetrics: {
14434
- __type: "metric_mutation_response",
14435
- __args: { where: "metric_bool_exp!" },
14436
- },
14437
14212
  deleteMonitorConnection: {
14438
14213
  __type: "monitorConnection",
14439
14214
  __args: { id: "uuid!" },
@@ -15658,20 +15433,6 @@ export const generatedSchema = {
15658
15433
  on_conflict: "listing_on_conflict",
15659
15434
  },
15660
15435
  },
15661
- insertMetric: {
15662
- __type: "metric",
15663
- __args: {
15664
- object: "metric_insert_input!",
15665
- on_conflict: "metric_on_conflict",
15666
- },
15667
- },
15668
- insertMetrics: {
15669
- __type: "metric_mutation_response",
15670
- __args: {
15671
- objects: "[metric_insert_input!]!",
15672
- on_conflict: "metric_on_conflict",
15673
- },
15674
- },
15675
15436
  insertMonitorConnection: {
15676
15437
  __type: "monitorConnection",
15677
15438
  __args: {
@@ -17906,32 +17667,6 @@ export const generatedSchema = {
17906
17667
  __type: "[user_company_user_mutation_response]",
17907
17668
  __args: { updates: "[user_company_user_updates!]!" },
17908
17669
  },
17909
- updateMetric: {
17910
- __type: "metric",
17911
- __args: {
17912
- _append: "metric_append_input",
17913
- _delete_at_path: "metric_delete_at_path_input",
17914
- _delete_elem: "metric_delete_elem_input",
17915
- _delete_key: "metric_delete_key_input",
17916
- _inc: "metric_inc_input",
17917
- _prepend: "metric_prepend_input",
17918
- _set: "metric_set_input",
17919
- pk_columns: "metric_pk_columns_input!",
17920
- },
17921
- },
17922
- updateMetrics: {
17923
- __type: "metric_mutation_response",
17924
- __args: {
17925
- _append: "metric_append_input",
17926
- _delete_at_path: "metric_delete_at_path_input",
17927
- _delete_elem: "metric_delete_elem_input",
17928
- _delete_key: "metric_delete_key_input",
17929
- _inc: "metric_inc_input",
17930
- _prepend: "metric_prepend_input",
17931
- _set: "metric_set_input",
17932
- where: "metric_bool_exp!",
17933
- },
17934
- },
17935
17670
  updateMonitorConnection: {
17936
17671
  __type: "monitorConnection",
17937
17672
  __args: {
@@ -18939,10 +18674,6 @@ export const generatedSchema = {
18939
18674
  __type: "[listing_status_mutation_response]",
18940
18675
  __args: { updates: "[listing_status_updates!]!" },
18941
18676
  },
18942
- update_metric_many: {
18943
- __type: "[metric_mutation_response]",
18944
- __args: { updates: "[metric_updates!]!" },
18945
- },
18946
18677
  update_owner_pms_status: {
18947
18678
  __type: "owner_pms_status_mutation_response",
18948
18679
  __args: {
@@ -25789,27 +25520,6 @@ export const generatedSchema = {
25789
25520
  where: "listing_bool_exp",
25790
25521
  },
25791
25522
  },
25792
- metric: { __type: "metric", __args: { id: "uuid!" } },
25793
- metricAggregate: {
25794
- __type: "metric_aggregate!",
25795
- __args: {
25796
- distinct_on: "[metric_select_column!]",
25797
- limit: "Int",
25798
- offset: "Int",
25799
- order_by: "[metric_order_by!]",
25800
- where: "metric_bool_exp",
25801
- },
25802
- },
25803
- metrics: {
25804
- __type: "[metric!]!",
25805
- __args: {
25806
- distinct_on: "[metric_select_column!]",
25807
- limit: "Int",
25808
- offset: "Int",
25809
- order_by: "[metric_order_by!]",
25810
- where: "metric_bool_exp",
25811
- },
25812
- },
25813
25523
  metricsActiveListingCreated: {
25814
25524
  __type: "[metricsActiveListingCreatedReturnType!]!",
25815
25525
  __args: {
@@ -34748,35 +34458,6 @@ export const generatedSchema = {
34748
34458
  where: "listing_bool_exp",
34749
34459
  },
34750
34460
  },
34751
- metric: { __type: "metric", __args: { id: "uuid!" } },
34752
- metricAggregate: {
34753
- __type: "metric_aggregate!",
34754
- __args: {
34755
- distinct_on: "[metric_select_column!]",
34756
- limit: "Int",
34757
- offset: "Int",
34758
- order_by: "[metric_order_by!]",
34759
- where: "metric_bool_exp",
34760
- },
34761
- },
34762
- metric_stream: {
34763
- __type: "[metric!]!",
34764
- __args: {
34765
- batch_size: "Int!",
34766
- cursor: "[metric_stream_cursor_input]!",
34767
- where: "metric_bool_exp",
34768
- },
34769
- },
34770
- metrics: {
34771
- __type: "[metric!]!",
34772
- __args: {
34773
- distinct_on: "[metric_select_column!]",
34774
- limit: "Int",
34775
- offset: "Int",
34776
- order_by: "[metric_order_by!]",
34777
- where: "metric_bool_exp",
34778
- },
34779
- },
34780
34461
  metricsActiveListingCreated: {
34781
34462
  __type: "[metricsActiveListingCreatedReturnType!]!",
34782
34463
  __args: {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.2",
13
+ "version": "1.1.3",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
package/src/constants.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const hasuraGraphqlUri = 'https://finalytic.hasura.app/v1/graphql'; // 'https://hasura.vrplatform.app/v1/graphql';
1
+ export const hasuraGraphqlUri = 'https://eu.hasura.vrplatform.app/v1/graphql'; // 'https://hasura.vrplatform.app/v1/graphql'; // 'https://finalytic.hasura.app/v1/graphql';
2
2
  export const hasuraQueryTypeHeader = 'x-hasura-query-type';