@rudderhq/db 0.4.1 → 0.4.2-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/local-postgres-provider.d.ts +4 -0
- package/dist/local-postgres-provider.d.ts.map +1 -1
- package/dist/local-postgres-provider.js +115 -20
- package/dist/local-postgres-provider.js.map +1 -1
- package/dist/local-postgres-provider.test.js +37 -6
- package/dist/local-postgres-provider.test.js.map +1 -1
- package/dist/migrations/0096_agent_custom_integrations.sql +86 -0
- package/dist/migrations/meta/0096_snapshot.json +18464 -0
- package/dist/migrations/meta/_journal.json +7 -0
- package/dist/schema/custom_integrations.d.ts +891 -0
- package/dist/schema/custom_integrations.d.ts.map +1 -0
- package/dist/schema/custom_integrations.js +79 -0
- package/dist/schema/custom_integrations.js.map +1 -0
- package/dist/schema/index.d.ts +1 -0
- package/dist/schema/index.d.ts.map +1 -1
- package/dist/schema/index.js +1 -0
- package/dist/schema/index.js.map +1 -1
- package/dist/schema/plugin_entities.d.ts +2 -2
- package/dist/schema/plugin_state.d.ts +2 -2
- package/dist/schema/plugin_webhooks.d.ts +2 -2
- package/package.json +2 -2
|
@@ -673,6 +673,13 @@
|
|
|
673
673
|
"when": 1782115200000,
|
|
674
674
|
"tag": "0095_chat_conversation_forks",
|
|
675
675
|
"breakpoints": true
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"idx": 96,
|
|
679
|
+
"version": "7",
|
|
680
|
+
"when": 1782583200000,
|
|
681
|
+
"tag": "0096_agent_custom_integrations",
|
|
682
|
+
"breakpoints": true
|
|
676
683
|
}
|
|
677
684
|
]
|
|
678
685
|
}
|