@nxtedition/types 23.0.19 → 23.0.20

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/dist/schema.json CHANGED
@@ -1269,6 +1269,9 @@
1269
1269
  ":media.updateSubtitles?": {
1270
1270
  "$ref": "#/definitions/Record<string,unknown>"
1271
1271
  },
1272
+ ":panel": {
1273
+ "$ref": "#/definitions/PanelDomainPanelRecord"
1274
+ },
1272
1275
  ":permission": {
1273
1276
  "$ref": "#/definitions/PermissionRecordPermisson"
1274
1277
  },
@@ -1418,6 +1421,7 @@
1418
1421
  ":media.transcriptChanges",
1419
1422
  ":media.updateGraphics?",
1420
1423
  ":media.updateSubtitles?",
1424
+ ":panel",
1421
1425
  ":permission",
1422
1426
  ":permission?",
1423
1427
  ":pipeline",
@@ -1522,6 +1526,7 @@
1522
1526
  ":media.transcriptChanges",
1523
1527
  ":media.updateGraphics?",
1524
1528
  ":media.updateSubtitles?",
1529
+ ":panel",
1525
1530
  ":permission",
1526
1531
  ":permission?",
1527
1532
  ":pipeline",
@@ -2329,6 +2334,25 @@
2329
2334
  "additionalProperties": false,
2330
2335
  "type": "object"
2331
2336
  },
2337
+ "LayoutWidget": {
2338
+ "anyOf": [
2339
+ {
2340
+ "$ref": "#/definitions/WidgetItem"
2341
+ },
2342
+ {
2343
+ "enum": [
2344
+ "assetTags",
2345
+ "assetTypes",
2346
+ "default",
2347
+ "geopoint",
2348
+ "poster",
2349
+ "tags",
2350
+ "textarea"
2351
+ ],
2352
+ "type": "string"
2353
+ }
2354
+ ]
2355
+ },
2332
2356
  "MediaConsolidateRecord": {
2333
2357
  "additionalProperties": false,
2334
2358
  "properties": {
@@ -2622,288 +2646,408 @@
2622
2646
  ],
2623
2647
  "type": "object"
2624
2648
  },
