losant_rest 1.22.4 → 1.23.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.
- checksums.yaml +4 -4
 - data/docs/_schemas.md +1290 -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/dashboards.json +3 -1
 - 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 +9 -0
 - data/schemas/notebookPatch.json +9 -0
 - data/schemas/notebookPost.json +9 -0
 - data/schemas/notebooks.json +9 -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/dashboards.json
    CHANGED
    
    
| 
         @@ -523,6 +523,12 @@ 
     | 
|
| 
       523 
523 
     | 
    
         
             
                                        },
         
     | 
| 
       524 
524 
     | 
    
         
             
                                        "update": {
         
     | 
| 
       525 
525 
     | 
    
         
             
                                          "type": "boolean"
         
     | 
| 
      
 526 
     | 
    
         
            +
                                        },
         
     | 
| 
      
 527 
     | 
    
         
            +
                                        "public": {
         
     | 
| 
      
 528 
     | 
    
         
            +
                                          "type": "boolean"
         
     | 
| 
      
 529 
     | 
    
         
            +
                                        },
         
     | 
| 
      
 530 
     | 
    
         
            +
                                        "private": {
         
     | 
| 
      
 531 
     | 
    
         
            +
                                          "type": "boolean"
         
     | 
| 
       526 
532 
     | 
    
         
             
                                        }
         
     | 
| 
       527 
533 
     | 
    
         
             
                                      },
         
     | 
| 
       528 
534 
     | 
    
         
             
                                      "additionalProperties": false
         
     | 
| 
         @@ -3654,6 +3660,12 @@ 
     | 
|
| 
       3654 
3660 
     | 
    
         
             
                                            },
         
     | 
| 
       3655 
3661 
     | 
    
         
             
                                            "update": {
         
     | 
| 
       3656 
3662 
     | 
    
         
             
                                              "type": "boolean"
         
     | 
| 
      
 3663 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 3664 
     | 
    
         
            +
                                            "public": {
         
     | 
| 
      
 3665 
     | 
    
         
            +
                                              "type": "boolean"
         
     | 
| 
      
 3666 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 3667 
     | 
    
         
            +
                                            "private": {
         
     | 
| 
      
 3668 
     | 
    
         
            +
                                              "type": "boolean"
         
     | 
| 
       3657 
3669 
     | 
    
         
             
                                            }
         
     | 
| 
       3658 
3670 
     | 
    
         
             
                                          },
         
     | 
| 
       3659 
3671 
     | 
    
         
             
                                          "additionalProperties": false
         
     | 
| 
         @@ -6694,6 +6706,12 @@ 
     | 
|
| 
       6694 
6706 
     | 
    
         
             
                                            },
         
     | 
| 
       6695 
6707 
     | 
    
         
             
                                            "update": {
         
     | 
| 
       6696 
6708 
     | 
    
         
             
                                              "type": "boolean"
         
     | 
| 
      
 6709 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 6710 
     | 
    
         
            +
                                            "public": {
         
     | 
| 
      
 6711 
     | 
    
         
            +
                                              "type": "boolean"
         
     | 
| 
      
 6712 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 6713 
     | 
    
         
            +
                                            "private": {
         
     | 
| 
      
 6714 
     | 
    
         
            +
                                              "type": "boolean"
         
     | 
| 
       6697 
6715 
     | 
    
         
             
                                            }
         
     | 
| 
       6698 
6716 
     | 
    
         
             
                                          },
         
     | 
| 
       6699 
6717 
     | 
    
         
             
                                          "additionalProperties": false
         
     | 
| 
         @@ -1,103 +1,124 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "$schema": "http://json-schema.org/draft-07/schema#",
         
     | 
| 
       3 
     | 
    
         
            -
              " 
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
                  " 
     | 
| 
       7 
     | 
    
         
            -
                  "pattern": "^[A-Fa-f\\d]{24}$"
         
     | 
| 
       8 
     | 
    
         
            -
                },
         
     | 
| 
       9 
     | 
    
         
            -
                "applicationId": {
         
     | 
| 
       10 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       11 
     | 
    
         
            -
                  "pattern": "^[A-Fa-f\\d]{24}$"
         
     | 
| 
       12 
     | 
    
         
            -
                },
         
     | 
