@gudhub/core 1.1.144 → 1.1.146
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/GUDHUB/AppProcessor/AppProcessor.js +5 -30
- package/GUDHUB/AppProcessor/AppProcessor.test.js +41 -1
- package/GUDHUB/FieldProcessor/FieldProcessor.js +1 -1
- package/GUDHUB/FieldProcessor/FieldProcessor.test.js +24 -0
- package/GUDHUB/Storage/ModulesList.js +8 -0
- package/GUDHUB/config.js +3 -2
- package/GUDHUB/gudhub.test.js +4 -3
- package/GUDHUB/invitation.test.js +40 -40
- package/GUDHUB/utils.js +28 -0
- package/fake_server/fake_java_server.js +32 -2
- package/fake_server/fake_server_data/app_132.js +44 -0
- package/fake_server/fake_server_data/app_16259.js +14 -0
- package/fake_server/fake_server_data/app_214.js +29 -0
- package/fake_server/fake_server_data/app_8263.js +15 -0
- package/fake_server/fake_server_data/fake_server_data.js +4 -0
- package/package.json +1 -1
- package/umd/library.min.js +5 -5
- package/umd/library.min.js.map +1 -1
|
@@ -3281,6 +3281,7 @@ export const app_8263 = {
|
|
|
3281
3281
|
"element_id": 96605,
|
|
3282
3282
|
"name_space": "app",
|
|
3283
3283
|
"field_priority": 0,
|
|
3284
|
+
"trash": false,
|
|
3284
3285
|
"field_name": "App",
|
|
3285
3286
|
"data_model": {
|
|
3286
3287
|
"search": "",
|
|
@@ -3354,6 +3355,7 @@ export const app_8263 = {
|
|
|
3354
3355
|
"element_id": 96606,
|
|
3355
3356
|
"name_space": "company_name",
|
|
3356
3357
|
"field_priority": 0,
|
|
3358
|
+
"trash": false,
|
|
3357
3359
|
"field_name": "Company Name",
|
|
3358
3360
|
"data_model": {
|
|
3359
3361
|
"use_default_value": false,
|
|
@@ -3424,6 +3426,7 @@ export const app_8263 = {
|
|
|
3424
3426
|
"element_id": 96607,
|
|
3425
3427
|
"name_space": "close",
|
|
3426
3428
|
"field_priority": 0,
|
|
3429
|
+
"trash": false,
|
|
3427
3430
|
"field_name": "Close",
|
|
3428
3431
|
"data_model": {
|
|
3429
3432
|
"interpretation": [
|
|
@@ -3467,6 +3470,7 @@ export const app_8263 = {
|
|
|
3467
3470
|
"element_id": 96608,
|
|
3468
3471
|
"name_space": "phone",
|
|
3469
3472
|
"field_priority": 0,
|
|
3473
|
+
"trash": false,
|
|
3470
3474
|
"field_name": "Phone",
|
|
3471
3475
|
"data_model": {
|
|
3472
3476
|
"app_id": 0,
|
|
@@ -3511,6 +3515,7 @@ export const app_8263 = {
|
|
|
3511
3515
|
"element_id": 96609,
|
|
3512
3516
|
"name_space": "email",
|
|
3513
3517
|
"field_priority": 0,
|
|
3518
|
+
"trash": false,
|
|
3514
3519
|
"field_name": "Email",
|
|
3515
3520
|
"data_model": {
|
|
3516
3521
|
"multiple": 0,
|
|
@@ -3579,6 +3584,7 @@ export const app_8263 = {
|
|
|
3579
3584
|
"element_id": 96610,
|
|
3580
3585
|
"name_space": "delete",
|
|
3581
3586
|
"field_priority": 0,
|
|
3587
|
+
"trash": false,
|
|
3582
3588
|
"field_name": "Delete",
|
|
3583
3589
|
"data_model": {
|
|
3584
3590
|
"dest": {
|
|
@@ -3625,6 +3631,7 @@ export const app_8263 = {
|
|
|
3625
3631
|
"element_id": 96611,
|
|
3626
3632
|
"name_space": "lead_name",
|
|
3627
3633
|
"field_priority": 0,
|
|
3634
|
+
"trash": false,
|
|
3628
3635
|
"field_name": "Lead Name",
|
|
3629
3636
|
"data_model": {
|
|
3630
3637
|
"use_default_value": false,
|
|
@@ -3695,6 +3702,7 @@ export const app_8263 = {
|
|
|
3695
3702
|
"element_id": 96612,
|
|
3696
3703
|
"name_space": "add_items",
|
|
3697
3704
|
"field_priority": 0,
|
|
3705
|
+
"trash": false,
|
|
3698
3706
|
"field_name": "Add Items",
|
|
3699
3707
|
"data_model": {
|
|
3700
3708
|
"itself_filter": {
|
|
@@ -3753,6 +3761,7 @@ export const app_8263 = {
|
|
|
3753
3761
|
"element_id": 96613,
|
|
3754
3762
|
"name_space": "apps_to_install",
|
|
3755
3763
|
"field_priority": 0,
|
|
3764
|
+
"trash": false,
|
|
3756
3765
|
"field_name": "App",
|
|
3757
3766
|
"data_model": {
|
|
3758
3767
|
"multiple_value": false,
|
|
@@ -3818,6 +3827,7 @@ export const app_8263 = {
|
|
|
3818
3827
|
"element_id": 96614,
|
|
3819
3828
|
"name_space": "app_constructor",
|
|
3820
3829
|
"field_priority": 0,
|
|
3830
|
+
"trash": false,
|
|
3821
3831
|
"field_name": "App constructor",
|
|
3822
3832
|
"data_model": {
|
|
3823
3833
|
"interpretation": [
|
|
@@ -3861,6 +3871,7 @@ export const app_8263 = {
|
|
|
3861
3871
|
"element_id": 96615,
|
|
3862
3872
|
"name_space": "email_field_name",
|
|
3863
3873
|
"field_priority": 0,
|
|
3874
|
+
"trash": false,
|
|
3864
3875
|
"field_name": "Email Field Name",
|
|
3865
3876
|
"data_model": {
|
|
3866
3877
|
"interpretation": [
|
|
@@ -3904,6 +3915,7 @@ export const app_8263 = {
|
|
|
3904
3915
|
"element_id": 96670,
|
|
3905
3916
|
"name_space": "sharing",
|
|
3906
3917
|
"field_priority": 0,
|
|
3918
|
+
"trash": false,
|
|
3907
3919
|
"field_name": "Sharing",
|
|
3908
3920
|
"data_model": {
|
|
3909
3921
|
"interpretation": [
|
|
@@ -3947,6 +3959,7 @@ export const app_8263 = {
|
|
|
3947
3959
|
"element_id": 96671,
|
|
3948
3960
|
"name_space": "sharing_1",
|
|
3949
3961
|
"field_priority": 0,
|
|
3962
|
+
"trash": false,
|
|
3950
3963
|
"field_name": "Sharing",
|
|
3951
3964
|
"data_model": {
|
|
3952
3965
|
"interpretation": [
|
|
@@ -3990,6 +4003,7 @@ export const app_8263 = {
|
|
|
3990
4003
|
"element_id": 219180,
|
|
3991
4004
|
"name_space": "update_items",
|
|
3992
4005
|
"field_priority": 0,
|
|
4006
|
+
"trash": false,
|
|
3993
4007
|
"field_name": "Update Items",
|
|
3994
4008
|
"data_model": {
|
|
3995
4009
|
"dest": {
|
|
@@ -4039,6 +4053,7 @@ export const app_8263 = {
|
|
|
4039
4053
|
"element_id": 219181,
|
|
4040
4054
|
"name_space": "table_filter",
|
|
4041
4055
|
"field_priority": 0,
|
|
4056
|
+
"trash": false,
|
|
4042
4057
|
"field_name": "Table filter",
|
|
4043
4058
|
"data_model": {
|
|
4044
4059
|
"app_id_bind_to": "8263",
|
|
@@ -43,6 +43,7 @@ export const data = {
|
|
|
43
43
|
items_for_update_step1 : [
|
|
44
44
|
{
|
|
45
45
|
"item_id": 1193,
|
|
46
|
+
"trash": false,
|
|
46
47
|
"index_number": 7,
|
|
47
48
|
"last_update": 1584550861000,
|
|
48
49
|
"fields": [
|
|
@@ -56,6 +57,7 @@ export const data = {
|
|
|
56
57
|
},
|
|
57
58
|
{
|
|
58
59
|
"item_id": 1327,
|
|
60
|
+
"trash": false,
|
|
59
61
|
"index_number": 3,
|
|
60
62
|
"last_update": 1464968325000,
|
|
61
63
|
"fields": [
|
|
@@ -73,6 +75,7 @@ export const data = {
|
|
|
73
75
|
items_for_update_step2 : [
|
|
74
76
|
{
|
|
75
77
|
"item_id": 1193,
|
|
78
|
+
"trash": false,
|
|
76
79
|
"index_number": 7,
|
|
77
80
|
"last_update": 1587799620376,
|
|
78
81
|
"fields": [
|
|
@@ -86,6 +89,7 @@ export const data = {
|
|
|
86
89
|
},
|
|
87
90
|
{
|
|
88
91
|
"item_id": 1327,
|
|
92
|
+
"trash": false,
|
|
89
93
|
"index_number": 3,
|
|
90
94
|
"last_update": 1587799620376,
|
|
91
95
|
"fields": [
|