mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
feat(Azure Cosmos DB Node): New node (#14156)
Co-authored-by: feelgood-interface <feelgood.interface@gmail.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
export const RESOURCE_TYPES = [
|
||||
'dbs',
|
||||
'colls',
|
||||
'sprocs',
|
||||
'udfs',
|
||||
'triggers',
|
||||
'users',
|
||||
'permissions',
|
||||
'docs',
|
||||
];
|
||||
|
||||
export const CURRENT_VERSION = '2018-12-31';
|
||||
|
||||
export const HeaderConstants = {
|
||||
AUTHORIZATION: 'authorization',
|
||||
X_MS_CONTINUATION: 'x-ms-continuation',
|
||||
X_MS_COSMOS_OFFER_AUTOPILOT_SETTING: 'x-ms-cosmos-offer-autopilot-setting',
|
||||
X_MS_DOCUMENTDB_IS_UPSERT: 'x-ms-documentdb-is-upsert',
|
||||
X_MS_DOCUMENTDB_PARTITIONKEY: 'x-ms-documentdb-partitionkey',
|
||||
X_MS_MAX_ITEM_COUNT: 'x-ms-max-item-count',
|
||||
X_MS_OFFER_THROUGHPUT: 'x-ms-offer-throughput',
|
||||
};
|
||||
Reference in New Issue
Block a user