directus-template-cli 0.3.4 → 0.3.5
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/oclif.manifest.json +1 -1
- package/package.json +1 -1
- package/templates/agencyos/package.json +2 -2
- package/templates/agencyos/src/collections.json +346 -232
- package/templates/agencyos/src/content/block_button.json +6 -6
- package/templates/agencyos/src/content/block_button_group.json +11 -11
- package/templates/agencyos/src/content/block_columns_rows.json +6 -6
- package/templates/agencyos/src/content/block_cta.json +3 -3
- package/templates/agencyos/src/content/block_gallery_files.json +10 -10
- package/templates/agencyos/src/content/block_richtext.json +1 -1
- package/templates/agencyos/src/content/block_step_items.json +5 -5
- package/templates/agencyos/src/content/block_team.json +4 -4
- package/templates/agencyos/src/content/help_collections.json +2 -2
- package/templates/agencyos/src/content/inbox.json +15 -1
- package/templates/agencyos/src/content/navigation_items.json +76 -76
- package/templates/agencyos/src/content/organizations.json +2 -2
- package/templates/agencyos/src/content/os_activities.json +3 -3
- package/templates/agencyos/src/content/os_invoice_items.json +6 -6
- package/templates/agencyos/src/content/os_invoices.json +5 -5
- package/templates/agencyos/src/content/os_payment_terms.json +2 -2
- package/templates/agencyos/src/content/os_payments.json +1 -1
- package/templates/agencyos/src/content/os_projects.json +3 -3
- package/templates/agencyos/src/content/os_proposal_blocks.json +4 -4
- package/templates/agencyos/src/content/os_proposals.json +3 -3
- package/templates/agencyos/src/content/os_tasks.json +65 -87
- package/templates/agencyos/src/content/os_tax_rates.json +2 -2
- package/templates/agencyos/src/content/page_blocks.json +23 -23
- package/templates/agencyos/src/content/pages.json +7 -7
- package/templates/agencyos/src/content/posts.json +9 -9
- package/templates/agencyos/src/content/seo.json +10 -10
- package/templates/agencyos/src/content/testimonials.json +4 -4
- package/templates/agencyos/src/dashboards.json +3 -3
- package/templates/agencyos/src/files.json +49 -49
- package/templates/agencyos/src/flows.json +39 -39
- package/templates/agencyos/src/operations.json +74 -74
- package/templates/agencyos/src/panels.json +136 -132
- package/templates/agencyos/src/permissions.json +349 -871
- package/templates/agencyos/src/roles.json +4 -4
- package/templates/agencyos/src/schema/snapshot.json +246 -97
- package/templates/agencyos/src/settings.json +32 -10
- package/templates/agencyos/src/users.json +32 -12
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"directus": "
|
|
3
|
+
"directus": "10.8.3",
|
|
4
4
|
"vendor": "postgres",
|
|
5
5
|
"collections": [
|
|
6
6
|
{
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"sort": 8,
|
|
25
25
|
"sort_field": null,
|
|
26
26
|
"translations": null,
|
|
27
|
-
"unarchive_value": null
|
|
27
|
+
"unarchive_value": null,
|
|
28
|
+
"versioning": false
|
|
28
29
|
}
|
|
29
30
|
},
|
|
30
31
|
{
|
|
@@ -55,7 +56,8 @@
|
|
|
55
56
|
"plural": "Buttons"
|
|
56
57
|
}
|
|
57
58
|
],
|
|
58
|
-
"unarchive_value": "draft"
|
|
59
|
+
"unarchive_value": "draft",
|
|
60
|
+
"versioning": false
|
|
59
61
|
},
|
|
60
62
|
"schema": {
|
|
61
63
|
"name": "block_button"
|
|
@@ -80,7 +82,7 @@
|
|
|
80
82
|
"preview_url": null,
|
|
81
83
|
"singleton": false,
|
|
82
84
|
"sort": 17,
|
|
83
|
-
"sort_field":
|
|
85
|
+
"sort_field": null,
|
|
84
86
|
"translations": [
|
|
85
87
|
{
|
|
86
88
|
"language": "en-US",
|
|
@@ -89,7 +91,8 @@
|
|
|
89
91
|
"plural": "Button Groups"
|
|
90
92
|
}
|
|
91
93
|
],
|
|
92
|
-
"unarchive_value": "draft"
|
|
94
|
+
"unarchive_value": "draft",
|
|
95
|
+
"versioning": false
|
|
93
96
|
},
|
|
94
97
|
"schema": {
|
|
95
98
|
"name": "block_button_group"
|
|
@@ -123,7 +126,8 @@
|
|
|
123
126
|
"plural": "Columns"
|
|
124
127
|
}
|
|
125
128
|
],
|
|
126
|
-
"unarchive_value": null
|
|
129
|
+
"unarchive_value": null,
|
|
130
|
+
"versioning": false
|
|
127
131
|
},
|
|
128
132
|
"schema": {
|
|
129
133
|
"name": "block_columns"
|
|
@@ -150,7 +154,8 @@
|
|
|
150
154
|
"sort": 1,
|
|
151
155
|
"sort_field": "sort",
|
|
152
156
|
"translations": null,
|
|
153
|
-
"unarchive_value": "draft"
|
|
157
|
+
"unarchive_value": "draft",
|
|
158
|
+
"versioning": false
|
|
154
159
|
},
|
|
155
160
|
"schema": {
|
|
156
161
|
"name": "block_columns_rows"
|
|
@@ -184,7 +189,8 @@
|
|
|
184
189
|
"plural": "Call To Action"
|
|
185
190
|
}
|
|
186
191
|
],
|
|
187
|
-
"unarchive_value": null
|
|
192
|
+
"unarchive_value": null,
|
|
193
|
+
"versioning": false
|
|
188
194
|
},
|
|
189
195
|
"schema": {
|
|
190
196
|
"name": "block_cta"
|
|
@@ -218,7 +224,8 @@
|
|
|
218
224
|
"plural": "Dividers"
|
|
219
225
|
}
|
|
220
226
|
],
|
|
221
|
-
"unarchive_value": null
|
|
227
|
+
"unarchive_value": null,
|
|
228
|
+
"versioning": false
|
|
222
229
|
},
|
|
223
230
|
"schema": {
|
|
224
231
|
"name": "block_divider"
|
|
@@ -252,7 +259,8 @@
|
|
|
252
259
|
"plural": "FAQs"
|
|
253
260
|
}
|
|
254
261
|
],
|
|
255
|
-
"unarchive_value": null
|
|
262
|
+
"unarchive_value": null,
|
|
263
|
+
"versioning": false
|
|
256
264
|
},
|
|
257
265
|
"schema": {
|
|
258
266
|
"name": "block_faqs"
|
|
@@ -286,7 +294,8 @@
|
|
|
286
294
|
"plural": "Forms Form Sections"
|
|
287
295
|
}
|
|
288
296
|
],
|
|
289
|
-
"unarchive_value": null
|
|
297
|
+
"unarchive_value": null,
|
|
298
|
+
"versioning": false
|
|
290
299
|
},
|
|
291
300
|
"schema": {
|
|
292
301
|
"name": "block_form"
|
|
@@ -320,7 +329,8 @@
|
|
|
320
329
|
"plural": "Gallery"
|
|
321
330
|
}
|
|
322
331
|
],
|
|
323
|
-
"unarchive_value": null
|
|
332
|
+
"unarchive_value": null,
|
|
333
|
+
"versioning": false
|
|
324
334
|
},
|
|
325
335
|
"schema": {
|
|
326
336
|
"name": "block_gallery"
|
|
@@ -347,7 +357,8 @@
|
|
|
347
357
|
"sort": 1,
|
|
348
358
|
"sort_field": "sort",
|
|
349
359
|
"translations": null,
|
|
350
|
-
"unarchive_value": "draft"
|
|
360
|
+
"unarchive_value": "draft",
|
|
361
|
+
"versioning": false
|
|
351
362
|
},
|
|
352
363
|
"schema": {
|
|
353
364
|
"name": "block_gallery_files"
|
|
@@ -381,7 +392,8 @@
|
|
|
381
392
|
"plural": "Hero"
|
|
382
393
|
}
|
|
383
394
|
],
|
|
384
|
-
"unarchive_value": null
|
|
395
|
+
"unarchive_value": null,
|
|
396
|
+
"versioning": false
|
|
385
397
|
},
|
|
386
398
|
"schema": {
|
|
387
399
|
"name": "block_hero"
|
|
@@ -415,7 +427,8 @@
|
|
|
415
427
|
"plural": "Raw HTML"
|
|
416
428
|
}
|
|
417
429
|
],
|
|
418
|
-
"unarchive_value": null
|
|
430
|
+
"unarchive_value": null,
|
|
431
|
+
"versioning": false
|
|
419
432
|
},
|
|
420
433
|
"schema": {
|
|
421
434
|
"name": "block_html"
|
|
@@ -449,7 +462,8 @@
|
|
|
449
462
|
"plural": "Logo Cloud"
|
|
450
463
|
}
|
|
451
464
|
],
|
|
452
|
-
"unarchive_value": null
|
|
465
|
+
"unarchive_value": null,
|
|
466
|
+
"versioning": false
|
|
453
467
|
},
|
|
454
468
|
"schema": {
|
|
455
469
|
"name": "block_logocloud"
|
|
@@ -476,7 +490,8 @@
|
|
|
476
490
|
"sort": 1,
|
|
477
491
|
"sort_field": null,
|
|
478
492
|
"translations": null,
|
|
479
|
-
"unarchive_value": null
|
|
493
|
+
"unarchive_value": null,
|
|
494
|
+
"versioning": false
|
|
480
495
|
},
|
|
481
496
|
"schema": {
|
|
482
497
|
"name": "block_logocloud_logos"
|
|
@@ -510,7 +525,8 @@
|
|
|
510
525
|
"plural": "Quotes"
|
|
511
526
|
}
|
|
512
527
|
],
|
|
513
|
-
"unarchive_value": null
|
|
528
|
+
"unarchive_value": null,
|
|
529
|
+
"versioning": false
|
|
514
530
|
},
|
|
515
531
|
"schema": {
|
|
516
532
|
"name": "block_quote"
|
|
@@ -544,7 +560,8 @@
|
|
|
544
560
|
"plural": "Rich Text"
|
|
545
561
|
}
|
|
546
562
|
],
|
|
547
|
-
"unarchive_value": null
|
|
563
|
+
"unarchive_value": null,
|
|
564
|
+
"versioning": false
|
|
548
565
|
},
|
|
549
566
|
"schema": {
|
|
550
567
|
"name": "block_richtext"
|
|
@@ -571,7 +588,8 @@
|
|
|
571
588
|
"sort": 1,
|
|
572
589
|
"sort_field": null,
|
|
573
590
|
"translations": null,
|
|
574
|
-
"unarchive_value": null
|
|
591
|
+
"unarchive_value": null,
|
|
592
|
+
"versioning": false
|
|
575
593
|
},
|
|
576
594
|
"schema": {
|
|
577
595
|
"name": "block_step_items"
|
|
@@ -605,7 +623,8 @@
|
|
|
605
623
|
"plural": "Steps"
|
|
606
624
|
}
|
|
607
625
|
],
|
|
608
|
-
"unarchive_value": null
|
|
626
|
+
"unarchive_value": null,
|
|
627
|
+
"versioning": false
|
|
609
628
|
},
|
|
610
629
|
"schema": {
|
|
611
630
|
"name": "block_steps"
|
|
@@ -639,7 +658,8 @@
|
|
|
639
658
|
"plural": "Team"
|
|
640
659
|
}
|
|
641
660
|
],
|
|
642
|
-
"unarchive_value": null
|
|
661
|
+
"unarchive_value": null,
|
|
662
|
+
"versioning": false
|
|
643
663
|
},
|
|
644
664
|
"schema": {
|
|
645
665
|
"name": "block_team"
|
|
@@ -666,7 +686,8 @@
|
|
|
666
686
|
"sort": 1,
|
|
667
687
|
"sort_field": "sort",
|
|
668
688
|
"translations": null,
|
|
669
|
-
"unarchive_value": "draft"
|
|
689
|
+
"unarchive_value": "draft",
|
|
690
|
+
"versioning": false
|
|
670
691
|
},
|
|
671
692
|
"schema": {
|
|
672
693
|
"name": "block_testimonial_slider_items"
|
|
@@ -700,7 +721,8 @@
|
|
|
700
721
|
"plural": "Testimonials"
|
|
701
722
|
}
|
|
702
723
|
],
|
|
703
|
-
"unarchive_value": null
|
|
724
|
+
"unarchive_value": null,
|
|
725
|
+
"versioning": false
|
|
704
726
|
},
|
|
705
727
|
"schema": {
|
|
706
728
|
"name": "block_testimonials"
|
|
@@ -734,7 +756,8 @@
|
|
|
734
756
|
"plural": "Videos"
|
|
735
757
|
}
|
|
736
758
|
],
|
|
737
|
-
"unarchive_value": null
|
|
759
|
+
"unarchive_value": null,
|
|
760
|
+
"versioning": false
|
|
738
761
|
},
|
|
739
762
|
"schema": {
|
|
740
763
|
"name": "block_video"
|
|
@@ -761,7 +784,8 @@
|
|
|
761
784
|
"sort": 10,
|
|
762
785
|
"sort_field": null,
|
|
763
786
|
"translations": null,
|
|
764
|
-
"unarchive_value": null
|
|
787
|
+
"unarchive_value": null,
|
|
788
|
+
"versioning": false
|
|
765
789
|
}
|
|
766
790
|
},
|
|
767
791
|
{
|
|
@@ -785,7 +809,8 @@
|
|
|
785
809
|
"sort": 3,
|
|
786
810
|
"sort_field": "sort",
|
|
787
811
|
"translations": null,
|
|
788
|
-
"unarchive_value": null
|
|
812
|
+
"unarchive_value": null,
|
|
813
|
+
"versioning": false
|
|
789
814
|
},
|
|
790
815
|
"schema": {
|
|
791
816
|
"name": "categories"
|
|
@@ -812,7 +837,8 @@
|
|
|
812
837
|
"sort": 4,
|
|
813
838
|
"sort_field": null,
|
|
814
839
|
"translations": null,
|
|
815
|
-
"unarchive_value": "draft"
|
|
840
|
+
"unarchive_value": "draft",
|
|
841
|
+
"versioning": false
|
|
816
842
|
},
|
|
817
843
|
"schema": {
|
|
818
844
|
"name": "contacts"
|
|
@@ -823,7 +849,7 @@
|
|
|
823
849
|
"meta": {
|
|
824
850
|
"accountability": "all",
|
|
825
851
|
"archive_app_filter": true,
|
|
826
|
-
"archive_field":
|
|
852
|
+
"archive_field": null,
|
|
827
853
|
"archive_value": "archived",
|
|
828
854
|
"collapse": "closed",
|
|
829
855
|
"collection": "conversations",
|
|
@@ -846,7 +872,8 @@
|
|
|
846
872
|
"plural": "Conversations"
|
|
847
873
|
}
|
|
848
874
|
],
|
|
849
|
-
"unarchive_value": "open"
|
|
875
|
+
"unarchive_value": "open",
|
|
876
|
+
"versioning": true
|
|
850
877
|
},
|
|
851
878
|
"schema": {
|
|
852
879
|
"name": "conversations"
|
|
@@ -873,7 +900,8 @@
|
|
|
873
900
|
"sort": 9,
|
|
874
901
|
"sort_field": "sort",
|
|
875
902
|
"translations": null,
|
|
876
|
-
"unarchive_value": "draft"
|
|
903
|
+
"unarchive_value": "draft",
|
|
904
|
+
"versioning": false
|
|
877
905
|
},
|
|
878
906
|
"schema": {
|
|
879
907
|
"name": "forms"
|
|
@@ -900,7 +928,8 @@
|
|
|
900
928
|
"sort": 6,
|
|
901
929
|
"sort_field": null,
|
|
902
930
|
"translations": null,
|
|
903
|
-
"unarchive_value": null
|
|
931
|
+
"unarchive_value": null,
|
|
932
|
+
"versioning": false
|
|
904
933
|
},
|
|
905
934
|
"schema": {
|
|
906
935
|
"name": "globals"
|
|
@@ -932,7 +961,8 @@
|
|
|
932
961
|
"translation": "Help Center"
|
|
933
962
|
}
|
|
934
963
|
],
|
|
935
|
-
"unarchive_value": null
|
|
964
|
+
"unarchive_value": null,
|
|
965
|
+
"versioning": false
|
|
936
966
|
}
|
|
937
967
|
},
|
|
938
968
|
{
|
|
@@ -956,7 +986,8 @@
|
|
|
956
986
|
"sort": 2,
|
|
957
987
|
"sort_field": "sort",
|
|
958
988
|
"translations": null,
|
|
959
|
-
"unarchive_value": "draft"
|
|
989
|
+
"unarchive_value": "draft",
|
|
990
|
+
"versioning": false
|
|
960
991
|
},
|
|
961
992
|
"schema": {
|
|
962
993
|
"name": "help_articles"
|
|
@@ -983,7 +1014,8 @@
|
|
|
983
1014
|
"sort": 1,
|
|
984
1015
|
"sort_field": "sort",
|
|
985
1016
|
"translations": null,
|
|
986
|
-
"unarchive_value": "draft"
|
|
1017
|
+
"unarchive_value": "draft",
|
|
1018
|
+
"versioning": false
|
|
987
1019
|
},
|
|
988
1020
|
"schema": {
|
|
989
1021
|
"name": "help_collections"
|
|
@@ -1010,7 +1042,8 @@
|
|
|
1010
1042
|
"sort": 3,
|
|
1011
1043
|
"sort_field": null,
|
|
1012
1044
|
"translations": null,
|
|
1013
|
-
"unarchive_value": null
|
|
1045
|
+
"unarchive_value": null,
|
|
1046
|
+
"versioning": false
|
|
1014
1047
|
},
|
|
1015
1048
|
"schema": {
|
|
1016
1049
|
"name": "help_feedback"
|
|
@@ -1044,7 +1077,8 @@
|
|
|
1044
1077
|
"plural": "Inbox"
|
|
1045
1078
|
}
|
|
1046
1079
|
],
|
|
1047
|
-
"unarchive_value": "new"
|
|
1080
|
+
"unarchive_value": "new",
|
|
1081
|
+
"versioning": false
|
|
1048
1082
|
},
|
|
1049
1083
|
"schema": {
|
|
1050
1084
|
"name": "inbox"
|
|
@@ -1078,7 +1112,8 @@
|
|
|
1078
1112
|
"plural": "Messages"
|
|
1079
1113
|
}
|
|
1080
1114
|
],
|
|
1081
|
-
"unarchive_value": null
|
|
1115
|
+
"unarchive_value": null,
|
|
1116
|
+
"versioning": false
|
|
1082
1117
|
},
|
|
1083
1118
|
"schema": {
|
|
1084
1119
|
"name": "messages"
|
|
@@ -1105,7 +1140,8 @@
|
|
|
1105
1140
|
"sort": 10,
|
|
1106
1141
|
"sort_field": null,
|
|
1107
1142
|
"translations": null,
|
|
1108
|
-
"unarchive_value": "draft"
|
|
1143
|
+
"unarchive_value": "draft",
|
|
1144
|
+
"versioning": false
|
|
1109
1145
|
},
|
|
1110
1146
|
"schema": {
|
|
1111
1147
|
"name": "navigation"
|
|
@@ -1141,9 +1177,10 @@
|
|
|
1141
1177
|
"preview_url": null,
|
|
1142
1178
|
"singleton": false,
|
|
1143
1179
|
"sort": 1,
|
|
1144
|
-
"sort_field":
|
|
1180
|
+
"sort_field": null,
|
|
1145
1181
|
"translations": null,
|
|
1146
|
-
"unarchive_value": null
|
|
1182
|
+
"unarchive_value": null,
|
|
1183
|
+
"versioning": false
|
|
1147
1184
|
},
|
|
1148
1185
|
"schema": {
|
|
1149
1186
|
"name": "navigation_items"
|
|
@@ -1170,7 +1207,8 @@
|
|
|
1170
1207
|
"sort": 1,
|
|
1171
1208
|
"sort_field": "sort",
|
|
1172
1209
|
"translations": null,
|
|
1173
|
-
"unarchive_value": null
|
|
1210
|
+
"unarchive_value": null,
|
|
1211
|
+
"versioning": false
|
|
1174
1212
|
},
|
|
1175
1213
|
"schema": {
|
|
1176
1214
|
"name": "organization_addresses"
|
|
@@ -1204,7 +1242,8 @@
|
|
|
1204
1242
|
"plural": "Organizations"
|
|
1205
1243
|
}
|
|
1206
1244
|
],
|
|
1207
|
-
"unarchive_value": "active"
|
|
1245
|
+
"unarchive_value": "active",
|
|
1246
|
+
"versioning": false
|
|
1208
1247
|
},
|
|
1209
1248
|
"schema": {
|
|
1210
1249
|
"name": "organizations"
|
|
@@ -1231,7 +1270,8 @@
|
|
|
1231
1270
|
"sort": 2,
|
|
1232
1271
|
"sort_field": null,
|
|
1233
1272
|
"translations": null,
|
|
1234
|
-
"unarchive_value": null
|
|
1273
|
+
"unarchive_value": null,
|
|
1274
|
+
"versioning": false
|
|
1235
1275
|
},
|
|
1236
1276
|
"schema": {
|
|
1237
1277
|
"name": "organizations_contacts"
|
|
@@ -1265,7 +1305,8 @@
|
|
|
1265
1305
|
"plural": "Activities"
|
|
1266
1306
|
}
|
|
1267
1307
|
],
|
|
1268
|
-
"unarchive_value": "draft"
|
|
1308
|
+
"unarchive_value": "draft",
|
|
1309
|
+
"versioning": false
|
|
1269
1310
|
},
|
|
1270
1311
|
"schema": {
|
|
1271
1312
|
"name": "os_activities"
|
|
@@ -1292,7 +1333,8 @@
|
|
|
1292
1333
|
"sort": 1,
|
|
1293
1334
|
"sort_field": null,
|
|
1294
1335
|
"translations": null,
|
|
1295
|
-
"unarchive_value": null
|
|
1336
|
+
"unarchive_value": null,
|
|
1337
|
+
"versioning": false
|
|
1296
1338
|
},
|
|
1297
1339
|
"schema": {
|
|
1298
1340
|
"name": "os_activity_contacts"
|
|
@@ -1319,7 +1361,8 @@
|
|
|
1319
1361
|
"sort": 1,
|
|
1320
1362
|
"sort_field": null,
|
|
1321
1363
|
"translations": null,
|
|
1322
|
-
"unarchive_value": null
|
|
1364
|
+
"unarchive_value": null,
|
|
1365
|
+
"versioning": false
|
|
1323
1366
|
},
|
|
1324
1367
|
"schema": {
|
|
1325
1368
|
"name": "os_deal_contacts"
|
|
@@ -1353,7 +1396,8 @@
|
|
|
1353
1396
|
"plural": "Deal Stages"
|
|
1354
1397
|
}
|
|
1355
1398
|
],
|
|
1356
|
-
"unarchive_value": "draft"
|
|
1399
|
+
"unarchive_value": "draft",
|
|
1400
|
+
"versioning": false
|
|
1357
1401
|
},
|
|
1358
1402
|
"schema": {
|
|
1359
1403
|
"name": "os_deal_stages"
|
|
@@ -1387,7 +1431,8 @@
|
|
|
1387
1431
|
"plural": "Deals"
|
|
1388
1432
|
}
|
|
1389
1433
|
],
|
|
1390
|
-
"unarchive_value": null
|
|
1434
|
+
"unarchive_value": null,
|
|
1435
|
+
"versioning": false
|
|
1391
1436
|
},
|
|
1392
1437
|
"schema": {
|
|
1393
1438
|
"name": "os_deals"
|
|
@@ -1421,7 +1466,8 @@
|
|
|
1421
1466
|
"plural": "Email Template"
|
|
1422
1467
|
}
|
|
1423
1468
|
],
|
|
1424
|
-
"unarchive_value": "draft"
|
|
1469
|
+
"unarchive_value": "draft",
|
|
1470
|
+
"versioning": false
|
|
1425
1471
|
},
|
|
1426
1472
|
"schema": {
|
|
1427
1473
|
"name": "os_email_templates"
|
|
@@ -1455,7 +1501,8 @@
|
|
|
1455
1501
|
"plural": "Expense"
|
|
1456
1502
|
}
|
|
1457
1503
|
],
|
|
1458
|
-
"unarchive_value": "draft"
|
|
1504
|
+
"unarchive_value": "draft",
|
|
1505
|
+
"versioning": false
|
|
1459
1506
|
},
|
|
1460
1507
|
"schema": {
|
|
1461
1508
|
"name": "os_expenses"
|
|
@@ -1482,7 +1529,8 @@
|
|
|
1482
1529
|
"sort": 1,
|
|
1483
1530
|
"sort_field": "sort",
|
|
1484
1531
|
"translations": null,
|
|
1485
|
-
"unarchive_value": "draft"
|
|
1532
|
+
"unarchive_value": "draft",
|
|
1533
|
+
"versioning": false
|
|
1486
1534
|
},
|
|
1487
1535
|
"schema": {
|
|
1488
1536
|
"name": "os_invoice_items"
|
|
@@ -1516,7 +1564,8 @@
|
|
|
1516
1564
|
"plural": "Invoices"
|
|
1517
1565
|
}
|
|
1518
1566
|
],
|
|
1519
|
-
"unarchive_value": "draft"
|
|
1567
|
+
"unarchive_value": "draft",
|
|
1568
|
+
"versioning": false
|
|
1520
1569
|
},
|
|
1521
1570
|
"schema": {
|
|
1522
1571
|
"name": "os_invoices"
|
|
@@ -1550,7 +1599,8 @@
|
|
|
1550
1599
|
"plural": "Items / Services"
|
|
1551
1600
|
}
|
|
1552
1601
|
],
|
|
1553
|
-
"unarchive_value": "draft"
|
|
1602
|
+
"unarchive_value": "draft",
|
|
1603
|
+
"versioning": false
|
|
1554
1604
|
},
|
|
1555
1605
|
"schema": {
|
|
1556
1606
|
"name": "os_items"
|
|
@@ -1584,7 +1634,8 @@
|
|
|
1584
1634
|
"plural": "Payment Terms"
|
|
1585
1635
|
}
|
|
1586
1636
|
],
|
|
1587
|
-
"unarchive_value": null
|
|
1637
|
+
"unarchive_value": null,
|
|
1638
|
+
"versioning": false
|
|
1588
1639
|
},
|
|
1589
1640
|
"schema": {
|
|
1590
1641
|
"name": "os_payment_terms"
|
|
@@ -1618,7 +1669,8 @@
|
|
|
1618
1669
|
"plural": "Payments"
|
|
1619
1670
|
}
|
|
1620
1671
|
],
|
|
1621
|
-
"unarchive_value": "pending"
|
|
1672
|
+
"unarchive_value": "pending",
|
|
1673
|
+
"versioning": false
|
|
1622
1674
|
},
|
|
1623
1675
|
"schema": {
|
|
1624
1676
|
"name": "os_payments"
|
|
@@ -1645,7 +1697,8 @@
|
|
|
1645
1697
|
"sort": 1,
|
|
1646
1698
|
"sort_field": null,
|
|
1647
1699
|
"translations": null,
|
|
1648
|
-
"unarchive_value": null
|
|
1700
|
+
"unarchive_value": null,
|
|
1701
|
+
"versioning": false
|
|
1649
1702
|
},
|
|
1650
1703
|
"schema": {
|
|
1651
1704
|
"name": "os_project_contacts"
|
|
@@ -1683,7 +1736,8 @@
|
|
|
1683
1736
|
"plural": "Project Templates"
|
|
1684
1737
|
}
|
|
1685
1738
|
],
|
|
1686
|
-
"unarchive_value": "active"
|
|
1739
|
+
"unarchive_value": "active",
|
|
1740
|
+
"versioning": false
|
|
1687
1741
|
},
|
|
1688
1742
|
"schema": {
|
|
1689
1743
|
"name": "os_project_templates"
|
|
@@ -1710,7 +1764,8 @@
|
|
|
1710
1764
|
"sort": 2,
|
|
1711
1765
|
"sort_field": null,
|
|
1712
1766
|
"translations": null,
|
|
1713
|
-
"unarchive_value": null
|
|
1767
|
+
"unarchive_value": null,
|
|
1768
|
+
"versioning": false
|
|
1714
1769
|
},
|
|
1715
1770
|
"schema": {
|
|
1716
1771
|
"name": "os_project_updates"
|
|
@@ -1744,7 +1799,8 @@
|
|
|
1744
1799
|
"plural": "Projects"
|
|
1745
1800
|
}
|
|
1746
1801
|
],
|
|
1747
|
-
"unarchive_value": "draft"
|
|
1802
|
+
"unarchive_value": "draft",
|
|
1803
|
+
"versioning": false
|
|
1748
1804
|
},
|
|
1749
1805
|
"schema": {
|
|
1750
1806
|
"name": "os_projects"
|
|
@@ -1771,7 +1827,8 @@
|
|
|
1771
1827
|
"sort": 2,
|
|
1772
1828
|
"sort_field": "sort",
|
|
1773
1829
|
"translations": null,
|
|
1774
|
-
"unarchive_value": "draft"
|
|
1830
|
+
"unarchive_value": "draft",
|
|
1831
|
+
"versioning": false
|
|
1775
1832
|
},
|
|
1776
1833
|
"schema": {
|
|
1777
1834
|
"name": "os_proposal_approvals"
|
|
@@ -1798,7 +1855,8 @@
|
|
|
1798
1855
|
"sort": 3,
|
|
1799
1856
|
"sort_field": "sort",
|
|
1800
1857
|
"translations": null,
|
|
1801
|
-
"unarchive_value": null
|
|
1858
|
+
"unarchive_value": null,
|
|
1859
|
+
"versioning": false
|
|
1802
1860
|
},
|
|
1803
1861
|
"schema": {
|
|
1804
1862
|
"name": "os_proposal_blocks"
|
|
@@ -1825,7 +1883,8 @@
|
|
|
1825
1883
|
"sort": 1,
|
|
1826
1884
|
"sort_field": null,
|
|
1827
1885
|
"translations": null,
|
|
1828
|
-
"unarchive_value": null
|
|
1886
|
+
"unarchive_value": null,
|
|
1887
|
+
"versioning": false
|
|
1829
1888
|
},
|
|
1830
1889
|
"schema": {
|
|
1831
1890
|
"name": "os_proposal_contacts"
|
|
@@ -1859,7 +1918,8 @@
|
|
|
1859
1918
|
"plural": "Proposals"
|
|
1860
1919
|
}
|
|
1861
1920
|
],
|
|
1862
|
-
"unarchive_value": "draft"
|
|
1921
|
+
"unarchive_value": "draft",
|
|
1922
|
+
"versioning": false
|
|
1863
1923
|
},
|
|
1864
1924
|
"schema": {
|
|
1865
1925
|
"name": "os_proposals"
|
|
@@ -1893,7 +1953,8 @@
|
|
|
1893
1953
|
"plural": "Settings"
|
|
1894
1954
|
}
|
|
1895
1955
|
],
|
|
1896
|
-
"unarchive_value": null
|
|
1956
|
+
"unarchive_value": null,
|
|
1957
|
+
"versioning": false
|
|
1897
1958
|
},
|
|
1898
1959
|
"schema": {
|
|
1899
1960
|
"name": "os_settings"
|
|
@@ -1920,7 +1981,8 @@
|
|
|
1920
1981
|
"sort": 1,
|
|
1921
1982
|
"sort_field": null,
|
|
1922
1983
|
"translations": null,
|
|
1923
|
-
"unarchive_value": null
|
|
1984
|
+
"unarchive_value": null,
|
|
1985
|
+
"versioning": false
|
|
1924
1986
|
},
|
|
1925
1987
|
"schema": {
|
|
1926
1988
|
"name": "os_task_files"
|
|
@@ -1954,7 +2016,8 @@
|
|
|
1954
2016
|
"plural": "Tasks"
|
|
1955
2017
|
}
|
|
1956
2018
|
],
|
|
1957
|
-
"unarchive_value": "draft"
|
|
2019
|
+
"unarchive_value": "draft",
|
|
2020
|
+
"versioning": false
|
|
1958
2021
|
},
|
|
1959
2022
|
"schema": {
|
|
1960
2023
|
"name": "os_tasks"
|
|
@@ -1988,7 +2051,8 @@
|
|
|
1988
2051
|
"plural": "Tax Rates"
|
|
1989
2052
|
}
|
|
1990
2053
|
],
|
|
1991
|
-
"unarchive_value": "draft"
|
|
2054
|
+
"unarchive_value": "draft",
|
|
2055
|
+
"versioning": false
|
|
1992
2056
|
},
|
|
1993
2057
|
"schema": {
|
|
1994
2058
|
"name": "os_tax_rates"
|
|
@@ -2006,7 +2070,7 @@
|
|
|
2006
2070
|
"color": "#18222F",
|
|
2007
2071
|
"display_template": null,
|
|
2008
2072
|
"group": "pages",
|
|
2009
|
-
"hidden":
|
|
2073
|
+
"hidden": true,
|
|
2010
2074
|
"icon": "code_blocks",
|
|
2011
2075
|
"item_duplication_fields": null,
|
|
2012
2076
|
"note": null,
|
|
@@ -2015,7 +2079,8 @@
|
|
|
2015
2079
|
"sort": 3,
|
|
2016
2080
|
"sort_field": "sort",
|
|
2017
2081
|
"translations": null,
|
|
2018
|
-
"unarchive_value": null
|
|
2082
|
+
"unarchive_value": null,
|
|
2083
|
+
"versioning": false
|
|
2019
2084
|
},
|
|
2020
2085
|
"schema": {
|
|
2021
2086
|
"name": "page_blocks"
|
|
@@ -2042,7 +2107,8 @@
|
|
|
2042
2107
|
"sort": 1,
|
|
2043
2108
|
"sort_field": "sort",
|
|
2044
2109
|
"translations": null,
|
|
2045
|
-
"unarchive_value": "draft"
|
|
2110
|
+
"unarchive_value": "draft",
|
|
2111
|
+
"versioning": false
|
|
2046
2112
|
},
|
|
2047
2113
|
"schema": {
|
|
2048
2114
|
"name": "pages"
|
|
@@ -2076,7 +2142,8 @@
|
|
|
2076
2142
|
"plural": "Blog Page"
|
|
2077
2143
|
}
|
|
2078
2144
|
],
|
|
2079
|
-
"unarchive_value": null
|
|
2145
|
+
"unarchive_value": null,
|
|
2146
|
+
"versioning": false
|
|
2080
2147
|
},
|
|
2081
2148
|
"schema": {
|
|
2082
2149
|
"name": "pages_blog"
|
|
@@ -2110,7 +2177,8 @@
|
|
|
2110
2177
|
"plural": "Project Page"
|
|
2111
2178
|
}
|
|
2112
2179
|
],
|
|
2113
|
-
"unarchive_value": null
|
|
2180
|
+
"unarchive_value": null,
|
|
2181
|
+
"versioning": false
|
|
2114
2182
|
},
|
|
2115
2183
|
"schema": {
|
|
2116
2184
|
"name": "pages_projects"
|
|
@@ -2137,7 +2205,8 @@
|
|
|
2137
2205
|
"sort": 1,
|
|
2138
2206
|
"sort_field": null,
|
|
2139
2207
|
"translations": null,
|
|
2140
|
-
"unarchive_value": null
|
|
2208
|
+
"unarchive_value": null,
|
|
2209
|
+
"versioning": false
|
|
2141
2210
|
},
|
|
2142
2211
|
"schema": {
|
|
2143
2212
|
"name": "post_gallery_items"
|
|
@@ -2164,7 +2233,8 @@
|
|
|
2164
2233
|
"sort": 2,
|
|
2165
2234
|
"sort_field": "sort",
|
|
2166
2235
|
"translations": null,
|
|
2167
|
-
"unarchive_value": "draft"
|
|
2236
|
+
"unarchive_value": "draft",
|
|
2237
|
+
"versioning": false
|
|
2168
2238
|
},
|
|
2169
2239
|
"schema": {
|
|
2170
2240
|
"name": "posts"
|
|
@@ -2191,7 +2261,8 @@
|
|
|
2191
2261
|
"sort": 8,
|
|
2192
2262
|
"sort_field": null,
|
|
2193
2263
|
"translations": null,
|
|
2194
|
-
"unarchive_value": null
|
|
2264
|
+
"unarchive_value": null,
|
|
2265
|
+
"versioning": false
|
|
2195
2266
|
},
|
|
2196
2267
|
"schema": {
|
|
2197
2268
|
"name": "redirects"
|
|
@@ -2218,7 +2289,8 @@
|
|
|
2218
2289
|
"sort": 5,
|
|
2219
2290
|
"sort_field": null,
|
|
2220
2291
|
"translations": null,
|
|
2221
|
-
"unarchive_value": null
|
|
2292
|
+
"unarchive_value": null,
|
|
2293
|
+
"versioning": false
|
|
2222
2294
|
}
|
|
2223
2295
|
},
|
|
2224
2296
|
{
|
|
@@ -2242,7 +2314,8 @@
|
|
|
2242
2314
|
"sort": 7,
|
|
2243
2315
|
"sort_field": null,
|
|
2244
2316
|
"translations": null,
|
|
2245
|
-
"unarchive_value": null
|
|
2317
|
+
"unarchive_value": null,
|
|
2318
|
+
"versioning": false
|
|
2246
2319
|
},
|
|
2247
2320
|
"schema": {
|
|
2248
2321
|
"name": "seo"
|
|
@@ -2269,7 +2342,8 @@
|
|
|
2269
2342
|
"sort": 4,
|
|
2270
2343
|
"sort_field": "sort",
|
|
2271
2344
|
"translations": null,
|
|
2272
|
-
"unarchive_value": "draft"
|
|
2345
|
+
"unarchive_value": "draft",
|
|
2346
|
+
"versioning": false
|
|
2273
2347
|
},
|
|
2274
2348
|
"schema": {
|
|
2275
2349
|
"name": "team"
|
|
@@ -2296,7 +2370,8 @@
|
|
|
2296
2370
|
"sort": 5,
|
|
2297
2371
|
"sort_field": "sort",
|
|
2298
2372
|
"translations": null,
|
|
2299
|
-
"unarchive_value": "draft"
|
|
2373
|
+
"unarchive_value": "draft",
|
|
2374
|
+
"versioning": false
|
|
2300
2375
|
},
|
|
2301
2376
|
"schema": {
|
|
2302
2377
|
"name": "testimonials"
|
|
@@ -2323,7 +2398,8 @@
|
|
|
2323
2398
|
"sort": 9,
|
|
2324
2399
|
"sort_field": null,
|
|
2325
2400
|
"translations": null,
|
|
2326
|
-
"unarchive_value": null
|
|
2401
|
+
"unarchive_value": null,
|
|
2402
|
+
"versioning": false
|
|
2327
2403
|
}
|
|
2328
2404
|
}
|
|
2329
2405
|
],
|
|
@@ -3071,7 +3147,7 @@
|
|
|
3071
3147
|
"meta": {
|
|
3072
3148
|
"collection": "block_button_group",
|
|
3073
3149
|
"conditions": null,
|
|
3074
|
-
"display":
|
|
3150
|
+
"display": "formatted-value",
|
|
3075
3151
|
"display_options": null,
|
|
3076
3152
|
"field": "alignment",
|
|
3077
3153
|
"group": null,
|
|
@@ -3081,12 +3157,16 @@
|
|
|
3081
3157
|
"options": {
|
|
3082
3158
|
"choices": [
|
|
3083
3159
|
{
|
|
3084
|
-
"text": "
|
|
3085
|
-
"value": "
|
|
3160
|
+
"text": "$t:start",
|
|
3161
|
+
"value": "start"
|
|
3086
3162
|
},
|
|
3087
3163
|
{
|
|
3088
3164
|
"text": "Center",
|
|
3089
3165
|
"value": "center"
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"text": "$t:end",
|
|
3169
|
+
"value": "end"
|
|
3090
3170
|
}
|
|
3091
3171
|
]
|
|
3092
3172
|
},
|
|
@@ -9237,7 +9317,7 @@
|
|
|
9237
9317
|
"options": null,
|
|
9238
9318
|
"readonly": false,
|
|
9239
9319
|
"required": false,
|
|
9240
|
-
"sort":
|
|
9320
|
+
"sort": 11,
|
|
9241
9321
|
"special": null,
|
|
9242
9322
|
"translations": null,
|
|
9243
9323
|
"validation": null,
|
|
@@ -9275,13 +9355,13 @@
|
|
|
9275
9355
|
},
|
|
9276
9356
|
"field": "date_created",
|
|
9277
9357
|
"group": null,
|
|
9278
|
-
"hidden":
|
|
9358
|
+
"hidden": false,
|
|
9279
9359
|
"interface": "datetime",
|
|
9280
9360
|
"note": null,
|
|
9281
9361
|
"options": null,
|
|
9282
9362
|
"readonly": true,
|
|
9283
9363
|
"required": false,
|
|
9284
|
-
"sort":
|
|
9364
|
+
"sort": 7,
|
|
9285
9365
|
"special": [
|
|
9286
9366
|
"cast-timestamp",
|
|
9287
9367
|
"date-created"
|
|
@@ -9417,7 +9497,7 @@
|
|
|
9417
9497
|
"options": null,
|
|
9418
9498
|
"readonly": false,
|
|
9419
9499
|
"required": false,
|
|
9420
|
-
"sort":
|
|
9500
|
+
"sort": 10,
|
|
9421
9501
|
"special": null,
|
|
9422
9502
|
"translations": null,
|
|
9423
9503
|
"validation": null,
|
|
@@ -9464,7 +9544,7 @@
|
|
|
9464
9544
|
},
|
|
9465
9545
|
"readonly": false,
|
|
9466
9546
|
"required": false,
|
|
9467
|
-
"sort":
|
|
9547
|
+
"sort": 9,
|
|
9468
9548
|
"special": [
|
|
9469
9549
|
"o2m"
|
|
9470
9550
|
],
|
|
@@ -9474,6 +9554,50 @@
|
|
|
9474
9554
|
"width": "full"
|
|
9475
9555
|
}
|
|
9476
9556
|
},
|
|
9557
|
+
{
|
|
9558
|
+
"collection": "conversations",
|
|
9559
|
+
"field": "organization",
|
|
9560
|
+
"type": "uuid",
|
|
9561
|
+
"meta": {
|
|
9562
|
+
"collection": "conversations",
|
|
9563
|
+
"conditions": null,
|
|
9564
|
+
"display": null,
|
|
9565
|
+
"display_options": null,
|
|
9566
|
+
"field": "organization",
|
|
9567
|
+
"group": null,
|
|
9568
|
+
"hidden": false,
|
|
9569
|
+
"interface": "select-dropdown-m2o",
|
|
9570
|
+
"note": null,
|
|
9571
|
+
"options": null,
|
|
9572
|
+
"readonly": false,
|
|
9573
|
+
"required": false,
|
|
9574
|
+
"sort": 3,
|
|
9575
|
+
"special": [
|
|
9576
|
+
"m2o"
|
|
9577
|
+
],
|
|
9578
|
+
"translations": null,
|
|
9579
|
+
"validation": null,
|
|
9580
|
+
"validation_message": null,
|
|
9581
|
+
"width": "half"
|
|
9582
|
+
},
|
|
9583
|
+
"schema": {
|
|
9584
|
+
"name": "organization",
|
|
9585
|
+
"table": "conversations",
|
|
9586
|
+
"data_type": "uuid",
|
|
9587
|
+
"default_value": null,
|
|
9588
|
+
"max_length": null,
|
|
9589
|
+
"numeric_precision": null,
|
|
9590
|
+
"numeric_scale": null,
|
|
9591
|
+
"is_nullable": true,
|
|
9592
|
+
"is_unique": false,
|
|
9593
|
+
"is_primary_key": false,
|
|
9594
|
+
"is_generated": false,
|
|
9595
|
+
"generation_expression": null,
|
|
9596
|
+
"has_auto_increment": false,
|
|
9597
|
+
"foreign_key_table": "organizations",
|
|
9598
|
+
"foreign_key_column": "id"
|
|
9599
|
+
}
|
|
9600
|
+
},
|
|
9477
9601
|
{
|
|
9478
9602
|
"collection": "conversations",
|
|
9479
9603
|
"field": "status",
|
|
@@ -9523,7 +9647,7 @@
|
|
|
9523
9647
|
"translations": null,
|
|
9524
9648
|
"validation": null,
|
|
9525
9649
|
"validation_message": null,
|
|
9526
|
-
"width": "
|
|
9650
|
+
"width": "half"
|
|
9527
9651
|
},
|
|
9528
9652
|
"schema": {
|
|
9529
9653
|
"name": "status",
|
|
@@ -9560,7 +9684,7 @@
|
|
|
9560
9684
|
"options": null,
|
|
9561
9685
|
"readonly": false,
|
|
9562
9686
|
"required": false,
|
|
9563
|
-
"sort":
|
|
9687
|
+
"sort": 8,
|
|
9564
9688
|
"special": null,
|
|
9565
9689
|
"translations": null,
|
|
9566
9690
|
"validation": null,
|
|
@@ -9596,7 +9720,7 @@
|
|
|
9596
9720
|
"display_options": null,
|
|
9597
9721
|
"field": "user_created",
|
|
9598
9722
|
"group": null,
|
|
9599
|
-
"hidden":
|
|
9723
|
+
"hidden": false,
|
|
9600
9724
|
"interface": "select-dropdown-m2o",
|
|
9601
9725
|
"note": null,
|
|
9602
9726
|
"options": {
|
|
@@ -9604,7 +9728,7 @@
|
|
|
9604
9728
|
},
|
|
9605
9729
|
"readonly": false,
|
|
9606
9730
|
"required": false,
|
|
9607
|
-
"sort":
|
|
9731
|
+
"sort": 6,
|
|
9608
9732
|
"special": [
|
|
9609
9733
|
"m2o",
|
|
9610
9734
|
"user-created"
|
|
@@ -9649,7 +9773,7 @@
|
|
|
9649
9773
|
"options": null,
|
|
9650
9774
|
"readonly": false,
|
|
9651
9775
|
"required": false,
|
|
9652
|
-
"sort":
|
|
9776
|
+
"sort": 5,
|
|
9653
9777
|
"special": [
|
|
9654
9778
|
"m2o",
|
|
9655
9779
|
"user-updated"
|
|
@@ -9694,7 +9818,7 @@
|
|
|
9694
9818
|
"options": null,
|
|
9695
9819
|
"readonly": false,
|
|
9696
9820
|
"required": false,
|
|
9697
|
-
"sort":
|
|
9821
|
+
"sort": 12,
|
|
9698
9822
|
"special": null,
|
|
9699
9823
|
"translations": null,
|
|
9700
9824
|
"validation": null,
|
|
@@ -14627,7 +14751,7 @@
|
|
|
14627
14751
|
"translations": null,
|
|
14628
14752
|
"validation": null,
|
|
14629
14753
|
"validation_message": null,
|
|
14630
|
-
"width": "
|
|
14754
|
+
"width": "full"
|
|
14631
14755
|
},
|
|
14632
14756
|
"schema": {
|
|
14633
14757
|
"name": "icon",
|
|
@@ -14713,7 +14837,7 @@
|
|
|
14713
14837
|
"translations": null,
|
|
14714
14838
|
"validation": null,
|
|
14715
14839
|
"validation_message": null,
|
|
14716
|
-
"width": "
|
|
14840
|
+
"width": "full"
|
|
14717
14841
|
},
|
|
14718
14842
|
"schema": {
|
|
14719
14843
|
"name": "label",
|
|
@@ -35730,6 +35854,31 @@
|
|
|
35730
35854
|
"on_delete": "NO ACTION"
|
|
35731
35855
|
}
|
|
35732
35856
|
},
|
|
35857
|
+
{
|
|
35858
|
+
"collection": "conversations",
|
|
35859
|
+
"field": "organization",
|
|
35860
|
+
"related_collection": "organizations",
|
|
35861
|
+
"meta": {
|
|
35862
|
+
"junction_field": null,
|
|
35863
|
+
"many_collection": "conversations",
|
|
35864
|
+
"many_field": "organization",
|
|
35865
|
+
"one_allowed_collections": null,
|
|
35866
|
+
"one_collection": "organizations",
|
|
35867
|
+
"one_collection_field": null,
|
|
35868
|
+
"one_deselect_action": "nullify",
|
|
35869
|
+
"one_field": null,
|
|
35870
|
+
"sort_field": null
|
|
35871
|
+
},
|
|
35872
|
+
"schema": {
|
|
35873
|
+
"table": "conversations",
|
|
35874
|
+
"column": "organization",
|
|
35875
|
+
"foreign_key_table": "organizations",
|
|
35876
|
+
"foreign_key_column": "id",
|
|
35877
|
+
"constraint_name": "conversations_organization_foreign",
|
|
35878
|
+
"on_update": "NO ACTION",
|
|
35879
|
+
"on_delete": "SET NULL"
|
|
35880
|
+
}
|
|
35881
|
+
},
|
|
35733
35882
|
{
|
|
35734
35883
|
"collection": "conversations",
|
|
35735
35884
|
"field": "user_created",
|