@happyvertical/smrt-projects 0.46.0 → 0.47.1

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.
@@ -2,7 +2,7 @@
2
2
  "version": "1.0.0",
3
3
  "timestamp": 0,
4
4
  "packageName": "@happyvertical/smrt-projects",
5
- "packageVersion": "0.46.0",
5
+ "packageVersion": "0.47.1",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection": {
8
8
  "name": "developmentrequesthistorycollection",
@@ -105,7 +105,8 @@
105
105
  {
106
106
  "name": "input",
107
107
  "type": "any",
108
- "optional": false
108
+ "optional": false,
109
+ "typeUnresolved": true
109
110
  }
110
111
  ],
111
112
  "returnType": "Promise<DevelopmentRequest>",
@@ -119,7 +120,10 @@
119
120
  {
120
121
  "name": "input",
121
122
  "type": "object",
122
- "optional": false
123
+ "optional": false,
124
+ "memberTypes": [
125
+ "string"
126
+ ]
123
127
  }
124
128
  ],
125
129
  "returnType": "Promise<DevelopmentRequest[]>",
@@ -247,7 +251,11 @@
247
251
  {
248
252
  "name": "options",
249
253
  "type": "object",
250
- "optional": false
254
+ "optional": false,
255
+ "memberTypes": [
256
+ "Repository",
257
+ "SearchFilters"
258
+ ]
251
259
  }
252
260
  ],
253
261
  "returnType": "Promise<Issue[]>",
@@ -379,7 +387,10 @@
379
387
  {
380
388
  "name": "options",
381
389
  "type": "object",
382
- "optional": true
390
+ "optional": true,
391
+ "memberTypes": [
392
+ "boolean"
393
+ ]
383
394
  }
384
395
  ],
385
396
  "returnType": "Promise<Issue[]>",
@@ -578,7 +589,11 @@
578
589
  {
579
590
  "name": "input",
580
591
  "type": "object",
581
- "optional": false
592
+ "optional": false,
593
+ "memberTypes": [
594
+ "string",
595
+ "ProjectIntegrationCapability[]"
596
+ ]
582
597
  }
583
598
  ],
584
599
  "returnType": "Promise<object>",
@@ -795,7 +810,12 @@
795
810
  {
796
811
  "name": "options",
797
812
  "type": "object",
798
- "optional": true
813
+ "optional": true,
814
+ "memberTypes": [
815
+ "string",
816
+ "ProjectProviderType",
817
+ "Record<string, string>"
818
+ ]
799
819
  }
800
820
  ],
801
821
  "returnType": "Promise<Project>",
@@ -809,7 +829,10 @@
809
829
  {
810
830
  "name": "options",
811
831
  "type": "object",
812
- "optional": true
832
+ "optional": true,
833
+ "memberTypes": [
834
+ "boolean"
835
+ ]
813
836
  }
814
837
  ],
815
838
  "returnType": "Promise<Project[]>",
@@ -951,7 +974,11 @@
951
974
  {
952
975
  "name": "options",
953
976
  "type": "object",
954
- "optional": false
977
+ "optional": false,
978
+ "memberTypes": [
979
+ "Repository",
980
+ "SearchFilters"
981
+ ]
955
982
  }
956
983
  ],
957
984
  "returnType": "Promise<PullRequest[]>",
@@ -1073,7 +1100,24 @@
1073
1100
  {
1074
1101
  "name": "size",
1075
1102
  "type": "'xs' | 's' | 'm' | 'l' | 'xl'",
1076
- "optional": false
1103
+ "optional": false,
1104
+ "unionBranches": [
1105
+ {
1106
+ "type": "'xs'"
1107
+ },
1108
+ {
1109
+ "type": "'s'"
1110
+ },
1111
+ {
1112
+ "type": "'m'"
1113
+ },
1114
+ {
1115
+ "type": "'l'"
1116
+ },
1117
+ {
1118
+ "type": "'xl'"
1119
+ }
1120
+ ]
1077
1121
  },
1078
1122
  {
1079
1123
  "name": "repositoryId",
@@ -1097,7 +1141,10 @@
1097
1141
  {
1098
1142
  "name": "options",
1099
1143
  "type": "object",
1100
- "optional": true
1144
+ "optional": true,
1145
+ "memberTypes": [
1146
+ "boolean"
1147
+ ]
1101
1148
  }
1102
1149
  ],
1103
1150
  "returnType": "Promise<PullRequest[]>",
@@ -1270,7 +1317,11 @@
1270
1317
  {
1271
1318
  "name": "options",
1272
1319
  "type": "object",
1273
- "optional": true
1320
+ "optional": true,
1321
+ "memberTypes": [
1322
+ "RepositoryProviderType",
1323
+ "string"
1324
+ ]
1274
1325
  }
1275
1326
  ],
1276
1327
  "returnType": "Promise<Repository>",
@@ -1284,7 +1335,10 @@
1284
1335
  {
1285
1336
  "name": "options",
1286
1337
  "type": "object",
1287
- "optional": true
1338
+ "optional": true,
1339
+ "memberTypes": [
1340
+ "boolean"
1341
+ ]
1288
1342
  }
1289
1343
  ],
1290
1344
  "returnType": "Promise<Repository[]>",
@@ -1719,7 +1773,7 @@
1719
1773
  "name": "initialize",
1720
1774
  "async": true,
1721
1775
  "parameters": [],
1722
- "returnType": "Promise",
1776
+ "returnType": "Promise<this>",
1723
1777
  "isStatic": false,
1724
1778
  "isPublic": true
1725
1779
  },
