losant_rest 1.22.4 → 1.23.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.
- checksums.yaml +4 -4
- data/docs/_schemas.md +1623 -142
- data/docs/file.md +3 -3
- data/docs/files.md +2 -2
- data/docs/privateFile.md +222 -0
- data/docs/privateFiles.md +97 -0
- data/lib/platform_rest/client.rb +10 -2
- data/lib/platform_rest/file.rb +3 -3
- data/lib/platform_rest/files.rb +1 -1
- data/lib/platform_rest/private_file.rb +230 -0
- data/lib/platform_rest/private_files.rb +146 -0
- data/lib/platform_rest/version.rb +1 -1
- data/lib/platform_rest.rb +2 -0
- data/schemas/apiTokenPost.json +12 -2
- data/schemas/application.json +7 -0
- data/schemas/applicationClonePost.json +4 -0
- data/schemas/applicationCreationByTemplateResult.json +7 -0
- data/schemas/applicationDashboardPost.json +3 -1
- data/schemas/applicationExportPost.json +4 -0
- data/schemas/applicationImportExecutions.json +2 -0
- data/schemas/applicationPatch.json +4 -0
- data/schemas/applicationPost.json +4 -0
- data/schemas/applicationTemplate.json +3 -0
- data/schemas/applicationTemplates.json +3 -0
- data/schemas/applications.json +7 -0
- data/schemas/auditLog.json +1 -0
- data/schemas/auditLogFilter.json +1 -0
- data/schemas/auditLogs.json +1 -0
- data/schemas/credentialLinkedResources.json +18 -0
- data/schemas/dashboard.json +3 -1
- data/schemas/dashboardBlockSuggestCodePost.json +620 -0
- data/schemas/dashboardBlockSuggestCodeResponse.json +49 -0
- data/schemas/dashboardPatch.json +3 -1
- data/schemas/dashboardPost.json +3 -1
- data/schemas/dashboardUpdateEvents.json +25 -0
- data/schemas/dashboards.json +3 -1
- data/schemas/event.json +81 -0
- data/schemas/eventPatch.json +25 -0
- data/schemas/eventPlusNewCount.json +81 -0
- data/schemas/events.json +81 -0
- data/schemas/eventsExport.json +8 -0
- data/schemas/experienceLinkedResources.json +18 -0
- data/schemas/fileUploadPostResponse.json +103 -82
- data/schemas/files.json +1 -1
- data/schemas/flow.json +6 -0
- data/schemas/flowPatch.json +6 -0
- data/schemas/flowPost.json +6 -0
- data/schemas/flowVersion.json +12 -0
- data/schemas/flowVersionPost.json +6 -0
- data/schemas/flowVersions.json +12 -0
- data/schemas/flows.json +6 -0
- data/schemas/flowsImportPost.json +12 -0
- data/schemas/flowsImportResult.json +18 -0
- data/schemas/githubLogin.json +12 -2
- data/schemas/historicalSummaries.json +10 -0
- data/schemas/historicalSummary.json +10 -0
- data/schemas/importIntoApplicationOptions.json +1 -0
- data/schemas/importNewApplicationOptions.json +1 -0
- data/schemas/instance.json +7 -0
- data/schemas/instanceOrg.json +7 -0
- data/schemas/instanceOrgPatch.json +4 -0
- data/schemas/instanceOrgPost.json +4 -0
- data/schemas/instanceOrgs.json +7 -0
- data/schemas/instancePatch.json +4 -0
- data/schemas/instanceSandbox.json +6 -0
- data/schemas/instanceSandboxes.json +6 -0
- data/schemas/instances.json +7 -0
- data/schemas/me.json +6 -0
- data/schemas/notebook.json +17 -0
- data/schemas/notebookPatch.json +17 -0
- data/schemas/notebookPost.json +17 -0
- data/schemas/notebooks.json +17 -0
- data/schemas/org.json +7 -0
- data/schemas/orgs.json +7 -0
- data/schemas/samlResponse.json +12 -2
- data/schemas/suggestFunctionResponse.json +13 -1
- data/schemas/userCredentials.json +12 -2
- data/schemas/userPost.json +12 -2
- metadata +8 -2
data/schemas/flowVersions.json
CHANGED
|
@@ -109,6 +109,12 @@
|
|
|
109
109
|
},
|
|
110
110
|
"update": {
|
|
111
111
|
"type": "boolean"
|
|
112
|
+
},
|
|
113
|
+
"public": {
|
|
114
|
+
"type": "boolean"
|
|
115
|
+
},
|
|
116
|
+
"private": {
|
|
117
|
+
"type": "boolean"
|
|
112
118
|
}
|
|
113
119
|
},
|
|
114
120
|
"additionalProperties": false
|
|
@@ -3149,6 +3155,12 @@
|
|
|
3149
3155
|
},
|
|
3150
3156
|
"update": {
|
|
3151
3157
|
"type": "boolean"
|
|
3158
|
+
},
|
|
3159
|
+
"public": {
|
|
3160
|
+
"type": "boolean"
|
|
3161
|
+
},
|
|
3162
|
+
"private": {
|
|
3163
|
+
"type": "boolean"
|
|
3152
3164
|
}
|
|
3153
3165
|
},
|
|
3154
3166
|
"additionalProperties": false
|
data/schemas/flows.json
CHANGED
|
@@ -87,6 +87,12 @@
|
|
|
87
87
|
},
|
|
88
88
|
"update": {
|
|
89
89
|
"type": "boolean"
|
|
90
|
+
},
|
|
91
|
+
"public": {
|
|
92
|
+
"type": "boolean"
|
|
93
|
+
},
|
|
94
|
+
"private": {
|
|
95
|
+
"type": "boolean"
|
|
90
96
|
}
|
|
91
97
|
},
|
|
92
98
|
"additionalProperties": false
|
|
@@ -3116,6 +3122,12 @@
|
|
|
3116
3122
|
},
|
|
3117
3123
|
"update": {
|
|
3118
3124
|
"type": "boolean"
|
|
3125
|
+
},
|
|
3126
|
+
"public": {
|
|
3127
|
+
"type": "boolean"
|
|
3128
|
+
},
|
|
3129
|
+
"private": {
|
|
3130
|
+
"type": "boolean"
|
|
3119
3131
|
}
|
|
3120
3132
|
},
|
|
3121
3133
|
"additionalProperties": false
|
|
@@ -135,6 +135,12 @@
|
|
|
135
135
|
},
|
|
136
136
|
"update": {
|
|
137
137
|
"type": "boolean"
|
|
138
|
+
},
|
|
139
|
+
"public": {
|
|
140
|
+
"type": "boolean"
|
|
141
|
+
},
|
|
142
|
+
"private": {
|
|
143
|
+
"type": "boolean"
|
|
138
144
|
}
|
|
139
145
|
},
|
|
140
146
|
"additionalProperties": false
|
|
@@ -3215,6 +3221,12 @@
|
|
|
3215
3221
|
},
|
|
3216
3222
|
"update": {
|
|
3217
3223
|
"type": "boolean"
|
|
3224
|
+
},
|
|
3225
|
+
"public": {
|
|
3226
|
+
"type": "boolean"
|
|
3227
|
+
},
|
|
3228
|
+
"private": {
|
|
3229
|
+
"type": "boolean"
|
|
3218
3230
|
}
|
|
3219
3231
|
},
|
|
3220
3232
|
"additionalProperties": false
|
|
@@ -6255,6 +6267,12 @@
|
|
|
6255
6267
|
},
|
|
6256
6268
|
"update": {
|
|
6257
6269
|
"type": "boolean"
|
|
6270
|
+
},
|
|
6271
|
+
"public": {
|
|
6272
|
+
"type": "boolean"
|
|
6273
|
+
},
|
|
6274
|
+
"private": {
|
|
6275
|
+
"type": "boolean"
|
|
6258
6276
|
}
|
|
6259
6277
|
},
|
|
6260
6278
|
"additionalProperties": false
|
data/schemas/githubLogin.json
CHANGED
|
@@ -77,10 +77,12 @@
|
|
|
77
77
|
"flows.*",
|
|
78
78
|
"flowVersion.*",
|
|
79
79
|
"flowVersions.*",
|
|
80
|
-
"resourceJobs.*",
|
|
81
|
-
"resourceJob.*",
|
|
82
80
|
"notebook.*",
|
|
83
81
|
"notebooks.*",
|
|
82
|
+
"privateFile.*",
|
|
83
|
+
"privateFiles.*",
|
|
84
|
+
"resourceJobs.*",
|
|
85
|
+
"resourceJob.*",
|
|
84
86
|
"webhook.*",
|
|
85
87
|
"webhooks.*",
|
|
86
88
|
"application.applyTemplate",
|
|
@@ -317,6 +319,13 @@
|
|
|
317
319
|
"notebook.upload",
|
|
318
320
|
"notebooks.get",
|
|
319
321
|
"notebooks.post",
|
|
322
|
+
"privateFile.get",
|
|
323
|
+
"privateFile.patch",
|
|
324
|
+
"privateFile.move",
|
|
325
|
+
"privateFile.delete",
|
|
326
|
+
"privateFile.upload",
|
|
327
|
+
"privateFiles.get",
|
|
328
|
+
"privateFiles.post",
|
|
320
329
|
"resourceJob.get",
|
|
321
330
|
"resourceJob.logs",
|
|
322
331
|
"resourceJob.patch",
|
|
@@ -353,6 +362,7 @@
|
|
|
353
362
|
"dashboard.patch",
|
|
354
363
|
"dashboard.delete",
|
|
355
364
|
"dashboard.sendReport",
|
|
365
|
+
"dashboard.suggestCode",
|
|
356
366
|
"dashboards.get",
|
|
357
367
|
"dashboards.post",
|
|
358
368
|
"org.get",
|
|
@@ -132,6 +132,10 @@
|
|
|
132
132
|
"type": "integer",
|
|
133
133
|
"minimum": 0
|
|
134
134
|
},
|
|
135
|
+
"privatefile": {
|
|
136
|
+
"type": "integer",
|
|
137
|
+
"minimum": 0
|
|
138
|
+
},
|
|
135
139
|
"resourcejob": {
|
|
136
140
|
"type": "integer",
|
|
137
141
|
"minimum": 0
|
|
@@ -288,6 +292,12 @@
|
|
|
288
292
|
"notebookMinutesCount": {
|
|
289
293
|
"type": "number"
|
|
290
294
|
},
|
|
295
|
+
"privateFileCount": {
|
|
296
|
+
"type": "number"
|
|
297
|
+
},
|
|
298
|
+
"privateFileTotalSizeMb": {
|
|
299
|
+
"type": "number"
|
|
300
|
+
},
|
|
291
301
|
"webhookCount": {
|
|
292
302
|
"type": "number"
|
|
293
303
|
},
|
|
@@ -125,6 +125,10 @@
|
|
|
125
125
|
"type": "integer",
|
|
126
126
|
"minimum": 0
|
|
127
127
|
},
|
|
128
|
+
"privatefile": {
|
|
129
|
+
"type": "integer",
|
|
130
|
+
"minimum": 0
|
|
131
|
+
},
|
|
128
132
|
"resourcejob": {
|
|
129
133
|
"type": "integer",
|
|
130
134
|
"minimum": 0
|
|
@@ -281,6 +285,12 @@
|
|
|
281
285
|
"notebookMinutesCount": {
|
|
282
286
|
"type": "number"
|
|
283
287
|
},
|
|
288
|
+
"privateFileCount": {
|
|
289
|
+
"type": "number"
|
|
290
|
+
},
|
|
291
|
+
"privateFileTotalSizeMb": {
|
|
292
|
+
"type": "number"
|
|
293
|
+
},
|
|
284
294
|
"webhookCount": {
|
|
285
295
|
"type": "number"
|
|
286
296
|
},
|
data/schemas/instance.json
CHANGED
|
@@ -165,6 +165,9 @@
|
|
|
165
165
|
"notebook": {
|
|
166
166
|
"type": "integer"
|
|
167
167
|
},
|
|
168
|
+
"privatefile": {
|
|
169
|
+
"type": "integer"
|
|
170
|
+
},
|
|
168
171
|
"resourcejob": {
|
|
169
172
|
"type": "integer"
|
|
170
173
|
},
|
|
@@ -291,6 +294,10 @@
|
|
|
291
294
|
"type": "integer",
|
|
292
295
|
"minimum": 0
|
|
293
296
|
},
|
|
297
|
+
"privatefile": {
|
|
298
|
+
"type": "integer",
|
|
299
|
+
"minimum": 0
|
|
300
|
+
},
|
|
294
301
|
"resourcejob": {
|
|
295
302
|
"type": "integer",
|
|
296
303
|
"minimum": 0
|
data/schemas/instanceOrg.json
CHANGED
|
@@ -122,6 +122,10 @@
|
|
|
122
122
|
"type": "integer",
|
|
123
123
|
"minimum": 0
|
|
124
124
|
},
|
|
125
|
+
"privatefile": {
|
|
126
|
+
"type": "integer",
|
|
127
|
+
"minimum": 0
|
|
128
|
+
},
|
|
125
129
|
"resourcejob": {
|
|
126
130
|
"type": "integer",
|
|
127
131
|
"minimum": 0
|
|
@@ -243,6 +247,9 @@
|
|
|
243
247
|
"notebookCount": {
|
|
244
248
|
"type": "integer"
|
|
245
249
|
},
|
|
250
|
+
"privateFileCount": {
|
|
251
|
+
"type": "integer"
|
|
252
|
+
},
|
|
246
253
|
"resourceJobCount": {
|
|
247
254
|
"type": "integer"
|
|
248
255
|
},
|
data/schemas/instanceOrgs.json
CHANGED
|
@@ -129,6 +129,10 @@
|
|
|
129
129
|
"type": "integer",
|
|
130
130
|
"minimum": 0
|
|
131
131
|
},
|
|
132
|
+
"privatefile": {
|
|
133
|
+
"type": "integer",
|
|
134
|
+
"minimum": 0
|
|
135
|
+
},
|
|
132
136
|
"resourcejob": {
|
|
133
137
|
"type": "integer",
|
|
134
138
|
"minimum": 0
|
|
@@ -250,6 +254,9 @@
|
|
|
250
254
|
"notebookCount": {
|
|
251
255
|
"type": "integer"
|
|
252
256
|
},
|
|
257
|
+
"privateFileCount": {
|
|
258
|
+
"type": "integer"
|
|
259
|
+
},
|
|
253
260
|
"resourceJobCount": {
|
|
254
261
|
"type": "integer"
|
|
255
262
|
},
|
data/schemas/instancePatch.json
CHANGED
|
@@ -169,6 +169,9 @@
|
|
|
169
169
|
"notebook": {
|
|
170
170
|
"type": "integer"
|
|
171
171
|
},
|
|
172
|
+
"privatefile": {
|
|
173
|
+
"type": "integer"
|
|
174
|
+
},
|
|
172
175
|
"resourcejob": {
|
|
173
176
|
"type": "integer"
|
|
174
177
|
},
|
|
@@ -277,6 +280,9 @@
|
|
|
277
280
|
"resourceJobCount": {
|
|
278
281
|
"type": "integer"
|
|
279
282
|
},
|
|
283
|
+
"privateFileCount": {
|
|
284
|
+
"type": "integer"
|
|
285
|
+
},
|
|
280
286
|
"webhookCount": {
|
|
281
287
|
"type": "integer"
|
|
282
288
|
},
|
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
"notebook": {
|
|
177
177
|
"type": "integer"
|
|
178
178
|
},
|
|
179
|
+
"privatefile": {
|
|
180
|
+
"type": "integer"
|
|
181
|
+
},
|
|
179
182
|
"resourcejob": {
|
|
180
183
|
"type": "integer"
|
|
181
184
|
},
|
|
@@ -284,6 +287,9 @@
|
|
|
284
287
|
"resourceJobCount": {
|
|
285
288
|
"type": "integer"
|
|
286
289
|
},
|
|
290
|
+
"privateFileCount": {
|
|
291
|
+
"type": "integer"
|
|
292
|
+
},
|
|
287
293
|
"webhookCount": {
|
|
288
294
|
"type": "integer"
|
|
289
295
|
},
|
data/schemas/instances.json
CHANGED
|
@@ -172,6 +172,9 @@
|
|
|
172
172
|
"notebook": {
|
|
173
173
|
"type": "integer"
|
|
174
174
|
},
|
|
175
|
+
"privatefile": {
|
|
176
|
+
"type": "integer"
|
|
177
|
+
},
|
|
175
178
|
"resourcejob": {
|
|
176
179
|
"type": "integer"
|
|
177
180
|
},
|
|
@@ -298,6 +301,10 @@
|
|
|
298
301
|
"type": "integer",
|
|
299
302
|
"minimum": 0
|
|
300
303
|
},
|
|
304
|
+
"privatefile": {
|
|
305
|
+
"type": "integer",
|
|
306
|
+
"minimum": 0
|
|
307
|
+
},
|
|
301
308
|
"resourcejob": {
|
|
302
309
|
"type": "integer",
|
|
303
310
|
"minimum": 0
|
data/schemas/me.json
CHANGED
|
@@ -151,6 +151,9 @@
|
|
|
151
151
|
"notebook": {
|
|
152
152
|
"type": "integer"
|
|
153
153
|
},
|
|
154
|
+
"privatefile": {
|
|
155
|
+
"type": "integer"
|
|
156
|
+
},
|
|
154
157
|
"resourcejob": {
|
|
155
158
|
"type": "integer"
|
|
156
159
|
},
|
|
@@ -373,6 +376,9 @@
|
|
|
373
376
|
"resourceJobCount": {
|
|
374
377
|
"type": "integer"
|
|
375
378
|
},
|
|
379
|
+
"privateFileCount": {
|
|
380
|
+
"type": "integer"
|
|
381
|
+
},
|
|
376
382
|
"webhookCount": {
|
|
377
383
|
"type": "integer"
|
|
378
384
|
},
|
data/schemas/notebook.json
CHANGED
|
@@ -402,6 +402,14 @@
|
|
|
402
402
|
"queryJson": {
|
|
403
403
|
"type": "string",
|
|
404
404
|
"maxLength": 8192
|
|
405
|
+
},
|
|
406
|
+
"format": {
|
|
407
|
+
"type": "string",
|
|
408
|
+
"enum": [
|
|
409
|
+
"csv",
|
|
410
|
+
"json"
|
|
411
|
+
],
|
|
412
|
+
"default": "csv"
|
|
405
413
|
}
|
|
406
414
|
},
|
|
407
415
|
"required": [
|
|
@@ -537,6 +545,9 @@
|
|
|
537
545
|
"type": "string",
|
|
538
546
|
"minLength": 1,
|
|
539
547
|
"maxLength": 1024
|
|
548
|
+
},
|
|
549
|
+
"destinationPrivate": {
|
|
550
|
+
"type": "boolean"
|
|
540
551
|
}
|
|
541
552
|
},
|
|
542
553
|
"required": [
|
|
@@ -573,6 +584,9 @@
|
|
|
573
584
|
"type": "string",
|
|
574
585
|
"minLength": 1,
|
|
575
586
|
"maxLength": 1024
|
|
587
|
+
},
|
|
588
|
+
"destinationPrivate": {
|
|
589
|
+
"type": "boolean"
|
|
576
590
|
}
|
|
577
591
|
},
|
|
578
592
|
"required": [
|
|
@@ -610,6 +624,9 @@
|
|
|
610
624
|
"type": "string",
|
|
611
625
|
"minLength": 1,
|
|
612
626
|
"maxLength": 1024
|
|
627
|
+
},
|
|
628
|
+
"destinationPrivate": {
|
|
629
|
+
"type": "boolean"
|
|
613
630
|
}
|
|
614
631
|
},
|
|
615
632
|
"required": [
|
data/schemas/notebookPatch.json
CHANGED
|
@@ -366,6 +366,14 @@
|
|
|
366
366
|
"queryJson": {
|
|
367
367
|
"type": "string",
|
|
368
368
|
"maxLength": 8192
|
|
369
|
+
},
|
|
370
|
+
"format": {
|
|
371
|
+
"type": "string",
|
|
372
|
+
"enum": [
|
|
373
|
+
"csv",
|
|
374
|
+
"json"
|
|
375
|
+
],
|
|
376
|
+
"default": "csv"
|
|
369
377
|
}
|
|
370
378
|
},
|
|
371
379
|
"required": [
|
|
@@ -501,6 +509,9 @@
|
|
|
501
509
|
"type": "string",
|
|
502
510
|
"minLength": 1,
|
|
503
511
|
"maxLength": 1024
|
|
512
|
+
},
|
|
513
|
+
"destinationPrivate": {
|
|
514
|
+
"type": "boolean"
|
|
504
515
|
}
|
|
505
516
|
},
|
|
506
517
|
"required": [
|
|
@@ -537,6 +548,9 @@
|
|
|
537
548
|
"type": "string",
|
|
538
549
|
"minLength": 1,
|
|
539
550
|
"maxLength": 1024
|
|
551
|
+
},
|
|
552
|
+
"destinationPrivate": {
|
|
553
|
+
"type": "boolean"
|
|
540
554
|
}
|
|
541
555
|
},
|
|
542
556
|
"required": [
|
|
@@ -574,6 +588,9 @@
|
|
|
574
588
|
"type": "string",
|
|
575
589
|
"minLength": 1,
|
|
576
590
|
"maxLength": 1024
|
|
591
|
+
},
|
|
592
|
+
"destinationPrivate": {
|
|
593
|
+
"type": "boolean"
|
|
577
594
|
}
|
|
578
595
|
},
|
|
579
596
|
"required": [
|
data/schemas/notebookPost.json
CHANGED
|
@@ -374,6 +374,14 @@
|
|
|
374
374
|
"queryJson": {
|
|
375
375
|
"type": "string",
|
|
376
376
|
"maxLength": 8192
|
|
377
|
+
},
|
|
378
|
+
"format": {
|
|
379
|
+
"type": "string",
|
|
380
|
+
"enum": [
|
|
381
|
+
"csv",
|
|
382
|
+
"json"
|
|
383
|
+
],
|
|
384
|
+
"default": "csv"
|
|
377
385
|
}
|
|
378
386
|
},
|
|
379
387
|
"required": [
|
|
@@ -509,6 +517,9 @@
|
|
|
509
517
|
"type": "string",
|
|
510
518
|
"minLength": 1,
|
|
511
519
|
"maxLength": 1024
|
|
520
|
+
},
|
|
521
|
+
"destinationPrivate": {
|
|
522
|
+
"type": "boolean"
|
|
512
523
|
}
|
|
513
524
|
},
|
|
514
525
|
"required": [
|
|
@@ -545,6 +556,9 @@
|
|
|
545
556
|
"type": "string",
|
|
546
557
|
"minLength": 1,
|
|
547
558
|
"maxLength": 1024
|
|
559
|
+
},
|
|
560
|
+
"destinationPrivate": {
|
|
561
|
+
"type": "boolean"
|
|
548
562
|
}
|
|
549
563
|
},
|
|
550
564
|
"required": [
|
|
@@ -582,6 +596,9 @@
|
|
|
582
596
|
"type": "string",
|
|
583
597
|
"minLength": 1,
|
|
584
598
|
"maxLength": 1024
|
|
599
|
+
},
|
|
600
|
+
"destinationPrivate": {
|
|
601
|
+
"type": "boolean"
|
|
585
602
|
}
|
|
586
603
|
},
|
|
587
604
|
"required": [
|
data/schemas/notebooks.json
CHANGED
|
@@ -409,6 +409,14 @@
|
|
|
409
409
|
"queryJson": {
|
|
410
410
|
"type": "string",
|
|
411
411
|
"maxLength": 8192
|
|
412
|
+
},
|
|
413
|
+
"format": {
|
|
414
|
+
"type": "string",
|
|
415
|
+
"enum": [
|
|
416
|
+
"csv",
|
|
417
|
+
"json"
|
|
418
|
+
],
|
|
419
|
+
"default": "csv"
|
|
412
420
|
}
|
|
413
421
|
},
|
|
414
422
|
"required": [
|
|
@@ -544,6 +552,9 @@
|
|
|
544
552
|
"type": "string",
|
|
545
553
|
"minLength": 1,
|
|
546
554
|
"maxLength": 1024
|
|
555
|
+
},
|
|
556
|
+
"destinationPrivate": {
|
|
557
|
+
"type": "boolean"
|
|
547
558
|
}
|
|
548
559
|
},
|
|
549
560
|
"required": [
|
|
@@ -580,6 +591,9 @@
|
|
|
580
591
|
"type": "string",
|
|
581
592
|
"minLength": 1,
|
|
582
593
|
"maxLength": 1024
|
|
594
|
+
},
|
|
595
|
+
"destinationPrivate": {
|
|
596
|
+
"type": "boolean"
|
|
583
597
|
}
|
|
584
598
|
},
|
|
585
599
|
"required": [
|
|
@@ -617,6 +631,9 @@
|
|
|
617
631
|
"type": "string",
|
|
618
632
|
"minLength": 1,
|
|
619
633
|
"maxLength": 1024
|
|
634
|
+
},
|
|
635
|
+
"destinationPrivate": {
|
|
636
|
+
"type": "boolean"
|
|
620
637
|
}
|
|
621
638
|
},
|
|
622
639
|
"required": [
|
data/schemas/org.json
CHANGED
|
@@ -213,6 +213,10 @@
|
|
|
213
213
|
"type": "integer",
|
|
214
214
|
"minimum": 0
|
|
215
215
|
},
|
|
216
|
+
"privatefile": {
|
|
217
|
+
"type": "integer",
|
|
218
|
+
"minimum": 0
|
|
219
|
+
},
|
|
216
220
|
"resourcejob": {
|
|
217
221
|
"type": "integer",
|
|
218
222
|
"minimum": 0
|
|
@@ -334,6 +338,9 @@
|
|
|
334
338
|
"notebookCount": {
|
|
335
339
|
"type": "integer"
|
|
336
340
|
},
|
|
341
|
+
"privateFileCount": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
},
|
|
337
344
|
"resourceJobCount": {
|
|
338
345
|
"type": "integer"
|
|
339
346
|
},
|
data/schemas/orgs.json
CHANGED
|
@@ -220,6 +220,10 @@
|
|
|
220
220
|
"type": "integer",
|
|
221
221
|
"minimum": 0
|
|
222
222
|
},
|
|
223
|
+
"privatefile": {
|
|
224
|
+
"type": "integer",
|
|
225
|
+
"minimum": 0
|
|
226
|
+
},
|
|
223
227
|
"resourcejob": {
|
|
224
228
|
"type": "integer",
|
|
225
229
|
"minimum": 0
|
|
@@ -341,6 +345,9 @@
|
|
|
341
345
|
"notebookCount": {
|
|
342
346
|
"type": "integer"
|
|
343
347
|
},
|
|
348
|
+
"privateFileCount": {
|
|
349
|
+
"type": "integer"
|
|
350
|
+
},
|
|
344
351
|
"resourceJobCount": {
|
|
345
352
|
"type": "integer"
|
|
346
353
|
},
|
data/schemas/samlResponse.json
CHANGED
|
@@ -82,10 +82,12 @@
|
|
|
82
82
|
"flows.*",
|
|
83
83
|
"flowVersion.*",
|
|
84
84
|
"flowVersions.*",
|
|
85
|
-
"resourceJobs.*",
|
|
86
|
-
"resourceJob.*",
|
|
87
85
|
"notebook.*",
|
|
88
86
|
"notebooks.*",
|
|
87
|
+
"privateFile.*",
|
|
88
|
+
"privateFiles.*",
|
|
89
|
+
"resourceJobs.*",
|
|
90
|
+
"resourceJob.*",
|
|
89
91
|
"webhook.*",
|
|
90
92
|
"webhooks.*",
|
|
91
93
|
"application.applyTemplate",
|
|
@@ -322,6 +324,13 @@
|
|
|
322
324
|
"notebook.upload",
|
|
323
325
|
"notebooks.get",
|
|
324
326
|
"notebooks.post",
|
|
327
|
+
"privateFile.get",
|
|
328
|
+
"privateFile.patch",
|
|
329
|
+
"privateFile.move",
|
|
330
|
+
"privateFile.delete",
|
|
331
|
+
"privateFile.upload",
|
|
332
|
+
"privateFiles.get",
|
|
333
|
+
"privateFiles.post",
|
|
325
334
|
"resourceJob.get",
|
|
326
335
|
"resourceJob.logs",
|
|
327
336
|
"resourceJob.patch",
|
|
@@ -358,6 +367,7 @@
|
|
|
358
367
|
"dashboard.patch",
|
|
359
368
|
"dashboard.delete",
|
|
360
369
|
"dashboard.sendReport",
|
|
370
|
+
"dashboard.suggestCode",
|
|
361
371
|
"dashboards.get",
|
|
362
372
|
"dashboards.post",
|
|
363
373
|
"org.get",
|