@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.
@@ -198,7 +198,6 @@ export const scalarsEnumsHash = {
198
198
  file_storage_tag_select_column: true,
199
199
  file_storage_tag_update_column: true,
200
200
  file_storage_update_column: true,
201
- float8: true,
202
201
  issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
203
202
  issueDuplicatedPaymentsReturnType_enum_name: true,
204
203
  issueMessageOverwrite_constraint: true,
@@ -260,9 +259,6 @@ export const scalarsEnumsHash = {
260
259
  listing_status_select_column: true,
261
260
  listing_status_update_column: true,
262
261
  listing_update_column: true,
263
- metric_constraint: true,
264
- metric_select_column: true,
265
- metric_update_column: true,
266
262
  metricsActiveListingCreatedReturnType_enum_name: true,
267
263
  metricsBankRecordBalancesReturnType_enum_name: true,
268
264
  metricsCurrenciesReturnType_enum_name: true,
@@ -9588,17 +9584,6 @@ export const generatedSchema = {
9588
9584
  _set: { __type: "file_storage_set_input" },
9589
9585
  where: { __type: "file_storage_bool_exp!" },
9590
9586
  },
9591
- float8_comparison_exp: {
9592
- _eq: { __type: "float8" },
9593
- _gt: { __type: "float8" },
9594
- _gte: { __type: "float8" },
9595
- _in: { __type: "[float8!]" },
9596
- _is_null: { __type: "Boolean" },
9597
- _lt: { __type: "float8" },
9598
- _lte: { __type: "float8" },
9599
- _neq: { __type: "float8" },
9600
- _nin: { __type: "[float8!]" },
9601
- },
9602
9587
  issueConnectionsNeedVersionUpgradeReturnType: {
9603
9588
  __typename: { __type: "String!" },
9604
9589
  appIcon: { __type: "String!" },
@@ -13226,211 +13211,6 @@ export const generatedSchema = {
13226
13211
  centExpenseReserve: { __type: "order_by" },
13227
13212
  centTaxStartingBalance: { __type: "order_by" },
13228
13213
  },
13229
- metric: {
13230
- __typename: { __type: "String!" },
13231
- connection: { __type: "connection!" },
13232
- connectionId: { __type: "uuid!" },
13233
- createdAt: { __type: "timestamptz!" },
13234
- date: { __type: "timestamptz!" },
13235
- id: { __type: "uuid!" },
13236
- listingConnection: { __type: "listing_connection" },
13237
- listingConnectionId: { __type: "uuid" },
13238
- metadata: { __type: "jsonb!", __args: { path: "String" } },
13239
- tenant: { __type: "tenant!" },
13240
- tenantId: { __type: "uuid!" },
13241
- type: { __type: "String!" },
13242
- uniqueRef: { __type: "String" },
13243
- updatedAt: { __type: "timestamptz!" },
13244
- value: { __type: "float8" },
13245
- },
13246
- metric_aggregate: {
13247
- __typename: { __type: "String!" },
13248
- aggregate: { __type: "metric_aggregate_fields" },
13249
- nodes: { __type: "[metric!]!" },
13250
- },
13251
- metric_aggregate_fields: {
13252
- __typename: { __type: "String!" },
13253
- avg: { __type: "metric_avg_fields" },
13254
- count: {
13255
- __type: "Int!",
13256
- __args: { columns: "[metric_select_column!]", distinct: "Boolean" },
13257
- },
13258
- max: { __type: "metric_max_fields" },
13259
- min: { __type: "metric_min_fields" },
13260
- stddev: { __type: "metric_stddev_fields" },
13261
- stddev_pop: { __type: "metric_stddev_pop_fields" },
13262
- stddev_samp: { __type: "metric_stddev_samp_fields" },
13263
- sum: { __type: "metric_sum_fields" },
13264
- var_pop: { __type: "metric_var_pop_fields" },
13265
- var_samp: { __type: "metric_var_samp_fields" },
13266
- variance: { __type: "metric_variance_fields" },
13267
- },
13268
- metric_append_input: { metadata: { __type: "jsonb" } },
13269
- metric_avg_fields: {
13270
- __typename: { __type: "String!" },
13271
- value: { __type: "Float" },
13272
- },
13273
- metric_bool_exp: {
13274
- _and: { __type: "[metric_bool_exp!]" },
13275
- _not: { __type: "metric_bool_exp" },
13276
- _or: { __type: "[metric_bool_exp!]" },
13277
- connection: { __type: "connection_bool_exp" },
13278
- connectionId: { __type: "uuid_comparison_exp" },
13279
- createdAt: { __type: "timestamptz_comparison_exp" },
13280
- date: { __type: "timestamptz_comparison_exp" },
13281
- id: { __type: "uuid_comparison_exp" },
13282
- listingConnection: { __type: "listing_connection_bool_exp" },
13283
- listingConnectionId: { __type: "uuid_comparison_exp" },
13284
- metadata: { __type: "jsonb_comparison_exp" },
13285
- tenant: { __type: "tenant_bool_exp" },
13286
- tenantId: { __type: "uuid_comparison_exp" },
13287
- type: { __type: "String_comparison_exp" },
13288
- uniqueRef: { __type: "String_comparison_exp" },
13289
- updatedAt: { __type: "timestamptz_comparison_exp" },
13290
- value: { __type: "float8_comparison_exp" },
13291
- },
13292
- metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
13293
- metric_delete_elem_input: { metadata: { __type: "Int" } },
13294
- metric_delete_key_input: { metadata: { __type: "String" } },
13295
- metric_inc_input: { value: { __type: "float8" } },
13296
- metric_insert_input: {
13297
- connection: { __type: "connection_obj_rel_insert_input" },
13298
- connectionId: { __type: "uuid" },
13299
- createdAt: { __type: "timestamptz" },
13300
- date: { __type: "timestamptz" },
13301
- id: { __type: "uuid" },
13302
- listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
13303
- listingConnectionId: { __type: "uuid" },
13304
- metadata: { __type: "jsonb" },
13305
- tenant: { __type: "tenant_obj_rel_insert_input" },
13306
- tenantId: { __type: "uuid" },
13307
- type: { __type: "String" },
13308
- uniqueRef: { __type: "String" },
13309
- updatedAt: { __type: "timestamptz" },
13310
- value: { __type: "float8" },
13311
- },
13312
- metric_max_fields: {
13313
- __typename: { __type: "String!" },
13314
- connectionId: { __type: "uuid" },
13315
- createdAt: { __type: "timestamptz" },
13316
- date: { __type: "timestamptz" },
13317
- id: { __type: "uuid" },
13318
- listingConnectionId: { __type: "uuid" },
13319
- tenantId: { __type: "uuid" },
13320
- type: { __type: "String" },
13321
- uniqueRef: { __type: "String" },
13322
- updatedAt: { __type: "timestamptz" },
13323
- value: { __type: "float8" },
13324
- },
13325
- metric_min_fields: {
13326
- __typename: { __type: "String!" },
13327
- connectionId: { __type: "uuid" },
13328
- createdAt: { __type: "timestamptz" },
13329
- date: { __type: "timestamptz" },
13330
- id: { __type: "uuid" },
13331
- listingConnectionId: { __type: "uuid" },
13332
- tenantId: { __type: "uuid" },
13333
- type: { __type: "String" },
13334
- uniqueRef: { __type: "String" },
13335
- updatedAt: { __type: "timestamptz" },
13336
- value: { __type: "float8" },
13337
- },
13338
- metric_mutation_response: {
13339
- __typename: { __type: "String!" },
13340
- affected_rows: { __type: "Int!" },
13341
- returning: { __type: "[metric!]!" },
13342
- },
13343
- metric_on_conflict: {
13344
- constraint: { __type: "metric_constraint!" },
13345
- update_columns: { __type: "[metric_update_column!]!" },
13346
- where: { __type: "metric_bool_exp" },
13347
- },
13348
- metric_order_by: {
13349
- connection: { __type: "connection_order_by" },
13350
- connectionId: { __type: "order_by" },
13351
- createdAt: { __type: "order_by" },
13352
- date: { __type: "order_by" },
13353
- id: { __type: "order_by" },
13354
- listingConnection: { __type: "listing_connection_order_by" },
13355
- listingConnectionId: { __type: "order_by" },
13356
- metadata: { __type: "order_by" },
13357
- tenant: { __type: "tenant_order_by" },
13358
- tenantId: { __type: "order_by" },
13359
- type: { __type: "order_by" },
13360
- uniqueRef: { __type: "order_by" },
13361
- updatedAt: { __type: "order_by" },
13362
- value: { __type: "order_by" },
13363
- },
13364
- metric_pk_columns_input: { id: { __type: "uuid!" } },
13365
- metric_prepend_input: { metadata: { __type: "jsonb" } },
13366
- metric_set_input: {
13367
- connectionId: { __type: "uuid" },
13368
- createdAt: { __type: "timestamptz" },
13369
- date: { __type: "timestamptz" },
13370
- id: { __type: "uuid" },
13371
- listingConnectionId: { __type: "uuid" },
13372
- metadata: { __type: "jsonb" },
13373
- tenantId: { __type: "uuid" },
13374
- type: { __type: "String" },
13375
- uniqueRef: { __type: "String" },
13376
- updatedAt: { __type: "timestamptz" },
13377
- value: { __type: "float8" },
13378
- },
13379
- metric_stddev_fields: {
13380
- __typename: { __type: "String!" },
13381
- value: { __type: "Float" },
13382
- },
13383
- metric_stddev_pop_fields: {
13384
- __typename: { __type: "String!" },
13385
- value: { __type: "Float" },
13386
- },
13387
- metric_stddev_samp_fields: {
13388
- __typename: { __type: "String!" },
13389
- value: { __type: "Float" },
13390
- },
13391
- metric_stream_cursor_input: {
13392
- initial_value: { __type: "metric_stream_cursor_value_input!" },
13393
- ordering: { __type: "cursor_ordering" },
13394
- },
13395
- metric_stream_cursor_value_input: {
13396
- connectionId: { __type: "uuid" },
13397
- createdAt: { __type: "timestamptz" },
13398
- date: { __type: "timestamptz" },
13399
- id: { __type: "uuid" },
13400
- listingConnectionId: { __type: "uuid" },
13401
- metadata: { __type: "jsonb" },
13402
- tenantId: { __type: "uuid" },
13403
- type: { __type: "String" },
13404
- uniqueRef: { __type: "String" },
13405
- updatedAt: { __type: "timestamptz" },
13406
- value: { __type: "float8" },
13407
- },
13408
- metric_sum_fields: {
13409
- __typename: { __type: "String!" },
13410
- value: { __type: "float8" },
13411
- },
13412
- metric_updates: {
13413
- _append: { __type: "metric_append_input" },
13414
- _delete_at_path: { __type: "metric_delete_at_path_input" },
13415
- _delete_elem: { __type: "metric_delete_elem_input" },
13416
- _delete_key: { __type: "metric_delete_key_input" },
13417
- _inc: { __type: "metric_inc_input" },
13418
- _prepend: { __type: "metric_prepend_input" },
13419
- _set: { __type: "metric_set_input" },
13420
- where: { __type: "metric_bool_exp!" },
13421
- },
13422
- metric_var_pop_fields: {
13423
- __typename: { __type: "String!" },
13424
- value: { __type: "Float" },
13425
- },
13426
- metric_var_samp_fields: {
13427
- __typename: { __type: "String!" },
13428
- value: { __type: "Float" },
13429
- },
13430
- metric_variance_fields: {
13431
- __typename: { __type: "String!" },
13432
- value: { __type: "Float" },
13433
- },
13434
13214
  metricsActiveListingCreatedReturnType: {
13435
13215
  __typename: { __type: "String!" },
13436
13216
  created: { __type: "bigint" },
@@ -14473,11 +14253,6 @@ export const generatedSchema = {
14473
14253
  __type: "listing_mutation_response",
14474
14254
  __args: { where: "listing_bool_exp!" },
14475
14255
  },
14476
- deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
14477
- deleteMetrics: {
14478
- __type: "metric_mutation_response",
14479
- __args: { where: "metric_bool_exp!" },
14480
- },
14481
14256
  deleteMonitorConnection: {
14482
14257
  __type: "monitorConnection",
14483
14258
  __args: { id: "uuid!" },
@@ -15702,20 +15477,6 @@ export const generatedSchema = {
15702
15477
  on_conflict: "listing_on_conflict",
15703
15478
  },
15704
15479
  },
15705
- insertMetric: {
15706
- __type: "metric",
15707
- __args: {
15708
- object: "metric_insert_input!",
15709
- on_conflict: "metric_on_conflict",
15710
- },
15711
- },
15712
- insertMetrics: {
15713
- __type: "metric_mutation_response",
15714
- __args: {
15715
- objects: "[metric_insert_input!]!",
15716
- on_conflict: "metric_on_conflict",
15717
- },
15718
- },
15719
15480
  insertMonitorConnection: {
15720
15481
  __type: "monitorConnection",
15721
15482
  __args: {
@@ -17951,32 +17712,6 @@ export const generatedSchema = {
17951
17712
  __type: "[user_company_user_mutation_response]",
17952
17713
  __args: { updates: "[user_company_user_updates!]!" },
17953
17714
  },
17954
- updateMetric: {
17955
- __type: "metric",
17956
- __args: {
17957
- _append: "metric_append_input",
17958
- _delete_at_path: "metric_delete_at_path_input",
17959
- _delete_elem: "metric_delete_elem_input",
17960
- _delete_key: "metric_delete_key_input",
17961
- _inc: "metric_inc_input",
17962
- _prepend: "metric_prepend_input",
17963
- _set: "metric_set_input",
17964
- pk_columns: "metric_pk_columns_input!",
17965
- },
17966
- },
17967
- updateMetrics: {
17968
- __type: "metric_mutation_response",
17969
- __args: {
17970
- _append: "metric_append_input",
17971
- _delete_at_path: "metric_delete_at_path_input",
17972
- _delete_elem: "metric_delete_elem_input",
17973
- _delete_key: "metric_delete_key_input",
17974
- _inc: "metric_inc_input",
17975
- _prepend: "metric_prepend_input",
17976
- _set: "metric_set_input",
17977
- where: "metric_bool_exp!",
17978
- },
17979
- },
17980
17715
  updateMonitorConnection: {
17981
17716
  __type: "monitorConnection",
17982
17717
  __args: {
@@ -18984,10 +18719,6 @@ export const generatedSchema = {
18984
18719
  __type: "[listing_status_mutation_response]",
18985
18720
  __args: { updates: "[listing_status_updates!]!" },
18986
18721
  },
18987
- update_metric_many: {
18988
- __type: "[metric_mutation_response]",
18989
- __args: { updates: "[metric_updates!]!" },
18990
- },
18991
18722
  update_owner_pms_status: {
18992
18723
  __type: "owner_pms_status_mutation_response",
18993
18724
  __args: {
@@ -25848,27 +25579,6 @@ export const generatedSchema = {
25848
25579
  where: "listing_bool_exp",
25849
25580
  },
25850
25581
  },
25851
- metric: { __type: "metric", __args: { id: "uuid!" } },
25852
- metricAggregate: {
25853
- __type: "metric_aggregate!",
25854
- __args: {
25855
- distinct_on: "[metric_select_column!]",
25856
- limit: "Int",
25857
- offset: "Int",
25858
- order_by: "[metric_order_by!]",
25859
- where: "metric_bool_exp",
25860
- },
25861
- },
25862
- metrics: {
25863
- __type: "[metric!]!",
25864
- __args: {
25865
- distinct_on: "[metric_select_column!]",
25866
- limit: "Int",
25867
- offset: "Int",
25868
- order_by: "[metric_order_by!]",
25869
- where: "metric_bool_exp",
25870
- },
25871
- },
25872
25582
  metricsActiveListingCreated: {
25873
25583
  __type: "[metricsActiveListingCreatedReturnType!]!",
25874
25584
  __args: {
@@ -34825,35 +34535,6 @@ export const generatedSchema = {
34825
34535
  where: "listing_bool_exp",
34826
34536
  },
34827
34537
  },
34828
- metric: { __type: "metric", __args: { id: "uuid!" } },
34829
- metricAggregate: {
34830
- __type: "metric_aggregate!",
34831
- __args: {
34832
- distinct_on: "[metric_select_column!]",
34833
- limit: "Int",
34834
- offset: "Int",
34835
- order_by: "[metric_order_by!]",
34836
- where: "metric_bool_exp",
34837
- },
34838
- },
34839
- metric_stream: {
34840
- __type: "[metric!]!",
34841
- __args: {
34842
- batch_size: "Int!",
34843
- cursor: "[metric_stream_cursor_input]!",
34844
- where: "metric_bool_exp",
34845
- },
34846
- },
34847
- metrics: {
34848
- __type: "[metric!]!",
34849
- __args: {
34850
- distinct_on: "[metric_select_column!]",
34851
- limit: "Int",
34852
- offset: "Int",
34853
- order_by: "[metric_order_by!]",
34854
- where: "metric_bool_exp",
34855
- },
34856
- },
34857
34538
  metricsActiveListingCreated: {
34858
34539
  __type: "[metricsActiveListingCreatedReturnType!]!",
34859
34540
  __args: {