@@ -1738,7 +1792,15 @@
1738
1792
  {
1739
1793
  "name": "value",
1740
1794
  "type": "DevelopmentRequestEvidence[] | string",
1741
- "optional": false
1795
+ "optional": false,
1796
+ "unionBranches": [
1797
+ {
1798
+ "type": "DevelopmentRequestEvidence[]"
1799
+ },
1800
+ {
1801
+ "type": "string"
1802
+ }
1803
+ ]
1742
1804
  }
1743
1805
  ],
1744
1806
  "returnType": "void",
@@ -2229,7 +2291,7 @@
2229
2291
  "optional": true
2230
2292
  }
2231
2293
  ],
2232
- "returnType": "Promise",
2294
+ "returnType": "Promise<this>",
2233
2295
  "isStatic": false,
2234
2296
  "isPublic": true
2235
2297
  },
@@ -2935,7 +2997,7 @@
2935
2997
  "optional": true
2936
2998
  }
2937
2999
  ],
2938
- "returnType": "Promise",
3000
+ "returnType": "Promise<this>",
2939
3001
  "isStatic": false,
2940
3002
  "isPublic": true
2941
3003
  },
@@ -2946,7 +3008,15 @@
2946
3008
  {
2947
3009
  "name": "item",
2948
3010
  "type": "Issue | PullRequest",
2949
- "optional": false
3011
+ "optional": false,
3012
+ "unionBranches": [
3013
+ {
3014
+ "type": "Issue"
3015
+ },
3016
+ {
3017
+ "type": "PullRequest"
3018
+ }
3019
+ ]
2950
3020
  }
2951
3021
  ],
2952
3022
  "returnType": "Promise<ProjectItem>",
@@ -3030,7 +3100,7 @@
3030
3100
  },
3031
3101
  {
3032
3102
  "name": "value",
3033
- "type": "any",
3103
+ "type": "unknown",
3034
3104
  "optional": false
3035
3105
  }
3036
3106
  ],
@@ -3075,7 +3145,15 @@
3075
3145
  {
3076
3146
  "name": "item",
3077
3147
  "type": "Issue | PullRequest",
3078
- "optional": false
3148
+ "optional": false,
3149
+ "unionBranches": [
3150
+ {
3151
+ "type": "Issue"
3152
+ },
3153
+ {
3154
+ "type": "PullRequest"
3155
+ }
3156
+ ]
3079
3157
  },
3080
3158
  {
3081
3159
  "name": "status",
@@ -3840,7 +3918,7 @@
3840
3918
  "optional": true
3841
3919
  }
3842
3920
  ],
3843
- "returnType": "Promise",
3921
+ "returnType": "Promise<this>",
3844
3922
  "isStatic": false,
3845
3923
  "isPublic": true
3846
3924
  },
@@ -4403,7 +4481,7 @@
4403
4481
  "optional": true
4404
4482
  }
4405
4483
  ],
4406
- "returnType": "Promise",
4484
+ "returnType": "Promise<this>",
4407
4485
  "isStatic": false,
4408
4486
  "isPublic": true
4409
4487
  },
@@ -6242,7 +6320,7 @@
6242
6320
  "name": "getMetadata",
6243
6321
  "async": false,
6244
6322
  "parameters": [],
6245
- "returnType": "Record<string>",
6323
+ "returnType": "Record<string, unknown>",
6246
6324
  "isStatic": false,
6247
6325
  "isPublic": true
6248
6326
  },
@@ -6252,7 +6330,7 @@
6252
6330
  "parameters": [
6253
6331
  {
6254
6332
  "name": "value",
6255
- "type": "Record<string>",
6333
+ "type": "Record<string, unknown>",
6256
6334
  "optional": false
6257
6335
  }
6258
6336
  ],
@@ -6272,7 +6350,7 @@
6272
6350
  "name": "initialize",
6273
6351
  "async": true,
6274
6352
  "parameters": [],
6275
- "returnType": "Promise",
6353
+ "returnType": "Promise<this>",
6276
6354
  "isStatic": false,
6277
6355
  "isPublic": true
6278
6356
  },
@@ -6280,7 +6358,7 @@
6280
6358
  "name": "save",
6281
6359
  "async": true,
6282
6360
  "parameters": [],
6283
- "returnType": "Promise",
6361
+ "returnType": "Promise<this>",
6284
6362
  "isStatic": false,
6285
6363
  "isPublic": true
6286
6364
  }
@@ -6624,7 +6702,7 @@
6624
6702
  "name": "initialize",
6625
6703
  "async": true,
6626
6704
  "parameters": [],
6627
- "returnType": "Promise",
6705
+ "returnType": "Promise<this>",
6628
6706
  "isStatic": false,
6629
6707
  "isPublic": true
6630
6708
  },
@@ -6632,7 +6710,7 @@
6632
6710
  "name": "save",
6633
6711
  "async": true,
6634
6712
  "parameters": [],
6635
- "returnType": "Promise",
6713
+ "returnType": "Promise<this>",
6636
6714
  "isStatic": false,
6637
6715
  "isPublic": true
6638
6716
  }
@@ -6843,7 +6921,7 @@
6843
6921
  "name": "initialize",
6844
6922
  "async": true,
6845
6923
  "parameters": [],
6846
- "returnType": "Promise",
6924
+ "returnType": "Promise<this>",
6847
6925
  "isStatic": false,
6848
6926
  "isPublic": true
6849
6927
  },
@@ -6851,7 +6929,7 @@
6851
6929
  "name": "save",
6852
6930
  "async": true,
6853
6931
  "parameters": [],
6854
- "returnType": "Promise",
6932
+ "returnType": "Promise<this>",
6855
6933
  "isStatic": false,
6856
6934
  "isPublic": true
6857
6935
  }