@snokam/mcp-api 2.60.1 → 2.61.0
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/package.json +1 -1
- package/specs/test/accounting.json +226 -284
- package/specs/test/blog.json +167 -151
- package/specs/test/broker.json +1 -2
- package/specs/test/chatgpt.json +167 -280
- package/specs/test/employees.json +686 -739
- package/specs/test/events.json +47 -35
- package/specs/test/recruitment.json +55 -55
- package/specs/test/sales.json +229 -427
- package/specs/test/sanity.json +14253 -34276
package/specs/test/sales.json
CHANGED
|
@@ -2743,37 +2743,29 @@
|
|
|
2743
2743
|
"type": "object",
|
|
2744
2744
|
"properties": {
|
|
2745
2745
|
"id": {
|
|
2746
|
-
"type": "string"
|
|
2747
|
-
"nullable": true
|
|
2746
|
+
"type": "string"
|
|
2748
2747
|
},
|
|
2749
2748
|
"type": {
|
|
2750
|
-
"type": "string"
|
|
2751
|
-
"nullable": true
|
|
2749
|
+
"type": "string"
|
|
2752
2750
|
},
|
|
2753
2751
|
"jobType": {
|
|
2754
|
-
"type": "string"
|
|
2755
|
-
"nullable": true
|
|
2752
|
+
"type": "string"
|
|
2756
2753
|
},
|
|
2757
2754
|
"tenderId": {
|
|
2758
|
-
"type": "string"
|
|
2759
|
-
"nullable": true
|
|
2755
|
+
"type": "string"
|
|
2760
2756
|
},
|
|
2761
2757
|
"status": {
|
|
2762
|
-
"type": "string"
|
|
2763
|
-
"nullable": true
|
|
2758
|
+
"type": "string"
|
|
2764
2759
|
},
|
|
2765
2760
|
"error": {
|
|
2766
|
-
"type": "string"
|
|
2767
|
-
"nullable": true
|
|
2761
|
+
"type": "string"
|
|
2768
2762
|
},
|
|
2769
2763
|
"result": {
|
|
2770
|
-
"type": "string"
|
|
2771
|
-
"nullable": true
|
|
2764
|
+
"type": "string"
|
|
2772
2765
|
},
|
|
2773
2766
|
"startedAt": {
|
|
2774
2767
|
"type": "string",
|
|
2775
|
-
"format": "date-time"
|
|
2776
|
-
"nullable": true
|
|
2768
|
+
"format": "date-time"
|
|
2777
2769
|
},
|
|
2778
2770
|
"completedAt": {
|
|
2779
2771
|
"type": "string",
|
|
@@ -2781,39 +2773,31 @@
|
|
|
2781
2773
|
"nullable": true
|
|
2782
2774
|
},
|
|
2783
2775
|
"triggeredBy": {
|
|
2784
|
-
"type": "string"
|
|
2785
|
-
"nullable": true
|
|
2776
|
+
"type": "string"
|
|
2786
2777
|
},
|
|
2787
2778
|
"orchestrationId": {
|
|
2788
|
-
"type": "string"
|
|
2789
|
-
"nullable": true
|
|
2779
|
+
"type": "string"
|
|
2790
2780
|
},
|
|
2791
2781
|
"externalId": {
|
|
2792
|
-
"type": "string"
|
|
2793
|
-
"nullable": true
|
|
2782
|
+
"type": "string"
|
|
2794
2783
|
},
|
|
2795
2784
|
"sourceName": {
|
|
2796
|
-
"type": "string"
|
|
2797
|
-
"nullable": true
|
|
2785
|
+
"type": "string"
|
|
2798
2786
|
},
|
|
2799
2787
|
"inputUrl": {
|
|
2800
|
-
"type": "string"
|
|
2801
|
-
"nullable": true
|
|
2788
|
+
"type": "string"
|
|
2802
2789
|
},
|
|
2803
2790
|
"inputTitle": {
|
|
2804
|
-
"type": "string"
|
|
2805
|
-
"nullable": true
|
|
2791
|
+
"type": "string"
|
|
2806
2792
|
},
|
|
2807
2793
|
"logs": {
|
|
2808
2794
|
"type": "array",
|
|
2809
2795
|
"items": {
|
|
2810
2796
|
"$ref": "#/components/schemas/agentJobLogEntry"
|
|
2811
|
-
}
|
|
2812
|
-
"nullable": true
|
|
2797
|
+
}
|
|
2813
2798
|
},
|
|
2814
2799
|
"afterSnapshot": {
|
|
2815
|
-
"type": "string"
|
|
2816
|
-
"nullable": true
|
|
2800
|
+
"type": "string"
|
|
2817
2801
|
}
|
|
2818
2802
|
}
|
|
2819
2803
|
},
|
|
@@ -2822,23 +2806,19 @@
|
|
|
2822
2806
|
"properties": {
|
|
2823
2807
|
"at": {
|
|
2824
2808
|
"type": "string",
|
|
2825
|
-
"format": "date-time"
|
|
2826
|
-
"nullable": true
|
|
2809
|
+
"format": "date-time"
|
|
2827
2810
|
},
|
|
2828
2811
|
"level": {
|
|
2829
|
-
"type": "string"
|
|
2830
|
-
"nullable": true
|
|
2812
|
+
"type": "string"
|
|
2831
2813
|
},
|
|
2832
2814
|
"message": {
|
|
2833
|
-
"type": "string"
|
|
2834
|
-
"nullable": true
|
|
2815
|
+
"type": "string"
|
|
2835
2816
|
},
|
|
2836
2817
|
"data": {
|
|
2837
2818
|
"type": "object",
|
|
2838
2819
|
"additionalProperties": {
|
|
2839
2820
|
"type": "object"
|
|
2840
|
-
}
|
|
2841
|
-
"nullable": true
|
|
2821
|
+
}
|
|
2842
2822
|
}
|
|
2843
2823
|
}
|
|
2844
2824
|
},
|
|
@@ -2846,25 +2826,20 @@
|
|
|
2846
2826
|
"type": "object",
|
|
2847
2827
|
"properties": {
|
|
2848
2828
|
"email": {
|
|
2849
|
-
"type": "string"
|
|
2850
|
-
"nullable": true
|
|
2829
|
+
"type": "string"
|
|
2851
2830
|
},
|
|
2852
2831
|
"name": {
|
|
2853
|
-
"type": "string"
|
|
2854
|
-
"nullable": true
|
|
2832
|
+
"type": "string"
|
|
2855
2833
|
},
|
|
2856
2834
|
"assignedAt": {
|
|
2857
2835
|
"type": "string",
|
|
2858
|
-
"format": "date-time"
|
|
2859
|
-
"nullable": true
|
|
2836
|
+
"format": "date-time"
|
|
2860
2837
|
},
|
|
2861
2838
|
"assignedBy": {
|
|
2862
|
-
"type": "string"
|
|
2863
|
-
"nullable": true
|
|
2839
|
+
"type": "string"
|
|
2864
2840
|
},
|
|
2865
2841
|
"note": {
|
|
2866
|
-
"type": "string"
|
|
2867
|
-
"nullable": true
|
|
2842
|
+
"type": "string"
|
|
2868
2843
|
}
|
|
2869
2844
|
}
|
|
2870
2845
|
},
|
|
@@ -2872,28 +2847,22 @@
|
|
|
2872
2847
|
"type": "object",
|
|
2873
2848
|
"properties": {
|
|
2874
2849
|
"id": {
|
|
2875
|
-
"type": "string"
|
|
2876
|
-
"nullable": true
|
|
2850
|
+
"type": "string"
|
|
2877
2851
|
},
|
|
2878
2852
|
"type": {
|
|
2879
|
-
"type": "string"
|
|
2880
|
-
"nullable": true
|
|
2853
|
+
"type": "string"
|
|
2881
2854
|
},
|
|
2882
2855
|
"tenderId": {
|
|
2883
|
-
"type": "string"
|
|
2884
|
-
"nullable": true
|
|
2856
|
+
"type": "string"
|
|
2885
2857
|
},
|
|
2886
2858
|
"actorEmail": {
|
|
2887
|
-
"type": "string"
|
|
2888
|
-
"nullable": true
|
|
2859
|
+
"type": "string"
|
|
2889
2860
|
},
|
|
2890
2861
|
"actorSource": {
|
|
2891
|
-
"type": "string"
|
|
2892
|
-
"nullable": true
|
|
2862
|
+
"type": "string"
|
|
2893
2863
|
},
|
|
2894
2864
|
"summary": {
|
|
2895
|
-
"type": "string"
|
|
2896
|
-
"nullable": true
|
|
2865
|
+
"type": "string"
|
|
2897
2866
|
},
|
|
2898
2867
|
"beforeSnapshot": {
|
|
2899
2868
|
"$ref": "#/components/schemas/auditSnapshot"
|
|
@@ -2903,8 +2872,7 @@
|
|
|
2903
2872
|
},
|
|
2904
2873
|
"timestamp": {
|
|
2905
2874
|
"type": "string",
|
|
2906
|
-
"format": "date-time"
|
|
2907
|
-
"nullable": true
|
|
2875
|
+
"format": "date-time"
|
|
2908
2876
|
}
|
|
2909
2877
|
}
|
|
2910
2878
|
},
|
|
@@ -2912,12 +2880,10 @@
|
|
|
2912
2880
|
"type": "object",
|
|
2913
2881
|
"properties": {
|
|
2914
2882
|
"stage": {
|
|
2915
|
-
"type": "string"
|
|
2916
|
-
"nullable": true
|
|
2883
|
+
"type": "string"
|
|
2917
2884
|
},
|
|
2918
2885
|
"state": {
|
|
2919
|
-
"type": "string"
|
|
2920
|
-
"nullable": true
|
|
2886
|
+
"type": "string"
|
|
2921
2887
|
},
|
|
2922
2888
|
"consultantMatchCount": {
|
|
2923
2889
|
"type": "integer",
|
|
@@ -2928,11 +2894,9 @@
|
|
|
2928
2894
|
"type": "array",
|
|
2929
2895
|
"items": {
|
|
2930
2896
|
"type": "string"
|
|
2931
|
-
}
|
|
2932
|
-
"nullable": true
|
|
2897
|
+
}
|
|
2933
2898
|
}
|
|
2934
|
-
}
|
|
2935
|
-
"nullable": true
|
|
2899
|
+
}
|
|
2936
2900
|
},
|
|
2937
2901
|
"backfillSlugsResult": {
|
|
2938
2902
|
"type": "object",
|
|
@@ -2992,25 +2956,20 @@
|
|
|
2992
2956
|
"type": "object",
|
|
2993
2957
|
"properties": {
|
|
2994
2958
|
"consultantId": {
|
|
2995
|
-
"type": "string"
|
|
2996
|
-
"nullable": true
|
|
2959
|
+
"type": "string"
|
|
2997
2960
|
},
|
|
2998
2961
|
"email": {
|
|
2999
|
-
"type": "string"
|
|
3000
|
-
"nullable": true
|
|
2962
|
+
"type": "string"
|
|
3001
2963
|
},
|
|
3002
2964
|
"name": {
|
|
3003
|
-
"type": "string"
|
|
3004
|
-
"nullable": true
|
|
2965
|
+
"type": "string"
|
|
3005
2966
|
},
|
|
3006
2967
|
"generatedAt": {
|
|
3007
2968
|
"type": "string",
|
|
3008
|
-
"format": "date-time"
|
|
3009
|
-
"nullable": true
|
|
2969
|
+
"format": "date-time"
|
|
3010
2970
|
},
|
|
3011
2971
|
"filledDocumentId": {
|
|
3012
|
-
"type": "string"
|
|
3013
|
-
"nullable": true
|
|
2972
|
+
"type": "string"
|
|
3014
2973
|
}
|
|
3015
2974
|
}
|
|
3016
2975
|
},
|
|
@@ -3018,59 +2977,47 @@
|
|
|
3018
2977
|
"type": "object",
|
|
3019
2978
|
"properties": {
|
|
3020
2979
|
"consultantId": {
|
|
3021
|
-
"type": "string"
|
|
3022
|
-
"nullable": true
|
|
2980
|
+
"type": "string"
|
|
3023
2981
|
},
|
|
3024
2982
|
"name": {
|
|
3025
|
-
"type": "string"
|
|
3026
|
-
"nullable": true
|
|
2983
|
+
"type": "string"
|
|
3027
2984
|
},
|
|
3028
2985
|
"fitScore": {
|
|
3029
2986
|
"type": "number",
|
|
3030
|
-
"format": "double"
|
|
3031
|
-
"nullable": true
|
|
2987
|
+
"format": "double"
|
|
3032
2988
|
},
|
|
3033
2989
|
"availabilityStatus": {
|
|
3034
|
-
"type": "string"
|
|
3035
|
-
"nullable": true
|
|
2990
|
+
"type": "string"
|
|
3036
2991
|
},
|
|
3037
2992
|
"availableFrom": {
|
|
3038
|
-
"type": "string"
|
|
3039
|
-
"nullable": true
|
|
2993
|
+
"type": "string"
|
|
3040
2994
|
},
|
|
3041
2995
|
"matchedTechnologies": {
|
|
3042
2996
|
"type": "array",
|
|
3043
2997
|
"items": {
|
|
3044
2998
|
"type": "string"
|
|
3045
|
-
}
|
|
3046
|
-
"nullable": true
|
|
2999
|
+
}
|
|
3047
3000
|
},
|
|
3048
3001
|
"missingTechnologies": {
|
|
3049
3002
|
"type": "array",
|
|
3050
3003
|
"items": {
|
|
3051
3004
|
"type": "string"
|
|
3052
|
-
}
|
|
3053
|
-
"nullable": true
|
|
3005
|
+
}
|
|
3054
3006
|
},
|
|
3055
3007
|
"selected": {
|
|
3056
|
-
"type": "boolean"
|
|
3057
|
-
"nullable": true
|
|
3008
|
+
"type": "boolean"
|
|
3058
3009
|
},
|
|
3059
3010
|
"fitExplanation": {
|
|
3060
|
-
"type": "string"
|
|
3061
|
-
"nullable": true
|
|
3011
|
+
"type": "string"
|
|
3062
3012
|
},
|
|
3063
3013
|
"cvSummary": {
|
|
3064
|
-
"type": "string"
|
|
3065
|
-
"nullable": true
|
|
3014
|
+
"type": "string"
|
|
3066
3015
|
},
|
|
3067
3016
|
"seniority": {
|
|
3068
|
-
"type": "string"
|
|
3069
|
-
"nullable": true
|
|
3017
|
+
"type": "string"
|
|
3070
3018
|
},
|
|
3071
3019
|
"email": {
|
|
3072
|
-
"type": "string"
|
|
3073
|
-
"nullable": true
|
|
3020
|
+
"type": "string"
|
|
3074
3021
|
},
|
|
3075
3022
|
"notifiedAt": {
|
|
3076
3023
|
"type": "string",
|
|
@@ -3109,30 +3056,25 @@
|
|
|
3109
3056
|
"type": "object",
|
|
3110
3057
|
"properties": {
|
|
3111
3058
|
"userId": {
|
|
3112
|
-
"type": "string"
|
|
3113
|
-
"nullable": true
|
|
3059
|
+
"type": "string"
|
|
3114
3060
|
},
|
|
3115
3061
|
"email": {
|
|
3116
|
-
"type": "string"
|
|
3117
|
-
"nullable": true
|
|
3062
|
+
"type": "string"
|
|
3118
3063
|
},
|
|
3119
3064
|
"name": {
|
|
3120
|
-
"type": "string"
|
|
3121
|
-
"nullable": true
|
|
3065
|
+
"type": "string"
|
|
3122
3066
|
},
|
|
3123
3067
|
"technologies": {
|
|
3124
3068
|
"type": "array",
|
|
3125
3069
|
"items": {
|
|
3126
3070
|
"type": "string"
|
|
3127
|
-
}
|
|
3128
|
-
"nullable": true
|
|
3071
|
+
}
|
|
3129
3072
|
},
|
|
3130
3073
|
"roles": {
|
|
3131
3074
|
"type": "array",
|
|
3132
3075
|
"items": {
|
|
3133
3076
|
"type": "string"
|
|
3134
|
-
}
|
|
3135
|
-
"nullable": true
|
|
3077
|
+
}
|
|
3136
3078
|
},
|
|
3137
3079
|
"yearsExperience": {
|
|
3138
3080
|
"type": "integer",
|
|
@@ -3391,21 +3333,17 @@
|
|
|
3391
3333
|
"type": "object",
|
|
3392
3334
|
"properties": {
|
|
3393
3335
|
"system": {
|
|
3394
|
-
"type": "string"
|
|
3395
|
-
"nullable": true
|
|
3336
|
+
"type": "string"
|
|
3396
3337
|
},
|
|
3397
3338
|
"externalId": {
|
|
3398
|
-
"type": "string"
|
|
3399
|
-
"nullable": true
|
|
3339
|
+
"type": "string"
|
|
3400
3340
|
},
|
|
3401
3341
|
"url": {
|
|
3402
|
-
"type": "string"
|
|
3403
|
-
"nullable": true
|
|
3342
|
+
"type": "string"
|
|
3404
3343
|
},
|
|
3405
3344
|
"discoveredAt": {
|
|
3406
3345
|
"type": "string",
|
|
3407
|
-
"format": "date-time"
|
|
3408
|
-
"nullable": true
|
|
3346
|
+
"format": "date-time"
|
|
3409
3347
|
}
|
|
3410
3348
|
}
|
|
3411
3349
|
},
|
|
@@ -3413,44 +3351,34 @@
|
|
|
3413
3351
|
"type": "object",
|
|
3414
3352
|
"properties": {
|
|
3415
3353
|
"id": {
|
|
3416
|
-
"type": "string"
|
|
3417
|
-
"nullable": true
|
|
3354
|
+
"type": "string"
|
|
3418
3355
|
},
|
|
3419
3356
|
"text": {
|
|
3420
|
-
"type": "string"
|
|
3421
|
-
"nullable": true
|
|
3357
|
+
"type": "string"
|
|
3422
3358
|
},
|
|
3423
3359
|
"kind": {
|
|
3424
|
-
"type": "string"
|
|
3425
|
-
"nullable": true
|
|
3360
|
+
"type": "string"
|
|
3426
3361
|
},
|
|
3427
3362
|
"expectedAnswerShape": {
|
|
3428
|
-
"type": "string"
|
|
3429
|
-
"nullable": true
|
|
3363
|
+
"type": "string"
|
|
3430
3364
|
},
|
|
3431
3365
|
"section": {
|
|
3432
|
-
"type": "string"
|
|
3433
|
-
"nullable": true
|
|
3366
|
+
"type": "string"
|
|
3434
3367
|
},
|
|
3435
3368
|
"sourceExcerpt": {
|
|
3436
|
-
"type": "string"
|
|
3437
|
-
"nullable": true
|
|
3369
|
+
"type": "string"
|
|
3438
3370
|
},
|
|
3439
3371
|
"placeholder": {
|
|
3440
|
-
"type": "string"
|
|
3441
|
-
"nullable": true
|
|
3372
|
+
"type": "string"
|
|
3442
3373
|
},
|
|
3443
3374
|
"currentValue": {
|
|
3444
|
-
"type": "string"
|
|
3445
|
-
"nullable": true
|
|
3375
|
+
"type": "string"
|
|
3446
3376
|
},
|
|
3447
3377
|
"sourceStrategy": {
|
|
3448
|
-
"type": "string"
|
|
3449
|
-
"nullable": true
|
|
3378
|
+
"type": "string"
|
|
3450
3379
|
},
|
|
3451
3380
|
"suggestedDataSource": {
|
|
3452
|
-
"type": "string"
|
|
3453
|
-
"nullable": true
|
|
3381
|
+
"type": "string"
|
|
3454
3382
|
},
|
|
3455
3383
|
"location": {
|
|
3456
3384
|
"$ref": "#/components/schemas/questionLocation"
|
|
@@ -3461,23 +3389,19 @@
|
|
|
3461
3389
|
"type": "object",
|
|
3462
3390
|
"properties": {
|
|
3463
3391
|
"isFillable": {
|
|
3464
|
-
"type": "boolean"
|
|
3465
|
-
"nullable": true
|
|
3392
|
+
"type": "boolean"
|
|
3466
3393
|
},
|
|
3467
3394
|
"questions": {
|
|
3468
3395
|
"type": "array",
|
|
3469
3396
|
"items": {
|
|
3470
3397
|
"$ref": "#/components/schemas/extractedQuestion"
|
|
3471
|
-
}
|
|
3472
|
-
"nullable": true
|
|
3398
|
+
}
|
|
3473
3399
|
},
|
|
3474
3400
|
"extractedAt": {
|
|
3475
3401
|
"type": "string",
|
|
3476
|
-
"format": "date-time"
|
|
3477
|
-
"nullable": true
|
|
3402
|
+
"format": "date-time"
|
|
3478
3403
|
}
|
|
3479
|
-
}
|
|
3480
|
-
"nullable": true
|
|
3404
|
+
}
|
|
3481
3405
|
},
|
|
3482
3406
|
"funnelResponse": {
|
|
3483
3407
|
"type": "object",
|
|
@@ -3533,16 +3457,13 @@
|
|
|
3533
3457
|
"type": "object",
|
|
3534
3458
|
"properties": {
|
|
3535
3459
|
"name": {
|
|
3536
|
-
"type": "string"
|
|
3537
|
-
"nullable": true
|
|
3460
|
+
"type": "string"
|
|
3538
3461
|
},
|
|
3539
3462
|
"contentType": {
|
|
3540
|
-
"type": "string"
|
|
3541
|
-
"nullable": true
|
|
3463
|
+
"type": "string"
|
|
3542
3464
|
},
|
|
3543
3465
|
"blobPath": {
|
|
3544
|
-
"type": "string"
|
|
3545
|
-
"nullable": true
|
|
3466
|
+
"type": "string"
|
|
3546
3467
|
},
|
|
3547
3468
|
"sizeBytes": {
|
|
3548
3469
|
"type": "integer",
|
|
@@ -3555,31 +3476,25 @@
|
|
|
3555
3476
|
"type": "object",
|
|
3556
3477
|
"properties": {
|
|
3557
3478
|
"sourceType": {
|
|
3558
|
-
"type": "string"
|
|
3559
|
-
"nullable": true
|
|
3479
|
+
"type": "string"
|
|
3560
3480
|
},
|
|
3561
3481
|
"content": {
|
|
3562
|
-
"type": "string"
|
|
3563
|
-
"nullable": true
|
|
3482
|
+
"type": "string"
|
|
3564
3483
|
},
|
|
3565
3484
|
"title": {
|
|
3566
|
-
"type": "string"
|
|
3567
|
-
"nullable": true
|
|
3485
|
+
"type": "string"
|
|
3568
3486
|
},
|
|
3569
3487
|
"existingTenderId": {
|
|
3570
|
-
"type": "string"
|
|
3571
|
-
"nullable": true
|
|
3488
|
+
"type": "string"
|
|
3572
3489
|
},
|
|
3573
3490
|
"externalId": {
|
|
3574
|
-
"type": "string"
|
|
3575
|
-
"nullable": true
|
|
3491
|
+
"type": "string"
|
|
3576
3492
|
},
|
|
3577
3493
|
"attachments": {
|
|
3578
3494
|
"type": "array",
|
|
3579
3495
|
"items": {
|
|
3580
3496
|
"$ref": "#/components/schemas/ingestionAttachment"
|
|
3581
|
-
}
|
|
3582
|
-
"nullable": true
|
|
3497
|
+
}
|
|
3583
3498
|
}
|
|
3584
3499
|
}
|
|
3585
3500
|
},
|
|
@@ -3656,8 +3571,7 @@
|
|
|
3656
3571
|
"type": "array",
|
|
3657
3572
|
"items": {
|
|
3658
3573
|
"type": "string"
|
|
3659
|
-
}
|
|
3660
|
-
"nullable": true
|
|
3574
|
+
}
|
|
3661
3575
|
}
|
|
3662
3576
|
}
|
|
3663
3577
|
},
|
|
@@ -3665,8 +3579,7 @@
|
|
|
3665
3579
|
"type": "object",
|
|
3666
3580
|
"properties": {
|
|
3667
3581
|
"xmlPart": {
|
|
3668
|
-
"type": "string"
|
|
3669
|
-
"nullable": true
|
|
3582
|
+
"type": "string"
|
|
3670
3583
|
},
|
|
3671
3584
|
"bodyIndex": {
|
|
3672
3585
|
"type": "integer",
|
|
@@ -3689,33 +3602,26 @@
|
|
|
3689
3602
|
"nullable": true
|
|
3690
3603
|
},
|
|
3691
3604
|
"sdtId": {
|
|
3692
|
-
"type": "string"
|
|
3693
|
-
"nullable": true
|
|
3605
|
+
"type": "string"
|
|
3694
3606
|
},
|
|
3695
3607
|
"sheetName": {
|
|
3696
|
-
"type": "string"
|
|
3697
|
-
"nullable": true
|
|
3608
|
+
"type": "string"
|
|
3698
3609
|
},
|
|
3699
3610
|
"cellReference": {
|
|
3700
|
-
"type": "string"
|
|
3701
|
-
"nullable": true
|
|
3611
|
+
"type": "string"
|
|
3702
3612
|
}
|
|
3703
|
-
}
|
|
3704
|
-
"nullable": true
|
|
3613
|
+
}
|
|
3705
3614
|
},
|
|
3706
3615
|
"salesforceAttributes": {
|
|
3707
3616
|
"type": "object",
|
|
3708
3617
|
"properties": {
|
|
3709
3618
|
"type": {
|
|
3710
|
-
"type": "string"
|
|
3711
|
-
"nullable": true
|
|
3619
|
+
"type": "string"
|
|
3712
3620
|
},
|
|
3713
3621
|
"url": {
|
|
3714
|
-
"type": "string"
|
|
3715
|
-
"nullable": true
|
|
3622
|
+
"type": "string"
|
|
3716
3623
|
}
|
|
3717
|
-
}
|
|
3718
|
-
"nullable": true
|
|
3624
|
+
}
|
|
3719
3625
|
},
|
|
3720
3626
|
"salesforceOpportunity": {
|
|
3721
3627
|
"type": "object",
|
|
@@ -3723,72 +3629,67 @@
|
|
|
3723
3629
|
"attributes": {
|
|
3724
3630
|
"$ref": "#/components/schemas/salesforceAttributes"
|
|
3725
3631
|
},
|
|
3726
|
-
"
|
|
3727
|
-
"type": "string"
|
|
3728
|
-
"nullable": true
|
|
3632
|
+
"id": {
|
|
3633
|
+
"type": "string"
|
|
3729
3634
|
},
|
|
3730
|
-
"
|
|
3731
|
-
"type": "string"
|
|
3732
|
-
"nullable": true
|
|
3635
|
+
"name": {
|
|
3636
|
+
"type": "string"
|
|
3733
3637
|
},
|
|
3734
|
-
"
|
|
3735
|
-
"type": "string"
|
|
3736
|
-
"nullable": true
|
|
3638
|
+
"stageName": {
|
|
3639
|
+
"type": "string"
|
|
3737
3640
|
},
|
|
3738
|
-
"
|
|
3641
|
+
"closeDate": {
|
|
3739
3642
|
"type": "string",
|
|
3740
3643
|
"format": "date-time",
|
|
3741
3644
|
"nullable": true
|
|
3742
3645
|
},
|
|
3743
|
-
"
|
|
3744
|
-
"type": "boolean"
|
|
3745
|
-
"nullable": true
|
|
3646
|
+
"isClosed": {
|
|
3647
|
+
"type": "boolean"
|
|
3746
3648
|
},
|
|
3747
|
-
"
|
|
3748
|
-
"type": "boolean"
|
|
3749
|
-
"nullable": true
|
|
3649
|
+
"isWon": {
|
|
3650
|
+
"type": "boolean"
|
|
3750
3651
|
},
|
|
3751
|
-
"
|
|
3652
|
+
"amount": {
|
|
3752
3653
|
"type": "number",
|
|
3753
3654
|
"format": "double",
|
|
3754
3655
|
"nullable": true
|
|
3755
3656
|
},
|
|
3756
|
-
"
|
|
3657
|
+
"account": {
|
|
3757
3658
|
"$ref": "#/components/schemas/salesforceReference"
|
|
3758
3659
|
},
|
|
3759
|
-
"
|
|
3660
|
+
"owner": {
|
|
3760
3661
|
"$ref": "#/components/schemas/salesforceReference"
|
|
3761
3662
|
},
|
|
3762
|
-
"
|
|
3763
|
-
"type": "string"
|
|
3764
|
-
|
|
3663
|
+
"snokamTenderId": {
|
|
3664
|
+
"type": "string"
|
|
3665
|
+
},
|
|
3666
|
+
"accountName": {
|
|
3667
|
+
"type": "string"
|
|
3668
|
+
},
|
|
3669
|
+
"ownerName": {
|
|
3670
|
+
"type": "string"
|
|
3765
3671
|
}
|
|
3766
3672
|
}
|
|
3767
3673
|
},
|
|
3768
3674
|
"salesforceOpportunityStage": {
|
|
3769
3675
|
"type": "object",
|
|
3770
3676
|
"properties": {
|
|
3771
|
-
"
|
|
3772
|
-
"type": "string"
|
|
3773
|
-
"nullable": true
|
|
3677
|
+
"masterLabel": {
|
|
3678
|
+
"type": "string"
|
|
3774
3679
|
},
|
|
3775
|
-
"
|
|
3776
|
-
"type": "string"
|
|
3777
|
-
"nullable": true
|
|
3680
|
+
"apiName": {
|
|
3681
|
+
"type": "string"
|
|
3778
3682
|
},
|
|
3779
|
-
"
|
|
3780
|
-
"type": "boolean"
|
|
3781
|
-
"nullable": true
|
|
3683
|
+
"isActive": {
|
|
3684
|
+
"type": "boolean"
|
|
3782
3685
|
},
|
|
3783
|
-
"
|
|
3784
|
-
"type": "boolean"
|
|
3785
|
-
"nullable": true
|
|
3686
|
+
"isClosed": {
|
|
3687
|
+
"type": "boolean"
|
|
3786
3688
|
},
|
|
3787
|
-
"
|
|
3788
|
-
"type": "boolean"
|
|
3789
|
-
"nullable": true
|
|
3689
|
+
"isWon": {
|
|
3690
|
+
"type": "boolean"
|
|
3790
3691
|
},
|
|
3791
|
-
"
|
|
3692
|
+
"sortOrder": {
|
|
3792
3693
|
"type": "integer",
|
|
3793
3694
|
"format": "int32",
|
|
3794
3695
|
"nullable": true
|
|
@@ -3798,20 +3699,16 @@
|
|
|
3798
3699
|
"salesforceReference": {
|
|
3799
3700
|
"type": "object",
|
|
3800
3701
|
"properties": {
|
|
3801
|
-
"
|
|
3802
|
-
"type": "string"
|
|
3803
|
-
"nullable": true
|
|
3702
|
+
"name": {
|
|
3703
|
+
"type": "string"
|
|
3804
3704
|
},
|
|
3805
|
-
"
|
|
3806
|
-
"type": "string"
|
|
3807
|
-
"nullable": true
|
|
3705
|
+
"id": {
|
|
3706
|
+
"type": "string"
|
|
3808
3707
|
},
|
|
3809
|
-
"
|
|
3810
|
-
"type": "string"
|
|
3811
|
-
"nullable": true
|
|
3708
|
+
"email": {
|
|
3709
|
+
"type": "string"
|
|
3812
3710
|
}
|
|
3813
|
-
}
|
|
3814
|
-
"nullable": true
|
|
3711
|
+
}
|
|
3815
3712
|
},
|
|
3816
3713
|
"salesforceRefreshResult": {
|
|
3817
3714
|
"type": "object",
|
|
@@ -3830,12 +3727,10 @@
|
|
|
3830
3727
|
"type": "object",
|
|
3831
3728
|
"properties": {
|
|
3832
3729
|
"employeeName": {
|
|
3833
|
-
"type": "string"
|
|
3834
|
-
"nullable": true
|
|
3730
|
+
"type": "string"
|
|
3835
3731
|
},
|
|
3836
3732
|
"message": {
|
|
3837
|
-
"type": "string"
|
|
3838
|
-
"nullable": true
|
|
3733
|
+
"type": "string"
|
|
3839
3734
|
}
|
|
3840
3735
|
}
|
|
3841
3736
|
},
|
|
@@ -3843,12 +3738,10 @@
|
|
|
3843
3738
|
"type": "object",
|
|
3844
3739
|
"properties": {
|
|
3845
3740
|
"name": {
|
|
3846
|
-
"type": "string"
|
|
3847
|
-
"nullable": true
|
|
3741
|
+
"type": "string"
|
|
3848
3742
|
},
|
|
3849
3743
|
"url": {
|
|
3850
|
-
"type": "string"
|
|
3851
|
-
"nullable": true
|
|
3744
|
+
"type": "string"
|
|
3852
3745
|
}
|
|
3853
3746
|
}
|
|
3854
3747
|
},
|
|
@@ -3882,16 +3775,13 @@
|
|
|
3882
3775
|
"type": "object",
|
|
3883
3776
|
"properties": {
|
|
3884
3777
|
"id": {
|
|
3885
|
-
"type": "string"
|
|
3886
|
-
"nullable": true
|
|
3778
|
+
"type": "string"
|
|
3887
3779
|
},
|
|
3888
3780
|
"type": {
|
|
3889
|
-
"type": "string"
|
|
3890
|
-
"nullable": true
|
|
3781
|
+
"type": "string"
|
|
3891
3782
|
},
|
|
3892
3783
|
"slug": {
|
|
3893
|
-
"type": "string"
|
|
3894
|
-
"nullable": true
|
|
3784
|
+
"type": "string"
|
|
3895
3785
|
},
|
|
3896
3786
|
"source": {
|
|
3897
3787
|
"$ref": "#/components/schemas/tenderSource"
|
|
@@ -3915,29 +3805,25 @@
|
|
|
3915
3805
|
"type": "array",
|
|
3916
3806
|
"items": {
|
|
3917
3807
|
"$ref": "#/components/schemas/tenderTodo"
|
|
3918
|
-
}
|
|
3919
|
-
"nullable": true
|
|
3808
|
+
}
|
|
3920
3809
|
},
|
|
3921
3810
|
"documents": {
|
|
3922
3811
|
"type": "array",
|
|
3923
3812
|
"items": {
|
|
3924
3813
|
"$ref": "#/components/schemas/tenderDocument"
|
|
3925
|
-
}
|
|
3926
|
-
"nullable": true
|
|
3814
|
+
}
|
|
3927
3815
|
},
|
|
3928
3816
|
"consultantMatches": {
|
|
3929
3817
|
"type": "array",
|
|
3930
3818
|
"items": {
|
|
3931
3819
|
"$ref": "#/components/schemas/consultantMatch"
|
|
3932
|
-
}
|
|
3933
|
-
"nullable": true
|
|
3820
|
+
}
|
|
3934
3821
|
},
|
|
3935
3822
|
"assignedConsultants": {
|
|
3936
3823
|
"type": "array",
|
|
3937
3824
|
"items": {
|
|
3938
3825
|
"$ref": "#/components/schemas/assignedConsultant"
|
|
3939
|
-
}
|
|
3940
|
-
"nullable": true
|
|
3826
|
+
}
|
|
3941
3827
|
},
|
|
3942
3828
|
"cvProposal": {
|
|
3943
3829
|
"$ref": "#/components/schemas/tenderCvProposal"
|
|
@@ -3946,23 +3832,19 @@
|
|
|
3946
3832
|
"$ref": "#/components/schemas/tenderAudit"
|
|
3947
3833
|
},
|
|
3948
3834
|
"description": {
|
|
3949
|
-
"type": "string"
|
|
3950
|
-
"nullable": true
|
|
3835
|
+
"type": "string"
|
|
3951
3836
|
},
|
|
3952
3837
|
"summary": {
|
|
3953
|
-
"type": "string"
|
|
3954
|
-
"nullable": true
|
|
3838
|
+
"type": "string"
|
|
3955
3839
|
},
|
|
3956
3840
|
"timeline": {
|
|
3957
3841
|
"type": "array",
|
|
3958
3842
|
"items": {
|
|
3959
3843
|
"$ref": "#/components/schemas/timelineEvent"
|
|
3960
|
-
}
|
|
3961
|
-
"nullable": true
|
|
3844
|
+
}
|
|
3962
3845
|
},
|
|
3963
3846
|
"blobContainer": {
|
|
3964
|
-
"type": "string"
|
|
3965
|
-
"nullable": true
|
|
3847
|
+
"type": "string"
|
|
3966
3848
|
},
|
|
3967
3849
|
"salesforce": {
|
|
3968
3850
|
"$ref": "#/components/schemas/tenderSalesforce"
|
|
@@ -3974,20 +3856,16 @@
|
|
|
3974
3856
|
"properties": {
|
|
3975
3857
|
"createdAt": {
|
|
3976
3858
|
"type": "string",
|
|
3977
|
-
"format": "date-time"
|
|
3978
|
-
"nullable": true
|
|
3859
|
+
"format": "date-time"
|
|
3979
3860
|
},
|
|
3980
3861
|
"updatedAt": {
|
|
3981
3862
|
"type": "string",
|
|
3982
|
-
"format": "date-time"
|
|
3983
|
-
"nullable": true
|
|
3863
|
+
"format": "date-time"
|
|
3984
3864
|
},
|
|
3985
3865
|
"updatedBy": {
|
|
3986
|
-
"type": "string"
|
|
3987
|
-
"nullable": true
|
|
3866
|
+
"type": "string"
|
|
3988
3867
|
}
|
|
3989
|
-
}
|
|
3990
|
-
"nullable": true
|
|
3868
|
+
}
|
|
3991
3869
|
},
|
|
3992
3870
|
"tenderClassification": {
|
|
3993
3871
|
"type": "object",
|
|
@@ -3996,69 +3874,58 @@
|
|
|
3996
3874
|
"type": "array",
|
|
3997
3875
|
"items": {
|
|
3998
3876
|
"type": "string"
|
|
3999
|
-
}
|
|
4000
|
-
"nullable": true
|
|
3877
|
+
}
|
|
4001
3878
|
},
|
|
4002
3879
|
"competenceAreas": {
|
|
4003
3880
|
"type": "array",
|
|
4004
3881
|
"items": {
|
|
4005
3882
|
"type": "string"
|
|
4006
|
-
}
|
|
4007
|
-
"nullable": true
|
|
3883
|
+
}
|
|
4008
3884
|
},
|
|
4009
3885
|
"domains": {
|
|
4010
3886
|
"type": "array",
|
|
4011
3887
|
"items": {
|
|
4012
3888
|
"type": "string"
|
|
4013
|
-
}
|
|
4014
|
-
"nullable": true
|
|
3889
|
+
}
|
|
4015
3890
|
},
|
|
4016
3891
|
"languageRequirements": {
|
|
4017
3892
|
"type": "array",
|
|
4018
3893
|
"items": {
|
|
4019
3894
|
"type": "string"
|
|
4020
|
-
}
|
|
4021
|
-
"nullable": true
|
|
3895
|
+
}
|
|
4022
3896
|
},
|
|
4023
3897
|
"seniorityRequirements": {
|
|
4024
3898
|
"type": "array",
|
|
4025
3899
|
"items": {
|
|
4026
3900
|
"type": "string"
|
|
4027
|
-
}
|
|
4028
|
-
"nullable": true
|
|
3901
|
+
}
|
|
4029
3902
|
},
|
|
4030
3903
|
"securityRequirements": {
|
|
4031
3904
|
"type": "array",
|
|
4032
3905
|
"items": {
|
|
4033
3906
|
"type": "string"
|
|
4034
|
-
}
|
|
4035
|
-
"nullable": true
|
|
3907
|
+
}
|
|
4036
3908
|
}
|
|
4037
|
-
}
|
|
4038
|
-
"nullable": true
|
|
3909
|
+
}
|
|
4039
3910
|
},
|
|
4040
3911
|
"tenderCvProposal": {
|
|
4041
3912
|
"type": "object",
|
|
4042
3913
|
"properties": {
|
|
4043
3914
|
"proposalId": {
|
|
4044
|
-
"type": "string"
|
|
4045
|
-
"nullable": true
|
|
3915
|
+
"type": "string"
|
|
4046
3916
|
},
|
|
4047
3917
|
"createdAt": {
|
|
4048
3918
|
"type": "string",
|
|
4049
|
-
"format": "date-time"
|
|
4050
|
-
"nullable": true
|
|
3919
|
+
"format": "date-time"
|
|
4051
3920
|
},
|
|
4052
3921
|
"createdBy": {
|
|
4053
|
-
"type": "string"
|
|
4054
|
-
"nullable": true
|
|
3922
|
+
"type": "string"
|
|
4055
3923
|
},
|
|
4056
3924
|
"variants": {
|
|
4057
3925
|
"type": "array",
|
|
4058
3926
|
"items": {
|
|
4059
3927
|
"$ref": "#/components/schemas/tenderCvVariant"
|
|
4060
|
-
}
|
|
4061
|
-
"nullable": true
|
|
3928
|
+
}
|
|
4062
3929
|
}
|
|
4063
3930
|
}
|
|
4064
3931
|
},
|
|
@@ -4066,29 +3933,23 @@
|
|
|
4066
3933
|
"type": "object",
|
|
4067
3934
|
"properties": {
|
|
4068
3935
|
"consultantEmail": {
|
|
4069
|
-
"type": "string"
|
|
4070
|
-
"nullable": true
|
|
3936
|
+
"type": "string"
|
|
4071
3937
|
},
|
|
4072
3938
|
"consultantName": {
|
|
4073
|
-
"type": "string"
|
|
4074
|
-
"nullable": true
|
|
3939
|
+
"type": "string"
|
|
4075
3940
|
},
|
|
4076
3941
|
"userId": {
|
|
4077
|
-
"type": "string"
|
|
4078
|
-
"nullable": true
|
|
3942
|
+
"type": "string"
|
|
4079
3943
|
},
|
|
4080
3944
|
"tailoredCvId": {
|
|
4081
|
-
"type": "string"
|
|
4082
|
-
"nullable": true
|
|
3945
|
+
"type": "string"
|
|
4083
3946
|
},
|
|
4084
3947
|
"attachmentId": {
|
|
4085
|
-
"type": "string"
|
|
4086
|
-
"nullable": true
|
|
3948
|
+
"type": "string"
|
|
4087
3949
|
},
|
|
4088
3950
|
"createdAt": {
|
|
4089
3951
|
"type": "string",
|
|
4090
|
-
"format": "date-time"
|
|
4091
|
-
"nullable": true
|
|
3952
|
+
"format": "date-time"
|
|
4092
3953
|
}
|
|
4093
3954
|
}
|
|
4094
3955
|
},
|
|
@@ -4115,39 +3976,31 @@
|
|
|
4115
3976
|
"format": "date-time",
|
|
4116
3977
|
"nullable": true
|
|
4117
3978
|
}
|
|
4118
|
-
}
|
|
4119
|
-
"nullable": true
|
|
3979
|
+
}
|
|
4120
3980
|
},
|
|
4121
3981
|
"tenderDocument": {
|
|
4122
3982
|
"type": "object",
|
|
4123
3983
|
"properties": {
|
|
4124
3984
|
"id": {
|
|
4125
|
-
"type": "string"
|
|
4126
|
-
"nullable": true
|
|
3985
|
+
"type": "string"
|
|
4127
3986
|
},
|
|
4128
3987
|
"type": {
|
|
4129
|
-
"type": "string"
|
|
4130
|
-
"nullable": true
|
|
3988
|
+
"type": "string"
|
|
4131
3989
|
},
|
|
4132
3990
|
"title": {
|
|
4133
|
-
"type": "string"
|
|
4134
|
-
"nullable": true
|
|
3991
|
+
"type": "string"
|
|
4135
3992
|
},
|
|
4136
3993
|
"consultantId": {
|
|
4137
|
-
"type": "string"
|
|
4138
|
-
"nullable": true
|
|
3994
|
+
"type": "string"
|
|
4139
3995
|
},
|
|
4140
3996
|
"status": {
|
|
4141
|
-
"type": "string"
|
|
4142
|
-
"nullable": true
|
|
3997
|
+
"type": "string"
|
|
4143
3998
|
},
|
|
4144
3999
|
"reviewStatus": {
|
|
4145
|
-
"type": "string"
|
|
4146
|
-
"nullable": true
|
|
4000
|
+
"type": "string"
|
|
4147
4001
|
},
|
|
4148
4002
|
"sharepointUrl": {
|
|
4149
|
-
"type": "string"
|
|
4150
|
-
"nullable": true
|
|
4003
|
+
"type": "string"
|
|
4151
4004
|
},
|
|
4152
4005
|
"generatedAt": {
|
|
4153
4006
|
"type": "string",
|
|
@@ -4160,20 +4013,16 @@
|
|
|
4160
4013
|
"nullable": true
|
|
4161
4014
|
},
|
|
4162
4015
|
"blobPath": {
|
|
4163
|
-
"type": "string"
|
|
4164
|
-
"nullable": true
|
|
4016
|
+
"type": "string"
|
|
4165
4017
|
},
|
|
4166
4018
|
"blobUrl": {
|
|
4167
|
-
"type": "string"
|
|
4168
|
-
"nullable": true
|
|
4019
|
+
"type": "string"
|
|
4169
4020
|
},
|
|
4170
4021
|
"sourceUrl": {
|
|
4171
|
-
"type": "string"
|
|
4172
|
-
"nullable": true
|
|
4022
|
+
"type": "string"
|
|
4173
4023
|
},
|
|
4174
4024
|
"mimeType": {
|
|
4175
|
-
"type": "string"
|
|
4176
|
-
"nullable": true
|
|
4025
|
+
"type": "string"
|
|
4177
4026
|
},
|
|
4178
4027
|
"sizeBytes": {
|
|
4179
4028
|
"type": "integer",
|
|
@@ -4186,16 +4035,13 @@
|
|
|
4186
4035
|
"nullable": true
|
|
4187
4036
|
},
|
|
4188
4037
|
"textContent": {
|
|
4189
|
-
"type": "string"
|
|
4190
|
-
"nullable": true
|
|
4038
|
+
"type": "string"
|
|
4191
4039
|
},
|
|
4192
4040
|
"isCompetenceMatrixSource": {
|
|
4193
|
-
"type": "boolean"
|
|
4194
|
-
"nullable": true
|
|
4041
|
+
"type": "boolean"
|
|
4195
4042
|
},
|
|
4196
4043
|
"classificationReasoning": {
|
|
4197
|
-
"type": "string"
|
|
4198
|
-
"nullable": true
|
|
4044
|
+
"type": "string"
|
|
4199
4045
|
},
|
|
4200
4046
|
"extractedQuestions": {
|
|
4201
4047
|
"$ref": "#/components/schemas/extractedQuestionSet"
|
|
@@ -4204,16 +4050,13 @@
|
|
|
4204
4050
|
"type": "array",
|
|
4205
4051
|
"items": {
|
|
4206
4052
|
"$ref": "#/components/schemas/consultantAnswers"
|
|
4207
|
-
}
|
|
4208
|
-
"nullable": true
|
|
4053
|
+
}
|
|
4209
4054
|
},
|
|
4210
4055
|
"extractionStatus": {
|
|
4211
|
-
"type": "string"
|
|
4212
|
-
"nullable": true
|
|
4056
|
+
"type": "string"
|
|
4213
4057
|
},
|
|
4214
4058
|
"extractionError": {
|
|
4215
|
-
"type": "string"
|
|
4216
|
-
"nullable": true
|
|
4059
|
+
"type": "string"
|
|
4217
4060
|
},
|
|
4218
4061
|
"extractionStartedAt": {
|
|
4219
4062
|
"type": "string",
|
|
@@ -4226,27 +4069,21 @@
|
|
|
4226
4069
|
"type": "object",
|
|
4227
4070
|
"properties": {
|
|
4228
4071
|
"title": {
|
|
4229
|
-
"type": "string"
|
|
4230
|
-
"nullable": true
|
|
4072
|
+
"type": "string"
|
|
4231
4073
|
},
|
|
4232
4074
|
"customer": {
|
|
4233
|
-
"type": "string"
|
|
4234
|
-
"nullable": true
|
|
4075
|
+
"type": "string"
|
|
4235
4076
|
},
|
|
4236
4077
|
"country": {
|
|
4237
|
-
"type": "string"
|
|
4238
|
-
"nullable": true
|
|
4078
|
+
"type": "string"
|
|
4239
4079
|
},
|
|
4240
4080
|
"location": {
|
|
4241
|
-
"type": "string"
|
|
4242
|
-
"nullable": true
|
|
4081
|
+
"type": "string"
|
|
4243
4082
|
},
|
|
4244
4083
|
"workMode": {
|
|
4245
|
-
"type": "string"
|
|
4246
|
-
"nullable": true
|
|
4084
|
+
"type": "string"
|
|
4247
4085
|
}
|
|
4248
|
-
}
|
|
4249
|
-
"nullable": true
|
|
4086
|
+
}
|
|
4250
4087
|
},
|
|
4251
4088
|
"tenderParser": {
|
|
4252
4089
|
"type": "object",
|
|
@@ -4257,12 +4094,10 @@
|
|
|
4257
4094
|
"nullable": true
|
|
4258
4095
|
},
|
|
4259
4096
|
"status": {
|
|
4260
|
-
"type": "string"
|
|
4261
|
-
"nullable": true
|
|
4097
|
+
"type": "string"
|
|
4262
4098
|
},
|
|
4263
4099
|
"version": {
|
|
4264
|
-
"type": "string"
|
|
4265
|
-
"nullable": true
|
|
4100
|
+
"type": "string"
|
|
4266
4101
|
},
|
|
4267
4102
|
"confidence": {
|
|
4268
4103
|
"type": "number",
|
|
@@ -4273,74 +4108,59 @@
|
|
|
4273
4108
|
"type": "array",
|
|
4274
4109
|
"items": {
|
|
4275
4110
|
"type": "string"
|
|
4276
|
-
}
|
|
4277
|
-
"nullable": true
|
|
4111
|
+
}
|
|
4278
4112
|
}
|
|
4279
|
-
}
|
|
4280
|
-
"nullable": true
|
|
4113
|
+
}
|
|
4281
4114
|
},
|
|
4282
4115
|
"tenderSalesforce": {
|
|
4283
4116
|
"type": "object",
|
|
4284
4117
|
"properties": {
|
|
4285
4118
|
"opportunityId": {
|
|
4286
|
-
"type": "string"
|
|
4287
|
-
"nullable": true
|
|
4119
|
+
"type": "string"
|
|
4288
4120
|
},
|
|
4289
4121
|
"stageName": {
|
|
4290
|
-
"type": "string"
|
|
4291
|
-
"nullable": true
|
|
4122
|
+
"type": "string"
|
|
4292
4123
|
},
|
|
4293
4124
|
"isClosed": {
|
|
4294
|
-
"type": "boolean"
|
|
4295
|
-
"nullable": true
|
|
4125
|
+
"type": "boolean"
|
|
4296
4126
|
},
|
|
4297
4127
|
"isWon": {
|
|
4298
|
-
"type": "boolean"
|
|
4299
|
-
"nullable": true
|
|
4128
|
+
"type": "boolean"
|
|
4300
4129
|
},
|
|
4301
4130
|
"url": {
|
|
4302
|
-
"type": "string"
|
|
4303
|
-
"nullable": true
|
|
4131
|
+
"type": "string"
|
|
4304
4132
|
},
|
|
4305
4133
|
"lastSyncedAt": {
|
|
4306
4134
|
"type": "string",
|
|
4307
|
-
"format": "date-time"
|
|
4308
|
-
"nullable": true
|
|
4135
|
+
"format": "date-time"
|
|
4309
4136
|
}
|
|
4310
|
-
}
|
|
4311
|
-
"nullable": true
|
|
4137
|
+
}
|
|
4312
4138
|
},
|
|
4313
4139
|
"tenderSource": {
|
|
4314
4140
|
"type": "object",
|
|
4315
4141
|
"properties": {
|
|
4316
4142
|
"externalTenderId": {
|
|
4317
|
-
"type": "string"
|
|
4318
|
-
"nullable": true
|
|
4143
|
+
"type": "string"
|
|
4319
4144
|
},
|
|
4320
4145
|
"sourceSystem": {
|
|
4321
|
-
"type": "string"
|
|
4322
|
-
"nullable": true
|
|
4146
|
+
"type": "string"
|
|
4323
4147
|
},
|
|
4324
4148
|
"sourceUrl": {
|
|
4325
|
-
"type": "string"
|
|
4326
|
-
"nullable": true
|
|
4149
|
+
"type": "string"
|
|
4327
4150
|
},
|
|
4328
4151
|
"sourceFiles": {
|
|
4329
4152
|
"type": "array",
|
|
4330
4153
|
"items": {
|
|
4331
4154
|
"$ref": "#/components/schemas/sourceFile"
|
|
4332
|
-
}
|
|
4333
|
-
"nullable": true
|
|
4155
|
+
}
|
|
4334
4156
|
},
|
|
4335
4157
|
"additionalSources": {
|
|
4336
4158
|
"type": "array",
|
|
4337
4159
|
"items": {
|
|
4338
4160
|
"$ref": "#/components/schemas/externalSourceRef"
|
|
4339
|
-
}
|
|
4340
|
-
"nullable": true
|
|
4161
|
+
}
|
|
4341
4162
|
}
|
|
4342
|
-
}
|
|
4343
|
-
"nullable": true
|
|
4163
|
+
}
|
|
4344
4164
|
},
|
|
4345
4165
|
"tenderStatsResponse": {
|
|
4346
4166
|
"type": "object",
|
|
@@ -4393,54 +4213,42 @@
|
|
|
4393
4213
|
"type": "object",
|
|
4394
4214
|
"properties": {
|
|
4395
4215
|
"stage": {
|
|
4396
|
-
"type": "string"
|
|
4397
|
-
"nullable": true
|
|
4216
|
+
"type": "string"
|
|
4398
4217
|
},
|
|
4399
4218
|
"state": {
|
|
4400
|
-
"type": "string"
|
|
4401
|
-
"nullable": true
|
|
4219
|
+
"type": "string"
|
|
4402
4220
|
},
|
|
4403
4221
|
"health": {
|
|
4404
|
-
"type": "string"
|
|
4405
|
-
"nullable": true
|
|
4222
|
+
"type": "string"
|
|
4406
4223
|
}
|
|
4407
|
-
}
|
|
4408
|
-
"nullable": true
|
|
4224
|
+
}
|
|
4409
4225
|
},
|
|
4410
4226
|
"tenderTodo": {
|
|
4411
4227
|
"type": "object",
|
|
4412
4228
|
"properties": {
|
|
4413
4229
|
"id": {
|
|
4414
|
-
"type": "string"
|
|
4415
|
-
"nullable": true
|
|
4230
|
+
"type": "string"
|
|
4416
4231
|
},
|
|
4417
4232
|
"title": {
|
|
4418
|
-
"type": "string"
|
|
4419
|
-
"nullable": true
|
|
4233
|
+
"type": "string"
|
|
4420
4234
|
},
|
|
4421
4235
|
"description": {
|
|
4422
|
-
"type": "string"
|
|
4423
|
-
"nullable": true
|
|
4236
|
+
"type": "string"
|
|
4424
4237
|
},
|
|
4425
4238
|
"source": {
|
|
4426
|
-
"type": "string"
|
|
4427
|
-
"nullable": true
|
|
4239
|
+
"type": "string"
|
|
4428
4240
|
},
|
|
4429
4241
|
"category": {
|
|
4430
|
-
"type": "string"
|
|
4431
|
-
"nullable": true
|
|
4242
|
+
"type": "string"
|
|
4432
4243
|
},
|
|
4433
4244
|
"priority": {
|
|
4434
|
-
"type": "string"
|
|
4435
|
-
"nullable": true
|
|
4245
|
+
"type": "string"
|
|
4436
4246
|
},
|
|
4437
4247
|
"status": {
|
|
4438
|
-
"type": "string"
|
|
4439
|
-
"nullable": true
|
|
4248
|
+
"type": "string"
|
|
4440
4249
|
},
|
|
4441
4250
|
"assignedTo": {
|
|
4442
|
-
"type": "string"
|
|
4443
|
-
"nullable": true
|
|
4251
|
+
"type": "string"
|
|
4444
4252
|
},
|
|
4445
4253
|
"dueAt": {
|
|
4446
4254
|
"type": "string",
|
|
@@ -4458,16 +4266,13 @@
|
|
|
4458
4266
|
"type": "object",
|
|
4459
4267
|
"properties": {
|
|
4460
4268
|
"id": {
|
|
4461
|
-
"type": "string"
|
|
4462
|
-
"nullable": true
|
|
4269
|
+
"type": "string"
|
|
4463
4270
|
},
|
|
4464
4271
|
"title": {
|
|
4465
|
-
"type": "string"
|
|
4466
|
-
"nullable": true
|
|
4272
|
+
"type": "string"
|
|
4467
4273
|
},
|
|
4468
4274
|
"description": {
|
|
4469
|
-
"type": "string"
|
|
4470
|
-
"nullable": true
|
|
4275
|
+
"type": "string"
|
|
4471
4276
|
},
|
|
4472
4277
|
"dueAt": {
|
|
4473
4278
|
"type": "string",
|
|
@@ -4475,16 +4280,13 @@
|
|
|
4475
4280
|
"nullable": true
|
|
4476
4281
|
},
|
|
4477
4282
|
"category": {
|
|
4478
|
-
"type": "string"
|
|
4479
|
-
"nullable": true
|
|
4283
|
+
"type": "string"
|
|
4480
4284
|
},
|
|
4481
4285
|
"mandatory": {
|
|
4482
|
-
"type": "boolean"
|
|
4483
|
-
"nullable": true
|
|
4286
|
+
"type": "boolean"
|
|
4484
4287
|
},
|
|
4485
4288
|
"status": {
|
|
4486
|
-
"type": "string"
|
|
4487
|
-
"nullable": true
|
|
4289
|
+
"type": "string"
|
|
4488
4290
|
}
|
|
4489
4291
|
}
|
|
4490
4292
|
},
|