gd-sprest 7.3.8 → 7.4.0
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/@types/sptypes/sptypes.d.ts +13 -2
- package/build/rest.js +1 -1
- package/build/sptypes/sptypes.js +13 -2
- package/dist/gd-sprest.d.ts +13 -2
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +1 -1
|
@@ -157,8 +157,19 @@ export type ICloudEnvironment = {
|
|
|
157
157
|
Default: string;
|
|
158
158
|
China: string;
|
|
159
159
|
Flow: string;
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
FlowAPI: string;
|
|
161
|
+
FlowChina: string;
|
|
162
|
+
FlowChinaAPI: string;
|
|
163
|
+
FlowDoD: string;
|
|
164
|
+
FlowDoDAPI: string;
|
|
165
|
+
FlowGov: string;
|
|
166
|
+
FlowGovAPI: string;
|
|
167
|
+
FlowHigh: string;
|
|
168
|
+
FlowHighAPI: string;
|
|
169
|
+
FlowUSNat: string;
|
|
170
|
+
FlowUSNatAPI: string;
|
|
171
|
+
FlowUSSec: string;
|
|
172
|
+
FlowUSSecAPI: string;
|
|
162
173
|
Office: string;
|
|
163
174
|
USL4: string;
|
|
164
175
|
USL5: string;
|
package/build/rest.js
CHANGED
package/build/sptypes/sptypes.js
CHANGED
|
@@ -97,8 +97,19 @@ exports.CloudEnvironment = {
|
|
|
97
97
|
China: "https://microsoftgraph.chinacloudapi.cn",
|
|
98
98
|
Default: "https://graph.microsoft.com",
|
|
99
99
|
Flow: "https://service.flow.microsoft.com/",
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
FlowAPI: "https://api.flow.microsoft.com/",
|
|
101
|
+
FlowChina: "https://service.powerautomate.cn/",
|
|
102
|
+
FlowChinaAPI: "https://api.powerautomate.cn/",
|
|
103
|
+
FlowDoD: "https://service.flow.appsplatform.us/",
|
|
104
|
+
FlowDoDAPI: "https://api.flow.appsplatform.us/",
|
|
105
|
+
FlowGov: "https://gov.service.flow.microsoft.us/",
|
|
106
|
+
FlowGovAPI: "https://gov.api.flow.microsoft.us/",
|
|
107
|
+
FlowHigh: "https://high.service.flow.microsoft.us/",
|
|
108
|
+
FlowHighAPI: "https://high.api.flow.microsoft.us/",
|
|
109
|
+
FlowUSNat: "https://service.flow.eaglex.ic.gov/",
|
|
110
|
+
FlowUSNatAPI: "https://api.flow.eaglex.ic.gov/",
|
|
111
|
+
FlowUSSec: "https://service.flow.microsoft.scloud/",
|
|
112
|
+
FlowUSSecAPI: "https://api.flow.microsoft.scloud/",
|
|
102
113
|
Office: "https://substrate.office.com",
|
|
103
114
|
USL4: "https://graph.microsoft.us",
|
|
104
115
|
USL5: "https://dod-graph.microsoft.us"
|
package/dist/gd-sprest.d.ts
CHANGED
|
@@ -4207,8 +4207,19 @@ declare module 'gd-sprest/sptypes/sptypes' {
|
|
|
4207
4207
|
Default: string;
|
|
4208
4208
|
China: string;
|
|
4209
4209
|
Flow: string;
|
|
4210
|
-
|
|
4211
|
-
|
|
4210
|
+
FlowAPI: string;
|
|
4211
|
+
FlowChina: string;
|
|
4212
|
+
FlowChinaAPI: string;
|
|
4213
|
+
FlowDoD: string;
|
|
4214
|
+
FlowDoDAPI: string;
|
|
4215
|
+
FlowGov: string;
|
|
4216
|
+
FlowGovAPI: string;
|
|
4217
|
+
FlowHigh: string;
|
|
4218
|
+
FlowHighAPI: string;
|
|
4219
|
+
FlowUSNat: string;
|
|
4220
|
+
FlowUSNatAPI: string;
|
|
4221
|
+
FlowUSSec: string;
|
|
4222
|
+
FlowUSSecAPI: string;
|
|
4212
4223
|
Office: string;
|
|
4213
4224
|
USL4: string;
|
|
4214
4225
|
USL5: string;
|