@yuntijs/arcadia-bff-sdk 1.2.37 → 1.2.38
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/cjs/sdk.d.ts +2 -2
- package/dist/esm/sdk.d.ts +2 -2
- package/dist/umd/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/sdk.d.ts
CHANGED
|
@@ -2026,7 +2026,7 @@ export type Plugin = {
|
|
|
2026
2026
|
};
|
|
2027
2027
|
export type PluginAuth = {
|
|
2028
2028
|
__typename?: 'PluginAuth';
|
|
2029
|
-
/** header or query.
|
|
2029
|
+
/** header or query.If empty or none,it means no auth required */
|
|
2030
2030
|
in: Scalars['String']['output'];
|
|
2031
2031
|
/** auth's parameter name. Use Authorization by default */
|
|
2032
2032
|
name: Scalars['String']['output'];
|
|
@@ -2034,7 +2034,7 @@ export type PluginAuth = {
|
|
|
2034
2034
|
token: Scalars['String']['output'];
|
|
2035
2035
|
};
|
|
2036
2036
|
export type PluginAuthInput = {
|
|
2037
|
-
/** header or query.
|
|
2037
|
+
/** header or query.If empty or none,it means no auth required */
|
|
2038
2038
|
in: Scalars['String']['input'];
|
|
2039
2039
|
/** auth's parameter name. Use Authorization by default */
|
|
2040
2040
|
name: Scalars['String']['input'];
|
package/dist/esm/sdk.d.ts
CHANGED
|
@@ -2026,7 +2026,7 @@ export type Plugin = {
|
|
|
2026
2026
|
};
|
|
2027
2027
|
export type PluginAuth = {
|
|
2028
2028
|
__typename?: 'PluginAuth';
|
|
2029
|
-
/** header or query.
|
|
2029
|
+
/** header or query.If empty or none,it means no auth required */
|
|
2030
2030
|
in: Scalars['String']['output'];
|
|
2031
2031
|
/** auth's parameter name. Use Authorization by default */
|
|
2032
2032
|
name: Scalars['String']['output'];
|
|
@@ -2034,7 +2034,7 @@ export type PluginAuth = {
|
|
|
2034
2034
|
token: Scalars['String']['output'];
|
|
2035
2035
|
};
|
|
2036
2036
|
export type PluginAuthInput = {
|
|
2037
|
-
/** header or query.
|
|
2037
|
+
/** header or query.If empty or none,it means no auth required */
|
|
2038
2038
|
in: Scalars['String']['input'];
|
|
2039
2039
|
/** auth's parameter name. Use Authorization by default */
|
|
2040
2040
|
name: Scalars['String']['input'];
|