@membranehq/sdk 0.9.9 → 0.9.11
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/bundle.d.ts +281 -239
- package/dist/bundle.js +24 -6
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/base-accessors.d.ts +1 -1
- package/dist/dts/alerts/types.d.ts +2 -1
- package/dist/dts/{entity-repository.d.ts → api/index.d.ts} +31 -8
- package/dist/dts/index.browser.d.ts +2 -2
- package/dist/dts/integration-elements/connection-level-element.accessor.d.ts +1 -1
- package/dist/dts/integration-elements/integration-level-element.accessor.d.ts +1 -1
- package/dist/dts/orgs/types.d.ts +3 -0
- package/dist/dts/scenario-templates/index.d.ts +1 -1
- package/dist/dts/usage/types.d.ts +1 -0
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +212 -1
- package/dist/dts/workspace-elements/api/actions-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +12 -8
- package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +22 -13
- package/dist/dts/workspace-elements/api/connections-api.d.ts +11 -5
- package/dist/dts/workspace-elements/api/connectors-api.d.ts +7 -0
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +55 -17
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +17 -0
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +2 -2
- package/dist/dts/workspace-elements/api/external-apps-api.d.ts +10 -0
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +11 -0
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +1 -8
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/flows-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/index.d.ts +2 -0
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +26 -8
- package/dist/dts/workspace-elements/api/packages-api.d.ts +23 -9
- package/dist/dts/workspace-elements/api/screens-api.d.ts +7 -4
- package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +1 -0
- package/dist/dts/workspace-elements/base/data-sources/index.d.ts +2 -0
- package/dist/dts/{apps/types.d.ts → workspace-elements/base/external-apps/index.d.ts} +1 -0
- package/dist/dts/workspace-elements/base/external-events/api.d.ts +1 -1
- package/dist/dts/workspace-elements/base/integrations/index.d.ts +122 -1
- package/dist/dts/workspace-elements/base/packages/index.d.ts +36 -6
- package/dist/dts/workspace-elements/types.d.ts +16 -0
- package/dist/dts/workspace-elements-catalog/index.d.ts +8 -7
- package/dist/index.browser.d.mts +1451 -1007
- package/dist/index.browser.d.ts +1451 -1007
- package/dist/index.browser.js +243 -60
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +217 -61
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.d.mts +1451 -1007
- package/dist/index.node.d.ts +1451 -1007
- package/dist/index.node.js +243 -60
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.mjs +217 -61
- package/dist/index.node.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/dts/apps/index.d.ts +0 -1
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +0 -104
package/dist/bundle.js
CHANGED
|
@@ -19389,11 +19389,10 @@
|
|
|
19389
19389
|
content: "";
|
|
19390
19390
|
width: 5rem;
|
|
19391
19391
|
height: 4rem;
|
|
19392
|
-
background-image: url(
|
|
19392
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%23fff' %3E%3Cpath d='M56.45 13.17c0-.96 1.04-1.56 1.88-1.08l44.4 25.71c.47.28.77.8.77 1.35V90.6c0 .96-1.04 1.56-1.87 1.08l-11.1-6.43V48.78c0-.55-.3-1.07-.78-1.35l-33.3-19.28z' /%3E%3Cpath d='M36.48 26.8c0-.96 1.04-1.56 1.87-1.08l44.4 25.71c.48.28.78.8.78 1.35v51.44c0 .96-1.04 1.56-1.87 1.08l-11.11-6.43V62.43c0-.55-.3-1.07-.78-1.35L36.48 41.8z' /%3E%3Cpath d='M16.5 40.45c0-.96 1.04-1.56 1.87-1.08l44.4 25.71c.48.28.78.8.78 1.35v51.44c0 .96-1.04 1.56-1.87 1.08l-44.56-25.8a1.3 1.3 0 0 1-.62-1.09z' /%3E%3C/svg%3E");
|
|
19393
19393
|
background-size: contain;
|
|
19394
19394
|
background-repeat: no-repeat;
|
|
19395
19395
|
background-position: center;
|
|
19396
|
-
filter: invert(1);
|
|
19397
19396
|
}`,
|
|
19398
19397
|
`.${CONTAINER_ELEMENT_CLASS} iframe {
|
|
19399
19398
|
${hasCustomMountTarget ? '' : 'position: absolute;'}
|
|
@@ -19974,21 +19973,29 @@
|
|
|
19974
19973
|
return Boolean(val);
|
|
19975
19974
|
}, boolean$1());
|
|
19976
19975
|
|
|
19976
|
+
const PaginationQuery = object({
|
|
19977
|
+
limit: number().int().min(1).max(1000).optional(),
|
|
19978
|
+
cursor: string$1().optional(),
|
|
19979
|
+
});
|
|
19977
19980
|
const IncludeArchivedQuery = object({
|
|
19978
19981
|
includeArchived: zodBooleanCoercion().optional(),
|
|
19979
19982
|
});
|
|
19980
19983
|
const SearchQuery = object({
|
|
19981
19984
|
search: string$1().optional(),
|
|
19982
19985
|
});
|
|
19983
|
-
const PaginationQuery = object({
|
|
19984
|
-
limit: number().int().min(1).max(1000).optional(),
|
|
19985
|
-
cursor: string$1().optional(),
|
|
19986
|
-
});
|
|
19987
19986
|
const CommonListElementsQuery = SearchQuery.merge(PaginationQuery).merge(IncludeArchivedQuery);
|
|
19987
|
+
const CommonFindElementsQuery = CommonListElementsQuery.extend({
|
|
19988
|
+
connectorId: string$1().optional(),
|
|
19989
|
+
});
|
|
19988
19990
|
CommonListElementsQuery.extend({
|
|
19989
19991
|
userId: string$1().optional(),
|
|
19990
19992
|
instanceKey: string$1().optional(),
|
|
19991
19993
|
});
|
|
19994
|
+
CommonFindElementsQuery.extend({
|
|
19995
|
+
id: string$1().optional(),
|
|
19996
|
+
userId: string$1().optional(),
|
|
19997
|
+
instanceKey: string$1().optional(),
|
|
19998
|
+
});
|
|
19992
19999
|
object({
|
|
19993
20000
|
connectionId: string$1().optional(),
|
|
19994
20001
|
integrationId: string$1().optional(),
|
|
@@ -20104,6 +20111,17 @@
|
|
|
20104
20111
|
userId: string$1().optional(),
|
|
20105
20112
|
});
|
|
20106
20113
|
BaseMembraneInterface.merge(BaseIntegrationLevelMembraneInterfaceEditableProperties).merge(BaseIntegrationLevelMembraneInterfaceReadOnlyProperties);
|
|
20114
|
+
object({
|
|
20115
|
+
q: string$1().min(1).max(200),
|
|
20116
|
+
elementType: _enum(WorkspaceElementType).optional(),
|
|
20117
|
+
limit: number().int().min(1).max(100).optional(),
|
|
20118
|
+
cursor: string$1().optional(),
|
|
20119
|
+
});
|
|
20120
|
+
object({
|
|
20121
|
+
elementType: _enum(WorkspaceElementType),
|
|
20122
|
+
elementId: string$1(),
|
|
20123
|
+
name: string$1(),
|
|
20124
|
+
});
|
|
20107
20125
|
|
|
20108
20126
|
const MAX_POLLING_ERRORS = 10;
|
|
20109
20127
|
class FlowInstancesAccessor extends ElementInstanceListAccessor {
|