2625
- "Nxtpression<Record<string,unknown>,{id:string;}>": {
2626
- "additionalProperties": false,
2627
- "properties": {
2628
- "__context": {
2649
+ "Nxtpression": {
2650
+ "anyOf": [
2651
+ {
2629
2652
  "additionalProperties": false,
2630
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2631
2653
  "properties": {
2632
- "id": {
2654
+ "__context": {
2655
+ "additionalProperties": true,
2656
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2657
+ "properties": {},
2658
+ "type": "object"
2659
+ },
2660
+ "__returnValue": {
2661
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2633
2662
  "type": "string"
2663
+ },
2664
+ "length": {
2665
+ "type": "number"
2634
2666
  }
2635
2667
  },
2636
2668
  "required": [
2637
- "id"
2669
+ "length"
2638
2670
  ],
2639
2671
  "type": "object"
2640
2672
  },
2641
- "__returnValue": {
2642
- "$ref": "#/definitions/Record<string,unknown>",
2643
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped."
2673
+ {
2674
+ "type": "string"
2675
+ }
2676
+ ]
2677
+ },
2678
+ "Nxtpression<Record<string,unknown>,{id:string;}>": {
2679
+ "anyOf": [
2680
+ {
2681
+ "additionalProperties": false,
2682
+ "properties": {
2683
+ "__context": {
2684
+ "additionalProperties": false,
2685
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2686
+ "properties": {
2687
+ "id": {
2688
+ "type": "string"
2689
+ }
2690
+ },
2691
+ "required": [
2692
+ "id"
2693
+ ],
2694
+ "type": "object"
2695
+ },
2696
+ "__returnValue": {
2697
+ "$ref": "#/definitions/Record<string,unknown>",
2698
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped."
2699
+ },
2700
+ "length": {
2701
+ "type": "number"
2702
+ }
2703
+ },
2704
+ "required": [
2705
+ "length"
2706
+ ],
2707
+ "type": "object"
2644
2708
  },
2645
- "length": {
2646
- "type": "number"
2709
+ {
2710
+ "type": "string"
2647
2711
  }
2648
- },
2649
- "required": [
2650
- "length"
2651
- ],
2652
- "type": "object"
2712
+ ]
2653
2713
  },
2654
2714
  "Nxtpression<number,{id:string;}>": {
2655
- "additionalProperties": false,
2656
- "properties": {
2657
- "__context": {
2715
+ "anyOf": [
2716
+ {
2658
2717
  "additionalProperties": false,
2659
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2660
2718
  "properties": {
2661
- "id": {
2662
- "type": "string"
2719
+ "__context": {
2720
+ "additionalProperties": false,
2721
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2722
+ "properties": {
2723
+ "id": {
2724
+ "type": "string"
2725
+ }
2726
+ },
2727
+ "required": [
2728
+ "id"
2729
+ ],
2730
+ "type": "object"
2731
+ },
2732
+ "__returnValue": {
2733
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2734
+ "type": "number"
2735
+ },
2736
+ "length": {
2737
+ "type": "number"
2663
2738
  }
2664
2739
  },
2665
2740
  "required": [
2666
- "id"
2741
+ "length"
2667
2742
  ],
2668
2743
  "type": "object"
2669
2744
  },
2670
- "__returnValue": {
2671
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2672
- "type": "number"
2673
- },
2674
- "length": {
2675
- "type": "number"
2745
+ {
2746
+ "type": "string"
2676
2747
  }
2677
- },
2678
- "required": [
2679
- "length"
2680
- ],
2681
- "type": "object"
2748
+ ]
2682
2749
  },
2683
2750
  "Nxtpression<string,{id:string;}>": {
2684
- "additionalProperties": false,
2685
- "properties": {
2686
- "__context": {
2751
+ "anyOf": [
2752
+ {
2687
2753
  "additionalProperties": false,
2688
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2689
2754
  "properties": {
2690
- "id": {
2755
+ "__context": {
2756
+ "additionalProperties": false,
2757
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2758
+ "properties": {
2759
+ "id": {
2760
+ "type": "string"
2761
+ }
2762
+ },
2763
+ "required": [
2764
+ "id"
2765
+ ],
2766
+ "type": "object"
2767
+ },
2768
+ "__returnValue": {
2769
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2691
2770
  "type": "string"
2771
+ },
2772
+ "length": {
2773
+ "type": "number"
2692
2774
  }
2693
2775
  },
2694
2776
  "required": [
2695
- "id"
2777
+ "length"
2696
2778
  ],
2697
2779
  "type": "object"
2698
2780
  },
2699
- "__returnValue": {
2700
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2781
+ {
2701
2782
  "type": "string"
2702
- },
2703
- "length": {
2704
- "type": "number"
2705
2783
  }
2706
- },
2707
- "required": [
2708
- "length"
2709
- ],
2710
- "type": "object"
2784
+ ]
2711
2785
  },
2712
2786
  "Nxtpression<string,{id:string;}>_1": {
2713
- "additionalProperties": false,
2714
- "properties": {
2715
- "__context": {
2787
+ "anyOf": [
2788
+ {
2716
2789
  "additionalProperties": false,
2717
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2718
2790
  "properties": {
2719
- "id": {
2791
+ "__context": {
2792
+ "additionalProperties": false,
2793
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2794
+ "properties": {
2795
+ "id": {
2796
+ "type": "string"
2797
+ }
2798
+ },
2799
+ "required": [
2800
+ "id"
2801
+ ],
2802
+ "type": "object"
2803
+ },
2804
+ "__returnValue": {
2805
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2720
2806
  "type": "string"
2807
+ },
2808
+ "length": {
2809
+ "type": "number"
2721
2810
  }
2722
2811
  },
2723
2812
  "required": [
2724
- "id"
2813
+ "length"
2725
2814
  ],
2726
2815
  "type": "object"
2727
2816
  },
2728
- "__returnValue": {
2729
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2817
+ {
2730
2818
  "type": "string"
2731
- },
2732
- "length": {
2733
- "type": "number"
2734
2819
  }
2735
- },
2736
- "required": [
2737
- "length"
2738
- ],
2739
- "type": "object"
2820
+ ]
2740
2821
  },
2741
2822
  "Nxtpression<string,{id:string;}>_2": {
2742
- "additionalProperties": false,
2743
- "properties": {
2744
- "__context": {
2823
+ "anyOf": [
2824
+ {
2745
2825
  "additionalProperties": false,
2746
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2747
2826
  "properties": {
2748
- "id": {
2827
+ "__context": {
2828
+ "additionalProperties": false,
2829
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2830
+ "properties": {
2831
+ "id": {
2832
+ "type": "string"
2833
+ }
2834
+ },
2835
+ "required": [
2836
+ "id"
2837
+ ],
2838
+ "type": "object"
2839
+ },
2840
+ "__returnValue": {
2841
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2749
2842
  "type": "string"
2843
+ },
2844
+ "length": {
2845
+ "type": "number"
2750
2846
  }
2751
2847
  },
2752
2848
  "required": [
2753
- "id"
2849
+ "length"
2754
2850
  ],
2755
2851
  "type": "object"
2756
2852
  },
2757
- "__returnValue": {
2758
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2853
+ {
2759
2854
  "type": "string"
2760
- },
2761
- "length": {
2762
- "type": "number"
2763
2855
  }
2764
- },
2765
- "required": [
2766
- "length"
2767
- ],
2768
- "type": "object"
2856
+ ]
2769
2857
  },
2770
2858
  "Nxtpression<string,{id:string;}>_3": {
2771
- "additionalProperties": false,
2772
- "properties": {
2773
- "__context": {
2859
+ "anyOf": [
2860
+ {
2774
2861
  "additionalProperties": false,
2775
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2776
2862
  "properties": {
2777
- "id": {
2863
+ "__context": {
2864
+ "additionalProperties": false,
2865
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2866
+ "properties": {
2867
+ "id": {
2868
+ "type": "string"
2869
+ }
2870
+ },
2871
+ "required": [
2872
+ "id"
2873
+ ],
2874
+ "type": "object"
2875
+ },
2876
+ "__returnValue": {
2877
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2778
2878
  "type": "string"
2879
+ },
2880
+ "length": {
2881
+ "type": "number"
2779
2882
  }
2780
2883
  },
2781
2884
  "required": [
2782
- "id"
2885
+ "length"
2783
2886
  ],
2784
2887
  "type": "object"
2785
2888
  },
2786
- "__returnValue": {
2787
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2889
+ {
2788
2890
  "type": "string"
2789
- },
2790
- "length": {
2791
- "type": "number"
2792
2891
  }
2793
- },
2794
- "required": [
2795
- "length"
2796
- ],
2797
- "type": "object"
2892
+ ]
2798
2893
  },
2799
2894
  "Nxtpression<string[],{id:string;}>": {
2800
- "additionalProperties": false,
2801
- "properties": {
2802
- "__context": {
2895
+ "anyOf": [
2896
+ {
2803
2897
  "additionalProperties": false,
2804
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2805
2898
  "properties": {
2806
- "id": {
2807
- "type": "string"
2899
+ "__context": {
2900
+ "additionalProperties": false,
2901
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2902
+ "properties": {
2903
+ "id": {
2904
+ "type": "string"
2905
+ }
2906
+ },
2907
+ "required": [
2908
+ "id"
2909
+ ],
2910
+ "type": "object"
2911
+ },
2912
+ "__returnValue": {
2913
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2914
+ "items": {
2915
+ "type": "string"
2916
+ },
2917
+ "type": "array"
2918
+ },
2919
+ "length": {
2920
+ "type": "number"
2808
2921
  }
2809
2922
  },
2810
2923
  "required": [
2811
- "id"
2924
+ "length"
2812
2925
  ],
2813
2926
  "type": "object"
2814
2927
  },
2815
- "__returnValue": {
2816
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2817
- "items": {
2818
- "type": "string"
2819
- },
2820
- "type": "array"
2821
- },
2822
- "length": {
2823
- "type": "number"
2928
+ {
2929
+ "type": "string"
2824
2930
  }
2825
- },
2826
- "required": [
2827
- "length"
2828
- ],
2829
- "type": "object"
2931
+ ]
2830
2932
  },
2831
2933
  "Nxtpression<string[],{id:string;}>_1": {
2832
- "additionalProperties": false,
2833
- "properties": {
2834
- "__context": {
2934
+ "anyOf": [
2935
+ {
2835
2936
  "additionalProperties": false,
2836
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2837
2937
  "properties": {
2838
- "id": {
2839
- "type": "string"
2938
+ "__context": {
2939
+ "additionalProperties": false,
2940
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2941
+ "properties": {
2942
+ "id": {
2943
+ "type": "string"
2944
+ }
2945
+ },
2946
+ "required": [
2947
+ "id"
2948
+ ],
2949
+ "type": "object"
2950
+ },
2951
+ "__returnValue": {
2952
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2953
+ "items": {
2954
+ "type": "string"
2955
+ },
2956
+ "type": "array"
2957
+ },
2958
+ "length": {
2959
+ "type": "number"
2840
2960
  }
2841
2961
  },
2842
2962
  "required": [
2843
- "id"
2963
+ "length"
2844
2964
  ],
2845
2965
  "type": "object"
2846
2966
  },
2847
- "__returnValue": {
2848
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2849
- "items": {
2850
- "type": "string"
2851
- },
2852
- "type": "array"
2853
- },
2854
- "length": {
2855
- "type": "number"
2967
+ {
2968
+ "type": "string"
2856
2969
  }
2857
- },
2858
- "required": [
2859
- "length"
2860
- ],
2861
- "type": "object"
2970
+ ]
2862
2971
  },
2863
- "Nxtpression<{lat:number;lon:number;}[],{id:string;}>": {
2864
- "additionalProperties": false,
2865
- "properties": {
2866
- "__context": {
2972
+ "Nxtpression<unknown>": {
2973
+ "anyOf": [
2974
+ {
2867
2975
  "additionalProperties": false,
2868
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2869
2976
  "properties": {
2870
- "id": {
2871
- "type": "string"
2977
+ "__context": {
2978
+ "additionalProperties": true,
2979
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2980
+ "properties": {},
2981
+ "type": "object"
2982
+ },
2983
+ "__returnValue": {
2984
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped."
2985
+ },
2986
+ "length": {
2987
+ "type": "number"
2872
2988
  }
2873
2989
  },
2874
2990
  "required": [
2875
- "id"
2991
+ "length"
2876
2992
  ],
2877
2993
  "type": "object"
2878
2994
  },
2879
- "__returnValue": {
2880
- "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
2881
- "items": {
2882
- "additionalProperties": false,
2883
- "properties": {
2884
- "lat": {
2885
- "type": "number"
2995
+ {
2996
+ "type": "string"
2997
+ }
2998
+ ]
2999
+ },
3000
+ "Nxtpression<{lat:number;lon:number;}[],{id:string;}>": {
3001
+ "anyOf": [
3002
+ {
3003
+ "additionalProperties": false,
3004
+ "properties": {
3005
+ "__context": {
3006
+ "additionalProperties": false,
3007
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
3008
+ "properties": {
3009
+ "id": {
3010
+ "type": "string"
3011
+ }
2886
3012
  },
2887
- "lon": {
2888
- "type": "number"
2889
- }
3013
+ "required": [
3014
+ "id"
3015
+ ],
3016
+ "type": "object"
2890
3017
  },
2891
- "required": [
2892
- "lat",
2893
- "lon"
2894
- ],
2895
- "type": "object"
3018
+ "__returnValue": {
3019
+ "description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
3020
+ "items": {
3021
+ "additionalProperties": false,
3022
+ "properties": {
3023
+ "lat": {
3024
+ "type": "number"
3025
+ },
3026
+ "lon": {
3027
+ "type": "number"
3028
+ }
3029
+ },
3030
+ "required": [
3031
+ "lat",
3032
+ "lon"
3033
+ ],
3034
+ "type": "object"
3035
+ },
3036
+ "type": "array"
3037
+ },
3038
+ "length": {
3039
+ "type": "number"
3040
+ }
2896
3041
  },
2897
- "type": "array"
3042
+ "required": [
3043
+ "length"
3044
+ ],
3045
+ "type": "object"
2898
3046
  },
2899
- "length": {
2900
- "type": "number"
3047
+ {
3048
+ "type": "string"
2901
3049
  }
2902
- },
2903
- "required": [
2904
- "length"
2905
- ],
2906
- "type": "object"
3050
+ ]
2907
3051
  },
2908
3052
  "OpenDialogOptions": {
2909
3053
  "additionalProperties": false,
@@ -2994,6 +3138,180 @@
2994
3138
  }
2995
3139
  ]
2996
3140
  },
3141
+ "PanelDomainPanelRecord": {
3142
+ "additionalProperties": false,
3143
+ "properties": {
3144
+ "editorPriority": {
3145
+ "type": "number"
3146
+ },
3147
+ "expand": {
3148
+ "$ref": "#/definitions/Nxtpression"
3149
+ },
3150
+ "filter": {
3151
+ "$ref": "#/definitions/Nxtpression"
3152
+ },
3153
+ "layout": {
3154
+ "additionalProperties": false,
3155
+ "properties": {
3156
+ "editor": {
3157
+ "$ref": "#/definitions/PanelLayout"
3158
+ },
3159
+ "panel": {
3160
+ "$ref": "#/definitions/PanelLayout"
3161
+ }
3162
+ },
3163
+ "type": "object"
3164
+ },
3165
+ "priority": {
3166
+ "type": "number"
3167
+ },
3168
+ "properties": {
3169
+ "additionalProperties": {
3170
+ "$ref": "#/definitions/PanelProperty"
3171
+ },
3172
+ "type": "object"
3173
+ },
3174
+ "supports": {
3175
+ "anyOf": [
3176
+ {
3177
+ "items": {
3178
+ "type": "string"
3179
+ },
3180
+ "type": "array"
3181
+ },
3182
+ {
3183
+ "type": "string"
3184
+ }
3185
+ ]
3186
+ },
3187
+ "title": {
3188
+ "type": "string"
3189
+ }
3190
+ },
3191
+ "type": "object"
3192
+ },
3193
+ "PanelLayout": {
3194
+ "anyOf": [
3195
+ {
3196
+ "$ref": "#/definitions/PanelLayoutDivider"
3197
+ },
3198
+ {
3199
+ "$ref": "#/definitions/PanelLayoutItem"
3200
+ },
3201
+ {
3202
+ "items": {
3203
+ "$ref": "#/definitions/PanelLayout"
3204
+ },
3205
+ "type": "array"
3206
+ },
3207
+ {
3208
+ "type": "string"
3209
+ }
3210
+ ]
3211
+ },
3212
+ "PanelLayoutDivider": {
3213
+ "additionalProperties": false,
3214
+ "properties": {
3215
+ "title": {
3216
+ "type": "string"
3217
+ },
3218
+ "type": {
3219
+ "const": "divider",
3220
+ "type": "string"
3221
+ }
3222
+ },
3223
+ "required": [
3224
+ "type"
3225
+ ],
3226
+ "type": "object"
3227
+ },
3228
+ "PanelLayoutItem": {
3229
+ "additionalProperties": false,
3230
+ "properties": {
3231
+ "property": {
3232
+ "type": "string"
3233
+ },
3234
+ "widget": {
3235
+ "$ref": "#/definitions/LayoutWidget"
3236
+ },
3237
+ "width": {
3238
+ "type": [
3239
+ "string",
3240
+ "number"
3241
+ ]
3242
+ }
3243
+ },
3244
+ "required": [
3245
+ "property"
3246
+ ],
3247
+ "type": "object"
3248
+ },
3249
+ "PanelProperty": {
3250
+ "additionalProperties": false,
3251
+ "properties": {
3252
+ "computed": {
3253
+ "$ref": "#/definitions/Nxtpression<unknown>"
3254
+ },
3255
+ "description": {
3256
+ "type": "string"
3257
+ },
3258
+ "domain": {
3259
+ "type": "string"
3260
+ },
3261
+ "index": {
3262
+ "additionalProperties": false,
3263
+ "description": "An object specifying where to index the data. Adding this will effectively make the data searchable.",
3264
+ "properties": {
3265
+ "label": {
3266
+ "description": "A string specifying the user-friendly title of the search property. This is what users will see when creating search filters and bookmarks.",
3267
+ "type": "string"
3268
+ },
3269
+ "path": {
3270
+ "description": "A string specifying where to store the data in the search index. Note that this should be a globally unique value in the system. Typically you'd use `{domain}.{path}` and you should prefer English in camel case",
3271
+ "type": "string"
3272
+ }
3273
+ },
3274
+ "required": [
3275
+ "label",
3276
+ "path"
3277
+ ],
3278
+ "type": "object"
3279
+ },
3280
+ "oneOf": {
3281
+ "items": {},
3282
+ "type": "array"
3283
+ },
3284
+ "path": {
3285
+ "type": "string"
3286
+ },
3287
+ "required": {
3288
+ "description": "If present, indicates that the user must specify a value for the asset to be treated as valid.",
3289
+ "type": "boolean"
3290
+ },
3291
+ "title": {
3292
+ "description": "User-friendly title of the property. This will be used as the field's label in the UI.",
3293
+ "type": "string"
3294
+ },
3295
+ "type": {
3296
+ "description": "Specifying what type of data will be entered into the field.",
3297
+ "enum": [
3298
+ "array",
3299
+ "asset",
3300
+ "boolean",
3301
+ "datetime",
3302
+ "number",
3303
+ "object",
3304
+ "rpc",
3305
+ "string"
3306
+ ],
3307
+ "type": "string"
3308
+ }
3309
+ },
3310
+ "required": [
3311
+ "type"
3312
+ ],
3313
+ "type": "object"
3314
+ },
2997
3315
  "PartialObjectDeep<ModuleTabs,{}>": {
2998
3316
  "additionalProperties": false,
2999
3317
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
@@ -5544,6 +5862,33 @@
5544
5862
  "additionalProperties": false,
5545
5863
  "type": "object"
5546
5864
  },
5865
+ "WidgetItem": {
5866
+ "additionalProperties": false,
5867
+ "properties": {
5868
+ "readOnly": {
5869
+ "type": "boolean"
5870
+ },
5871
+ "type": {
5872
+ "$ref": "#/definitions/WidgetType"
5873
+ }
5874
+ },
5875
+ "required": [
5876
+ "type"
5877
+ ],
5878
+ "type": "object"
5879
+ },
5880
+ "WidgetType": {
5881
+ "enum": [
5882
+ "assetTags",
5883
+ "assetTypes",
5884
+ "default",
5885
+ "geopoint",
5886
+ "poster",
5887
+ "tags",
5888
+ "textarea"
5889
+ ],
5890
+ "type": "string"
5891
+ },
5547
5892
  "YoutubePublishRecord": {
5548
5893
  "additionalProperties": false,
5549
5894
  "properties": {