Skip to content

Commit 767b581

Browse files
authored
Merge pull request #80 from Contentstack-Solutions/feat/CS-43273
CS-43273-Change required for GCP support
2 parents 90f15d1 + a59da0c commit 767b581

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/yarn.lock
88
node_modules
99
.vscode/
10+
oclif.manifest.json

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "contentstack-cli-tsgen",
33
"description": "Generate TypeScript typings from a Stack.",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"author": "Michael Davis",
66
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues",
77
"dependencies": {

src/lib/stack/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const REGION_URL_MAPPING: RegionUrlMap = {
1111
us: 'cdn.contentstack.io',
1212
eu: 'eu-cdn.contentstack.com',
1313
'azure-na': 'azure-na-cdn.contentstack.com',
14-
'azure-eu': 'azure-eu-cdn.contentstack.com'
14+
'azure-eu': 'azure-eu-cdn.contentstack.com',
15+
'gcp-na': 'gcp-na-cdn.contentstack.com'
1516
}
1617

1718
export type StackConnectionConfig = {

0 commit comments

Comments
 (0)