@globus/sdk 5.7.0 → 5.8.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/dist/cjs/index.js CHANGED
@@ -38,6 +38,7 @@ __export(index_exports, {
38
38
  groups: () => groups_exports2,
39
39
  info: () => info_exports,
40
40
  logger: () => logger_exports,
41
+ request: () => serviceRequest,
41
42
  search: () => search_exports,
42
43
  timer: () => timer_exports,
43
44
  transfer: () => transfer_exports,
@@ -71,7 +72,7 @@ function toString(info2) {
71
72
  }
72
73
 
73
74
  // src/core/info/version.ts
74
- var VERSION = "5.7.0";
75
+ var VERSION = "5.8.0";
75
76
 
76
77
  // src/core/info/index.ts
77
78
  var VERSION2 = VERSION;
@@ -2628,6 +2629,7 @@ __export(flows_exports, {
2628
2629
  getAll: () => getAll10,
2629
2630
  remove: () => remove8,
2630
2631
  run: () => run,
2632
+ update: () => update6,
2631
2633
  validate: () => validate2
2632
2634
  });
2633
2635
  var getAll10 = function(options, sdkOptions) {
@@ -2701,6 +2703,18 @@ var create8 = function(options, sdkOptions) {
2701
2703
  );
2702
2704
  };
2703
2705
  var deploy = create8;
2706
+ var update6 = function(flow_id, options, sdkOptions) {
2707
+ return serviceRequest(
2708
+ {
2709
+ service: ID2,
2710
+ scope: SCOPES2.MANAGE_FLOWS,
2711
+ path: `/flows/${flow_id}`,
2712
+ method: "PUT" /* PUT */
2713
+ },
2714
+ options,
2715
+ sdkOptions
2716
+ );
2717
+ };
2704
2718
 
2705
2719
  // src/services/flows/service/runs.ts
2706
2720
  var runs_exports = {};
@@ -2710,7 +2724,7 @@ __export(runs_exports, {
2710
2724
  getDefinition: () => getDefinition,
2711
2725
  getLog: () => getLog,
2712
2726
  remove: () => remove9,
2713
- update: () => update6
2727
+ update: () => update7
2714
2728
  });
2715
2729
  var getAll11 = function(options = {}, sdkOptions) {
2716
2730
  return serviceRequest(
@@ -2746,7 +2760,7 @@ var getLog = function(run_id, options, sdkOptions) {
2746
2760
  sdkOptions
2747
2761
  );
2748
2762
  };
2749
- var update6 = function(run_id, options, sdkOptions) {
2763
+ var update7 = function(run_id, options, sdkOptions) {
2750
2764
  return serviceRequest(
2751
2765
  {
2752
2766
  service: ID2,
@@ -2810,7 +2824,7 @@ __export(collections_exports, {
2810
2824
  patch: () => patch,
2811
2825
  remove: () => remove10,
2812
2826
  resetOwnerString: () => resetOwnerString,
2813
- update: () => update7,
2827
+ update: () => update8,
2814
2828
  updateOwnerString: () => updateOwnerString
2815
2829
  });
2816
2830
  var getAll12 = function(configuration, options, sdkOptions) {
@@ -2859,7 +2873,7 @@ var create9 = function(configuration, options, sdkOptions) {
2859
2873
  sdkOptions
2860
2874
  );
2861
2875
  };
2862
- var update7 = function(configuration, collection_id, options, sdkOptions) {
2876
+ var update8 = function(configuration, collection_id, options, sdkOptions) {
2863
2877
  return serviceRequest(
2864
2878
  {
2865
2879
  service: configuration,
@@ -2914,7 +2928,7 @@ __export(endpoint_exports3, {
2914
2928
  get: () => get17,
2915
2929
  patch: () => patch2,
2916
2930
  resetOwnerString: () => resetOwnerString2,
2917
- update: () => update8,
2931
+ update: () => update9,
2918
2932
  updateOwner: () => updateOwner,
2919
2933
  updateOwnerString: () => updateOwnerString2,
2920
2934
  updateSubscriptionId: () => updateSubscriptionId
@@ -2930,7 +2944,7 @@ var get17 = function(configuration, options, sdkOptions) {
2930
2944
  sdkOptions
2931
2945
  );
2932
2946
  };
2933
- var update8 = function(configuration, options, sdkOptions) {
2947
+ var update9 = function(configuration, options, sdkOptions) {
2934
2948
  return serviceRequest(
2935
2949
  {
2936
2950
  service: configuration,
@@ -3008,7 +3022,7 @@ var https_exports = {};
3008
3022
  __export(https_exports, {
3009
3023
  get: () => get18,
3010
3024
  remove: () => remove11,
3011
- update: () => update9
3025
+ update: () => update10
3012
3026
  });
3013
3027
  var get18 = function(configuration, path, options, sdkOptions) {
3014
3028
  return serviceRequest(
@@ -3033,7 +3047,7 @@ var remove11 = function(configuration, path, options, sdkOptions) {
3033
3047
  sdkOptions
3034
3048
  );
3035
3049
  };
3036
- var update9 = function(configuration, path, options, sdkOptions) {
3050
+ var update10 = function(configuration, path, options, sdkOptions) {
3037
3051
  return serviceRequest(
3038
3052
  {
3039
3053
  service: configuration,
@@ -3054,7 +3068,7 @@ __export(nodes_exports, {
3054
3068
  getAll: () => getAll13,
3055
3069
  patch: () => patch3,
3056
3070
  remove: () => remove12,
3057
- update: () => update10
3071
+ update: () => update11
3058
3072
  });
3059
3073
  var getAll13 = function(configuration, options, sdkOptions) {
3060
3074
  return serviceRequest(
@@ -3102,7 +3116,7 @@ var create10 = function(configuration, options, sdkOptions) {
3102
3116
  sdkOptions
3103
3117
  );
3104
3118
  };
3105
- var update10 = function(configuration, node_id, options, sdkOptions) {
3119
+ var update11 = function(configuration, node_id, options, sdkOptions) {
3106
3120
  return serviceRequest(
3107
3121
  {
3108
3122
  service: configuration,
@@ -3190,7 +3204,7 @@ __export(storage_gateways_exports, {
3190
3204
  getAll: () => getAll15,
3191
3205
  patch: () => patch4,
3192
3206
  remove: () => remove14,
3193
- update: () => update11
3207
+ update: () => update12
3194
3208
  });
3195
3209
  var getAll15 = function(configuration, options, sdkOptions) {
3196
3210
  return serviceRequest(
@@ -3238,7 +3252,7 @@ var create12 = function(configuration, options, sdkOptions) {
3238
3252
  sdkOptions
3239
3253
  );
3240
3254
  };
3241
- var update11 = function(configuration, storage_gateway_id, options, sdkOptions) {
3255
+ var update12 = function(configuration, storage_gateway_id, options, sdkOptions) {
3242
3256
  return serviceRequest(
3243
3257
  {
3244
3258
  service: configuration,
@@ -3271,7 +3285,7 @@ __export(user_credentials_exports, {
3271
3285
  getAll: () => getAll16,
3272
3286
  patch: () => patch5,
3273
3287
  remove: () => remove15,
3274
- update: () => update12
3288
+ update: () => update13
3275
3289
  });
3276
3290
  var getAll16 = function(configuration, options, sdkOptions) {
3277
3291
  return serviceRequest(
@@ -3319,7 +3333,7 @@ var create13 = function(configuration, options, sdkOptions) {
3319
3333
  sdkOptions
3320
3334
  );
3321
3335
  };
3322
- var update12 = function(configuration, user_credential_id, options, sdkOptions) {
3336
+ var update13 = function(configuration, user_credential_id, options, sdkOptions) {
3323
3337
  return serviceRequest(
3324
3338
  {
3325
3339
  service: configuration,
@@ -3530,6 +3544,7 @@ function urlFor(identifier, segments, sdkOptions) {
3530
3544
  groups,
3531
3545
  info,
3532
3546
  logger,
3547
+ request,
3533
3548
  search,
3534
3549
  timer,
3535
3550
  transfer,