robosystems-client 0.2.18__py3-none-any.whl → 0.2.20__py3-none-any.whl
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.
Potentially problematic release.
This version of robosystems-client might be problematic. Click here for more details.
- robosystems_client/api/backup/create_backup.py +8 -8
- robosystems_client/api/backup/get_backup_download_url.py +4 -4
- robosystems_client/api/graph_limits/get_graph_limits.py +4 -4
- robosystems_client/api/graphs/create_graph.py +4 -4
- robosystems_client/api/graphs/get_available_graph_tiers.py +12 -12
- robosystems_client/api/mcp/list_mcp_tools.py +4 -4
- robosystems_client/api/service_offerings/get_service_offerings.py +4 -4
- robosystems_client/api/subgraphs/create_subgraph.py +4 -4
- robosystems_client/api/subgraphs/delete_subgraph.py +8 -8
- robosystems_client/api/subgraphs/get_subgraph_info.py +4 -4
- robosystems_client/extensions/materialization_client.py +2 -2
- robosystems_client/models/backup_create_request.py +1 -1
- robosystems_client/models/create_checkout_request.py +1 -1
- robosystems_client/models/create_graph_request.py +3 -3
- robosystems_client/models/graph_info.py +49 -0
- robosystems_client/models/graph_subscription_tier.py +2 -2
- robosystems_client/models/graph_tier_info.py +1 -1
- robosystems_client/models/list_subgraphs_response.py +1 -1
- {robosystems_client-0.2.18.dist-info → robosystems_client-0.2.20.dist-info}/METADATA +2 -2
- {robosystems_client-0.2.18.dist-info → robosystems_client-0.2.20.dist-info}/RECORD +25 -25
- /robosystems_client/api/{materialization → materialize}/__init__.py +0 -0
- /robosystems_client/api/{materialization → materialize}/get_materialization_status.py +0 -0
- /robosystems_client/api/{materialization → materialize}/materialize_graph.py +0 -0
- {robosystems_client-0.2.18.dist-info → robosystems_client-0.2.20.dist-info}/WHEEL +0 -0
- {robosystems_client-0.2.18.dist-info → robosystems_client-0.2.20.dist-info}/licenses/LICENSE +0 -0
|
@@ -90,8 +90,8 @@ def sync_detailed(
|
|
|
90
90
|
|
|
91
91
|
Create a backup of the graph database.
|
|
92
92
|
|
|
93
|
-
Creates a complete backup of the graph database (.
|
|
94
|
-
- **Format**: Full database backup only (complete .
|
|
93
|
+
Creates a complete backup of the graph database (.lbug file) with:
|
|
94
|
+
- **Format**: Full database backup only (complete .lbug file)
|
|
95
95
|
- **Compression**: Always enabled for optimal storage
|
|
96
96
|
- **Encryption**: Optional AES-256 encryption for security
|
|
97
97
|
- **Retention**: Configurable retention period (1-2555 days)
|
|
@@ -183,8 +183,8 @@ def sync(
|
|
|
183
183
|
|
|
184
184
|
Create a backup of the graph database.
|
|
185
185
|
|
|
186
|
-
Creates a complete backup of the graph database (.
|
|
187
|
-
- **Format**: Full database backup only (complete .
|
|
186
|
+
Creates a complete backup of the graph database (.lbug file) with:
|
|
187
|
+
- **Format**: Full database backup only (complete .lbug file)
|
|
188
188
|
- **Compression**: Always enabled for optimal storage
|
|
189
189
|
- **Encryption**: Optional AES-256 encryption for security
|
|
190
190
|
- **Retention**: Configurable retention period (1-2555 days)
|
|
@@ -271,8 +271,8 @@ async def asyncio_detailed(
|
|
|
271
271
|
|
|
272
272
|
Create a backup of the graph database.
|
|
273
273
|
|
|
274
|
-
Creates a complete backup of the graph database (.
|
|
275
|
-
- **Format**: Full database backup only (complete .
|
|
274
|
+
Creates a complete backup of the graph database (.lbug file) with:
|
|
275
|
+
- **Format**: Full database backup only (complete .lbug file)
|
|
276
276
|
- **Compression**: Always enabled for optimal storage
|
|
277
277
|
- **Encryption**: Optional AES-256 encryption for security
|
|
278
278
|
- **Retention**: Configurable retention period (1-2555 days)
|
|
@@ -362,8 +362,8 @@ async def asyncio(
|
|
|
362
362
|
|
|
363
363
|
Create a backup of the graph database.
|
|
364
364
|
|
|
365
|
-
Creates a complete backup of the graph database (.
|
|
366
|
-
- **Format**: Full database backup only (complete .
|
|
365
|
+
Creates a complete backup of the graph database (.lbug file) with:
|
|
366
|
+
- **Format**: Full database backup only (complete .lbug file)
|
|
367
367
|
- **Compression**: Always enabled for optimal storage
|
|
368
368
|
- **Encryption**: Optional AES-256 encryption for security
|
|
369
369
|
- **Retention**: Configurable retention period (1-2555 days)
|
|
@@ -82,7 +82,7 @@ def sync_detailed(
|
|
|
82
82
|
) -> Response[Any | BackupDownloadUrlResponse | HTTPValidationError]:
|
|
83
83
|
"""Get temporary download URL for backup
|
|
84
84
|
|
|
85
|
-
Generate a temporary download URL for a backup (unencrypted, compressed .
|
|
85
|
+
Generate a temporary download URL for a backup (unencrypted, compressed .lbug files only)
|
|
86
86
|
|
|
87
87
|
Args:
|
|
88
88
|
graph_id (str):
|
|
@@ -119,7 +119,7 @@ def sync(
|
|
|
119
119
|
) -> Any | BackupDownloadUrlResponse | HTTPValidationError | None:
|
|
120
120
|
"""Get temporary download URL for backup
|
|
121
121
|
|
|
122
|
-
Generate a temporary download URL for a backup (unencrypted, compressed .
|
|
122
|
+
Generate a temporary download URL for a backup (unencrypted, compressed .lbug files only)
|
|
123
123
|
|
|
124
124
|
Args:
|
|
125
125
|
graph_id (str):
|
|
@@ -151,7 +151,7 @@ async def asyncio_detailed(
|
|
|
151
151
|
) -> Response[Any | BackupDownloadUrlResponse | HTTPValidationError]:
|
|
152
152
|
"""Get temporary download URL for backup
|
|
153
153
|
|
|
154
|
-
Generate a temporary download URL for a backup (unencrypted, compressed .
|
|
154
|
+
Generate a temporary download URL for a backup (unencrypted, compressed .lbug files only)
|
|
155
155
|
|
|
156
156
|
Args:
|
|
157
157
|
graph_id (str):
|
|
@@ -186,7 +186,7 @@ async def asyncio(
|
|
|
186
186
|
) -> Any | BackupDownloadUrlResponse | HTTPValidationError | None:
|
|
187
187
|
"""Get temporary download URL for backup
|
|
188
188
|
|
|
189
|
-
Generate a temporary download URL for a backup (unencrypted, compressed .
|
|
189
|
+
Generate a temporary download URL for a backup (unencrypted, compressed .lbug files only)
|
|
190
190
|
|
|
191
191
|
Args:
|
|
192
192
|
graph_id (str):
|
|
@@ -82,7 +82,7 @@ def sync_detailed(
|
|
|
82
82
|
|
|
83
83
|
This unified endpoint provides all limits in one place for easier client integration.
|
|
84
84
|
|
|
85
|
-
**Note**: Limits vary based on subscription tier (
|
|
85
|
+
**Note**: Limits vary based on subscription tier (ladybug-standard, ladybug-large, ladybug-xlarge).
|
|
86
86
|
|
|
87
87
|
Args:
|
|
88
88
|
graph_id (str):
|
|
@@ -125,7 +125,7 @@ def sync(
|
|
|
125
125
|
|
|
126
126
|
This unified endpoint provides all limits in one place for easier client integration.
|
|
127
127
|
|
|
128
|
-
**Note**: Limits vary based on subscription tier (
|
|
128
|
+
**Note**: Limits vary based on subscription tier (ladybug-standard, ladybug-large, ladybug-xlarge).
|
|
129
129
|
|
|
130
130
|
Args:
|
|
131
131
|
graph_id (str):
|
|
@@ -163,7 +163,7 @@ async def asyncio_detailed(
|
|
|
163
163
|
|
|
164
164
|
This unified endpoint provides all limits in one place for easier client integration.
|
|
165
165
|
|
|
166
|
-
**Note**: Limits vary based on subscription tier (
|
|
166
|
+
**Note**: Limits vary based on subscription tier (ladybug-standard, ladybug-large, ladybug-xlarge).
|
|
167
167
|
|
|
168
168
|
Args:
|
|
169
169
|
graph_id (str):
|
|
@@ -204,7 +204,7 @@ async def asyncio(
|
|
|
204
204
|
|
|
205
205
|
This unified endpoint provides all limits in one place for easier client integration.
|
|
206
206
|
|
|
207
|
-
**Note**: Limits vary based on subscription tier (
|
|
207
|
+
**Note**: Limits vary based on subscription tier (ladybug-standard, ladybug-large, ladybug-xlarge).
|
|
208
208
|
|
|
209
209
|
Args:
|
|
210
210
|
graph_id (str):
|
|
@@ -91,7 +91,7 @@ def sync_detailed(
|
|
|
91
91
|
|
|
92
92
|
**Required Fields:**
|
|
93
93
|
- `metadata.graph_name`: Unique name for the graph
|
|
94
|
-
- `instance_tier`: Resource tier (
|
|
94
|
+
- `instance_tier`: Resource tier (ladybug-standard, ladybug-large, ladybug-xlarge)
|
|
95
95
|
|
|
96
96
|
**Optional Fields:**
|
|
97
97
|
- `metadata.description`: Human-readable description of the graph's purpose
|
|
@@ -191,7 +191,7 @@ def sync(
|
|
|
191
191
|
|
|
192
192
|
**Required Fields:**
|
|
193
193
|
- `metadata.graph_name`: Unique name for the graph
|
|
194
|
-
- `instance_tier`: Resource tier (
|
|
194
|
+
- `instance_tier`: Resource tier (ladybug-standard, ladybug-large, ladybug-xlarge)
|
|
195
195
|
|
|
196
196
|
**Optional Fields:**
|
|
197
197
|
- `metadata.description`: Human-readable description of the graph's purpose
|
|
@@ -286,7 +286,7 @@ async def asyncio_detailed(
|
|
|
286
286
|
|
|
287
287
|
**Required Fields:**
|
|
288
288
|
- `metadata.graph_name`: Unique name for the graph
|
|
289
|
-
- `instance_tier`: Resource tier (
|
|
289
|
+
- `instance_tier`: Resource tier (ladybug-standard, ladybug-large, ladybug-xlarge)
|
|
290
290
|
|
|
291
291
|
**Optional Fields:**
|
|
292
292
|
- `metadata.description`: Human-readable description of the graph's purpose
|
|
@@ -384,7 +384,7 @@ async def asyncio(
|
|
|
384
384
|
|
|
385
385
|
**Required Fields:**
|
|
386
386
|
- `metadata.graph_name`: Unique name for the graph
|
|
387
|
-
- `instance_tier`: Resource tier (
|
|
387
|
+
- `instance_tier`: Resource tier (ladybug-standard, ladybug-large, ladybug-xlarge)
|
|
388
388
|
|
|
389
389
|
**Optional Fields:**
|
|
390
390
|
- `metadata.description`: Human-readable description of the graph's purpose
|
|
@@ -83,9 +83,9 @@ def sync_detailed(
|
|
|
83
83
|
- Availability status
|
|
84
84
|
|
|
85
85
|
**Available Tiers:**
|
|
86
|
-
- **
|
|
87
|
-
- **
|
|
88
|
-
- **
|
|
86
|
+
- **ladybug-standard**: Multi-tenant entry-level tier
|
|
87
|
+
- **ladybug-large**: Dedicated professional tier with subgraph support
|
|
88
|
+
- **ladybug-xlarge**: Enterprise tier with maximum resources
|
|
89
89
|
- **neo4j-community-large**: Neo4j Community Edition (optional, if enabled)
|
|
90
90
|
- **neo4j-enterprise-xlarge**: Neo4j Enterprise Edition (optional, if enabled)
|
|
91
91
|
|
|
@@ -140,9 +140,9 @@ def sync(
|
|
|
140
140
|
- Availability status
|
|
141
141
|
|
|
142
142
|
**Available Tiers:**
|
|
143
|
-
- **
|
|
144
|
-
- **
|
|
145
|
-
- **
|
|
143
|
+
- **ladybug-standard**: Multi-tenant entry-level tier
|
|
144
|
+
- **ladybug-large**: Dedicated professional tier with subgraph support
|
|
145
|
+
- **ladybug-xlarge**: Enterprise tier with maximum resources
|
|
146
146
|
- **neo4j-community-large**: Neo4j Community Edition (optional, if enabled)
|
|
147
147
|
- **neo4j-enterprise-xlarge**: Neo4j Enterprise Edition (optional, if enabled)
|
|
148
148
|
|
|
@@ -192,9 +192,9 @@ async def asyncio_detailed(
|
|
|
192
192
|
- Availability status
|
|
193
193
|
|
|
194
194
|
**Available Tiers:**
|
|
195
|
-
- **
|
|
196
|
-
- **
|
|
197
|
-
- **
|
|
195
|
+
- **ladybug-standard**: Multi-tenant entry-level tier
|
|
196
|
+
- **ladybug-large**: Dedicated professional tier with subgraph support
|
|
197
|
+
- **ladybug-xlarge**: Enterprise tier with maximum resources
|
|
198
198
|
- **neo4j-community-large**: Neo4j Community Edition (optional, if enabled)
|
|
199
199
|
- **neo4j-enterprise-xlarge**: Neo4j Enterprise Edition (optional, if enabled)
|
|
200
200
|
|
|
@@ -247,9 +247,9 @@ async def asyncio(
|
|
|
247
247
|
- Availability status
|
|
248
248
|
|
|
249
249
|
**Available Tiers:**
|
|
250
|
-
- **
|
|
251
|
-
- **
|
|
252
|
-
- **
|
|
250
|
+
- **ladybug-standard**: Multi-tenant entry-level tier
|
|
251
|
+
- **ladybug-large**: Dedicated professional tier with subgraph support
|
|
252
|
+
- **ladybug-xlarge**: Enterprise tier with maximum resources
|
|
253
253
|
- **neo4j-community-large**: Neo4j Community Edition (optional, if enabled)
|
|
254
254
|
- **neo4j-enterprise-xlarge**: Neo4j Enterprise Edition (optional, if enabled)
|
|
255
255
|
|
|
@@ -79,7 +79,7 @@ def sync_detailed(
|
|
|
79
79
|
The tool list is customized based on:
|
|
80
80
|
- Graph type (shared repository vs user graph)
|
|
81
81
|
- User permissions and subscription tier
|
|
82
|
-
- Backend capabilities (
|
|
82
|
+
- Backend capabilities (LadybugDB, Neo4j, etc.)
|
|
83
83
|
|
|
84
84
|
**Subgraph Support:**
|
|
85
85
|
This endpoint accepts both parent graph IDs and subgraph IDs.
|
|
@@ -130,7 +130,7 @@ def sync(
|
|
|
130
130
|
The tool list is customized based on:
|
|
131
131
|
- Graph type (shared repository vs user graph)
|
|
132
132
|
- User permissions and subscription tier
|
|
133
|
-
- Backend capabilities (
|
|
133
|
+
- Backend capabilities (LadybugDB, Neo4j, etc.)
|
|
134
134
|
|
|
135
135
|
**Subgraph Support:**
|
|
136
136
|
This endpoint accepts both parent graph IDs and subgraph IDs.
|
|
@@ -176,7 +176,7 @@ async def asyncio_detailed(
|
|
|
176
176
|
The tool list is customized based on:
|
|
177
177
|
- Graph type (shared repository vs user graph)
|
|
178
178
|
- User permissions and subscription tier
|
|
179
|
-
- Backend capabilities (
|
|
179
|
+
- Backend capabilities (LadybugDB, Neo4j, etc.)
|
|
180
180
|
|
|
181
181
|
**Subgraph Support:**
|
|
182
182
|
This endpoint accepts both parent graph IDs and subgraph IDs.
|
|
@@ -225,7 +225,7 @@ async def asyncio(
|
|
|
225
225
|
The tool list is customized based on:
|
|
226
226
|
- Graph type (shared repository vs user graph)
|
|
227
227
|
- User permissions and subscription tier
|
|
228
|
-
- Backend capabilities (
|
|
228
|
+
- Backend capabilities (LadybugDB, Neo4j, etc.)
|
|
229
229
|
|
|
230
230
|
**Subgraph Support:**
|
|
231
231
|
This endpoint accepts both parent graph IDs and subgraph IDs.
|
|
@@ -68,7 +68,7 @@ def sync_detailed(
|
|
|
68
68
|
- Credits are allocated per-graph, not shared across organization
|
|
69
69
|
|
|
70
70
|
Includes:
|
|
71
|
-
- Graph infrastructure tiers (
|
|
71
|
+
- Graph infrastructure tiers (ladybug-standard, ladybug-large, ladybug-xlarge) - per-graph pricing
|
|
72
72
|
- Shared repository subscriptions (SEC, industry, economic data) - org-level
|
|
73
73
|
- Operation costs and credit information
|
|
74
74
|
- Features and capabilities for each tier
|
|
@@ -114,7 +114,7 @@ def sync(
|
|
|
114
114
|
- Credits are allocated per-graph, not shared across organization
|
|
115
115
|
|
|
116
116
|
Includes:
|
|
117
|
-
- Graph infrastructure tiers (
|
|
117
|
+
- Graph infrastructure tiers (ladybug-standard, ladybug-large, ladybug-xlarge) - per-graph pricing
|
|
118
118
|
- Shared repository subscriptions (SEC, industry, economic data) - org-level
|
|
119
119
|
- Operation costs and credit information
|
|
120
120
|
- Features and capabilities for each tier
|
|
@@ -156,7 +156,7 @@ async def asyncio_detailed(
|
|
|
156
156
|
- Credits are allocated per-graph, not shared across organization
|
|
157
157
|
|
|
158
158
|
Includes:
|
|
159
|
-
- Graph infrastructure tiers (
|
|
159
|
+
- Graph infrastructure tiers (ladybug-standard, ladybug-large, ladybug-xlarge) - per-graph pricing
|
|
160
160
|
- Shared repository subscriptions (SEC, industry, economic data) - org-level
|
|
161
161
|
- Operation costs and credit information
|
|
162
162
|
- Features and capabilities for each tier
|
|
@@ -200,7 +200,7 @@ async def asyncio(
|
|
|
200
200
|
- Credits are allocated per-graph, not shared across organization
|
|
201
201
|
|
|
202
202
|
Includes:
|
|
203
|
-
- Graph infrastructure tiers (
|
|
203
|
+
- Graph infrastructure tiers (ladybug-standard, ladybug-large, ladybug-xlarge) - per-graph pricing
|
|
204
204
|
- Shared repository subscriptions (SEC, industry, economic data) - org-level
|
|
205
205
|
- Operation costs and credit information
|
|
206
206
|
- Features and capabilities for each tier
|
|
@@ -75,7 +75,7 @@ def sync_detailed(
|
|
|
75
75
|
- Valid authentication
|
|
76
76
|
- Parent graph must exist and be accessible to the user
|
|
77
77
|
- User must have 'admin' permission on the parent graph
|
|
78
|
-
- Parent graph tier must support subgraphs (
|
|
78
|
+
- Parent graph tier must support subgraphs (LadybugDB Large/XLarge or Neo4j Enterprise XLarge)
|
|
79
79
|
- Must be within subgraph quota limits
|
|
80
80
|
- Subgraph name must be unique within the parent graph
|
|
81
81
|
|
|
@@ -135,7 +135,7 @@ def sync(
|
|
|
135
135
|
- Valid authentication
|
|
136
136
|
- Parent graph must exist and be accessible to the user
|
|
137
137
|
- User must have 'admin' permission on the parent graph
|
|
138
|
-
- Parent graph tier must support subgraphs (
|
|
138
|
+
- Parent graph tier must support subgraphs (LadybugDB Large/XLarge or Neo4j Enterprise XLarge)
|
|
139
139
|
- Must be within subgraph quota limits
|
|
140
140
|
- Subgraph name must be unique within the parent graph
|
|
141
141
|
|
|
@@ -190,7 +190,7 @@ async def asyncio_detailed(
|
|
|
190
190
|
- Valid authentication
|
|
191
191
|
- Parent graph must exist and be accessible to the user
|
|
192
192
|
- User must have 'admin' permission on the parent graph
|
|
193
|
-
- Parent graph tier must support subgraphs (
|
|
193
|
+
- Parent graph tier must support subgraphs (LadybugDB Large/XLarge or Neo4j Enterprise XLarge)
|
|
194
194
|
- Must be within subgraph quota limits
|
|
195
195
|
- Subgraph name must be unique within the parent graph
|
|
196
196
|
|
|
@@ -248,7 +248,7 @@ async def asyncio(
|
|
|
248
248
|
- Valid authentication
|
|
249
249
|
- Parent graph must exist and be accessible to the user
|
|
250
250
|
- User must have 'admin' permission on the parent graph
|
|
251
|
-
- Parent graph tier must support subgraphs (
|
|
251
|
+
- Parent graph tier must support subgraphs (LadybugDB Large/XLarge or Neo4j Enterprise XLarge)
|
|
252
252
|
- Must be within subgraph quota limits
|
|
253
253
|
- Subgraph name must be unique within the parent graph
|
|
254
254
|
|
|
@@ -112,8 +112,8 @@ def sync_detailed(
|
|
|
112
112
|
All data in the subgraph will be lost.
|
|
113
113
|
|
|
114
114
|
**Backup Location:**
|
|
115
|
-
If backup requested, stored in S3
|
|
116
|
-
`s3://{
|
|
115
|
+
If backup requested, stored in S3 graph database bucket at:
|
|
116
|
+
`s3://{graph_s3_bucket}/{instance_id}/{database_name}_{timestamp}.backup`
|
|
117
117
|
|
|
118
118
|
**Notes:**
|
|
119
119
|
- Use the subgraph name (e.g., 'dev', 'staging') not the full subgraph ID
|
|
@@ -172,8 +172,8 @@ def sync(
|
|
|
172
172
|
All data in the subgraph will be lost.
|
|
173
173
|
|
|
174
174
|
**Backup Location:**
|
|
175
|
-
If backup requested, stored in S3
|
|
176
|
-
`s3://{
|
|
175
|
+
If backup requested, stored in S3 graph database bucket at:
|
|
176
|
+
`s3://{graph_s3_bucket}/{instance_id}/{database_name}_{timestamp}.backup`
|
|
177
177
|
|
|
178
178
|
**Notes:**
|
|
179
179
|
- Use the subgraph name (e.g., 'dev', 'staging') not the full subgraph ID
|
|
@@ -227,8 +227,8 @@ async def asyncio_detailed(
|
|
|
227
227
|
All data in the subgraph will be lost.
|
|
228
228
|
|
|
229
229
|
**Backup Location:**
|
|
230
|
-
If backup requested, stored in S3
|
|
231
|
-
`s3://{
|
|
230
|
+
If backup requested, stored in S3 graph database bucket at:
|
|
231
|
+
`s3://{graph_s3_bucket}/{instance_id}/{database_name}_{timestamp}.backup`
|
|
232
232
|
|
|
233
233
|
**Notes:**
|
|
234
234
|
- Use the subgraph name (e.g., 'dev', 'staging') not the full subgraph ID
|
|
@@ -285,8 +285,8 @@ async def asyncio(
|
|
|
285
285
|
All data in the subgraph will be lost.
|
|
286
286
|
|
|
287
287
|
**Backup Location:**
|
|
288
|
-
If backup requested, stored in S3
|
|
289
|
-
`s3://{
|
|
288
|
+
If backup requested, stored in S3 graph database bucket at:
|
|
289
|
+
`s3://{graph_s3_bucket}/{instance_id}/{database_name}_{timestamp}.backup`
|
|
290
290
|
|
|
291
291
|
**Notes:**
|
|
292
292
|
- Use the subgraph name (e.g., 'dev', 'staging') not the full subgraph ID
|
|
@@ -95,7 +95,7 @@ def sync_detailed(
|
|
|
95
95
|
- Last access time (when available)
|
|
96
96
|
|
|
97
97
|
**Statistics:**
|
|
98
|
-
Real-time statistics queried from
|
|
98
|
+
Real-time statistics queried from LadybugDB:
|
|
99
99
|
- Node count
|
|
100
100
|
- Edge count
|
|
101
101
|
- Database size on disk
|
|
@@ -152,7 +152,7 @@ def sync(
|
|
|
152
152
|
- Last access time (when available)
|
|
153
153
|
|
|
154
154
|
**Statistics:**
|
|
155
|
-
Real-time statistics queried from
|
|
155
|
+
Real-time statistics queried from LadybugDB:
|
|
156
156
|
- Node count
|
|
157
157
|
- Edge count
|
|
158
158
|
- Database size on disk
|
|
@@ -204,7 +204,7 @@ async def asyncio_detailed(
|
|
|
204
204
|
- Last access time (when available)
|
|
205
205
|
|
|
206
206
|
**Statistics:**
|
|
207
|
-
Real-time statistics queried from
|
|
207
|
+
Real-time statistics queried from LadybugDB:
|
|
208
208
|
- Node count
|
|
209
209
|
- Edge count
|
|
210
210
|
- Database size on disk
|
|
@@ -259,7 +259,7 @@ async def asyncio(
|
|
|
259
259
|
- Last access time (when available)
|
|
260
260
|
|
|
261
261
|
**Statistics:**
|
|
262
|
-
Real-time statistics queried from
|
|
262
|
+
Real-time statistics queried from LadybugDB:
|
|
263
263
|
- Node count
|
|
264
264
|
- Edge count
|
|
265
265
|
- Database size on disk
|
|
@@ -8,10 +8,10 @@ from dataclasses import dataclass
|
|
|
8
8
|
from typing import Dict, Any, Optional, Callable
|
|
9
9
|
import logging
|
|
10
10
|
|
|
11
|
-
from ..api.
|
|
11
|
+
from ..api.materialize.materialize_graph import (
|
|
12
12
|
sync_detailed as materialize_graph,
|
|
13
13
|
)
|
|
14
|
-
from ..api.
|
|
14
|
+
from ..api.materialize.get_materialization_status import (
|
|
15
15
|
sync_detailed as get_materialization_status,
|
|
16
16
|
)
|
|
17
17
|
from ..models.materialize_request import MaterializeRequest
|
|
@@ -16,7 +16,7 @@ class BackupCreateRequest:
|
|
|
16
16
|
"""Request model for creating a backup.
|
|
17
17
|
|
|
18
18
|
Attributes:
|
|
19
|
-
backup_format (str | Unset): Backup format - only 'full_dump' is supported (complete .
|
|
19
|
+
backup_format (str | Unset): Backup format - only 'full_dump' is supported (complete .lbug database file)
|
|
20
20
|
Default: 'full_dump'.
|
|
21
21
|
backup_type (str | Unset): Backup type - only 'full' is supported Default: 'full'.
|
|
22
22
|
retention_days (int | Unset): Retention period in days Default: 90.
|
|
@@ -20,7 +20,7 @@ class CreateCheckoutRequest:
|
|
|
20
20
|
"""Request to create a checkout session for payment collection.
|
|
21
21
|
|
|
22
22
|
Attributes:
|
|
23
|
-
plan_name (str): Billing plan name (e.g., '
|
|
23
|
+
plan_name (str): Billing plan name (e.g., 'ladybug-standard')
|
|
24
24
|
resource_type (str): Resource type ('graph' or 'repository')
|
|
25
25
|
resource_config (CreateCheckoutRequestResourceConfig): Configuration for the resource to be provisioned. For
|
|
26
26
|
repositories: {'repository_name': 'graph_id'} where graph_id is the repository slug (e.g., 'sec')
|
|
@@ -27,8 +27,8 @@ class CreateGraphRequest:
|
|
|
27
27
|
|
|
28
28
|
Attributes:
|
|
29
29
|
metadata (GraphMetadata): Metadata for graph creation.
|
|
30
|
-
instance_tier (str | Unset): Instance tier:
|
|
31
|
-
neo4j-enterprise-xlarge Default: '
|
|
30
|
+
instance_tier (str | Unset): Instance tier: ladybug-standard, ladybug-large, ladybug-xlarge, neo4j-community-
|
|
31
|
+
large, neo4j-enterprise-xlarge Default: 'ladybug-standard'.
|
|
32
32
|
custom_schema (CustomSchemaDefinition | None | Unset): Custom schema definition to apply. If provided, creates a
|
|
33
33
|
generic custom graph. If omitted, creates an entity graph using schema_extensions.
|
|
34
34
|
initial_entity (InitialEntityData | None | Unset): Optional initial entity to create in the graph. If provided
|
|
@@ -40,7 +40,7 @@ class CreateGraphRequest:
|
|
|
40
40
|
"""
|
|
41
41
|
|
|
42
42
|
metadata: GraphMetadata
|
|
43
|
-
instance_tier: str | Unset = "
|
|
43
|
+
instance_tier: str | Unset = "ladybug-standard"
|
|
44
44
|
custom_schema: CustomSchemaDefinition | None | Unset = UNSET
|
|
45
45
|
initial_entity: InitialEntityData | None | Unset = UNSET
|
|
46
46
|
create_entity: bool | Unset = True
|
|
@@ -23,6 +23,10 @@ class GraphInfo:
|
|
|
23
23
|
created_at (str): Creation timestamp
|
|
24
24
|
is_repository (bool | Unset): Whether this is a shared repository (vs user graph) Default: False.
|
|
25
25
|
repository_type (None | str | Unset): Repository type if isRepository=true
|
|
26
|
+
schema_extensions (list[str] | Unset): List of schema extensions installed on this graph
|
|
27
|
+
is_subgraph (bool | Unset): Whether this is a subgraph (vs a main graph) Default: False.
|
|
28
|
+
parent_graph_id (None | str | Unset): Parent graph ID if this is a subgraph
|
|
29
|
+
graph_type (str | Unset): Type of graph: generic, entity, or repository Default: 'entity'.
|
|
26
30
|
"""
|
|
27
31
|
|
|
28
32
|
graph_id: str
|
|
@@ -32,6 +36,10 @@ class GraphInfo:
|
|
|
32
36
|
created_at: str
|
|
33
37
|
is_repository: bool | Unset = False
|
|
34
38
|
repository_type: None | str | Unset = UNSET
|
|
39
|
+
schema_extensions: list[str] | Unset = UNSET
|
|
40
|
+
is_subgraph: bool | Unset = False
|
|
41
|
+
parent_graph_id: None | str | Unset = UNSET
|
|
42
|
+
graph_type: str | Unset = "entity"
|
|
35
43
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
36
44
|
|
|
37
45
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -53,6 +61,20 @@ class GraphInfo:
|
|
|
53
61
|
else:
|
|
54
62
|
repository_type = self.repository_type
|
|
55
63
|
|
|
64
|
+
schema_extensions: list[str] | Unset = UNSET
|
|
65
|
+
if not isinstance(self.schema_extensions, Unset):
|
|
66
|
+
schema_extensions = self.schema_extensions
|
|
67
|
+
|
|
68
|
+
is_subgraph = self.is_subgraph
|
|
69
|
+
|
|
70
|
+
parent_graph_id: None | str | Unset
|
|
71
|
+
if isinstance(self.parent_graph_id, Unset):
|
|
72
|
+
parent_graph_id = UNSET
|
|
73
|
+
else:
|
|
74
|
+
parent_graph_id = self.parent_graph_id
|
|
75
|
+
|
|
76
|
+
graph_type = self.graph_type
|
|
77
|
+
|
|
56
78
|
field_dict: dict[str, Any] = {}
|
|
57
79
|
field_dict.update(self.additional_properties)
|
|
58
80
|
field_dict.update(
|
|
@@ -68,6 +90,14 @@ class GraphInfo:
|
|
|
68
90
|
field_dict["isRepository"] = is_repository
|
|
69
91
|
if repository_type is not UNSET:
|
|
70
92
|
field_dict["repositoryType"] = repository_type
|
|
93
|
+
if schema_extensions is not UNSET:
|
|
94
|
+
field_dict["schemaExtensions"] = schema_extensions
|
|
95
|
+
if is_subgraph is not UNSET:
|
|
96
|
+
field_dict["isSubgraph"] = is_subgraph
|
|
97
|
+
if parent_graph_id is not UNSET:
|
|
98
|
+
field_dict["parentGraphId"] = parent_graph_id
|
|
99
|
+
if graph_type is not UNSET:
|
|
100
|
+
field_dict["graphType"] = graph_type
|
|
71
101
|
|
|
72
102
|
return field_dict
|
|
73
103
|
|
|
@@ -95,6 +125,21 @@ class GraphInfo:
|
|
|
95
125
|
|
|
96
126
|
repository_type = _parse_repository_type(d.pop("repositoryType", UNSET))
|
|
97
127
|
|
|
128
|
+
schema_extensions = cast(list[str], d.pop("schemaExtensions", UNSET))
|
|
129
|
+
|
|
130
|
+
is_subgraph = d.pop("isSubgraph", UNSET)
|
|
131
|
+
|
|
132
|
+
def _parse_parent_graph_id(data: object) -> None | str | Unset:
|
|
133
|
+
if data is None:
|
|
134
|
+
return data
|
|
135
|
+
if isinstance(data, Unset):
|
|
136
|
+
return data
|
|
137
|
+
return cast(None | str | Unset, data)
|
|
138
|
+
|
|
139
|
+
parent_graph_id = _parse_parent_graph_id(d.pop("parentGraphId", UNSET))
|
|
140
|
+
|
|
141
|
+
graph_type = d.pop("graphType", UNSET)
|
|
142
|
+
|
|
98
143
|
graph_info = cls(
|
|
99
144
|
graph_id=graph_id,
|
|
100
145
|
graph_name=graph_name,
|
|
@@ -103,6 +148,10 @@ class GraphInfo:
|
|
|
103
148
|
created_at=created_at,
|
|
104
149
|
is_repository=is_repository,
|
|
105
150
|
repository_type=repository_type,
|
|
151
|
+
schema_extensions=schema_extensions,
|
|
152
|
+
is_subgraph=is_subgraph,
|
|
153
|
+
parent_graph_id=parent_graph_id,
|
|
154
|
+
graph_type=graph_type,
|
|
106
155
|
)
|
|
107
156
|
|
|
108
157
|
graph_info.additional_properties = d
|
|
@@ -19,7 +19,7 @@ class GraphSubscriptionTier:
|
|
|
19
19
|
infrastructure, performance, and pricing characteristics.
|
|
20
20
|
|
|
21
21
|
Attributes:
|
|
22
|
-
name (str): Infrastructure tier identifier (e.g.,
|
|
22
|
+
name (str): Infrastructure tier identifier (e.g., ladybug-standard)
|
|
23
23
|
display_name (str): Display name for UI
|
|
24
24
|
description (str): Tier description
|
|
25
25
|
monthly_price_per_graph (float): Monthly price in USD per graph
|
|
@@ -31,7 +31,7 @@ class GraphSubscriptionTier:
|
|
|
31
31
|
backup_retention_days (int): Backup retention in days
|
|
32
32
|
priority_support (bool): Whether priority support is included
|
|
33
33
|
api_rate_multiplier (float): API rate multiplier
|
|
34
|
-
backend (str): Database backend (
|
|
34
|
+
backend (str): Database backend (ladybug or neo4j)
|
|
35
35
|
max_queries_per_hour (int | None | Unset): Maximum queries per hour
|
|
36
36
|
max_subgraphs (int | Unset): Maximum subgraphs supported Default: 0.
|
|
37
37
|
instance_type (None | str | Unset): Instance type
|
|
@@ -25,7 +25,7 @@ class GraphTierInfo:
|
|
|
25
25
|
name (str): Tier name
|
|
26
26
|
display_name (str): Display name for UI
|
|
27
27
|
description (str): Tier description
|
|
28
|
-
backend (str): Database backend (
|
|
28
|
+
backend (str): Database backend (ladybug or neo4j)
|
|
29
29
|
enabled (bool): Whether tier is available
|
|
30
30
|
max_subgraphs (int | None): Maximum subgraphs allowed
|
|
31
31
|
storage_limit_gb (int): Storage limit in GB
|
|
@@ -23,7 +23,7 @@ class ListSubgraphsResponse:
|
|
|
23
23
|
parent_graph_id (str): Parent graph identifier
|
|
24
24
|
parent_graph_name (str): Parent graph name
|
|
25
25
|
parent_graph_tier (str): Parent graph tier
|
|
26
|
-
subgraphs_enabled (bool): Whether subgraphs are enabled for this tier (requires
|
|
26
|
+
subgraphs_enabled (bool): Whether subgraphs are enabled for this tier (requires LadybugDB Large/XLarge or Neo4j
|
|
27
27
|
Enterprise XLarge)
|
|
28
28
|
subgraph_count (int): Total number of subgraphs
|
|
29
29
|
subgraphs (list[SubgraphSummary]): List of subgraphs
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robosystems-client
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.20
|
|
4
4
|
Summary: Python Client for RoboSystems financial graph database API
|
|
5
5
|
Author: RFS LLC
|
|
6
6
|
License: MIT
|
|
7
7
|
License-File: LICENSE
|
|
8
|
-
Keywords: api,client,financial,graph,
|
|
8
|
+
Keywords: api,client,financial,graph,robosystems,sdk
|
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
|
10
10
|
Classifier: Framework :: AsyncIO
|
|
11
11
|
Classifier: Framework :: Pydantic
|
|
@@ -30,8 +30,8 @@ robosystems_client/api/auth/sso_token_exchange.py,sha256=Z5TJe95DEJYMrGo_g5wURQF
|
|
|
30
30
|
robosystems_client/api/auth/validate_reset_token.py,sha256=fKC1xj7FFZzubTcs2jf0LkY-KBsmKA-gnwkIwNZ8H58,4444
|
|
31
31
|
robosystems_client/api/auth/verify_email.py,sha256=I5o5gaL5bTOtFcHiy7dSl_6j1dthJf-sQj-QCJPYnuA,4842
|
|
32
32
|
robosystems_client/api/backup/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
33
|
-
robosystems_client/api/backup/create_backup.py,sha256=
|
|
34
|
-
robosystems_client/api/backup/get_backup_download_url.py,sha256=
|
|
33
|
+
robosystems_client/api/backup/create_backup.py,sha256=8KM-su3yKul7Gs99ZwAiYBx7-CUTLrpVm1rB3p9cLS0,14011
|
|
34
|
+
robosystems_client/api/backup/get_backup_download_url.py,sha256=U-eIuaY8MQe4HDBsaBVjjVyb--0mdbqELi1Fu9W_jKc,5831
|
|
35
35
|
robosystems_client/api/backup/get_backup_stats.py,sha256=DQg6MuydGqM92vNjJcl76-1EbRj7S8xV5G7RGL0gSJQ,4102
|
|
36
36
|
robosystems_client/api/backup/list_backups.py,sha256=TExV2THmEgi7QJThcvR9VFjpsyhhlfBnCMFgbTIWjAM,5227
|
|
37
37
|
robosystems_client/api/backup/restore_backup.py,sha256=Dr0tFnudgVibvCZGOofw3WHd12vlcyW_O7cn19OjG4Q,16354
|
|
@@ -73,19 +73,19 @@ robosystems_client/api/graph_health/get_database_health.py,sha256=rGMjLUjD5DfIGv
|
|
|
73
73
|
robosystems_client/api/graph_info/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
74
74
|
robosystems_client/api/graph_info/get_database_info.py,sha256=LkH352o2bSvKHq4t6g6gH3Dmw4m8Q6Afg7vogBtsEGo,8998
|
|
75
75
|
robosystems_client/api/graph_limits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
76
|
-
robosystems_client/api/graph_limits/get_graph_limits.py,sha256=
|
|
76
|
+
robosystems_client/api/graph_limits/get_graph_limits.py,sha256=mCqT_n0_S_5HLzg8-tIGASgAx7Zn2Wm9QJ1Be8QMeQE,6967
|
|
77
77
|
robosystems_client/api/graphs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
78
|
-
robosystems_client/api/graphs/create_graph.py,sha256=
|
|
78
|
+
robosystems_client/api/graphs/create_graph.py,sha256=SyvnL68ktHF6clGk1G0gVl4vd7W44tnr_q1IC_tFiAU,16686
|
|
79
79
|
robosystems_client/api/graphs/get_available_extensions.py,sha256=RgFi30dABMq2bHOMjB5VHYz5LsVJ1lI12lOjOH1jU-w,8287
|
|
80
|
-
robosystems_client/api/graphs/get_available_graph_tiers.py,sha256=
|
|
80
|
+
robosystems_client/api/graphs/get_available_graph_tiers.py,sha256=mDuL_FIvUB0y0QOSoAwjeikduePC9zdB9N4Sz26Otqk,8983
|
|
81
81
|
robosystems_client/api/graphs/get_graphs.py,sha256=p4e_BT0BKrsstGlvvuxr7cX_mQEJGC4zxeqJOL_WBW4,10891
|
|
82
82
|
robosystems_client/api/graphs/select_graph.py,sha256=diWhifl8aEr3VNyQgQGj7TbiyfcquQNtsGoRmnKmtqE,9310
|
|
83
|
-
robosystems_client/api/
|
|
84
|
-
robosystems_client/api/
|
|
85
|
-
robosystems_client/api/
|
|
83
|
+
robosystems_client/api/materialize/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
84
|
+
robosystems_client/api/materialize/get_materialization_status.py,sha256=ugBN_pdNyn5LfYWd8t7XWMCw_RE3y9tz--6dlF5Elfk,7808
|
|
85
|
+
robosystems_client/api/materialize/materialize_graph.py,sha256=PqLvK1x43jDYEWxlixR93iXqbUJbVJ8YJxaiKj4xssA,14036
|
|
86
86
|
robosystems_client/api/mcp/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
87
87
|
robosystems_client/api/mcp/call_mcp_tool.py,sha256=qVAhv_XN3XKOdlBX4EB-pTH27pOC8SYIUBDEoaRhiDs,14914
|
|
88
|
-
robosystems_client/api/mcp/list_mcp_tools.py,sha256=
|
|
88
|
+
robosystems_client/api/mcp/list_mcp_tools.py,sha256=Lrz3IEfilkEXUIt1UUtHLmMVjrrGDRp3dtcQNxoguv8,7846
|
|
89
89
|
robosystems_client/api/operations/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
90
90
|
robosystems_client/api/operations/cancel_operation.py,sha256=1ZWQSAoiH1HfRp13u4xbc3xsqwSYCHo0ftvsskRFyj0,6052
|
|
91
91
|
robosystems_client/api/operations/get_operation_status.py,sha256=VfBBoySu_dwyi4j9xiIXZ7Zz1g2Pqipg5gcl9006f0Q,6801
|
|
@@ -111,13 +111,13 @@ robosystems_client/api/schema/export_graph_schema.py,sha256=vJPewU7VwMLqhb6I2jwF
|
|
|
111
111
|
robosystems_client/api/schema/get_graph_schema.py,sha256=AgRMH6nhEO-fcB6sDY17AXSFKgXlRfoNtZWDalcLmGg,11510
|
|
112
112
|
robosystems_client/api/schema/validate_schema.py,sha256=p9FXRZG6_HvqXcyM5LcbzrBV8Yh3Fq5Chj8Fem5xo2I,9510
|
|
113
113
|
robosystems_client/api/service_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
114
|
-
robosystems_client/api/service_offerings/get_service_offerings.py,sha256=
|
|
114
|
+
robosystems_client/api/service_offerings/get_service_offerings.py,sha256=OhXFb6Ctun_M0NDTr_hqx4z3Ko4Cwz-lgV1f0HnQjws,7782
|
|
115
115
|
robosystems_client/api/status/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
116
116
|
robosystems_client/api/status/get_service_status.py,sha256=iaFsRp1R3HbyHfJ0HJCvXbqa3_t5sgX_UuEz0n8gUM4,3244
|
|
117
117
|
robosystems_client/api/subgraphs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
118
|
-
robosystems_client/api/subgraphs/create_subgraph.py,sha256=
|
|
119
|
-
robosystems_client/api/subgraphs/delete_subgraph.py,sha256=
|
|
120
|
-
robosystems_client/api/subgraphs/get_subgraph_info.py,sha256=
|
|
118
|
+
robosystems_client/api/subgraphs/create_subgraph.py,sha256=wmuicr2kTgSNuBIH7h2MoS3iHl9WfsJrfme3EAitBas,9004
|
|
119
|
+
robosystems_client/api/subgraphs/delete_subgraph.py,sha256=OM2nXUszqxDzPxwGtf5vPpCIaIfCH0AiqZan0cClUrI,9183
|
|
120
|
+
robosystems_client/api/subgraphs/get_subgraph_info.py,sha256=1bmi4Q96y-CVqI9CloRL13OrXHRjCQcC1oZ58wbIuXM,7639
|
|
121
121
|
robosystems_client/api/subgraphs/get_subgraph_quota.py,sha256=Jzol-OgC6iS38YpoOIfPni1KFFYCcWx5miPwf0Hvk74,6424
|
|
122
122
|
robosystems_client/api/subgraphs/list_subgraphs.py,sha256=WDcplIku42Xh2hgjffxr0Zk4S5M_dG4ukYUXEwE6SXM,5252
|
|
123
123
|
robosystems_client/api/subscriptions/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
@@ -150,7 +150,7 @@ robosystems_client/extensions/element_mapping_client.py,sha256=yuh0QPQBPM33E7r6Q
|
|
|
150
150
|
robosystems_client/extensions/extensions.py,sha256=7vsD3QeIKbwhC1UqNskFjsfKkg_ZO3PPDnc6TxV3PoA,6722
|
|
151
151
|
robosystems_client/extensions/file_client.py,sha256=WNttw8BtdpLsb3N2fkvim-a8eDSshi8LM3nMtfEmLt0,11843
|
|
152
152
|
robosystems_client/extensions/graph_client.py,sha256=OBi0xj0SLIRKLeSu_DiGt2ZakCmhggvNrMP3jdRfEgQ,10326
|
|
153
|
-
robosystems_client/extensions/materialization_client.py,sha256=
|
|
153
|
+
robosystems_client/extensions/materialization_client.py,sha256=Pvq4Gz5fS4B2eTxFrpCGTj7-diOZwOtWnNo7wKT9mVE,6811
|
|
154
154
|
robosystems_client/extensions/operation_client.py,sha256=B1qju-wWQrnrnVJixKGgsA_KEInviwJwdlJxzm_i7P0,13359
|
|
155
155
|
robosystems_client/extensions/query_client.py,sha256=cX3e8EBoTeg4Lwm6edJYRULM2UmGpfqNX3f48S8TQbE,19430
|
|
156
156
|
robosystems_client/extensions/sse_client.py,sha256=XvQIq3JQ0Yiax11E7cwclhupShYOpEMURM2cYQodiz8,15058
|
|
@@ -190,7 +190,7 @@ robosystems_client/models/auth_response_user.py,sha256=Y9vbIYo8CCpi0dZi6Bum80W7j
|
|
|
190
190
|
robosystems_client/models/available_extension.py,sha256=XVnocYEYQ1PSf-CNJkZAd2mM3hxnPzFgBylpIt3rsHM,1841
|
|
191
191
|
robosystems_client/models/available_extensions_response.py,sha256=GygfjgicKpJeIZBSNRSlO3Z1VXS3nmtgQww--HDyElA,2011
|
|
192
192
|
robosystems_client/models/available_graph_tiers_response.py,sha256=hjiSJoUw1HT9xjTiwkImfGg1jGWeuE6iXlAsqgygzXI,1938
|
|
193
|
-
robosystems_client/models/backup_create_request.py,sha256=
|
|
193
|
+
robosystems_client/models/backup_create_request.py,sha256=Tbj05WY5ddUx4qInqA88Rv3NRnOjoL0VUWCRtMwZ-To,3654
|
|
194
194
|
robosystems_client/models/backup_download_url_response.py,sha256=jk5X5aQmo8cubpEkAGR4Awv82Ag8fLYOulPSz6USNow,2408
|
|
195
195
|
robosystems_client/models/backup_limits.py,sha256=EBrqEQG6URDcIyopWfwh8bRvuL2Po_SKG_h-ALal7eU,2159
|
|
196
196
|
robosystems_client/models/backup_list_response.py,sha256=sJt07sjkHGU6opSc18Q0KNWuRGoFQCVfo8-1YX6Q53Q,2248
|
|
@@ -215,11 +215,11 @@ robosystems_client/models/connection_response_provider.py,sha256=th7b2inab-PZWaQ
|
|
|
215
215
|
robosystems_client/models/copy_operation_limits.py,sha256=bn3bGYo7SEXAL46b538rFqHczvjggJvckwkm2-gxlJU,3095
|
|
216
216
|
robosystems_client/models/create_api_key_request.py,sha256=-anYCyoXcoOXdoe9O120efQPz3vH_sOiV4ZBJFZgsxA,2808
|
|
217
217
|
robosystems_client/models/create_api_key_response.py,sha256=fkmBwgQ6sT0E6Cv5GwbFl4FmyJB4cz3Ot_1z5zQWXHA,1831
|
|
218
|
-
robosystems_client/models/create_checkout_request.py,sha256=
|
|
218
|
+
robosystems_client/models/create_checkout_request.py,sha256=yBh9OrWrMZtr-jqKubJY8q5B3vEhU-WYhgq8F1Qs-1w,2589
|
|
219
219
|
robosystems_client/models/create_checkout_request_resource_config.py,sha256=-mid527hAZg_Lc4nyl0Bmg77OJyaN5lAxVXEnDhN87Y,1451
|
|
220
220
|
robosystems_client/models/create_connection_request.py,sha256=dS-njOz0esQ6NVlv8p8T7aGox-VG--C3CD1WVQetgj4,5973
|
|
221
221
|
robosystems_client/models/create_connection_request_provider.py,sha256=TBZm3ApK31i1jit4WUxqtFtJq-LYKqXeVAHJIJh9Slw,190
|
|
222
|
-
robosystems_client/models/create_graph_request.py,sha256=
|
|
222
|
+
robosystems_client/models/create_graph_request.py,sha256=pWW53QshIqnJZjfwxGQHzetq3Pm5ND8UtFR_M2cVDjQ,6168
|
|
223
223
|
robosystems_client/models/create_org_request.py,sha256=nYl6eD139k0UtQINNUFSAnb-DWIug-PzL9g3HQsUwdw,1944
|
|
224
224
|
robosystems_client/models/create_repository_subscription_request.py,sha256=kDPTloTa-91XSz5ZMwx_D0nQju1K_E64qtV8-Xt6Yqw,1612
|
|
225
225
|
robosystems_client/models/create_subgraph_request.py,sha256=ARlK4Y3g6zpSrjwWLsdIAW0Q06L5ojA2V0Z5ECxc98Q,5462
|
|
@@ -264,7 +264,7 @@ robosystems_client/models/get_current_auth_user_response_getcurrentauthuser.py,s
|
|
|
264
264
|
robosystems_client/models/get_file_info_response.py,sha256=N-pIl3vdAyLi6OGxzS00hgyjZZksWgghP077r9z3nlw,6939
|
|
265
265
|
robosystems_client/models/get_operation_status_response_getoperationstatus.py,sha256=DIBYtgU2ukYyHhwyyEimmiNmsi7Gcasp1pydTaLFXU0,1340
|
|
266
266
|
robosystems_client/models/get_storage_usage_response_getstorageusage.py,sha256=fiAu_25kp7FZ74OQ7KFKTRL-cmLWY9Xd1JBU2hmEkFw,1310
|
|
267
|
-
robosystems_client/models/graph_info.py,sha256=
|
|
267
|
+
robosystems_client/models/graph_info.py,sha256=W02yhNeuZ14UyVbJEN_7pb66NJ3WFD1ts4VYOrAON4U,5174
|
|
268
268
|
robosystems_client/models/graph_limits_response.py,sha256=SqgsGACuFxdBkNDTwKHF1PCi8JJy-Y8d2FJavQCz8L8,5303
|
|
269
269
|
robosystems_client/models/graph_metadata.py,sha256=0bFiZeAk98TcCJiJDKUe5Td899bWZ8-VtOghVP_pDnw,2963
|
|
270
270
|
robosystems_client/models/graph_metrics_response.py,sha256=YCHbj1aR3DW3wIAEDsQMwIV7NtOIgwgX62ueC71DeRI,5849
|
|
@@ -273,11 +273,11 @@ robosystems_client/models/graph_metrics_response_health_status.py,sha256=2hP_0W-
|
|
|
273
273
|
robosystems_client/models/graph_metrics_response_node_counts.py,sha256=vLq-XjIFIGEcIxmNjw-ulHVmHGH2MysXjZOYfs20bFo,1289
|
|
274
274
|
robosystems_client/models/graph_metrics_response_relationship_counts.py,sha256=Xh3Uo_xcN8U3JWM1Jz5tYb0Z2jn1gPHrKrXydROGL-o,1336
|
|
275
275
|
robosystems_client/models/graph_subscription_response.py,sha256=IzvPQK39SOIQ_86wiAaRz3xyp3Y2ZkyxxhIjDR_dRGE,6504
|
|
276
|
-
robosystems_client/models/graph_subscription_tier.py,sha256=
|
|
276
|
+
robosystems_client/models/graph_subscription_tier.py,sha256=sowcfqI196oH8x9_p1Xpa9H9uJK6PnnAKlHlYJwpt70,6776
|
|
277
277
|
robosystems_client/models/graph_subscriptions.py,sha256=xWy_VfuVTJ1NFWT9TyBWC3E6LRMY6-6aEC_mk9z5D-E,3135
|
|
278
278
|
robosystems_client/models/graph_tier_backup.py,sha256=1RFxOhk-uyFy6BDARw7ruaRlQdRXaqK-Lx2Nh178TwQ,2181
|
|
279
279
|
robosystems_client/models/graph_tier_copy_operations.py,sha256=xrb1JtuD7goTDM2rWeSYSLoMW7LQR5xkgvl-27BxX_Y,2814
|
|
280
|
-
robosystems_client/models/graph_tier_info.py,sha256=
|
|
280
|
+
robosystems_client/models/graph_tier_info.py,sha256=Ox3df4W1KZr9P98m9eb2LE2b-KvMaX2kXgjVjoNHB8I,5263
|
|
281
281
|
robosystems_client/models/graph_tier_instance.py,sha256=yS9ad_B-v4pYfbWFIvk0Ur2QRiPMS2KbJnU3x5iwNNc,1939
|
|
282
282
|
robosystems_client/models/graph_tier_limits.py,sha256=oUj6Cr6mCILyWeTRMjh7lc1CCC8FluxBx2DCpAoIVVA,3068
|
|
283
283
|
robosystems_client/models/graph_usage_response.py,sha256=CjGxXWRecQbGTaYk7lTWjGXgpJeEF-NikadFbMUbuOs,7235
|
|
@@ -295,7 +295,7 @@ robosystems_client/models/link_token_request_options_type_0.py,sha256=AOp8tkdIE-
|
|
|
295
295
|
robosystems_client/models/link_token_request_provider_type_0.py,sha256=N2wRX99ghudXH6qC8HX9MUgUrwFRCzasoQSg74UCHZo,188
|
|
296
296
|
robosystems_client/models/list_connections_provider_type_0.py,sha256=Mmteiaom76sOnidak7Y1zY4UemEbnM_3BnfbkFUUVv0,187
|
|
297
297
|
robosystems_client/models/list_org_graphs_response_200_item.py,sha256=hqZ5dgZfrwlhj0_i6GlzcpOdxsxAgrPkyixRIq4LYpM,1263
|
|
298
|
-
robosystems_client/models/list_subgraphs_response.py,sha256=
|
|
298
|
+
robosystems_client/models/list_subgraphs_response.py,sha256=DSMOfLP61Nm-rfSO9VNuzFSGZLhMSAIBF-m_yBQWehc,4837
|
|
299
299
|
robosystems_client/models/list_table_files_response.py,sha256=D4SuwlQy11oOhEq9k2VAtkaGbMrQy84nDxpQuNQ98hQ,3189
|
|
300
300
|
robosystems_client/models/login_request.py,sha256=8LbzTIfoUWAKzkEYs7E6AXr4TEPAeejoX8kIMBRm7XQ,1579
|
|
301
301
|
robosystems_client/models/logout_user_response_logoutuser.py,sha256=dpvqyIqCDQdXVyx-gDyl3qex2KuyjJUE0OuldQcL4k0,1257
|
|
@@ -414,7 +414,7 @@ robosystems_client/models/view_axis_config_member_labels_type_0.py,sha256=kkzpHx
|
|
|
414
414
|
robosystems_client/models/view_config.py,sha256=HQnqYjLMXRhjZLOc5ypwILriMFKuvPzu0hPQi2vyNoM,3795
|
|
415
415
|
robosystems_client/models/view_source.py,sha256=h66cASj-P_-qOptKv26uAIe9PtIewU2nTs42Ls-lFFk,4098
|
|
416
416
|
robosystems_client/models/view_source_type.py,sha256=KpgczHUeOinV01jdLvytZ2URKwcsRcp1doPx2D3USyw,169
|
|
417
|
-
robosystems_client-0.2.
|
|
418
|
-
robosystems_client-0.2.
|
|
419
|
-
robosystems_client-0.2.
|
|
420
|
-
robosystems_client-0.2.
|
|
417
|
+
robosystems_client-0.2.20.dist-info/METADATA,sha256=YhEF7b7jE9rE1DWePu4P5JVfW8qOFDNx_9xic0C8_ts,3899
|
|
418
|
+
robosystems_client-0.2.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
419
|
+
robosystems_client-0.2.20.dist-info/licenses/LICENSE,sha256=LjFqQPU4eQh7jAQ04SmE9eC0j74HCdXvzbo0hjW4mWo,1063
|
|
420
|
+
robosystems_client-0.2.20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robosystems_client-0.2.18.dist-info → robosystems_client-0.2.20.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|