@squidcloud/client 1.0.30 → 1.0.31
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/common/src/application.schemas.d.ts +0 -4
- package/dist/common/src/application.types.d.ts +0 -1
- package/dist/common/src/integration.types.d.ts +0 -1
- package/dist/common/src/regions.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/package.json +1 -1
- package/dist/typescript-client/src/document-reference.d.ts +1 -2
- package/package.json +1 -1
|
@@ -132,7 +132,6 @@ export type UpsertDataIntegrationRequest = UpsertInternalIntegrationRequest | Up
|
|
|
132
132
|
interface BaseUpsertIntegrationRequest {
|
|
133
133
|
id: IntegrationId;
|
|
134
134
|
type: IntegrationType;
|
|
135
|
-
secured?: boolean;
|
|
136
135
|
}
|
|
137
136
|
interface BaseUpsertDataIntegrationRequest extends BaseUpsertIntegrationRequest {
|
|
138
137
|
supportsExternalChanges?: boolean;
|
|
@@ -15,7 +15,7 @@ export interface SquidSupportedCloud {
|
|
|
15
15
|
}
|
|
16
16
|
export declare const squidSupportedRegionMap: Record<SupportedSquidRegion, SquidCloudRegion>;
|
|
17
17
|
export declare const squidSupportedCloudMap: Record<SquidCloudId, SquidSupportedCloud>;
|
|
18
|
-
export declare function convertToSquidRegion(cloudId: SquidCloudId, region: string
|
|
18
|
+
export declare function convertToSquidRegion(cloudId: SquidCloudId, region: string): SupportedSquidRegion;
|
|
19
19
|
export declare function convertFromSquidRegion(regionAndCloud: SupportedSquidRegion): {
|
|
20
20
|
cloudId: SquidCloudId;
|
|
21
21
|
region: string;
|