File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 77/yarn.lock
88node_modules
99.vscode /
10+ oclif.manifest.json
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const REGION_URL_MAPPING: RegionUrlMap = {
1818 eu : 'eu-cdn.contentstack.com' ,
1919 'azure-na' : 'azure-na-cdn.contentstack.com' ,
2020 'azure-eu' : 'azure-eu-cdn.contentstack.com' ,
21+ 'gcp-na' : 'gcp-na-cdn.contentstack.com'
2122}
2223
2324const GRAPHQL_REGION_URL_MAPPING : RegionUrlMap = {
@@ -26,6 +27,7 @@ const GRAPHQL_REGION_URL_MAPPING: RegionUrlMap = {
2627 eu : 'https://eu-graphql.contentstack.com/stacks' ,
2728 'azure-na' : 'https://azure-na-graphql.contentstack.com/stacks' ,
2829 'azure-eu' : 'https://azure-eu-graphql.contentstack.com/stacks' ,
30+ 'gcp-na' : 'https://gcp-na-graphql.contentstack.com/stacks'
2931}
3032
3133export type StackConnectionConfig = {
You can’t perform that action at this time.
0 commit comments