| 
       13 
     | 
    
         
            -
                "creationDate": {
         
     | 
| 
       14 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       15 
     | 
    
         
            -
                  "format": "date-time"
         
     | 
| 
       16 
     | 
    
         
            -
                },
         
     | 
| 
       17 
     | 
    
         
            -
                "lastUpdated": {
         
     | 
| 
       18 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       19 
     | 
    
         
            -
                  "format": "date-time"
         
     | 
| 
       20 
     | 
    
         
            -
                },
         
     | 
| 
       21 
     | 
    
         
            -
                "authorId": {
         
     | 
| 
       22 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       23 
     | 
    
         
            -
                  "pattern": "^[A-Fa-f\\d]{24}$"
         
     | 
| 
       24 
     | 
    
         
            -
                },
         
     | 
| 
       25 
     | 
    
         
            -
                "authorType": {
         
     | 
| 
       26 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       27 
     | 
    
         
            -
                  "enum": [
         
     | 
| 
       28 
     | 
    
         
            -
                    "flow",
         
     | 
| 
       29 
     | 
    
         
            -
                    "user",
         
     | 
| 
       30 
     | 
    
         
            -
                    "device",
         
     | 
| 
       31 
     | 
    
         
            -
                    "apiToken",
         
     | 
| 
       32 
     | 
    
         
            -
                    "notebook"
         
     | 
| 
       33 
     | 
    
         
            -
                  ]
         
     | 
| 
       34 
     | 
    
         
            -
                },
         
     | 
| 
       35 
     | 
    
         
            -
                "status": {
         
     | 
| 
       36 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       37 
     | 
    
         
            -
                  "enum": [
         
     | 
| 
       38 
     | 
    
         
            -
                    "pending",
         
     | 
| 
       39 
     | 
    
         
            -
                    "moving",
         
     | 
| 
       40 
     | 
    
         
            -
                    "deleting",
         
     | 
| 
       41 
     | 
    
         
            -
                    "completed"
         
     | 
| 
       42 
     | 
    
         
            -
                  ]
         
     | 
| 
       43 
     | 
    
         
            -
                },
         
     | 
| 
       44 
     | 
    
         
            -
                "name": {
         
     | 
| 
       45 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       46 
     | 
    
         
            -
                  "minLength": 1,
         
     | 
| 
       47 
     | 
    
         
            -
                  "maxLength": 1024
         
     | 
| 
       48 
     | 
    
         
            -
                },
         
     | 
| 
       49 
     | 
    
         
            -
                "parentDirectory": {
         
     | 
| 
       50 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       51 
     | 
    
         
            -
                  "maxLength": 1024
         
     | 
| 
       52 
     | 
    
         
            -
                },
         
     | 
| 
       53 
     | 
    
         
            -
                "type": {
         
     | 
| 
       54 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       55 
     | 
    
         
            -
                  "enum": [
         
     | 
| 
       56 
     | 
    
         
            -
                    "file",
         
     | 
| 
       57 
     | 
    
         
            -
                    "directory"
         
     | 
| 
       58 
     | 
    
         
            -
                  ]
         
     | 
| 
       59 
     | 
    
         
            -
                },
         
     | 
| 
       60 
     | 
    
         
            -
                "fileSize": {
         
     | 
| 
       61 
     | 
    
         
            -
                  "type": "number"
         
     | 
| 
       62 
     | 
    
         
            -
                },
         
     | 
| 
       63 
     | 
    
         
            -
                "contentType": {
         
     | 
| 
       64 
     | 
    
         
            -
                  "type": "string",
         
     | 
| 
       65 
     | 
    
         
            -
                  "maxLength": 1024
         
     | 
| 
       66 
     | 
    
         
            -
                },
         
     | 
