@gpt-platform/admin 0.3.0 → 0.3.3
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/index.d.mts +18 -18
- package/dist/index.d.ts +18 -18
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -306,7 +306,7 @@ type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
|
|
|
306
306
|
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = "fields"> = OmitKeys<RequestOptions$1<TResponse, TResponseStyle, ThrowOnError>, "body" | "path" | "query" | "url"> & ([TData] extends [never] ? unknown : Omit<TData, "url">);
|
|
307
307
|
|
|
308
308
|
/** SDK version — updated automatically by mix update.sdks */
|
|
309
|
-
declare const SDK_VERSION = "0.3.
|
|
309
|
+
declare const SDK_VERSION = "0.3.3";
|
|
310
310
|
/** Default API version sent in every request — updated automatically by mix update.sdks */
|
|
311
311
|
declare const DEFAULT_API_VERSION = "2026-02-25";
|
|
312
312
|
|
|
@@ -4212,16 +4212,16 @@ type AccessLogFilterId = {
|
|
|
4212
4212
|
not_eq?: string;
|
|
4213
4213
|
};
|
|
4214
4214
|
type CredentialFilterConnectorType = {
|
|
4215
|
-
eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4216
|
-
greater_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4217
|
-
greater_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4215
|
+
eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4216
|
+
greater_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4217
|
+
greater_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4218
4218
|
in?: Array<string>;
|
|
4219
4219
|
is_distinct_from?: string;
|
|
4220
4220
|
is_nil?: boolean;
|
|
4221
4221
|
is_not_distinct_from?: string;
|
|
4222
|
-
less_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4223
|
-
less_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4224
|
-
not_eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4222
|
+
less_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4223
|
+
less_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4224
|
+
not_eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4225
4225
|
};
|
|
4226
4226
|
type CatalogProductFilterBasePrice = {
|
|
4227
4227
|
eq?: string;
|
|
@@ -15760,7 +15760,7 @@ type Credential = {
|
|
|
15760
15760
|
/**
|
|
15761
15761
|
* Field included by default.
|
|
15762
15762
|
*/
|
|
15763
|
-
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
15763
|
+
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
15764
15764
|
/**
|
|
15765
15765
|
* Number of consecutive token refresh failures. Reset to 0 on successful refresh. Field included by default.
|
|
15766
15766
|
*/
|
|
@@ -18445,7 +18445,7 @@ type ConnectorInstance = {
|
|
|
18445
18445
|
/**
|
|
18446
18446
|
* Field included by default.
|
|
18447
18447
|
*/
|
|
18448
|
-
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
18448
|
+
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
18449
18449
|
/**
|
|
18450
18450
|
* Field included by default.
|
|
18451
18451
|
*/
|
|
@@ -29945,16 +29945,16 @@ type CatalogStockRecordFilterId = {
|
|
|
29945
29945
|
not_eq?: string;
|
|
29946
29946
|
};
|
|
29947
29947
|
type ConnectorInstanceFilterConnectorType = {
|
|
29948
|
-
eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29949
|
-
greater_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29950
|
-
greater_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29948
|
+
eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29949
|
+
greater_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29950
|
+
greater_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29951
29951
|
in?: Array<string>;
|
|
29952
29952
|
is_distinct_from?: string;
|
|
29953
29953
|
is_nil?: boolean;
|
|
29954
29954
|
is_not_distinct_from?: string;
|
|
29955
|
-
less_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29956
|
-
less_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29957
|
-
not_eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29955
|
+
less_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29956
|
+
less_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29957
|
+
not_eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29958
29958
|
};
|
|
29959
29959
|
type CatalogPriceListFilterApplicationId = {
|
|
29960
29960
|
eq?: string;
|
|
@@ -32963,7 +32963,7 @@ type PostAdminConnectorsData = {
|
|
|
32963
32963
|
config?: {
|
|
32964
32964
|
[key: string]: unknown;
|
|
32965
32965
|
} | unknown;
|
|
32966
|
-
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
32966
|
+
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
32967
32967
|
enabled?: boolean | unknown;
|
|
32968
32968
|
metadata?: {
|
|
32969
32969
|
[key: string]: unknown;
|
|
@@ -33789,6 +33789,7 @@ type PostAdminConnectorsOauthCallbackData = {
|
|
|
33789
33789
|
data: {
|
|
33790
33790
|
code: string;
|
|
33791
33791
|
connector_type: string;
|
|
33792
|
+
redirect_uri?: string | unknown;
|
|
33792
33793
|
state: string;
|
|
33793
33794
|
workspace_id: string;
|
|
33794
33795
|
};
|
|
@@ -52305,8 +52306,8 @@ type GetAdminCrmCustomEntitiesByEntityIdVersionsByIdData = {
|
|
|
52305
52306
|
"x-application-key": string;
|
|
52306
52307
|
};
|
|
52307
52308
|
path: {
|
|
52308
|
-
id: string;
|
|
52309
52309
|
entity_id: string;
|
|
52310
|
+
id: string;
|
|
52310
52311
|
};
|
|
52311
52312
|
query?: {
|
|
52312
52313
|
/**
|
|
@@ -91740,7 +91741,6 @@ type PostAdminConnectorsCredentialsByIdRefreshData = {
|
|
|
91740
91741
|
*/
|
|
91741
91742
|
body: {
|
|
91742
91743
|
data: {
|
|
91743
|
-
credential_id: string;
|
|
91744
91744
|
workspace_id: string;
|
|
91745
91745
|
};
|
|
91746
91746
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
|
|
|
306
306
|
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = "fields"> = OmitKeys<RequestOptions$1<TResponse, TResponseStyle, ThrowOnError>, "body" | "path" | "query" | "url"> & ([TData] extends [never] ? unknown : Omit<TData, "url">);
|
|
307
307
|
|
|
308
308
|
/** SDK version — updated automatically by mix update.sdks */
|
|
309
|
-
declare const SDK_VERSION = "0.3.
|
|
309
|
+
declare const SDK_VERSION = "0.3.3";
|
|
310
310
|
/** Default API version sent in every request — updated automatically by mix update.sdks */
|
|
311
311
|
declare const DEFAULT_API_VERSION = "2026-02-25";
|
|
312
312
|
|
|
@@ -4212,16 +4212,16 @@ type AccessLogFilterId = {
|
|
|
4212
4212
|
not_eq?: string;
|
|
4213
4213
|
};
|
|
4214
4214
|
type CredentialFilterConnectorType = {
|
|
4215
|
-
eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4216
|
-
greater_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4217
|
-
greater_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4215
|
+
eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4216
|
+
greater_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4217
|
+
greater_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4218
4218
|
in?: Array<string>;
|
|
4219
4219
|
is_distinct_from?: string;
|
|
4220
4220
|
is_nil?: boolean;
|
|
4221
4221
|
is_not_distinct_from?: string;
|
|
4222
|
-
less_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4223
|
-
less_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4224
|
-
not_eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4222
|
+
less_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4223
|
+
less_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4224
|
+
not_eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
4225
4225
|
};
|
|
4226
4226
|
type CatalogProductFilterBasePrice = {
|
|
4227
4227
|
eq?: string;
|
|
@@ -15760,7 +15760,7 @@ type Credential = {
|
|
|
15760
15760
|
/**
|
|
15761
15761
|
* Field included by default.
|
|
15762
15762
|
*/
|
|
15763
|
-
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
15763
|
+
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
15764
15764
|
/**
|
|
15765
15765
|
* Number of consecutive token refresh failures. Reset to 0 on successful refresh. Field included by default.
|
|
15766
15766
|
*/
|
|
@@ -18445,7 +18445,7 @@ type ConnectorInstance = {
|
|
|
18445
18445
|
/**
|
|
18446
18446
|
* Field included by default.
|
|
18447
18447
|
*/
|
|
18448
|
-
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
18448
|
+
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
18449
18449
|
/**
|
|
18450
18450
|
* Field included by default.
|
|
18451
18451
|
*/
|
|
@@ -29945,16 +29945,16 @@ type CatalogStockRecordFilterId = {
|
|
|
29945
29945
|
not_eq?: string;
|
|
29946
29946
|
};
|
|
29947
29947
|
type ConnectorInstanceFilterConnectorType = {
|
|
29948
|
-
eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29949
|
-
greater_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29950
|
-
greater_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29948
|
+
eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29949
|
+
greater_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29950
|
+
greater_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29951
29951
|
in?: Array<string>;
|
|
29952
29952
|
is_distinct_from?: string;
|
|
29953
29953
|
is_nil?: boolean;
|
|
29954
29954
|
is_not_distinct_from?: string;
|
|
29955
|
-
less_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29956
|
-
less_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29957
|
-
not_eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29955
|
+
less_than?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29956
|
+
less_than_or_equal?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29957
|
+
not_eq?: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
29958
29958
|
};
|
|
29959
29959
|
type CatalogPriceListFilterApplicationId = {
|
|
29960
29960
|
eq?: string;
|
|
@@ -32963,7 +32963,7 @@ type PostAdminConnectorsData = {
|
|
|
32963
32963
|
config?: {
|
|
32964
32964
|
[key: string]: unknown;
|
|
32965
32965
|
} | unknown;
|
|
32966
|
-
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
32966
|
+
connector_type: "salesforce" | "hubspot" | "slack" | "notion" | "sharepoint" | "gmail" | "outlook" | "microsoft_365" | "jira" | "confluence" | "fullscript" | "fhir_r4" | "github" | "gitlab" | "google_calendar" | "google_chat" | "custom";
|
|
32967
32967
|
enabled?: boolean | unknown;
|
|
32968
32968
|
metadata?: {
|
|
32969
32969
|
[key: string]: unknown;
|
|
@@ -33789,6 +33789,7 @@ type PostAdminConnectorsOauthCallbackData = {
|
|
|
33789
33789
|
data: {
|
|
33790
33790
|
code: string;
|
|
33791
33791
|
connector_type: string;
|
|
33792
|
+
redirect_uri?: string | unknown;
|
|
33792
33793
|
state: string;
|
|
33793
33794
|
workspace_id: string;
|
|
33794
33795
|
};
|
|
@@ -52305,8 +52306,8 @@ type GetAdminCrmCustomEntitiesByEntityIdVersionsByIdData = {
|
|
|
52305
52306
|
"x-application-key": string;
|
|
52306
52307
|
};
|
|
52307
52308
|
path: {
|
|
52308
|
-
id: string;
|
|
52309
52309
|
entity_id: string;
|
|
52310
|
+
id: string;
|
|
52310
52311
|
};
|
|
52311
52312
|
query?: {
|
|
52312
52313
|
/**
|
|
@@ -91740,7 +91741,6 @@ type PostAdminConnectorsCredentialsByIdRefreshData = {
|
|
|
91740
91741
|
*/
|
|
91741
91742
|
body: {
|
|
91742
91743
|
data: {
|
|
91743
|
-
credential_id: string;
|
|
91744
91744
|
workspace_id: string;
|
|
91745
91745
|
};
|
|
91746
91746
|
};
|