@globus/sdk 1.9.0-alpha → 1.10.0-alpha
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/cjs/lib/services/globus-connect-server/client.d.ts +204 -0
- package/cjs/lib/services/globus-connect-server/client.d.ts.map +1 -1
- package/cjs/lib/services/globus-connect-server/client.js +2 -0
- package/cjs/lib/services/globus-connect-server/client.js.map +1 -1
- package/esm/lib/services/globus-connect-server/client.d.ts +204 -0
- package/esm/lib/services/globus-connect-server/client.d.ts.map +1 -1
- package/esm/lib/services/globus-connect-server/client.js +2 -0
- package/esm/lib/services/globus-connect-server/client.js.map +1 -1
- package/package.json +2 -2
|
@@ -76,6 +76,210 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
76
76
|
marker?: string | null | undefined;
|
|
77
77
|
message?: string | undefined;
|
|
78
78
|
}>>;
|
|
79
|
+
update: (options?: ({
|
|
80
|
+
payload: {
|
|
81
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
82
|
+
allow_udt?: boolean | undefined;
|
|
83
|
+
contact_email?: string | undefined;
|
|
84
|
+
contact_info?: string | undefined;
|
|
85
|
+
department?: string | undefined;
|
|
86
|
+
description?: string | undefined;
|
|
87
|
+
display_name: string;
|
|
88
|
+
id?: string | undefined;
|
|
89
|
+
gcs_manager_url?: string | undefined;
|
|
90
|
+
info_link?: string | undefined;
|
|
91
|
+
keywords?: string[] | undefined;
|
|
92
|
+
max_concurrency?: number | undefined;
|
|
93
|
+
max_parallelism?: number | undefined;
|
|
94
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
95
|
+
organization?: string | undefined;
|
|
96
|
+
preferred_concurrency?: number | undefined;
|
|
97
|
+
preferred_parallelism?: number | undefined;
|
|
98
|
+
public?: boolean | undefined;
|
|
99
|
+
subscription_id?: string | null | undefined;
|
|
100
|
+
} | {
|
|
101
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
102
|
+
allow_udt?: boolean | undefined;
|
|
103
|
+
contact_email?: string | undefined;
|
|
104
|
+
contact_info?: string | undefined;
|
|
105
|
+
department?: string | undefined;
|
|
106
|
+
description?: string | undefined;
|
|
107
|
+
display_name: string;
|
|
108
|
+
id?: string | undefined;
|
|
109
|
+
gcs_manager_url?: string | undefined;
|
|
110
|
+
gridftp_control_channel_port?: number | null | undefined;
|
|
111
|
+
info_link?: string | undefined;
|
|
112
|
+
keywords?: string[] | undefined;
|
|
113
|
+
max_concurrency?: number | undefined;
|
|
114
|
+
max_parallelism?: number | undefined;
|
|
115
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
116
|
+
organization?: string | undefined;
|
|
117
|
+
preferred_concurrency?: number | undefined;
|
|
118
|
+
preferred_parallelism?: number | undefined;
|
|
119
|
+
public?: boolean | undefined;
|
|
120
|
+
subscription_id?: string | null | undefined;
|
|
121
|
+
};
|
|
122
|
+
} & {
|
|
123
|
+
query?: {
|
|
124
|
+
[key: string]: string | number | (string | number | null | undefined)[] | null | undefined;
|
|
125
|
+
} | undefined;
|
|
126
|
+
headers?: import("../types").Headers | undefined;
|
|
127
|
+
}) | undefined, sdkOptions?: import("../types").SDKOptions | undefined) => Promise<import("../types").JSONFetchResponse<{
|
|
128
|
+
code?: "success" | undefined;
|
|
129
|
+
data?: ({
|
|
130
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
131
|
+
allow_udt?: boolean | undefined;
|
|
132
|
+
contact_email?: string | undefined;
|
|
133
|
+
contact_info?: string | undefined;
|
|
134
|
+
department?: string | undefined;
|
|
135
|
+
description?: string | undefined;
|
|
136
|
+
display_name: string;
|
|
137
|
+
id?: string | undefined;
|
|
138
|
+
gcs_manager_url?: string | undefined;
|
|
139
|
+
info_link?: string | undefined;
|
|
140
|
+
keywords?: string[] | undefined;
|
|
141
|
+
max_concurrency?: number | undefined;
|
|
142
|
+
max_parallelism?: number | undefined;
|
|
143
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
144
|
+
organization?: string | undefined;
|
|
145
|
+
preferred_concurrency?: number | undefined;
|
|
146
|
+
preferred_parallelism?: number | undefined;
|
|
147
|
+
public?: boolean | undefined;
|
|
148
|
+
subscription_id?: string | null | undefined;
|
|
149
|
+
} | {
|
|
150
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
151
|
+
allow_udt?: boolean | undefined;
|
|
152
|
+
contact_email?: string | undefined;
|
|
153
|
+
contact_info?: string | undefined;
|
|
154
|
+
department?: string | undefined;
|
|
155
|
+
description?: string | undefined;
|
|
156
|
+
display_name: string;
|
|
157
|
+
id?: string | undefined;
|
|
158
|
+
gcs_manager_url?: string | undefined;
|
|
159
|
+
gridftp_control_channel_port?: number | null | undefined;
|
|
160
|
+
info_link?: string | undefined;
|
|
161
|
+
keywords?: string[] | undefined;
|
|
162
|
+
max_concurrency?: number | undefined;
|
|
163
|
+
max_parallelism?: number | undefined;
|
|
164
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
165
|
+
organization?: string | undefined;
|
|
166
|
+
preferred_concurrency?: number | undefined;
|
|
167
|
+
preferred_parallelism?: number | undefined;
|
|
168
|
+
public?: boolean | undefined;
|
|
169
|
+
subscription_id?: string | null | undefined;
|
|
170
|
+
})[] | undefined;
|
|
171
|
+
} & {
|
|
172
|
+
DATA_TYPE: "result#1.0.0";
|
|
173
|
+
code: string;
|
|
174
|
+
data?: Record<string, never>[] | undefined;
|
|
175
|
+
detail?: Record<string, never> | undefined;
|
|
176
|
+
has_next_page?: boolean | undefined;
|
|
177
|
+
http_response_code: number;
|
|
178
|
+
marker?: string | null | undefined;
|
|
179
|
+
message?: string | undefined;
|
|
180
|
+
}>>;
|
|
181
|
+
patch: (options?: ({
|
|
182
|
+
payload: Record<string, unknown> | {
|
|
183
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
184
|
+
allow_udt?: boolean | undefined;
|
|
185
|
+
contact_email?: string | undefined;
|
|
186
|
+
contact_info?: string | undefined;
|
|
187
|
+
department?: string | undefined;
|
|
188
|
+
description?: string | undefined;
|
|
189
|
+
display_name: string;
|
|
190
|
+
id?: string | undefined;
|
|
191
|
+
gcs_manager_url?: string | undefined;
|
|
192
|
+
info_link?: string | undefined;
|
|
193
|
+
keywords?: string[] | undefined;
|
|
194
|
+
max_concurrency?: number | undefined;
|
|
195
|
+
max_parallelism?: number | undefined;
|
|
196
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
197
|
+
organization?: string | undefined;
|
|
198
|
+
preferred_concurrency?: number | undefined;
|
|
199
|
+
preferred_parallelism?: number | undefined;
|
|
200
|
+
public?: boolean | undefined;
|
|
201
|
+
subscription_id?: string | null | undefined;
|
|
202
|
+
} | {
|
|
203
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
204
|
+
allow_udt?: boolean | undefined;
|
|
205
|
+
contact_email?: string | undefined;
|
|
206
|
+
contact_info?: string | undefined;
|
|
207
|
+
department?: string | undefined;
|
|
208
|
+
description?: string | undefined;
|
|
209
|
+
display_name: string;
|
|
210
|
+
id?: string | undefined;
|
|
211
|
+
gcs_manager_url?: string | undefined;
|
|
212
|
+
gridftp_control_channel_port?: number | null | undefined;
|
|
213
|
+
info_link?: string | undefined;
|
|
214
|
+
keywords?: string[] | undefined;
|
|
215
|
+
max_concurrency?: number | undefined;
|
|
216
|
+
max_parallelism?: number | undefined;
|
|
217
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
218
|
+
organization?: string | undefined;
|
|
219
|
+
preferred_concurrency?: number | undefined;
|
|
220
|
+
preferred_parallelism?: number | undefined;
|
|
221
|
+
public?: boolean | undefined;
|
|
222
|
+
subscription_id?: string | null | undefined;
|
|
223
|
+
};
|
|
224
|
+
} & {
|
|
225
|
+
query?: {
|
|
226
|
+
[key: string]: string | number | (string | number | null | undefined)[] | null | undefined;
|
|
227
|
+
} | undefined;
|
|
228
|
+
headers?: import("../types").Headers | undefined;
|
|
229
|
+
}) | undefined, sdkOptions?: import("../types").SDKOptions | undefined) => Promise<import("../types").JSONFetchResponse<{
|
|
230
|
+
code?: "success" | undefined;
|
|
231
|
+
data?: ({
|
|
232
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
233
|
+
allow_udt?: boolean | undefined;
|
|
234
|
+
contact_email?: string | undefined;
|
|
235
|
+
contact_info?: string | undefined;
|
|
236
|
+
department?: string | undefined;
|
|
237
|
+
description?: string | undefined;
|
|
238
|
+
display_name: string;
|
|
239
|
+
id?: string | undefined;
|
|
240
|
+
gcs_manager_url?: string | undefined;
|
|
241
|
+
info_link?: string | undefined;
|
|
242
|
+
keywords?: string[] | undefined;
|
|
243
|
+
max_concurrency?: number | undefined;
|
|
244
|
+
max_parallelism?: number | undefined;
|
|
245
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
246
|
+
organization?: string | undefined;
|
|
247
|
+
preferred_concurrency?: number | undefined;
|
|
248
|
+
preferred_parallelism?: number | undefined;
|
|
249
|
+
public?: boolean | undefined;
|
|
250
|
+
subscription_id?: string | null | undefined;
|
|
251
|
+
} | {
|
|
252
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
253
|
+
allow_udt?: boolean | undefined;
|
|
254
|
+
contact_email?: string | undefined;
|
|
255
|
+
contact_info?: string | undefined;
|
|
256
|
+
department?: string | undefined;
|
|
257
|
+
description?: string | undefined;
|
|
258
|
+
display_name: string;
|
|
259
|
+
id?: string | undefined;
|
|
260
|
+
gcs_manager_url?: string | undefined;
|
|
261
|
+
gridftp_control_channel_port?: number | null | undefined;
|
|
262
|
+
info_link?: string | undefined;
|
|
263
|
+
keywords?: string[] | undefined;
|
|
264
|
+
max_concurrency?: number | undefined;
|
|
265
|
+
max_parallelism?: number | undefined;
|
|
266
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
267
|
+
organization?: string | undefined;
|
|
268
|
+
preferred_concurrency?: number | undefined;
|
|
269
|
+
preferred_parallelism?: number | undefined;
|
|
270
|
+
public?: boolean | undefined;
|
|
271
|
+
subscription_id?: string | null | undefined;
|
|
272
|
+
})[] | undefined;
|
|
273
|
+
} & {
|
|
274
|
+
DATA_TYPE: "result#1.0.0";
|
|
275
|
+
code: string;
|
|
276
|
+
data?: Record<string, never>[] | undefined;
|
|
277
|
+
detail?: Record<string, never> | undefined;
|
|
278
|
+
has_next_page?: boolean | undefined;
|
|
279
|
+
http_response_code: number;
|
|
280
|
+
marker?: string | null | undefined;
|
|
281
|
+
message?: string | undefined;
|
|
282
|
+
}>>;
|
|
79
283
|
};
|
|
80
284
|
versioning: {
|
|
81
285
|
info: (options?: undefined, sdkOptions?: import("../types").SDKOptions | undefined) => Promise<import("../types").JSONFetchResponse<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/globus-connect-server/client.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,GAAG,CAAC;AA8B1C;;;GAGG;AACH,wBAAgB,SAAS,CAAC,aAAa,EAAE,gBAAgB
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/globus-connect-server/client.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,GAAG,CAAC;AA8B1C;;;GAGG;AACH,wBAAgB,SAAS,CAAC,aAAa,EAAE,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8BxD"}
|
|
@@ -27,6 +27,8 @@ function getClient(configuration) {
|
|
|
27
27
|
configuration,
|
|
28
28
|
endpoint: {
|
|
29
29
|
get: bind(endpoint.get, configuration),
|
|
30
|
+
update: bind(endpoint.update, configuration),
|
|
31
|
+
patch: bind(endpoint.patch, configuration),
|
|
30
32
|
},
|
|
31
33
|
versioning: {
|
|
32
34
|
info: bind(versioning.info, configuration),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../../src/lib/services/globus-connect-server/client.ts"],"names":[],"mappings":";;;;AAkBA,2EAAqD;AACrD,qEAA+C;AAC/C,+DAAyC;AACzC,oFAA8D;AAC9D,oFAA8D;AAC9D,yEAAmD;AASnD;;;;GAIG;AACH,SAAS,IAAI,CACX,MAAS,EACT,GAAG,KAAW;IAEd,OAAO,UAAU,GAAG,IAAsC;QACxD,OAAO,MAAM,CAAC,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;IACnC,CAAC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,SAAgB,SAAS,CAAC,aAA+B;IACvD,OAAO;QACL,aAAa;QACb,QAAQ,EAAE;YACR,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../../src/lib/services/globus-connect-server/client.ts"],"names":[],"mappings":";;;;AAkBA,2EAAqD;AACrD,qEAA+C;AAC/C,+DAAyC;AACzC,oFAA8D;AAC9D,oFAA8D;AAC9D,yEAAmD;AASnD;;;;GAIG;AACH,SAAS,IAAI,CACX,MAAS,EACT,GAAG,KAAW;IAEd,OAAO,UAAU,GAAG,IAAsC;QACxD,OAAO,MAAM,CAAC,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;IACnC,CAAC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,SAAgB,SAAS,CAAC,aAA+B;IACvD,OAAO;QACL,aAAa;QACb,QAAQ,EAAE;YACR,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,aAAa,CAAC;YACtC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,aAAa,CAAC;YAC5C,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,aAAa,CAAC;SAC3C;QACD,UAAU,EAAE;YACV,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,aAAa,CAAC;SAC3C;QACD,WAAW,EAAE;YACX,GAAG,EAAE,IAAI,CAAC,WAAW,CAAC,GAAG,EAAE,aAAa,CAAC;YACzC,MAAM,EAAE,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,aAAa,CAAC;SAChD;QACD,eAAe,EAAE;YACf,GAAG,EAAE,IAAI,CAAC,eAAe,CAAC,GAAG,EAAE,aAAa,CAAC;YAC7C,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,aAAa,CAAC;SACpD;QACD,eAAe,EAAE;YACf,GAAG,EAAE,IAAI,CAAC,eAAe,CAAC,GAAG,EAAE,aAAa,CAAC;YAC7C,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,aAAa,CAAC;SACpD;QACD,KAAK,EAAE;YACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,aAAa,CAAC;YACnC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,aAAa,CAAC;YACzC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,aAAa,CAAC;YACzC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,aAAa,CAAC;SAC1C;KACF,CAAC;AACJ,CAAC;AA9BD,8BA8BC"}
|
|
@@ -76,6 +76,210 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
76
76
|
marker?: string | null | undefined;
|
|
77
77
|
message?: string | undefined;
|
|
78
78
|
}>>;
|
|
79
|
+
update: (options?: ({
|
|
80
|
+
payload: {
|
|
81
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
82
|
+
allow_udt?: boolean | undefined;
|
|
83
|
+
contact_email?: string | undefined;
|
|
84
|
+
contact_info?: string | undefined;
|
|
85
|
+
department?: string | undefined;
|
|
86
|
+
description?: string | undefined;
|
|
87
|
+
display_name: string;
|
|
88
|
+
id?: string | undefined;
|
|
89
|
+
gcs_manager_url?: string | undefined;
|
|
90
|
+
info_link?: string | undefined;
|
|
91
|
+
keywords?: string[] | undefined;
|
|
92
|
+
max_concurrency?: number | undefined;
|
|
93
|
+
max_parallelism?: number | undefined;
|
|
94
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
95
|
+
organization?: string | undefined;
|
|
96
|
+
preferred_concurrency?: number | undefined;
|
|
97
|
+
preferred_parallelism?: number | undefined;
|
|
98
|
+
public?: boolean | undefined;
|
|
99
|
+
subscription_id?: string | null | undefined;
|
|
100
|
+
} | {
|
|
101
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
102
|
+
allow_udt?: boolean | undefined;
|
|
103
|
+
contact_email?: string | undefined;
|
|
104
|
+
contact_info?: string | undefined;
|
|
105
|
+
department?: string | undefined;
|
|
106
|
+
description?: string | undefined;
|
|
107
|
+
display_name: string;
|
|
108
|
+
id?: string | undefined;
|
|
109
|
+
gcs_manager_url?: string | undefined;
|
|
110
|
+
gridftp_control_channel_port?: number | null | undefined;
|
|
111
|
+
info_link?: string | undefined;
|
|
112
|
+
keywords?: string[] | undefined;
|
|
113
|
+
max_concurrency?: number | undefined;
|
|
114
|
+
max_parallelism?: number | undefined;
|
|
115
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
116
|
+
organization?: string | undefined;
|
|
117
|
+
preferred_concurrency?: number | undefined;
|
|
118
|
+
preferred_parallelism?: number | undefined;
|
|
119
|
+
public?: boolean | undefined;
|
|
120
|
+
subscription_id?: string | null | undefined;
|
|
121
|
+
};
|
|
122
|
+
} & {
|
|
123
|
+
query?: {
|
|
124
|
+
[key: string]: string | number | (string | number | null | undefined)[] | null | undefined;
|
|
125
|
+
} | undefined;
|
|
126
|
+
headers?: import("../types").Headers | undefined;
|
|
127
|
+
}) | undefined, sdkOptions?: import("../types").SDKOptions | undefined) => Promise<import("../types").JSONFetchResponse<{
|
|
128
|
+
code?: "success" | undefined;
|
|
129
|
+
data?: ({
|
|
130
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
131
|
+
allow_udt?: boolean | undefined;
|
|
132
|
+
contact_email?: string | undefined;
|
|
133
|
+
contact_info?: string | undefined;
|
|
134
|
+
department?: string | undefined;
|
|
135
|
+
description?: string | undefined;
|
|
136
|
+
display_name: string;
|
|
137
|
+
id?: string | undefined;
|
|
138
|
+
gcs_manager_url?: string | undefined;
|
|
139
|
+
info_link?: string | undefined;
|
|
140
|
+
keywords?: string[] | undefined;
|
|
141
|
+
max_concurrency?: number | undefined;
|
|
142
|
+
max_parallelism?: number | undefined;
|
|
143
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
144
|
+
organization?: string | undefined;
|
|
145
|
+
preferred_concurrency?: number | undefined;
|
|
146
|
+
preferred_parallelism?: number | undefined;
|
|
147
|
+
public?: boolean | undefined;
|
|
148
|
+
subscription_id?: string | null | undefined;
|
|
149
|
+
} | {
|
|
150
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
151
|
+
allow_udt?: boolean | undefined;
|
|
152
|
+
contact_email?: string | undefined;
|
|
153
|
+
contact_info?: string | undefined;
|
|
154
|
+
department?: string | undefined;
|
|
155
|
+
description?: string | undefined;
|
|
156
|
+
display_name: string;
|
|
157
|
+
id?: string | undefined;
|
|
158
|
+
gcs_manager_url?: string | undefined;
|
|
159
|
+
gridftp_control_channel_port?: number | null | undefined;
|
|
160
|
+
info_link?: string | undefined;
|
|
161
|
+
keywords?: string[] | undefined;
|
|
162
|
+
max_concurrency?: number | undefined;
|
|
163
|
+
max_parallelism?: number | undefined;
|
|
164
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
165
|
+
organization?: string | undefined;
|
|
166
|
+
preferred_concurrency?: number | undefined;
|
|
167
|
+
preferred_parallelism?: number | undefined;
|
|
168
|
+
public?: boolean | undefined;
|
|
169
|
+
subscription_id?: string | null | undefined;
|
|
170
|
+
})[] | undefined;
|
|
171
|
+
} & {
|
|
172
|
+
DATA_TYPE: "result#1.0.0";
|
|
173
|
+
code: string;
|
|
174
|
+
data?: Record<string, never>[] | undefined;
|
|
175
|
+
detail?: Record<string, never> | undefined;
|
|
176
|
+
has_next_page?: boolean | undefined;
|
|
177
|
+
http_response_code: number;
|
|
178
|
+
marker?: string | null | undefined;
|
|
179
|
+
message?: string | undefined;
|
|
180
|
+
}>>;
|
|
181
|
+
patch: (options?: ({
|
|
182
|
+
payload: Record<string, unknown> | {
|
|
183
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
184
|
+
allow_udt?: boolean | undefined;
|
|
185
|
+
contact_email?: string | undefined;
|
|
186
|
+
contact_info?: string | undefined;
|
|
187
|
+
department?: string | undefined;
|
|
188
|
+
description?: string | undefined;
|
|
189
|
+
display_name: string;
|
|
190
|
+
id?: string | undefined;
|
|
191
|
+
gcs_manager_url?: string | undefined;
|
|
192
|
+
info_link?: string | undefined;
|
|
193
|
+
keywords?: string[] | undefined;
|
|
194
|
+
max_concurrency?: number | undefined;
|
|
195
|
+
max_parallelism?: number | undefined;
|
|
196
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
197
|
+
organization?: string | undefined;
|
|
198
|
+
preferred_concurrency?: number | undefined;
|
|
199
|
+
preferred_parallelism?: number | undefined;
|
|
200
|
+
public?: boolean | undefined;
|
|
201
|
+
subscription_id?: string | null | undefined;
|
|
202
|
+
} | {
|
|
203
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
204
|
+
allow_udt?: boolean | undefined;
|
|
205
|
+
contact_email?: string | undefined;
|
|
206
|
+
contact_info?: string | undefined;
|
|
207
|
+
department?: string | undefined;
|
|
208
|
+
description?: string | undefined;
|
|
209
|
+
display_name: string;
|
|
210
|
+
id?: string | undefined;
|
|
211
|
+
gcs_manager_url?: string | undefined;
|
|
212
|
+
gridftp_control_channel_port?: number | null | undefined;
|
|
213
|
+
info_link?: string | undefined;
|
|
214
|
+
keywords?: string[] | undefined;
|
|
215
|
+
max_concurrency?: number | undefined;
|
|
216
|
+
max_parallelism?: number | undefined;
|
|
217
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
218
|
+
organization?: string | undefined;
|
|
219
|
+
preferred_concurrency?: number | undefined;
|
|
220
|
+
preferred_parallelism?: number | undefined;
|
|
221
|
+
public?: boolean | undefined;
|
|
222
|
+
subscription_id?: string | null | undefined;
|
|
223
|
+
};
|
|
224
|
+
} & {
|
|
225
|
+
query?: {
|
|
226
|
+
[key: string]: string | number | (string | number | null | undefined)[] | null | undefined;
|
|
227
|
+
} | undefined;
|
|
228
|
+
headers?: import("../types").Headers | undefined;
|
|
229
|
+
}) | undefined, sdkOptions?: import("../types").SDKOptions | undefined) => Promise<import("../types").JSONFetchResponse<{
|
|
230
|
+
code?: "success" | undefined;
|
|
231
|
+
data?: ({
|
|
232
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
233
|
+
allow_udt?: boolean | undefined;
|
|
234
|
+
contact_email?: string | undefined;
|
|
235
|
+
contact_info?: string | undefined;
|
|
236
|
+
department?: string | undefined;
|
|
237
|
+
description?: string | undefined;
|
|
238
|
+
display_name: string;
|
|
239
|
+
id?: string | undefined;
|
|
240
|
+
gcs_manager_url?: string | undefined;
|
|
241
|
+
info_link?: string | undefined;
|
|
242
|
+
keywords?: string[] | undefined;
|
|
243
|
+
max_concurrency?: number | undefined;
|
|
244
|
+
max_parallelism?: number | undefined;
|
|
245
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
246
|
+
organization?: string | undefined;
|
|
247
|
+
preferred_concurrency?: number | undefined;
|
|
248
|
+
preferred_parallelism?: number | undefined;
|
|
249
|
+
public?: boolean | undefined;
|
|
250
|
+
subscription_id?: string | null | undefined;
|
|
251
|
+
} | {
|
|
252
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
253
|
+
allow_udt?: boolean | undefined;
|
|
254
|
+
contact_email?: string | undefined;
|
|
255
|
+
contact_info?: string | undefined;
|
|
256
|
+
department?: string | undefined;
|
|
257
|
+
description?: string | undefined;
|
|
258
|
+
display_name: string;
|
|
259
|
+
id?: string | undefined;
|
|
260
|
+
gcs_manager_url?: string | undefined;
|
|
261
|
+
gridftp_control_channel_port?: number | null | undefined;
|
|
262
|
+
info_link?: string | undefined;
|
|
263
|
+
keywords?: string[] | undefined;
|
|
264
|
+
max_concurrency?: number | undefined;
|
|
265
|
+
max_parallelism?: number | undefined;
|
|
266
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | undefined;
|
|
267
|
+
organization?: string | undefined;
|
|
268
|
+
preferred_concurrency?: number | undefined;
|
|
269
|
+
preferred_parallelism?: number | undefined;
|
|
270
|
+
public?: boolean | undefined;
|
|
271
|
+
subscription_id?: string | null | undefined;
|
|
272
|
+
})[] | undefined;
|
|
273
|
+
} & {
|
|
274
|
+
DATA_TYPE: "result#1.0.0";
|
|
275
|
+
code: string;
|
|
276
|
+
data?: Record<string, never>[] | undefined;
|
|
277
|
+
detail?: Record<string, never> | undefined;
|
|
278
|
+
has_next_page?: boolean | undefined;
|
|
279
|
+
http_response_code: number;
|
|
280
|
+
marker?: string | null | undefined;
|
|
281
|
+
message?: string | undefined;
|
|
282
|
+
}>>;
|
|
79
283
|
};
|
|
80
284
|
versioning: {
|
|
81
285
|
info: (options?: undefined, sdkOptions?: import("../types").SDKOptions | undefined) => Promise<import("../types").JSONFetchResponse<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/globus-connect-server/client.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,GAAG,CAAC;AA8B1C;;;GAGG;AACH,wBAAgB,SAAS,CAAC,aAAa,EAAE,gBAAgB
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/globus-connect-server/client.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,GAAG,CAAC;AA8B1C;;;GAGG;AACH,wBAAgB,SAAS,CAAC,aAAa,EAAE,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8BxD"}
|
|
@@ -23,6 +23,8 @@ export function getClient(configuration) {
|
|
|
23
23
|
configuration,
|
|
24
24
|
endpoint: {
|
|
25
25
|
get: bind(endpoint.get, configuration),
|
|
26
|
+
update: bind(endpoint.update, configuration),
|
|
27
|
+
patch: bind(endpoint.patch, configuration),
|
|
26
28
|
},
|
|
27
29
|
versioning: {
|
|
28
30
|
info: bind(versioning.info, configuration),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../../src/lib/services/globus-connect-server/client.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,WAAW,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,KAAK,MAAM,iBAAiB,CAAC;AACzC,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AASnD;;;;GAIG;AACH,SAAS,IAAI,CACX,MAAS,EACT,GAAG,KAAW;IAEd,OAAO,UAAU,GAAG,IAAsC;QACxD,OAAO,MAAM,CAAC,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;IACnC,CAAC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,SAAS,CAAC,aAA+B;IACvD,OAAO;QACL,aAAa;QACb,QAAQ,EAAE;YACR,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../../src/lib/services/globus-connect-server/client.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,WAAW,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,KAAK,MAAM,iBAAiB,CAAC;AACzC,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AASnD;;;;GAIG;AACH,SAAS,IAAI,CACX,MAAS,EACT,GAAG,KAAW;IAEd,OAAO,UAAU,GAAG,IAAsC;QACxD,OAAO,MAAM,CAAC,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;IACnC,CAAC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,SAAS,CAAC,aAA+B;IACvD,OAAO;QACL,aAAa;QACb,QAAQ,EAAE;YACR,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,aAAa,CAAC;YACtC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,aAAa,CAAC;YAC5C,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,aAAa,CAAC;SAC3C;QACD,UAAU,EAAE;YACV,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,aAAa,CAAC;SAC3C;QACD,WAAW,EAAE;YACX,GAAG,EAAE,IAAI,CAAC,WAAW,CAAC,GAAG,EAAE,aAAa,CAAC;YACzC,MAAM,EAAE,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,aAAa,CAAC;SAChD;QACD,eAAe,EAAE;YACf,GAAG,EAAE,IAAI,CAAC,eAAe,CAAC,GAAG,EAAE,aAAa,CAAC;YAC7C,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,aAAa,CAAC;SACpD;QACD,eAAe,EAAE;YACf,GAAG,EAAE,IAAI,CAAC,eAAe,CAAC,GAAG,EAAE,aAAa,CAAC;YAC7C,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,aAAa,CAAC;SACpD;QACD,KAAK,EAAE;YACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,aAAa,CAAC;YACnC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,aAAa,CAAC;YACzC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,aAAa,CAAC;YACzC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,aAAa,CAAC;SAC1C;KACF,CAAC;AACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globus/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0-alpha",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Globus SDK for Javascript",
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"optional": true
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "199bbab2f0f1569ea5b494c12b9c0c7244977529"
|
|
27
27
|
}
|