@vrplatform/graphql 1.1.15 → 1.1.17

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.
@@ -236,15 +236,7 @@ export const scalarsEnumsHash = {
236
236
  listing_owner_role_update_column: true,
237
237
  listing_owner_select_column: true,
238
238
  listing_owner_update_column: true,
239
- listing_pms_status_constraint: true,
240
- listing_pms_status_enum: true,
241
- listing_pms_status_select_column: true,
242
- listing_pms_status_update_column: true,
243
239
  listing_select_column: true,
244
- listing_status_constraint: true,
245
- listing_status_enum: true,
246
- listing_status_select_column: true,
247
- listing_status_update_column: true,
248
240
  listing_update_column: true,
249
241
  metricsActiveListingCreatedReturnType_enum_name: true,
250
242
  metricsBankRecordBalancesReturnType_enum_name: true,
@@ -10318,7 +10310,7 @@ export const generatedSchema = {
10318
10310
  address_id: { __type: "uuid" },
10319
10311
  bedrooms: { __type: "Int" },
10320
10312
  beds: { __type: "Int" },
10321
- calculatedStatus: { __type: "String" },
10313
+ calculatedStatus: { __type: "activeStatus_enum" },
10322
10314
  calculatedTitle: { __type: "String" },
10323
10315
  calculated_title: { __type: "String" },
10324
10316
  centExpenseReserve: { __type: "Int" },
@@ -10517,7 +10509,7 @@ export const generatedSchema = {
10517
10509
  },
10518
10510
  },
10519
10511
  pmsAddressData: { __type: "jsonb", __args: { path: "String" } },
10520
- pmsStatus: { __type: "listing_pms_status_enum" },
10512
+ pmsStatus: { __type: "activeStatus_enum" },
10521
10513
  recurringFeeSubscriptions: {
10522
10514
  __type: "[recurringFeeListingSubscription!]!",
10523
10515
  __args: {
@@ -10620,7 +10612,7 @@ export const generatedSchema = {
10620
10612
  },
10621
10613
  source: { __type: "source" },
10622
10614
  sourceId: { __type: "uuid" },
10623
- status: { __type: "listing_status_enum" },
10615
+ status: { __type: "activeStatus_enum" },
10624
10616
  tenant: { __type: "tenant!" },
10625
10617
  tenantId: { __type: "uuid!" },
10626
10618
  title: { __type: "String" },
@@ -11315,7 +11307,7 @@ export const generatedSchema = {
11315
11307
  address_id: { __type: "uuid_comparison_exp" },
11316
11308
  bedrooms: { __type: "Int_comparison_exp" },
11317
11309
  beds: { __type: "Int_comparison_exp" },
11318
- calculatedStatus: { __type: "String_comparison_exp" },
11310
+ calculatedStatus: { __type: "activeStatus_enum_comparison_exp" },
11319
11311
  calculatedTitle: { __type: "String_comparison_exp" },
11320
11312
  calculated_title: { __type: "String_comparison_exp" },
11321
11313
  centExpenseReserve: { __type: "Int_comparison_exp" },
@@ -11358,7 +11350,7 @@ export const generatedSchema = {
11358
11350
  paymentLines: { __type: "payment_line_bool_exp" },
11359
11351
  paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
11360
11352
  pmsAddressData: { __type: "jsonb_comparison_exp" },
11361
- pmsStatus: { __type: "listing_pms_status_enum_comparison_exp" },
11353
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
11362
11354
  recurringFeeSubscriptions: {
11363
11355
  __type: "recurringFeeListingSubscription_bool_exp",
11364
11356
  },
@@ -11375,7 +11367,7 @@ export const generatedSchema = {
11375
11367
  settings_aggregate: { __type: "setting_aggregate_bool_exp" },
11376
11368
  source: { __type: "source_bool_exp" },
11377
11369
  sourceId: { __type: "uuid_comparison_exp" },
11378
- status: { __type: "listing_status_enum_comparison_exp" },
11370
+ status: { __type: "activeStatus_enum_comparison_exp" },
11379
11371
  tenant: { __type: "tenant_bool_exp" },
11380
11372
  tenantId: { __type: "uuid_comparison_exp" },
11381
11373
  title: { __type: "String_comparison_exp" },
@@ -12079,7 +12071,7 @@ export const generatedSchema = {
12079
12071
  ownerships: { __type: "listing_owner_arr_rel_insert_input" },
12080
12072
  paymentLines: { __type: "payment_line_arr_rel_insert_input" },
12081
12073
  pmsAddressData: { __type: "jsonb" },
12082
- pmsStatus: { __type: "listing_pms_status_enum" },
12074
+ pmsStatus: { __type: "activeStatus_enum" },
12083
12075
  recurringFeeSubscriptions: {
12084
12076
  __type: "recurringFeeListingSubscription_arr_rel_insert_input",
12085
12077
  },
@@ -12089,7 +12081,7 @@ export const generatedSchema = {
12089
12081
  settingsRight: { __type: "setting_arr_rel_insert_input" },
12090
12082
  source: { __type: "source_obj_rel_insert_input" },
12091
12083
  sourceId: { __type: "uuid" },
12092
- status: { __type: "listing_status_enum" },
12084
+ status: { __type: "activeStatus_enum" },
12093
12085
  tenant: { __type: "tenant_obj_rel_insert_input" },
12094
12086
  tenantId: { __type: "uuid" },
12095
12087
  title: { __type: "String" },
@@ -12106,7 +12098,6 @@ export const generatedSchema = {
12106
12098
  address_id: { __type: "uuid" },
12107
12099
  bedrooms: { __type: "Int" },
12108
12100
  beds: { __type: "Int" },
12109
- calculatedStatus: { __type: "String" },
12110
12101
  calculatedTitle: { __type: "String" },
12111
12102
  calculated_title: { __type: "String" },
12112
12103
  centExpenseReserve: { __type: "Int" },
@@ -12133,7 +12124,6 @@ export const generatedSchema = {
12133
12124
  address_id: { __type: "order_by" },
12134
12125
  bedrooms: { __type: "order_by" },
12135
12126
  beds: { __type: "order_by" },
12136
- calculatedStatus: { __type: "order_by" },
12137
12127
  calculatedTitle: { __type: "order_by" },
12138
12128
  calculated_title: { __type: "order_by" },
12139
12129
  centExpenseReserve: { __type: "order_by" },
@@ -12161,7 +12151,6 @@ export const generatedSchema = {
12161
12151
  address_id: { __type: "uuid" },
12162
12152
  bedrooms: { __type: "Int" },
12163
12153
  beds: { __type: "Int" },
12164
- calculatedStatus: { __type: "String" },
12165
12154
  calculatedTitle: { __type: "String" },
12166
12155
  calculated_title: { __type: "String" },
12167
12156
  centExpenseReserve: { __type: "Int" },
@@ -12188,7 +12177,6 @@ export const generatedSchema = {
12188
12177
  address_id: { __type: "order_by" },
12189
12178
  bedrooms: { __type: "order_by" },
12190
12179
  beds: { __type: "order_by" },
12191
- calculatedStatus: { __type: "order_by" },
12192
12180
  calculatedTitle: { __type: "order_by" },
12193
12181
  calculated_title: { __type: "order_by" },
12194
12182
  centExpenseReserve: { __type: "order_by" },
@@ -12651,71 +12639,6 @@ export const generatedSchema = {
12651
12639
  },
12652
12640
  listing_owner_variance_order_by: { split: { __type: "order_by" } },
12653
12641
  listing_pk_columns_input: { id: { __type: "uuid!" } },
12654
- listing_pms_status: {
12655
- __typename: { __type: "String!" },
12656
- name: { __type: "String!" },
12657
- },
12658
- listing_pms_status_aggregate: {
12659
- __typename: { __type: "String!" },
12660
- aggregate: { __type: "listing_pms_status_aggregate_fields" },
12661
- nodes: { __type: "[listing_pms_status!]!" },
12662
- },
12663
- listing_pms_status_aggregate_fields: {
12664
- __typename: { __type: "String!" },
12665
- count: {
12666
- __type: "Int!",
12667
- __args: {
12668
- columns: "[listing_pms_status_select_column!]",
12669
- distinct: "Boolean",
12670
- },
12671
- },
12672
- max: { __type: "listing_pms_status_max_fields" },
12673
- min: { __type: "listing_pms_status_min_fields" },
12674
- },
12675
- listing_pms_status_bool_exp: {
12676
- _and: { __type: "[listing_pms_status_bool_exp!]" },
12677
- _not: { __type: "listing_pms_status_bool_exp" },
12678
- _or: { __type: "[listing_pms_status_bool_exp!]" },
12679
- name: { __type: "String_comparison_exp" },
12680
- },
12681
- listing_pms_status_enum_comparison_exp: {
12682
- _eq: { __type: "listing_pms_status_enum" },
12683
- _in: { __type: "[listing_pms_status_enum!]" },
12684
- _is_null: { __type: "Boolean" },
12685
- _neq: { __type: "listing_pms_status_enum" },
12686
- _nin: { __type: "[listing_pms_status_enum!]" },
12687
- },
12688
- listing_pms_status_insert_input: { name: { __type: "String" } },
12689
- listing_pms_status_max_fields: {
12690
- __typename: { __type: "String!" },
12691
- name: { __type: "String" },
12692
- },
12693
- listing_pms_status_min_fields: {
12694
- __typename: { __type: "String!" },
12695
- name: { __type: "String" },
12696
- },
12697
- listing_pms_status_mutation_response: {
12698
- __typename: { __type: "String!" },
12699
- affected_rows: { __type: "Int!" },
12700
- returning: { __type: "[listing_pms_status!]!" },
12701
- },
12702
- listing_pms_status_on_conflict: {
12703
- constraint: { __type: "listing_pms_status_constraint!" },
12704
- update_columns: { __type: "[listing_pms_status_update_column!]!" },
12705
- where: { __type: "listing_pms_status_bool_exp" },
12706
- },
12707
- listing_pms_status_order_by: { name: { __type: "order_by" } },
12708
- listing_pms_status_pk_columns_input: { name: { __type: "String!" } },
12709
- listing_pms_status_set_input: { name: { __type: "String" } },
12710
- listing_pms_status_stream_cursor_input: {
12711
- initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" },
12712
- ordering: { __type: "cursor_ordering" },
12713
- },
12714
- listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
12715
- listing_pms_status_updates: {
12716
- _set: { __type: "listing_pms_status_set_input" },
12717
- where: { __type: "listing_pms_status_bool_exp!" },
12718
- },
12719
12642
  listing_prepend_input: {
12720
12643
  addressData: { __type: "jsonb" },
12721
12644
  metadata: { __type: "jsonb" },
@@ -12743,79 +12666,14 @@ export const generatedSchema = {
12743
12666
  name: { __type: "String" },
12744
12667
  ownerContactId: { __type: "uuid" },
12745
12668
  pmsAddressData: { __type: "jsonb" },
12746
- pmsStatus: { __type: "listing_pms_status_enum" },
12669
+ pmsStatus: { __type: "activeStatus_enum" },
12747
12670
  sourceId: { __type: "uuid" },
12748
- status: { __type: "listing_status_enum" },
12671
+ status: { __type: "activeStatus_enum" },
12749
12672
  tenantId: { __type: "uuid" },
12750
12673
  title: { __type: "String" },
12751
12674
  uniqueRef: { __type: "String" },
12752
12675
  updatedAt: { __type: "timestamptz" },
12753
12676
  },
12754
- listing_status: {
12755
- __typename: { __type: "String!" },
12756
- name: { __type: "String!" },
12757
- },
12758
- listing_status_aggregate: {
12759
- __typename: { __type: "String!" },
12760
- aggregate: { __type: "listing_status_aggregate_fields" },
12761
- nodes: { __type: "[listing_status!]!" },
12762
- },
12763
- listing_status_aggregate_fields: {
12764
- __typename: { __type: "String!" },
12765
- count: {
12766
- __type: "Int!",
12767
- __args: {
12768
- columns: "[listing_status_select_column!]",
12769
- distinct: "Boolean",
12770
- },
12771
- },
12772
- max: { __type: "listing_status_max_fields" },
12773
- min: { __type: "listing_status_min_fields" },
12774
- },
12775
- listing_status_bool_exp: {
12776
- _and: { __type: "[listing_status_bool_exp!]" },
12777
- _not: { __type: "listing_status_bool_exp" },
12778
- _or: { __type: "[listing_status_bool_exp!]" },
12779
- name: { __type: "String_comparison_exp" },
12780
- },
12781
- listing_status_enum_comparison_exp: {
12782
- _eq: { __type: "listing_status_enum" },
12783
- _in: { __type: "[listing_status_enum!]" },
12784
- _is_null: { __type: "Boolean" },
12785
- _neq: { __type: "listing_status_enum" },
12786
- _nin: { __type: "[listing_status_enum!]" },
12787
- },
12788
- listing_status_insert_input: { name: { __type: "String" } },
12789
- listing_status_max_fields: {
12790
- __typename: { __type: "String!" },
12791
- name: { __type: "String" },
12792
- },
12793
- listing_status_min_fields: {
12794
- __typename: { __type: "String!" },
12795
- name: { __type: "String" },
12796
- },
12797
- listing_status_mutation_response: {
12798
- __typename: { __type: "String!" },
12799
- affected_rows: { __type: "Int!" },
12800
- returning: { __type: "[listing_status!]!" },
12801
- },
12802
- listing_status_on_conflict: {
12803
- constraint: { __type: "listing_status_constraint!" },
12804
- update_columns: { __type: "[listing_status_update_column!]!" },
12805
- where: { __type: "listing_status_bool_exp" },
12806
- },
12807
- listing_status_order_by: { name: { __type: "order_by" } },
12808
- listing_status_pk_columns_input: { name: { __type: "String!" } },
12809
- listing_status_set_input: { name: { __type: "String" } },
12810
- listing_status_stream_cursor_input: {
12811
- initial_value: { __type: "listing_status_stream_cursor_value_input!" },
12812
- ordering: { __type: "cursor_ordering" },
12813
- },
12814
- listing_status_stream_cursor_value_input: { name: { __type: "String" } },
12815
- listing_status_updates: {
12816
- _set: { __type: "listing_status_set_input" },
12817
- where: { __type: "listing_status_bool_exp!" },
12818
- },
12819
12677
  listing_stddev_fields: {
12820
12678
  __typename: { __type: "String!" },
12821
12679
  bedrooms: { __type: "Float" },
@@ -12868,7 +12726,7 @@ export const generatedSchema = {
12868
12726
  address_id: { __type: "uuid" },
12869
12727
  bedrooms: { __type: "Int" },
12870
12728
  beds: { __type: "Int" },
12871
- calculatedStatus: { __type: "String" },
12729
+ calculatedStatus: { __type: "activeStatus_enum" },
12872
12730
  calculatedTitle: { __type: "String" },
12873
12731
  calculated_title: { __type: "String" },
12874
12732
  centExpenseReserve: { __type: "Int" },
@@ -12884,9 +12742,9 @@ export const generatedSchema = {
12884
12742
  name: { __type: "String" },
12885
12743
  ownerContactId: { __type: "uuid" },
12886
12744
  pmsAddressData: { __type: "jsonb" },
12887
- pmsStatus: { __type: "listing_pms_status_enum" },
12745
+ pmsStatus: { __type: "activeStatus_enum" },
12888
12746
  sourceId: { __type: "uuid" },
12889
- status: { __type: "listing_status_enum" },
12747
+ status: { __type: "activeStatus_enum" },
12890
12748
  tenantId: { __type: "uuid" },
12891
12749
  title: { __type: "String" },
12892
12750
  uniqueRef: { __type: "String" },
@@ -14319,22 +14177,6 @@ export const generatedSchema = {
14319
14177
  __type: "listing_owner_role",
14320
14178
  __args: { name: "String!" },
14321
14179
  },
14322
- delete_listing_pms_status: {
14323
- __type: "listing_pms_status_mutation_response",
14324
- __args: { where: "listing_pms_status_bool_exp!" },
14325
- },
14326
- delete_listing_pms_status_by_pk: {
14327
- __type: "listing_pms_status",
14328
- __args: { name: "String!" },
14329
- },
14330
- delete_listing_status: {
14331
- __type: "listing_status_mutation_response",
14332
- __args: { where: "listing_status_bool_exp!" },
14333
- },
14334
- delete_listing_status_by_pk: {
14335
- __type: "listing_status",
14336
- __args: { name: "String!" },
14337
- },
14338
14180
  delete_owner_pms_status: {
14339
14181
  __type: "owner_pms_status_mutation_response",
14340
14182
  __args: { where: "owner_pms_status_bool_exp!" },
@@ -15952,34 +15794,6 @@ export const generatedSchema = {
15952
15794
  on_conflict: "listing_owner_role_on_conflict",
15953
15795
  },
15954
15796
  },
15955
- insert_listing_pms_status: {
15956
- __type: "listing_pms_status_mutation_response",
15957
- __args: {
15958
- objects: "[listing_pms_status_insert_input!]!",
15959
- on_conflict: "listing_pms_status_on_conflict",
15960
- },
15961
- },
15962
- insert_listing_pms_status_one: {
15963
- __type: "listing_pms_status",
15964
- __args: {
15965
- object: "listing_pms_status_insert_input!",
15966
- on_conflict: "listing_pms_status_on_conflict",
15967
- },
15968
- },
15969
- insert_listing_status: {
15970
- __type: "listing_status_mutation_response",
15971
- __args: {
15972
- objects: "[listing_status_insert_input!]!",
15973
- on_conflict: "listing_status_on_conflict",
15974
- },
15975
- },
15976
- insert_listing_status_one: {
15977
- __type: "listing_status",
15978
- __args: {
15979
- object: "listing_status_insert_input!",
15980
- on_conflict: "listing_status_on_conflict",
15981
- },
15982
- },
15983
15797
  insert_owner_pms_status: {
15984
15798
  __type: "owner_pms_status_mutation_response",
15985
15799
  __args: {
@@ -18437,42 +18251,6 @@ export const generatedSchema = {
18437
18251
  __type: "[listing_owner_role_mutation_response]",
18438
18252
  __args: { updates: "[listing_owner_role_updates!]!" },
18439
18253
  },
18440
- update_listing_pms_status: {
18441
- __type: "listing_pms_status_mutation_response",
18442
- __args: {
18443
- _set: "listing_pms_status_set_input",
18444
- where: "listing_pms_status_bool_exp!",
18445
- },
18446
- },
18447
- update_listing_pms_status_by_pk: {
18448
- __type: "listing_pms_status",
18449
- __args: {
18450
- _set: "listing_pms_status_set_input",
18451
- pk_columns: "listing_pms_status_pk_columns_input!",
18452
- },
18453
- },
18454
- update_listing_pms_status_many: {
18455
- __type: "[listing_pms_status_mutation_response]",
18456
- __args: { updates: "[listing_pms_status_updates!]!" },
18457
- },
18458
- update_listing_status: {
18459
- __type: "listing_status_mutation_response",
18460
- __args: {
18461
- _set: "listing_status_set_input",
18462
- where: "listing_status_bool_exp!",
18463
- },
18464
- },
18465
- update_listing_status_by_pk: {
18466
- __type: "listing_status",
18467
- __args: {
18468
- _set: "listing_status_set_input",
18469
- pk_columns: "listing_status_pk_columns_input!",
18470
- },
18471
- },
18472
- update_listing_status_many: {
18473
- __type: "[listing_status_mutation_response]",
18474
- __args: { updates: "[listing_status_updates!]!" },
18475
- },
18476
18254
  update_owner_pms_status: {
18477
18255
  __type: "owner_pms_status_mutation_response",
18478
18256
  __args: {
@@ -25342,54 +25120,6 @@ export const generatedSchema = {
25342
25120
  __type: "listing_owner_role",
25343
25121
  __args: { name: "String!" },
25344
25122
  },
25345
- listing_pms_status: {
25346
- __type: "[listing_pms_status!]!",
25347
- __args: {
25348
- distinct_on: "[listing_pms_status_select_column!]",
25349
- limit: "Int",
25350
- offset: "Int",
25351
- order_by: "[listing_pms_status_order_by!]",
25352
- where: "listing_pms_status_bool_exp",
25353
- },
25354
- },
25355
- listing_pms_status_aggregate: {
25356
- __type: "listing_pms_status_aggregate!",
25357
- __args: {
25358
- distinct_on: "[listing_pms_status_select_column!]",
25359
- limit: "Int",
25360
- offset: "Int",
25361
- order_by: "[listing_pms_status_order_by!]",
25362
- where: "listing_pms_status_bool_exp",
25363
- },
25364
- },
25365
- listing_pms_status_by_pk: {
25366
- __type: "listing_pms_status",
25367
- __args: { name: "String!" },
25368
- },
25369
- listing_status: {
25370
- __type: "[listing_status!]!",
25371
- __args: {
25372
- distinct_on: "[listing_status_select_column!]",
25373
- limit: "Int",
25374
- offset: "Int",
25375
- order_by: "[listing_status_order_by!]",
25376
- where: "listing_status_bool_exp",
25377
- },
25378
- },
25379
- listing_status_aggregate: {
25380
- __type: "listing_status_aggregate!",
25381
- __args: {
25382
- distinct_on: "[listing_status_select_column!]",
25383
- limit: "Int",
25384
- offset: "Int",
25385
- order_by: "[listing_status_order_by!]",
25386
- where: "listing_status_bool_exp",
25387
- },
25388
- },
25389
- listing_status_by_pk: {
25390
- __type: "listing_status",
25391
- __args: { name: "String!" },
25392
- },
25393
25123
  listings: {
25394
25124
  __type: "[listing!]!",
25395
25125
  __args: {
@@ -34254,70 +33984,6 @@ export const generatedSchema = {
34254
33984
  where: "listing_owner_bool_exp",
34255
33985
  },
34256
33986
  },
34257
- listing_pms_status: {
34258
- __type: "[listing_pms_status!]!",
34259
- __args: {
34260
- distinct_on: "[listing_pms_status_select_column!]",
34261
- limit: "Int",
34262
- offset: "Int",
34263
- order_by: "[listing_pms_status_order_by!]",
34264
- where: "listing_pms_status_bool_exp",
34265
- },
34266
- },
34267
- listing_pms_status_aggregate: {
34268
- __type: "listing_pms_status_aggregate!",
34269
- __args: {
34270
- distinct_on: "[listing_pms_status_select_column!]",
34271
- limit: "Int",
34272
- offset: "Int",
34273
- order_by: "[listing_pms_status_order_by!]",
34274
- where: "listing_pms_status_bool_exp",
34275
- },
34276
- },
34277
- listing_pms_status_by_pk: {
34278
- __type: "listing_pms_status",
34279
- __args: { name: "String!" },
34280
- },
34281
- listing_pms_status_stream: {
34282
- __type: "[listing_pms_status!]!",
34283
- __args: {
34284
- batch_size: "Int!",
34285
- cursor: "[listing_pms_status_stream_cursor_input]!",
34286
- where: "listing_pms_status_bool_exp",
34287
- },
34288
- },
34289
- listing_status: {
34290
- __type: "[listing_status!]!",
34291
- __args: {
34292
- distinct_on: "[listing_status_select_column!]",
34293
- limit: "Int",
34294
- offset: "Int",
34295
- order_by: "[listing_status_order_by!]",
34296
- where: "listing_status_bool_exp",
34297
- },
34298
- },
34299
- listing_status_aggregate: {
34300
- __type: "listing_status_aggregate!",
34301
- __args: {
34302
- distinct_on: "[listing_status_select_column!]",
34303
- limit: "Int",
34304
- offset: "Int",
34305
- order_by: "[listing_status_order_by!]",
34306
- where: "listing_status_bool_exp",
34307
- },
34308
- },
34309
- listing_status_by_pk: {
34310
- __type: "listing_status",
34311
- __args: { name: "String!" },
34312
- },
34313
- listing_status_stream: {
34314
- __type: "[listing_status!]!",
34315
- __args: {
34316
- batch_size: "Int!",
34317
- cursor: "[listing_status_stream_cursor_input]!",
34318
- where: "listing_status_bool_exp",
34319
- },
34320
- },
34321
33987
  listing_stream: {
34322
33988
  __type: "[listing!]!",
34323
33989
  __args: {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.15",
13
+ "version": "1.1.17",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",