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.
@@ -157,8 +157,19 @@ export type ICloudEnvironment = {
157
157
  Default: string;
158
158
  China: string;
159
159
  Flow: string;
160
- FlowL4: string;
161
- FlowL5: string;
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
@@ -8,7 +8,7 @@ var sptypes_1 = require("./sptypes");
8
8
  * SharePoint REST Library
9
9
  */
10
10
  exports.$REST = {
11
- __ver: 7.38,
11
+ __ver: 7.40,
12
12
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
13
13
  Apps: Lib.Apps,
14
14
  ContextInfo: Lib.ContextInfo,
@@ -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
- FlowL4: "https://gov.service.flow.microsoft.us/",
101
- FlowL5: "https://high.service.flow.microsoft.us/",
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"
@@ -4207,8 +4207,19 @@ declare module 'gd-sprest/sptypes/sptypes' {
4207
4207
  Default: string;
4208
4208
  China: string;
4209
4209
  Flow: string;
4210
- FlowL4: string;
4211
- FlowL5: string;
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;