| 
       67 
     | 
    
         
            -
                "fileDimensions": {
         
     | 
| 
      
 3 
     | 
    
         
            +
              "allOf": [
         
     | 
| 
      
 4 
     | 
    
         
            +
                {
         
     | 
| 
      
 5 
     | 
    
         
            +
                  "title": "File Schema",
         
     | 
| 
      
 6 
     | 
    
         
            +
                  "description": "Schema for a single public or private file",
         
     | 
| 
       68 
7 
     | 
    
         
             
                  "type": "object",
         
     | 
| 
       69 
8 
     | 
    
         
             
                  "properties": {
         
     | 
| 
       70 
     | 
    
         
            -
                    " 
     | 
| 
       71 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 9 
     | 
    
         
            +
                    "id": {
         
     | 
| 
      
 10 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 11 
     | 
    
         
            +
                      "pattern": "^[A-Fa-f\\d]{24}$"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    },
         
     | 
| 
      
 13 
     | 
    
         
            +
                    "applicationId": {
         
     | 
| 
      
 14 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 15 
     | 
    
         
            +
                      "pattern": "^[A-Fa-f\\d]{24}$"
         
     | 
| 
      
 16 
     | 
    
         
            +
                    },
         
     | 
| 
      
 17 
     | 
    
         
            +
                    "creationDate": {
         
     | 
| 
      
 18 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 19 
     | 
    
         
            +
                      "format": "date-time"
         
     | 
| 
      
 20 
     | 
    
         
            +
                    },
         
     | 
| 
      
 21 
     | 
    
         
            +
                    "lastUpdated": {
         
     | 
| 
      
 22 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 23 
     | 
    
         
            +
                      "format": "date-time"
         
     | 
| 
      
 24 
     | 
    
         
            +
                    },
         
     | 
| 
      
 25 
     | 
    
         
            +
                    "authorId": {
         
     | 
| 
      
 26 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 27 
     | 
    
         
            +
                      "pattern": "^[A-Fa-f\\d]{24}$"
         
     | 
| 
      
 28 
     | 
    
         
            +
                    },
         
     | 
| 
      
 29 
     | 
    
         
            +
                    "authorType": {
         
     | 
| 
      
 30 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 31 
     | 
    
         
            +
                      "enum": [
         
     | 
| 
      
 32 
     | 
    
         
            +
                        "flow",
         
     | 
| 
      
 33 
     | 
    
         
            +
                        "user",
         
     | 
| 
      
 34 
     | 
    
         
            +
                        "device",
         
     | 
| 
      
 35 
     | 
    
         
            +
                        "apiToken",
         
     | 
| 
      
 36 
     | 
    
         
            +
                        "notebook"
         
     | 
| 
      
 37 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 38 
     | 
    
         
            +
                    },
         
     | 
| 
      
 39 
     | 
    
         
            +
                    "status": {
         
     | 
| 
      
 40 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 41 
     | 
    
         
            +
                      "enum": [
         
     | 
| 
      
 42 
     | 
    
         
            +
                        "pending",
         
     | 
| 
      
 43 
     | 
    
         
            +
                        "moving",
         
     | 
| 
      
 44 
     | 
    
         
            +
                        "deleting",
         
     | 
| 
      
 45 
     | 
    
         
            +
                        "completed"
         
     | 
| 
      
 46 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 47 
     | 
    
         
            +
                    },
         
     | 
| 
      
 48 
     | 
    
         
            +
                    "name": {
         
     | 
| 
      
 49 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 50 
     | 
    
         
            +
                      "minLength": 1,
         
     | 
| 
      
 51 
     | 
    
         
            +
                      "maxLength": 1024
         
     | 
| 
      
 52 
     | 
    
         
            +
                    },
         
     | 
| 
      
 53 
     | 
    
         
            +
                    "parentDirectory": {
         
     | 
| 
      
 54 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 55 
     | 
    
         
            +
                      "maxLength": 1024
         
     | 
| 
       72 
56 
     | 
    
         
             
                    },
         
     | 
| 
       73 
     | 
    
         
            -
                    " 
     | 
| 
      
 57 
     | 
    
         
            +
                    "type": {
         
     | 
| 
      
 58 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 59 
     | 
    
         
            +
                      "enum": [
         
     | 
| 
      
 60 
     | 
    
         
            +
                        "file",
         
     | 
| 
      
 61 
     | 
    
         
            +
                        "directory"
         
     | 
| 
      
 62 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 63 
     | 
    
         
            +
                    },
         
     | 
| 
      
 64 
     | 
    
         
            +
                    "fileSize": {
         
     | 
| 
       74 
65 
     | 
    
         
             
                      "type": "number"
         
     | 
| 
      
 66 
     | 
    
         
            +
                    },
         
     | 
| 
      
 67 
     | 
    
         
            +
                    "s3etag": {
         
     | 
| 
      
 68 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 69 
     | 
    
         
            +
                    },
         
     | 
| 
      
 70 
     | 
    
         
            +
                    "contentType": {
         
     | 
| 
      
 71 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 72 
     | 
    
         
            +
                      "maxLength": 1024
         
     | 
| 
      
 73 
     | 
    
         
            +
                    },
         
     | 
| 
      
 74 
     | 
    
         
            +
                    "fileDimensions": {
         
     | 
| 
      
 75 
     | 
    
         
            +
                      "type": "object",
         
     | 
| 
      
 76 
     | 
    
         
            +
                      "properties": {
         
     | 
| 
      
 77 
     | 
    
         
            +
                        "width": {
         
     | 
| 
      
 78 
     | 
    
         
            +
                          "type": "number"
         
     | 
| 
      
 79 
     | 
    
         
            +
                        },
         
     | 
| 
      
 80 
     | 
    
         
            +
                        "height": {
         
     | 
| 
      
 81 
     | 
    
         
            +
                          "type": "number"
         
     | 
| 
      
 82 
     | 
    
         
            +
                        }
         
     | 
| 
      
 83 
     | 
    
         
            +
                      }
         
     | 
| 
      
 84 
     | 
    
         
            +
                    },
         
     | 
| 
      
 85 
     | 
    
         
            +
                    "moveIntoId": {
         
     | 
| 
      
 86 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 87 
     | 
    
         
            +
                      "pattern": "^[A-Fa-f\\d]{24}$"
         
     | 
| 
      
 88 
     | 
    
         
            +
                    },
         
     | 
| 
      
 89 
     | 
    
         
            +
                    "url": {
         
     | 
| 
      
 90 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
       75 
91 
     | 
    
         
             
                    }
         
     | 
| 
       76 
92 
     | 
    
         
             
                  }
         
     | 
| 
       77 
93 
     | 
    
         
             
                },
         
     | 
| 
       78 
     | 
    
         
            -
                 
     | 
| 
      
 94 
     | 
    
         
            +
                {
         
     | 
| 
       79 
95 
     | 
    
         
             
                  "type": "object",
         
     | 
| 
       80 
96 
     | 
    
         
             
                  "properties": {
         
     | 
| 
       81 
     | 
    
         
            -
                    " 
     | 
| 
       82 
     | 
    
         
            -
                      "type": "string"
         
     | 
| 
       83 
     | 
    
         
            -
                    },
         
     | 
| 
       84 
     | 
    
         
            -
                    "fields": {
         
     | 
| 
      
 97 
     | 
    
         
            +
                    "upload": {
         
     | 
| 
       85 
98 
     | 
    
         
             
                      "type": "object",
         
     | 
| 
       86 
     | 
    
         
            -
                      "patternProperties": {
         
     | 
| 
       87 
     | 
    
         
            -
                        "^.*$": {
         
     | 
| 
       88 
     | 
    
         
            -
                          "type": "string"
         
     | 
| 
       89 
     | 
    
         
            -
                        }
         
     | 
| 
       90 
     | 
    
         
            -
                      },
         
     | 
| 
       91 
99 
     | 
    
         
             
                      "properties": {
         
     | 
| 
       92 
     | 
    
         
            -
                        " 
     | 
| 
      
 100 
     | 
    
         
            +
                        "url": {
         
     | 
| 
       93 
101 
     | 
    
         
             
                          "type": "string"
         
     | 
| 
       94 
102 
     | 
    
         
             
                        },
         
     | 
| 
       95 
     | 
    
         
            -
                        " 
     | 
| 
       96 
     | 
    
         
            -
                          "type": " 
     | 
| 
      
 103 
     | 
    
         
            +
                        "fields": {
         
     | 
| 
      
 104 
     | 
    
         
            +
                          "type": "object",
         
     | 
| 
      
 105 
     | 
    
         
            +
                          "patternProperties": {
         
     | 
| 
      
 106 
     | 
    
         
            +
                            "^.*$": {
         
     | 
| 
      
 107 
     | 
    
         
            +
                              "type": "string"
         
     | 
| 
      
 108 
     | 
    
         
            +
                            }
         
     | 
| 
      
 109 
     | 
    
         
            +
                          },
         
     | 
| 
      
 110 
     | 
    
         
            +
                          "properties": {
         
     | 
| 
      
 111 
     | 
    
         
            +
                            "key": {
         
     | 
| 
      
 112 
     | 
    
         
            +
                              "type": "string"
         
     | 
| 
      
 113 
     | 
    
         
            +
                            },
         
     | 
| 
      
 114 
     | 
    
         
            +
                            "bucket": {
         
     | 
| 
      
 115 
     | 
    
         
            +
                              "type": "string"
         
     | 
| 
      
 116 
     | 
    
         
            +
                            }
         
     | 
| 
      
 117 
     | 
    
         
            +
                          }
         
     | 
| 
       97 
118 
     | 
    
         
             
                        }
         
     | 
| 
       98 
119 
     | 
    
         
             
                      }
         
     | 
| 
       99 
120 
     | 
    
         
             
                    }
         
     | 
| 
       100 
121 
     | 
    
         
             
                  }
         
     | 
| 
       101 
122 
     | 
    
         
             
                }
         
     | 
| 
       102 
     | 
    
         
            -
               
     | 
| 
      
 123 
     | 
    
         
            +
              ]
         
     | 
| 
       103 
124 
     | 
    
         
             
            }
         
     | 
    
        data/schemas/files.json
    CHANGED
    
    
    
        data/schemas/flow.json
    CHANGED
    
    
    
        data/schemas/flowPatch.json
    CHANGED
    
    
    
        data/schemas/flowPost.json
    CHANGED
    
    
    
        data/schemas/flowVersion.json
    CHANGED
    
    | 
         @@ -102,6 +102,12 @@ 
     | 
|
| 
       102 
102 
     | 
    
         
             
                                  },
         
     | 
| 
       103 
103 
     | 
    
         
             
                                  "update": {
         
     | 
| 
       104 
104 
     | 
    
         
             
                                    "type": "boolean"
         
     | 
| 
      
 105 
     | 
    
         
            +
                                  },
         
     | 
| 
      
 106 
     | 
    
         
            +
                                  "public": {
         
     | 
| 
      
 107 
     | 
    
         
            +
                                    "type": "boolean"
         
     | 
| 
      
 108 
     | 
    
         
            +
                                  },
         
     | 
| 
      
 109 
     | 
    
         
            +
                                  "private": {
         
     | 
| 
      
 110 
     | 
    
         
            +
                                    "type": "boolean"
         
     | 
| 
       105 
111 
     | 
    
         
             
                                  }
         
     | 
| 
       106 
112 
     | 
    
         
             
                                },
         
     | 
| 
       107 
113 
     | 
    
         
             
                                "additionalProperties": false
         
     | 
| 
         @@ -3142,6 +3148,12 @@ 
     | 
|
| 
       3142 
3148 
     | 
    
         
             
                                  },
         
     | 
| 
       3143 
3149 
     | 
    
         
             
                                  "update": {
         
     | 
| 
       3144 
3150 
     | 
    
         
             
                                    "type": "boolean"
         
     | 
| 
      
 3151 
     | 
    
         
            +
                                  },
         
     | 
| 
      
 3152 
     | 
    
         
            +
                                  "public": {
         
     | 
| 
      
 3153 
     | 
    
         
            +
                                    "type": "boolean"
         
     | 
| 
      
 3154 
     | 
    
         
            +
                                  },
         
     | 
| 
      
 3155 
     | 
    
         
            +
                                  "private": {
         
     | 
| 
      
 3156 
     | 
    
         
            +
                                    "type": "boolean"
         
     | 
| 
       3145 
3157 
     | 
    
         
             
                                  }
         
     | 
| 
       3146 
3158 
     | 
    
         
             
                                },
         
     | 
| 
       3147 
3159 
     | 
    
         
             
                                "additionalProperties": false
         
     | 
    
        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 
     | 
    
         
             
                          },
         
     |