@ones-open/node-sdk 0.0.4-16644.216 → 0.0.4-1720.217

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/index.cjs CHANGED
@@ -77,12 +77,9 @@ const getAccessTokenByInstallationInfo = async function(installationInfo) {
77
77
  throw error;
78
78
  }
79
79
  };
80
- const oauth = {
81
- getAccessTokenByInstallationInfo
82
- };
83
80
  const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
84
81
  __proto__: null,
85
- oauth
82
+ getAccessTokenByInstallationInfo
86
83
  }, Symbol.toStringTag, { value: "Module" }));
87
84
  var EntityWhereConditionEnum = /* @__PURE__ */ ((EntityWhereConditionEnum2) => {
88
85
  EntityWhereConditionEnum2["beginsWith"] = "beginsWith";
package/dist/index.js CHANGED
@@ -75,12 +75,9 @@ const getAccessTokenByInstallationInfo = async function(installationInfo) {
75
75
  throw error;
76
76
  }
77
77
  };
78
- const oauth = {
79
- getAccessTokenByInstallationInfo
80
- };
81
78
  const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
82
79
  __proto__: null,
83
- oauth
80
+ getAccessTokenByInstallationInfo
84
81
  }, Symbol.toStringTag, { value: "Module" }));
85
82
  var EntityWhereConditionEnum = /* @__PURE__ */ ((EntityWhereConditionEnum2) => {
86
83
  EntityWhereConditionEnum2["beginsWith"] = "beginsWith";
@@ -1,4 +1,4 @@
1
1
  import type { OAuthClient } from './types';
2
2
  export type * from './types';
3
- export declare const oauth: OAuthClient;
3
+ export declare const getAccessTokenByInstallationInfo: OAuthClient['getAccessTokenByInstallationInfo'];
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/packages/node/oauth/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAoB,WAAW,EAAE,MAAM,SAAS,CAAA;AAE5D,mBAAmB,SAAS,CAAA;AA2F5B,eAAO,MAAM,KAAK,EAAE,WAEnB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/packages/node/oauth/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAoB,WAAW,EAAE,MAAM,SAAS,CAAA;AAE5D,mBAAmB,SAAS,CAAA;AAiD5B,eAAO,MAAM,gCAAgC,EAAE,WAAW,CAAC,kCAAkC,CAsC1F,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-open/node-sdk",
3
- "version": "0.0.4-16644.216+5b8986c9",
3
+ "version": "0.0.4-1720.217+87ec0b46",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -50,5 +50,5 @@
50
50
  "devDependencies": {
51
51
  "@types/lodash-es": "^4.17.12"
52
52
  },
53
- "gitHead": "5b8986c971f7a93045070b6cede500665522199a"
53
+ "gitHead": "87ec0b46f81ef26c1329cbc21b63cc4bb49d531a"
54
54
  }