@itentialopensource/adapter-azure_devops 0.1.2 → 0.1.3

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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.1.3 [10-31-2022]
3
+
4
+ * Azure DevOps Adapter Mixed Path Variables
5
+
6
+ See merge request itentialopensource/adapters/devops-netops/adapter-azure_devops!3
7
+
8
+ ---
9
+
2
10
  ## 0.1.2 [05-25-2022]
3
11
 
4
12
  * Added Git API
package/adapter.js CHANGED
@@ -2539,7 +2539,7 @@ class AzureDevops extends AdapterBaseCl {
2539
2539
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
2540
2540
  const queryParamsAvailable = { apiVersion };
2541
2541
  const queryParams = {};
2542
- const pathVars = [organization, repositoryId, project];
2542
+ const pathVars = [organization, project, repositoryId];
2543
2543
  const bodyVars = {};
2544
2544
 
2545
2545
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -2639,7 +2639,7 @@ class AzureDevops extends AdapterBaseCl {
2639
2639
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
2640
2640
  const queryParamsAvailable = { apiVersion };
2641
2641
  const queryParams = {};
2642
- const pathVars = [organization, repositoryId, project];
2642
+ const pathVars = [organization, project, repositoryId];
2643
2643
  const bodyVars = {};
2644
2644
 
2645
2645
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -2745,7 +2745,7 @@ class AzureDevops extends AdapterBaseCl {
2745
2745
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
2746
2746
  const queryParamsAvailable = { apiVersion };
2747
2747
  const queryParams = {};
2748
- const pathVars = [organization, repositoryId, project];
2748
+ const pathVars = [organization, project, repositoryId];
2749
2749
  const bodyVars = body;
2750
2750
 
2751
2751
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -3445,7 +3445,7 @@ class AzureDevops extends AdapterBaseCl {
3445
3445
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
3446
3446
  const queryParamsAvailable = { apiVersion };
3447
3447
  const queryParams = {};
3448
- const pathVars = [organization, pullRequestId, project];
3448
+ const pathVars = [organization, project, pullRequestId];
3449
3449
  const bodyVars = {};
3450
3450
 
3451
3451
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -3552,7 +3552,7 @@ class AzureDevops extends AdapterBaseCl {
3552
3552
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
3553
3553
  const queryParamsAvailable = { supportsIterations, apiVersion };
3554
3554
  const queryParams = {};
3555
- const pathVars = [organization, repositoryId, project];
3555
+ const pathVars = [organization, project, repositoryId];
3556
3556
  const bodyVars = body;
3557
3557
 
3558
3558
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -3663,7 +3663,7 @@ class AzureDevops extends AdapterBaseCl {
3663
3663
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
3664
3664
  const queryParamsAvailable = { searchCriteriaCreatorId, searchCriteriaIncludeLinks, searchCriteriaRepositoryId, searchCriteriaReviewerId, searchCriteriaSourceRefName, searchCriteriaSourceRepositoryId, searchCriteriaStatus, searchCriteriaTargetRefName, maxCommentLength, skip, top, apiVersion };
3665
3665
  const queryParams = {};
3666
- const pathVars = [organization, repositoryId, project];
3666
+ const pathVars = [organization, project, repositoryId];
3667
3667
  const bodyVars = {};
3668
3668
 
3669
3669
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -3774,7 +3774,7 @@ class AzureDevops extends AdapterBaseCl {
3774
3774
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
3775
3775
  const queryParamsAvailable = { maxCommentLength, skip, top, includeCommits, includeWorkItemRefs, apiVersion };
3776
3776
  const queryParams = {};
3777
- const pathVars = [organization, repositoryId, pullRequestId, project];
3777
+ const pathVars = [organization, project, repositoryId, pullRequestId];
3778
3778
  const bodyVars = {};
3779
3779
 
3780
3780
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -3886,7 +3886,7 @@ class AzureDevops extends AdapterBaseCl {
3886
3886
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
3887
3887
  const queryParamsAvailable = { apiVersion };
3888
3888
  const queryParams = {};
3889
- const pathVars = [organization, repositoryId, pullRequestId, project];
3889
+ const pathVars = [organization, project, repositoryId, pullRequestId];
3890
3890
  const bodyVars = body;
3891
3891
 
3892
3892
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -4205,7 +4205,7 @@ class AzureDevops extends AdapterBaseCl {
4205
4205
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
4206
4206
  const queryParamsAvailable = { filename, apiVersion };
4207
4207
  const queryParams = {};
4208
- const pathVars = [organization, repositoryId, project];
4208
+ const pathVars = [organization, project, repositoryId];
4209
4209
  const bodyVars = { body };
4210
4210
 
4211
4211
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -4315,7 +4315,7 @@ class AzureDevops extends AdapterBaseCl {
4315
4315
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
4316
4316
  const queryParamsAvailable = { download, fileName, format, resolveLfs, apiVersion };
4317
4317
  const queryParams = {};
4318
- const pathVars = [organization, repositoryId, sha1, project];
4318
+ const pathVars = [organization, project, repositoryId, sha1];
4319
4319
  const bodyVars = {};
4320
4320
 
4321
4321
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -4633,7 +4633,7 @@ class AzureDevops extends AdapterBaseCl {
4633
4633
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
4634
4634
  const queryParamsAvailable = { apiVersion };
4635
4635
  const queryParams = {};
4636
- const pathVars = [organization, project, cherryPickId, repositoryId];
4636
+ const pathVars = [organization, project, repositoryId, cherryPickId];
4637
4637
  const bodyVars = {};
4638
4638
 
4639
4639
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -4742,7 +4742,7 @@ class AzureDevops extends AdapterBaseCl {
4742
4742
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
4743
4743
  const queryParamsAvailable = { pushId, top, skip, includeLinks, apiVersion };
4744
4744
  const queryParams = {};
4745
- const pathVars = [organization, repositoryId, project];
4745
+ const pathVars = [organization, project, repositoryId];
4746
4746
  const bodyVars = {};
4747
4747
 
4748
4748
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -4849,7 +4849,7 @@ class AzureDevops extends AdapterBaseCl {
4849
4849
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
4850
4850
  const queryParamsAvailable = { changeCount, apiVersion };
4851
4851
  const queryParams = {};
4852
- const pathVars = [organization, commitId, repositoryId, project];
4852
+ const pathVars = [organization, project, repositoryId, commitId];
4853
4853
  const bodyVars = {};
4854
4854
 
4855
4855
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -4957,7 +4957,7 @@ class AzureDevops extends AdapterBaseCl {
4957
4957
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
4958
4958
  const queryParamsAvailable = { top, skip, apiVersion };
4959
4959
  const queryParams = {};
4960
- const pathVars = [organization, commitId, repositoryId, project];
4960
+ const pathVars = [organization, project, repositoryId, commitId];
4961
4961
  const bodyVars = {};
4962
4962
 
4963
4963
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -5066,7 +5066,7 @@ class AzureDevops extends AdapterBaseCl {
5066
5066
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
5067
5067
  const queryParamsAvailable = { skip, top, includeStatuses, apiVersion };
5068
5068
  const queryParams = {};
5069
- const pathVars = [organization, repositoryId, project];
5069
+ const pathVars = [organization, project, repositoryId];
5070
5070
  const bodyVars = body;
5071
5071
 
5072
5072
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -5178,7 +5178,7 @@ class AzureDevops extends AdapterBaseCl {
5178
5178
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
5179
5179
  const queryParamsAvailable = { apiVersion };
5180
5180
  const queryParams = {};
5181
- const pathVars = [organization, commitId, repositoryId, project];
5181
+ const pathVars = [organization, project, repositoryId, commitId];
5182
5182
  const bodyVars = body;
5183
5183
 
5184
5184
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -5287,7 +5287,7 @@ class AzureDevops extends AdapterBaseCl {
5287
5287
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
5288
5288
  const queryParamsAvailable = { top, skip, latestOnly, apiVersion };
5289
5289
  const queryParams = {};
5290
- const pathVars = [organization, commitId, repositoryId, project];
5290
+ const pathVars = [organization, project, repositoryId, commitId];
5291
5291
  const bodyVars = {};
5292
5292
 
5293
5293
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -5396,7 +5396,7 @@ class AzureDevops extends AdapterBaseCl {
5396
5396
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
5397
5397
  const queryParamsAvailable = { diffCommonCommit, top, skip, baseVersion, baseVersionOptions, baseVersionType, targetVersion, targetVersionOptions, targetVersionType, apiVersion };
5398
5398
  const queryParams = {};
5399
- const pathVars = [organization, repositoryId, project];
5399
+ const pathVars = [organization, project, repositoryId];
5400
5400
  const bodyVars = {};
5401
5401
 
5402
5402
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -5931,7 +5931,7 @@ class AzureDevops extends AdapterBaseCl {
5931
5931
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
5932
5932
  const queryParamsAvailable = { scopePath, recursionLevel, includeContentMetadata, latestProcessedChange, download, includeLinks, format, versionDescriptorVersion, versionDescriptorVersionOptions, versionDescriptorVersionType, apiVersion };
5933
5933
  const queryParams = {};
5934
- const pathVars = [organization, repositoryId, project];
5934
+ const pathVars = [organization, project, repositoryId];
5935
5935
  const bodyVars = {};
5936
5936
 
5937
5937
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6037,7 +6037,7 @@ class AzureDevops extends AdapterBaseCl {
6037
6037
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6038
6038
  const queryParamsAvailable = { apiVersion };
6039
6039
  const queryParams = {};
6040
- const pathVars = [organization, repositoryId, project];
6040
+ const pathVars = [organization, project, repositoryId];
6041
6041
  const bodyVars = body;
6042
6042
 
6043
6043
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6143,7 +6143,7 @@ class AzureDevops extends AdapterBaseCl {
6143
6143
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6144
6144
  const queryParamsAvailable = { apiVersion };
6145
6145
  const queryParams = {};
6146
- const pathVars = [organization, repositoryId, project];
6146
+ const pathVars = [organization, project, repositoryId];
6147
6147
  const bodyVars = body;
6148
6148
 
6149
6149
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6249,7 +6249,7 @@ class AzureDevops extends AdapterBaseCl {
6249
6249
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6250
6250
  const queryParamsAvailable = { apiVersion };
6251
6251
  const queryParams = {};
6252
- const pathVars = [organization, repositoryId, pullRequestId, project];
6252
+ const pathVars = [organization, project, repositoryId, pullRequestId];
6253
6253
  const bodyVars = {};
6254
6254
 
6255
6255
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6367,7 +6367,7 @@ class AzureDevops extends AdapterBaseCl {
6367
6367
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6368
6368
  const queryParamsAvailable = { apiVersion };
6369
6369
  const queryParams = {};
6370
- const pathVars = [organization, fileName, repositoryId, pullRequestId, project];
6370
+ const pathVars = [organization, project, repositoryId, pullRequestId, fileName];
6371
6371
  const bodyVars = { body };
6372
6372
 
6373
6373
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6479,7 +6479,7 @@ class AzureDevops extends AdapterBaseCl {
6479
6479
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6480
6480
  const queryParamsAvailable = { apiVersion };
6481
6481
  const queryParams = {};
6482
- const pathVars = [organization, fileName, repositoryId, pullRequestId, project];
6482
+ const pathVars = [organization, project, repositoryId, pullRequestId, fileName];
6483
6483
  const bodyVars = {};
6484
6484
 
6485
6485
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6591,7 +6591,7 @@ class AzureDevops extends AdapterBaseCl {
6591
6591
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6592
6592
  const queryParamsAvailable = { apiVersion };
6593
6593
  const queryParams = {};
6594
- const pathVars = [organization, fileName, repositoryId, pullRequestId, project];
6594
+ const pathVars = [organization, project, repositoryId, pullRequestId, fileName];
6595
6595
  const bodyVars = {};
6596
6596
 
6597
6597
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6699,7 +6699,7 @@ class AzureDevops extends AdapterBaseCl {
6699
6699
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6700
6700
  const queryParamsAvailable = { top, continuationToken, apiVersion };
6701
6701
  const queryParams = {};
6702
- const pathVars = [organization, repositoryId, pullRequestId, project];
6702
+ const pathVars = [organization, project, repositoryId, pullRequestId];
6703
6703
  const bodyVars = {};
6704
6704
 
6705
6705
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6813,7 +6813,7 @@ class AzureDevops extends AdapterBaseCl {
6813
6813
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6814
6814
  const queryParamsAvailable = { top, skip, apiVersion };
6815
6815
  const queryParams = {};
6816
- const pathVars = [organization, repositoryId, pullRequestId, iterationId, project];
6816
+ const pathVars = [organization, project, repositoryId, pullRequestId, iterationId];
6817
6817
  const bodyVars = {};
6818
6818
 
6819
6819
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -6920,7 +6920,7 @@ class AzureDevops extends AdapterBaseCl {
6920
6920
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6921
6921
  const queryParamsAvailable = { includeCommits, apiVersion };
6922
6922
  const queryParams = {};
6923
- const pathVars = [organization, repositoryId, pullRequestId, project];
6923
+ const pathVars = [organization, project, repositoryId, pullRequestId];
6924
6924
  const bodyVars = {};
6925
6925
 
6926
6926
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7032,7 +7032,7 @@ class AzureDevops extends AdapterBaseCl {
7032
7032
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7033
7033
  const queryParamsAvailable = { apiVersion };
7034
7034
  const queryParams = {};
7035
- const pathVars = [organization, repositoryId, pullRequestId, iterationId, project];
7035
+ const pathVars = [organization, project, repositoryId, pullRequestId, iterationId];
7036
7036
  const bodyVars = {};
7037
7037
 
7038
7038
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7147,7 +7147,7 @@ class AzureDevops extends AdapterBaseCl {
7147
7147
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7148
7148
  const queryParamsAvailable = { top, skip, compareTo, apiVersion };
7149
7149
  const queryParams = {};
7150
- const pathVars = [organization, repositoryId, pullRequestId, iterationId, project];
7150
+ const pathVars = [organization, project, repositoryId, pullRequestId, iterationId];
7151
7151
  const bodyVars = {};
7152
7152
 
7153
7153
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7265,7 +7265,7 @@ class AzureDevops extends AdapterBaseCl {
7265
7265
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7266
7266
  const queryParamsAvailable = { apiVersion };
7267
7267
  const queryParams = {};
7268
- const pathVars = [organization, repositoryId, pullRequestId, iterationId, project];
7268
+ const pathVars = [organization, project, repositoryId, pullRequestId, iterationId];
7269
7269
  const bodyVars = body;
7270
7270
 
7271
7271
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7377,7 +7377,7 @@ class AzureDevops extends AdapterBaseCl {
7377
7377
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7378
7378
  const queryParamsAvailable = { apiVersion };
7379
7379
  const queryParams = {};
7380
- const pathVars = [organization, repositoryId, pullRequestId, iterationId, project];
7380
+ const pathVars = [organization, project, repositoryId, pullRequestId, iterationId];
7381
7381
  const bodyVars = {};
7382
7382
 
7383
7383
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7495,7 +7495,7 @@ class AzureDevops extends AdapterBaseCl {
7495
7495
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7496
7496
  const queryParamsAvailable = { apiVersion };
7497
7497
  const queryParams = {};
7498
- const pathVars = [organization, repositoryId, pullRequestId, iterationId, project];
7498
+ const pathVars = [organization, project, repositoryId, pullRequestId, iterationId];
7499
7499
  const bodyVars = body;
7500
7500
 
7501
7501
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7613,7 +7613,7 @@ class AzureDevops extends AdapterBaseCl {
7613
7613
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7614
7614
  const queryParamsAvailable = { apiVersion };
7615
7615
  const queryParams = {};
7616
- const pathVars = [organization, repositoryId, pullRequestId, iterationId, statusId, project];
7616
+ const pathVars = [organization, project, repositoryId, pullRequestId, iterationId, statusId];
7617
7617
  const bodyVars = {};
7618
7618
 
7619
7619
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7731,7 +7731,7 @@ class AzureDevops extends AdapterBaseCl {
7731
7731
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7732
7732
  const queryParamsAvailable = { apiVersion };
7733
7733
  const queryParams = {};
7734
- const pathVars = [organization, repositoryId, pullRequestId, iterationId, statusId, project];
7734
+ const pathVars = [organization, project, repositoryId, pullRequestId, iterationId, statusId];
7735
7735
  const bodyVars = {};
7736
7736
 
7737
7737
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7844,7 +7844,7 @@ class AzureDevops extends AdapterBaseCl {
7844
7844
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7845
7845
  const queryParamsAvailable = { projectId, apiVersion };
7846
7846
  const queryParams = {};
7847
- const pathVars = [organization, repositoryId, pullRequestId, project];
7847
+ const pathVars = [organization, project, repositoryId, pullRequestId];
7848
7848
  const bodyVars = body;
7849
7849
 
7850
7850
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -7951,7 +7951,7 @@ class AzureDevops extends AdapterBaseCl {
7951
7951
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
7952
7952
  const queryParamsAvailable = { projectId, apiVersion };
7953
7953
  const queryParams = {};
7954
- const pathVars = [organization, repositoryId, pullRequestId, project];
7954
+ const pathVars = [organization, project, repositoryId, pullRequestId];
7955
7955
  const bodyVars = {};
7956
7956
 
7957
7957
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8064,7 +8064,7 @@ class AzureDevops extends AdapterBaseCl {
8064
8064
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8065
8065
  const queryParamsAvailable = { projectId, apiVersion };
8066
8066
  const queryParams = {};
8067
- const pathVars = [organization, repositoryId, pullRequestId, labelIdOrName, project];
8067
+ const pathVars = [organization, project, repositoryId, pullRequestId, labelIdOrName];
8068
8068
  const bodyVars = {};
8069
8069
 
8070
8070
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8177,7 +8177,7 @@ class AzureDevops extends AdapterBaseCl {
8177
8177
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8178
8178
  const queryParamsAvailable = { projectId, apiVersion };
8179
8179
  const queryParams = {};
8180
- const pathVars = [organization, repositoryId, pullRequestId, labelIdOrName, project];
8180
+ const pathVars = [organization, project, repositoryId, pullRequestId, labelIdOrName];
8181
8181
  const bodyVars = {};
8182
8182
 
8183
8183
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8283,7 +8283,7 @@ class AzureDevops extends AdapterBaseCl {
8283
8283
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8284
8284
  const queryParamsAvailable = { apiVersion };
8285
8285
  const queryParams = {};
8286
- const pathVars = [organization, repositoryId, pullRequestId, project];
8286
+ const pathVars = [organization, project, repositoryId, pullRequestId];
8287
8287
  const bodyVars = {};
8288
8288
 
8289
8289
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8395,7 +8395,7 @@ class AzureDevops extends AdapterBaseCl {
8395
8395
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8396
8396
  const queryParamsAvailable = { apiVersion };
8397
8397
  const queryParams = {};
8398
- const pathVars = [organization, repositoryId, pullRequestId, project];
8398
+ const pathVars = [organization, project, repositoryId, pullRequestId];
8399
8399
  const bodyVars = body;
8400
8400
 
8401
8401
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8507,7 +8507,7 @@ class AzureDevops extends AdapterBaseCl {
8507
8507
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8508
8508
  const queryParamsAvailable = { apiVersion };
8509
8509
  const queryParams = {};
8510
- const pathVars = [organization, repositoryId, pullRequestId, project];
8510
+ const pathVars = [organization, project, repositoryId, pullRequestId];
8511
8511
  const bodyVars = { body };
8512
8512
 
8513
8513
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8619,7 +8619,7 @@ class AzureDevops extends AdapterBaseCl {
8619
8619
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8620
8620
  const queryParamsAvailable = { apiVersion };
8621
8621
  const queryParams = {};
8622
- const pathVars = [organization, repositoryId, pullRequestId, project];
8622
+ const pathVars = [organization, project, repositoryId, pullRequestId];
8623
8623
  const bodyVars = body;
8624
8624
 
8625
8625
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8725,7 +8725,7 @@ class AzureDevops extends AdapterBaseCl {
8725
8725
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8726
8726
  const queryParamsAvailable = { apiVersion };
8727
8727
  const queryParams = {};
8728
- const pathVars = [organization, repositoryId, pullRequestId, project];
8728
+ const pathVars = [organization, project, repositoryId, pullRequestId];
8729
8729
  const bodyVars = {};
8730
8730
 
8731
8731
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8837,7 +8837,7 @@ class AzureDevops extends AdapterBaseCl {
8837
8837
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8838
8838
  const queryParamsAvailable = { apiVersion };
8839
8839
  const queryParams = {};
8840
- const pathVars = [organization, repositoryId, pullRequestId, project];
8840
+ const pathVars = [organization, project, repositoryId, pullRequestId];
8841
8841
  const bodyVars = { body };
8842
8842
 
8843
8843
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -8955,7 +8955,7 @@ class AzureDevops extends AdapterBaseCl {
8955
8955
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
8956
8956
  const queryParamsAvailable = { apiVersion };
8957
8957
  const queryParams = {};
8958
- const pathVars = [organization, repositoryId, pullRequestId, reviewerId, project];
8958
+ const pathVars = [organization, project, repositoryId, pullRequestId, reviewerId];
8959
8959
  const bodyVars = body;
8960
8960
 
8961
8961
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9067,7 +9067,7 @@ class AzureDevops extends AdapterBaseCl {
9067
9067
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9068
9068
  const queryParamsAvailable = { apiVersion };
9069
9069
  const queryParams = {};
9070
- const pathVars = [organization, repositoryId, pullRequestId, reviewerId, project];
9070
+ const pathVars = [organization, project, repositoryId, pullRequestId, reviewerId];
9071
9071
  const bodyVars = {};
9072
9072
 
9073
9073
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9179,7 +9179,7 @@ class AzureDevops extends AdapterBaseCl {
9179
9179
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9180
9180
  const queryParamsAvailable = { apiVersion };
9181
9181
  const queryParams = {};
9182
- const pathVars = [organization, repositoryId, pullRequestId, reviewerId, project];
9182
+ const pathVars = [organization, project, repositoryId, pullRequestId, reviewerId];
9183
9183
  const bodyVars = {};
9184
9184
 
9185
9185
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9297,7 +9297,7 @@ class AzureDevops extends AdapterBaseCl {
9297
9297
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9298
9298
  const queryParamsAvailable = { apiVersion };
9299
9299
  const queryParams = {};
9300
- const pathVars = [organization, repositoryId, pullRequestId, reviewerId, project];
9300
+ const pathVars = [organization, project, repositoryId, pullRequestId, reviewerId];
9301
9301
  const bodyVars = body;
9302
9302
 
9303
9303
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9409,7 +9409,7 @@ class AzureDevops extends AdapterBaseCl {
9409
9409
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9410
9410
  const queryParamsAvailable = { apiVersion };
9411
9411
  const queryParams = {};
9412
- const pathVars = [organization, repositoryId, pullRequestId, project];
9412
+ const pathVars = [organization, project, repositoryId, pullRequestId];
9413
9413
  const bodyVars = body;
9414
9414
 
9415
9415
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9521,7 +9521,7 @@ class AzureDevops extends AdapterBaseCl {
9521
9521
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9522
9522
  const queryParamsAvailable = { apiVersion };
9523
9523
  const queryParams = {};
9524
- const pathVars = [organization, repositoryId, pullRequestId, project];
9524
+ const pathVars = [organization, project, repositoryId, pullRequestId];
9525
9525
  const bodyVars = body;
9526
9526
 
9527
9527
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9627,7 +9627,7 @@ class AzureDevops extends AdapterBaseCl {
9627
9627
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9628
9628
  const queryParamsAvailable = { apiVersion };
9629
9629
  const queryParams = {};
9630
- const pathVars = [organization, repositoryId, pullRequestId, project];
9630
+ const pathVars = [organization, project, repositoryId, pullRequestId];
9631
9631
  const bodyVars = {};
9632
9632
 
9633
9633
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9739,7 +9739,7 @@ class AzureDevops extends AdapterBaseCl {
9739
9739
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9740
9740
  const queryParamsAvailable = { apiVersion };
9741
9741
  const queryParams = {};
9742
- const pathVars = [organization, repositoryId, pullRequestId, project];
9742
+ const pathVars = [organization, project, repositoryId, pullRequestId];
9743
9743
  const bodyVars = body;
9744
9744
 
9745
9745
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9851,7 +9851,7 @@ class AzureDevops extends AdapterBaseCl {
9851
9851
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9852
9852
  const queryParamsAvailable = { apiVersion };
9853
9853
  const queryParams = {};
9854
- const pathVars = [organization, repositoryId, pullRequestId, statusId, project];
9854
+ const pathVars = [organization, project, repositoryId, pullRequestId, statusId];
9855
9855
  const bodyVars = {};
9856
9856
 
9857
9857
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -9963,7 +9963,7 @@ class AzureDevops extends AdapterBaseCl {
9963
9963
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
9964
9964
  const queryParamsAvailable = { apiVersion };
9965
9965
  const queryParams = {};
9966
- const pathVars = [organization, repositoryId, pullRequestId, statusId, project];
9966
+ const pathVars = [organization, project, repositoryId, pullRequestId, statusId];
9967
9967
  const bodyVars = {};
9968
9968
 
9969
9969
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -10075,7 +10075,7 @@ class AzureDevops extends AdapterBaseCl {
10075
10075
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
10076
10076
  const queryParamsAvailable = { apiVersion };
10077
10077
  const queryParams = {};
10078
- const pathVars = [organization, repositoryId, pullRequestId, project];
10078
+ const pathVars = [organization, project, repositoryId, pullRequestId];
10079
10079
  const bodyVars = body;
10080
10080
 
10081
10081
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -10183,7 +10183,7 @@ class AzureDevops extends AdapterBaseCl {
10183
10183
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
10184
10184
  const queryParamsAvailable = { iteration, baseIteration, apiVersion };
10185
10185
  const queryParams = {};
10186
- const pathVars = [organization, repositoryId, pullRequestId, project];
10186
+ const pathVars = [organization, project, repositoryId, pullRequestId];
10187
10187
  const bodyVars = {};
10188
10188
 
10189
10189
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -10297,7 +10297,7 @@ class AzureDevops extends AdapterBaseCl {
10297
10297
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
10298
10298
  const queryParamsAvailable = { iteration, baseIteration, apiVersion };
10299
10299
  const queryParams = {};
10300
- const pathVars = [organization, repositoryId, pullRequestId, threadId, project];
10300
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId];
10301
10301
  const bodyVars = {};
10302
10302
 
10303
10303
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -10415,7 +10415,7 @@ class AzureDevops extends AdapterBaseCl {
10415
10415
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
10416
10416
  const queryParamsAvailable = { apiVersion };
10417
10417
  const queryParams = {};
10418
- const pathVars = [organization, repositoryId, pullRequestId, threadId, project];
10418
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId];
10419
10419
  const bodyVars = body;
10420
10420
 
10421
10421
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -10533,7 +10533,7 @@ class AzureDevops extends AdapterBaseCl {
10533
10533
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
10534
10534
  const queryParamsAvailable = { apiVersion };
10535
10535
  const queryParams = {};
10536
- const pathVars = [organization, repositoryId, pullRequestId, threadId, project];
10536
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId];
10537
10537
  const bodyVars = body;
10538
10538
 
10539
10539
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -10645,7 +10645,7 @@ class AzureDevops extends AdapterBaseCl {
10645
10645
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
10646
10646
  const queryParamsAvailable = { apiVersion };
10647
10647
  const queryParams = {};
10648
- const pathVars = [organization, repositoryId, pullRequestId, threadId, project];
10648
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId];
10649
10649
  const bodyVars = {};
10650
10650
 
10651
10651
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -10763,7 +10763,7 @@ class AzureDevops extends AdapterBaseCl {
10763
10763
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
10764
10764
  const queryParamsAvailable = { apiVersion };
10765
10765
  const queryParams = {};
10766
- const pathVars = [organization, repositoryId, pullRequestId, threadId, commentId, project];
10766
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId, commentId];
10767
10767
  const bodyVars = {};
10768
10768
 
10769
10769
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -10881,7 +10881,7 @@ class AzureDevops extends AdapterBaseCl {
10881
10881
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
10882
10882
  const queryParamsAvailable = { apiVersion };
10883
10883
  const queryParams = {};
10884
- const pathVars = [organization, repositoryId, pullRequestId, threadId, commentId, project];
10884
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId, commentId];
10885
10885
  const bodyVars = {};
10886
10886
 
10887
10887
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11005,7 +11005,7 @@ class AzureDevops extends AdapterBaseCl {
11005
11005
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11006
11006
  const queryParamsAvailable = { apiVersion };
11007
11007
  const queryParams = {};
11008
- const pathVars = [organization, repositoryId, pullRequestId, threadId, commentId, project];
11008
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId, commentId];
11009
11009
  const bodyVars = body;
11010
11010
 
11011
11011
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11123,7 +11123,7 @@ class AzureDevops extends AdapterBaseCl {
11123
11123
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11124
11124
  const queryParamsAvailable = { apiVersion };
11125
11125
  const queryParams = {};
11126
- const pathVars = [organization, repositoryId, pullRequestId, threadId, commentId, project];
11126
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId, commentId];
11127
11127
  const bodyVars = {};
11128
11128
 
11129
11129
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11241,7 +11241,7 @@ class AzureDevops extends AdapterBaseCl {
11241
11241
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11242
11242
  const queryParamsAvailable = { apiVersion };
11243
11243
  const queryParams = {};
11244
- const pathVars = [organization, repositoryId, pullRequestId, threadId, commentId, project];
11244
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId, commentId];
11245
11245
  const bodyVars = {};
11246
11246
 
11247
11247
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11359,7 +11359,7 @@ class AzureDevops extends AdapterBaseCl {
11359
11359
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11360
11360
  const queryParamsAvailable = { apiVersion };
11361
11361
  const queryParams = {};
11362
- const pathVars = [organization, repositoryId, pullRequestId, threadId, commentId, project];
11362
+ const pathVars = [organization, project, repositoryId, pullRequestId, threadId, commentId];
11363
11363
  const bodyVars = {};
11364
11364
 
11365
11365
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11465,7 +11465,7 @@ class AzureDevops extends AdapterBaseCl {
11465
11465
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11466
11466
  const queryParamsAvailable = { apiVersion };
11467
11467
  const queryParams = {};
11468
- const pathVars = [organization, repositoryId, pullRequestId, project];
11468
+ const pathVars = [organization, project, repositoryId, pullRequestId];
11469
11469
  const bodyVars = {};
11470
11470
 
11471
11471
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11571,7 +11571,7 @@ class AzureDevops extends AdapterBaseCl {
11571
11571
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11572
11572
  const queryParamsAvailable = { apiVersion };
11573
11573
  const queryParams = {};
11574
- const pathVars = [organization, repositoryId, project];
11574
+ const pathVars = [organization, project, repositoryId];
11575
11575
  const bodyVars = body;
11576
11576
 
11577
11577
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11679,7 +11679,7 @@ class AzureDevops extends AdapterBaseCl {
11679
11679
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11680
11680
  const queryParamsAvailable = { skip, top, searchCriteriaFromDate, searchCriteriaIncludeLinks, searchCriteriaIncludeRefUpdates, searchCriteriaPusherId, searchCriteriaRefName, searchCriteriaToDate, apiVersion };
11681
11681
  const queryParams = {};
11682
- const pathVars = [organization, repositoryId, project];
11682
+ const pathVars = [organization, project, repositoryId];
11683
11683
  const bodyVars = {};
11684
11684
 
11685
11685
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11787,7 +11787,7 @@ class AzureDevops extends AdapterBaseCl {
11787
11787
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11788
11788
  const queryParamsAvailable = { includeCommits, includeRefUpdates, apiVersion };
11789
11789
  const queryParams = {};
11790
- const pathVars = [organization, repositoryId, pushId, project];
11790
+ const pathVars = [organization, project, repositoryId, pushId];
11791
11791
  const bodyVars = {};
11792
11792
 
11793
11793
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -11896,7 +11896,7 @@ class AzureDevops extends AdapterBaseCl {
11896
11896
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
11897
11897
  const queryParamsAvailable = { filter, includeLinks, includeStatuses, includeMyBranches, latestStatusesOnly, peelTags, filterContains, top, continuationToken, apiVersion };
11898
11898
  const queryParams = {};
11899
- const pathVars = [organization, repositoryId, project];
11899
+ const pathVars = [organization, project, repositoryId];
11900
11900
  const bodyVars = {};
11901
11901
 
11902
11902
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -12009,7 +12009,7 @@ class AzureDevops extends AdapterBaseCl {
12009
12009
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
12010
12010
  const queryParamsAvailable = { filter, projectId, apiVersion };
12011
12011
  const queryParams = {};
12012
- const pathVars = [organization, repositoryId, project];
12012
+ const pathVars = [organization, project, repositoryId];
12013
12013
  const bodyVars = body;
12014
12014
 
12015
12015
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -12116,7 +12116,7 @@ class AzureDevops extends AdapterBaseCl {
12116
12116
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
12117
12117
  const queryParamsAvailable = { projectId, apiVersion };
12118
12118
  const queryParams = {};
12119
- const pathVars = [organization, repositoryId, project];
12119
+ const pathVars = [organization, project, repositoryId];
12120
12120
  const bodyVars = { body };
12121
12121
 
12122
12122
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -12434,7 +12434,7 @@ class AzureDevops extends AdapterBaseCl {
12434
12434
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
12435
12435
  const queryParamsAvailable = { apiVersion };
12436
12436
  const queryParams = {};
12437
- const pathVars = [organization, project, revertId, repositoryId];
12437
+ const pathVars = [organization, project, repositoryId, revertId];
12438
12438
  const bodyVars = {};
12439
12439
 
12440
12440
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -12537,7 +12537,7 @@ class AzureDevops extends AdapterBaseCl {
12537
12537
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
12538
12538
  const queryParamsAvailable = { baseVersionDescriptorVersion, baseVersionDescriptorVersionOptions, baseVersionDescriptorVersionType, apiVersion };
12539
12539
  const queryParams = {};
12540
- const pathVars = [organization, repositoryId, project];
12540
+ const pathVars = [organization, project, repositoryId];
12541
12541
  const bodyVars = {};
12542
12542
 
12543
12543
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -12637,7 +12637,7 @@ class AzureDevops extends AdapterBaseCl {
12637
12637
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
12638
12638
  const queryParamsAvailable = { apiVersion };
12639
12639
  const queryParams = {};
12640
- const pathVars = [organization, repositoryId, project];
12640
+ const pathVars = [organization, project, repositoryId];
12641
12641
  const bodyVars = {};
12642
12642
 
12643
12643
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -12747,7 +12747,7 @@ class AzureDevops extends AdapterBaseCl {
12747
12747
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
12748
12748
  const queryParamsAvailable = { projectId, recursive, fileName, format, apiVersion };
12749
12749
  const queryParams = {};
12750
- const pathVars = [organization, repositoryId, sha1, project];
12750
+ const pathVars = [organization, project, repositoryId, sha1];
12751
12751
  const bodyVars = {};
12752
12752
 
12753
12753
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -12861,7 +12861,7 @@ class AzureDevops extends AdapterBaseCl {
12861
12861
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
12862
12862
  const queryParamsAvailable = { otherCommitId, otherCollectionId, otherRepositoryId, apiVersion };
12863
12863
  const queryParams = {};
12864
- const pathVars = [organization, repositoryNameOrId, commitId, project];
12864
+ const pathVars = [organization, project, repositoryNameOrId, commitId];
12865
12865
  const bodyVars = {};
12866
12866
 
12867
12867
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -12968,7 +12968,7 @@ class AzureDevops extends AdapterBaseCl {
12968
12968
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
12969
12969
  const queryParamsAvailable = { includeLinks, apiVersion };
12970
12970
  const queryParams = {};
12971
- const pathVars = [organization, repositoryNameOrId, collectionId, project];
12971
+ const pathVars = [organization, project, repositoryNameOrId, collectionId];
12972
12972
  const bodyVars = {};
12973
12973
 
12974
12974
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -13075,7 +13075,7 @@ class AzureDevops extends AdapterBaseCl {
13075
13075
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
13076
13076
  const queryParamsAvailable = { includeLinks, apiVersion };
13077
13077
  const queryParams = {};
13078
- const pathVars = [organization, repositoryNameOrId, project];
13078
+ const pathVars = [organization, project, repositoryNameOrId];
13079
13079
  const bodyVars = body;
13080
13080
 
13081
13081
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -13177,7 +13177,7 @@ class AzureDevops extends AdapterBaseCl {
13177
13177
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
13178
13178
  const queryParamsAvailable = { includeAbandoned, includeLinks, apiVersion };
13179
13179
  const queryParams = {};
13180
- const pathVars = [organization, repositoryNameOrId, project];
13180
+ const pathVars = [organization, project, repositoryNameOrId];
13181
13181
  const bodyVars = {};
13182
13182
 
13183
13183
  // loop in template. long callback arg name to avoid identifier conflicts
@@ -13284,7 +13284,7 @@ class AzureDevops extends AdapterBaseCl {
13284
13284
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
13285
13285
  const queryParamsAvailable = { includeLinks, apiVersion };
13286
13286
  const queryParams = {};
13287
- const pathVars = [organization, repositoryNameOrId, forkSyncOperationId, project];
13287
+ const pathVars = [organization, project, repositoryNameOrId, forkSyncOperationId];
13288
13288
  const bodyVars = {};
13289
13289
 
13290
13290
  // loop in template. long callback arg name to avoid identifier conflicts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-azure_devops",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "This adapter integrates with system described as: Azure DevOps.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Microsoft Azure DevOps",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.1",
2
+ "version": "0.1.2",
3
3
  "configLines": 53196,
4
4
  "scriptLines": 1707,
5
5
  "codeLines": 15332,