@cloudbase/js-sdk 3.4.6 → 3.4.7
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/CHANGELOG.md +3 -0
- package/ai/dist/index.esm.js +2 -3
- package/ai/dist/index.esm.js.map +1 -0
- package/ai/dist/index.js +2 -21
- package/ai/dist/index.js.map +1 -0
- package/apis/dist/index.esm.js +2 -3
- package/apis/dist/index.esm.js.map +1 -0
- package/apis/dist/index.js +2 -21
- package/apis/dist/index.js.map +1 -0
- package/app/dist/index.esm.js +2 -11
- package/app/dist/index.esm.js.map +1 -0
- package/app/dist/index.js +2 -18
- package/app/dist/index.js.map +1 -0
- package/auth/dist/index.esm.js +3 -8
- package/auth/dist/index.esm.js.LICENSE.txt +12 -0
- package/auth/dist/index.esm.js.map +1 -0
- package/auth/dist/index.js +3 -13
- package/auth/dist/index.js.LICENSE.txt +12 -0
- package/auth/dist/index.js.map +1 -0
- package/cloudrun/dist/index.esm.js +2 -3
- package/cloudrun/dist/index.esm.js.map +1 -0
- package/cloudrun/dist/index.js +2 -21
- package/cloudrun/dist/index.js.map +1 -0
- package/container/dist/index.esm.js +2 -8
- package/container/dist/index.esm.js.map +1 -0
- package/container/dist/index.js +2 -13
- package/container/dist/index.js.map +1 -0
- package/database/package.json +34 -4
- package/dist/index.cjs.js +3 -38
- package/dist/index.cjs.js.LICENSE.txt +12 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.esm.js +3 -33
- package/dist/index.esm.js.LICENSE.txt +12 -0
- package/dist/index.esm.js.map +1 -0
- package/functions/dist/index.esm.js +2 -8
- package/functions/dist/index.esm.js.map +1 -0
- package/functions/dist/index.js +2 -13
- package/functions/dist/index.js.map +1 -0
- package/miniprogram_dist/ai.js +1 -1
- package/miniprogram_dist/apis.js +1 -1
- package/miniprogram_dist/app.js +1 -1
- package/miniprogram_dist/auth.js +1 -1
- package/miniprogram_dist/cloudrun.js +1 -1
- package/miniprogram_dist/container.js +1 -1
- package/miniprogram_dist/database.js +1 -1
- package/miniprogram_dist/functions.js +1 -1
- package/miniprogram_dist/index.js +1 -1
- package/miniprogram_dist/model.js +1 -1
- package/miniprogram_dist/mysql.js +1 -1
- package/miniprogram_dist/oauth.js +2 -1
- package/miniprogram_dist/realtime.js +1 -1
- package/miniprogram_dist/storage.js +1 -1
- package/model/dist/index.esm.js +2 -3
- package/model/dist/index.esm.js.map +1 -0
- package/model/dist/index.js +2 -21
- package/model/dist/index.js.map +1 -0
- package/mysql/dist/index.esm.js +2 -3
- package/mysql/dist/index.esm.js.map +1 -0
- package/mysql/dist/index.js +2 -21
- package/mysql/dist/index.js.map +1 -0
- package/oauth/dist/index.esm.js +3 -3
- package/oauth/dist/index.esm.js.LICENSE.txt +12 -0
- package/oauth/dist/index.esm.js.map +1 -0
- package/oauth/dist/index.js +3 -21
- package/oauth/dist/index.js.LICENSE.txt +12 -0
- package/oauth/dist/index.js.map +1 -0
- package/package.json +29 -47
- package/realtime/dist/index.esm.js +2 -8
- package/realtime/dist/index.esm.js.map +1 -0
- package/realtime/dist/index.js +2 -13
- package/realtime/dist/index.js.map +1 -0
- package/storage/dist/index.esm.js +2 -4
- package/storage/dist/index.esm.js.map +1 -0
- package/storage/dist/index.js +2 -9
- package/storage/dist/index.js.map +1 -0
- package/types/analytics.d.ts +51 -0
- package/types/container.d.ts +93 -0
- package/{node_modules/@cloudbase/types → types}/package.json +1 -1
- package/{node_modules/@cloudbase/utilities → utilities}/package.json +2 -2
- package/ai/src/index.d.ts +0 -1
- package/ai/src/index.ts +0 -1
- package/apis/src/index.d.ts +0 -1
- package/apis/src/index.ts +0 -1
- package/app/src/index.ts +0 -17
- package/auth/src/index.d.ts +0 -2
- package/auth/src/index.ts +0 -8
- package/cloudrun/src/index.d.ts +0 -1
- package/cloudrun/src/index.ts +0 -1
- package/container/src/index.d.ts +0 -2
- package/container/src/index.ts +0 -8
- package/database/dist/index.d.ts +0 -3
- package/database/dist/index.esm.js +0 -503
- package/database/dist/index.js +0 -509
- package/database/src/index.d.ts +0 -3
- package/database/src/index.ts +0 -486
- package/functions/src/index.d.ts +0 -2
- package/functions/src/index.ts +0 -8
- package/model/src/index.d.ts +0 -1
- package/model/src/index.ts +0 -1
- package/mysql/src/index.d.ts +0 -1
- package/mysql/src/index.ts +0 -1
- package/node_modules/@cloudbase/ai/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/ai/dist/cjs/AI.d.ts +0 -27
- package/node_modules/@cloudbase/ai/dist/cjs/AI.js +0 -224
- package/node_modules/@cloudbase/ai/dist/cjs/bot/index.d.ts +0 -41
- package/node_modules/@cloudbase/ai/dist/cjs/bot/index.js +0 -376
- package/node_modules/@cloudbase/ai/dist/cjs/bot/types.d.ts +0 -144
- package/node_modules/@cloudbase/ai/dist/cjs/bot/types.js +0 -3
- package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/index.d.ts +0 -2
- package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/index.js +0 -6
- package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/parse.d.ts +0 -2
- package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/parse.js +0 -126
- package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/stream.d.ts +0 -5
- package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/stream.js +0 -40
- package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/types.d.ts +0 -16
- package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/types.js +0 -3
- package/node_modules/@cloudbase/ai/dist/cjs/index.d.ts +0 -40
- package/node_modules/@cloudbase/ai/dist/cjs/index.js +0 -187
- package/node_modules/@cloudbase/ai/dist/cjs/models/Ark/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/Ark/index.js +0 -130
- package/node_modules/@cloudbase/ai/dist/cjs/models/Ark/type.d.ts +0 -71
- package/node_modules/@cloudbase/ai/dist/cjs/models/Ark/type.js +0 -3
- package/node_modules/@cloudbase/ai/dist/cjs/models/DashScope/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/DashScope/index.js +0 -130
- package/node_modules/@cloudbase/ai/dist/cjs/models/DashScope/type.d.ts +0 -74
- package/node_modules/@cloudbase/ai/dist/cjs/models/DashScope/type.js +0 -3
- package/node_modules/@cloudbase/ai/dist/cjs/models/DeepSeek/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/DeepSeek/index.js +0 -126
- package/node_modules/@cloudbase/ai/dist/cjs/models/Default/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/Default/index.js +0 -122
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/index.js +0 -135
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/type.d.ts +0 -74
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/type.js +0 -3
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/util.d.ts +0 -4
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/util.js +0 -56
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanBeta/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanBeta/index.js +0 -127
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanExp/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanExp/index.js +0 -125
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanOpen/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanOpen/index.js +0 -127
- package/node_modules/@cloudbase/ai/dist/cjs/models/Moonshot/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/Moonshot/index.js +0 -130
- package/node_modules/@cloudbase/ai/dist/cjs/models/Moonshot/type.d.ts +0 -85
- package/node_modules/@cloudbase/ai/dist/cjs/models/Moonshot/type.js +0 -3
- package/node_modules/@cloudbase/ai/dist/cjs/models/Yi/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/Yi/index.js +0 -133
- package/node_modules/@cloudbase/ai/dist/cjs/models/Yi/type.d.ts +0 -75
- package/node_modules/@cloudbase/ai/dist/cjs/models/Yi/type.js +0 -3
- package/node_modules/@cloudbase/ai/dist/cjs/models/ZhiPu/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/models/ZhiPu/index.js +0 -139
- package/node_modules/@cloudbase/ai/dist/cjs/models/ZhiPu/type.d.ts +0 -71
- package/node_modules/@cloudbase/ai/dist/cjs/models/ZhiPu/type.js +0 -3
- package/node_modules/@cloudbase/ai/dist/cjs/models/image-model.d.ts +0 -18
- package/node_modules/@cloudbase/ai/dist/cjs/models/image-model.js +0 -85
- package/node_modules/@cloudbase/ai/dist/cjs/models/index.d.ts +0 -26
- package/node_modules/@cloudbase/ai/dist/cjs/models/index.js +0 -42
- package/node_modules/@cloudbase/ai/dist/cjs/models/model.d.ts +0 -40
- package/node_modules/@cloudbase/ai/dist/cjs/models/model.js +0 -481
- package/node_modules/@cloudbase/ai/dist/cjs/type.d.ts +0 -190
- package/node_modules/@cloudbase/ai/dist/cjs/type.js +0 -10
- package/node_modules/@cloudbase/ai/dist/cjs/utils.d.ts +0 -38
- package/node_modules/@cloudbase/ai/dist/cjs/utils.js +0 -263
- package/node_modules/@cloudbase/ai/dist/esm/AI.d.ts +0 -27
- package/node_modules/@cloudbase/ai/dist/esm/AI.js +0 -198
- package/node_modules/@cloudbase/ai/dist/esm/bot/index.d.ts +0 -41
- package/node_modules/@cloudbase/ai/dist/esm/bot/index.js +0 -373
- package/node_modules/@cloudbase/ai/dist/esm/bot/types.d.ts +0 -144
- package/node_modules/@cloudbase/ai/dist/esm/bot/types.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/index.d.ts +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/index.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/parse.d.ts +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/parse.js +0 -122
- package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/stream.d.ts +0 -5
- package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/stream.js +0 -37
- package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/types.d.ts +0 -16
- package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/types.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/index.d.ts +0 -40
- package/node_modules/@cloudbase/ai/dist/esm/index.js +0 -152
- package/node_modules/@cloudbase/ai/dist/esm/models/Ark/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/Ark/index.js +0 -127
- package/node_modules/@cloudbase/ai/dist/esm/models/Ark/type.d.ts +0 -71
- package/node_modules/@cloudbase/ai/dist/esm/models/Ark/type.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/models/DashScope/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/DashScope/index.js +0 -127
- package/node_modules/@cloudbase/ai/dist/esm/models/DashScope/type.d.ts +0 -74
- package/node_modules/@cloudbase/ai/dist/esm/models/DashScope/type.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/models/DeepSeek/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/DeepSeek/index.js +0 -123
- package/node_modules/@cloudbase/ai/dist/esm/models/Default/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/Default/index.js +0 -119
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/index.js +0 -132
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/type.d.ts +0 -74
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/type.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/util.d.ts +0 -4
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/util.js +0 -51
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanBeta/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanBeta/index.js +0 -124
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanExp/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanExp/index.js +0 -122
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanOpen/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanOpen/index.js +0 -124
- package/node_modules/@cloudbase/ai/dist/esm/models/Moonshot/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/Moonshot/index.js +0 -127
- package/node_modules/@cloudbase/ai/dist/esm/models/Moonshot/type.d.ts +0 -85
- package/node_modules/@cloudbase/ai/dist/esm/models/Moonshot/type.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/models/Yi/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/Yi/index.js +0 -130
- package/node_modules/@cloudbase/ai/dist/esm/models/Yi/type.d.ts +0 -75
- package/node_modules/@cloudbase/ai/dist/esm/models/Yi/type.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/models/ZhiPu/index.d.ts +0 -10
- package/node_modules/@cloudbase/ai/dist/esm/models/ZhiPu/index.js +0 -136
- package/node_modules/@cloudbase/ai/dist/esm/models/ZhiPu/type.d.ts +0 -71
- package/node_modules/@cloudbase/ai/dist/esm/models/ZhiPu/type.js +0 -2
- package/node_modules/@cloudbase/ai/dist/esm/models/image-model.d.ts +0 -18
- package/node_modules/@cloudbase/ai/dist/esm/models/image-model.js +0 -82
- package/node_modules/@cloudbase/ai/dist/esm/models/index.d.ts +0 -26
- package/node_modules/@cloudbase/ai/dist/esm/models/index.js +0 -27
- package/node_modules/@cloudbase/ai/dist/esm/models/model.d.ts +0 -40
- package/node_modules/@cloudbase/ai/dist/esm/models/model.js +0 -478
- package/node_modules/@cloudbase/ai/dist/esm/type.d.ts +0 -190
- package/node_modules/@cloudbase/ai/dist/esm/type.js +0 -7
- package/node_modules/@cloudbase/ai/dist/esm/utils.d.ts +0 -38
- package/node_modules/@cloudbase/ai/dist/esm/utils.js +0 -252
- package/node_modules/@cloudbase/ai/dist/miniprogram/index.js +0 -2
- package/node_modules/@cloudbase/ai/dist/miniprogram/index.js.LICENSE.txt +0 -22
- package/node_modules/@cloudbase/ai/package.json +0 -32
- package/node_modules/@cloudbase/apis/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/apis/dist/cjs/callApis.d.ts +0 -20
- package/node_modules/@cloudbase/apis/dist/cjs/callApis.js +0 -154
- package/node_modules/@cloudbase/apis/dist/cjs/index.d.ts +0 -5
- package/node_modules/@cloudbase/apis/dist/cjs/index.js +0 -53
- package/node_modules/@cloudbase/apis/dist/cjs/type.d.ts +0 -14
- package/node_modules/@cloudbase/apis/dist/cjs/type.js +0 -3
- package/node_modules/@cloudbase/apis/dist/esm/callApis.d.ts +0 -20
- package/node_modules/@cloudbase/apis/dist/esm/callApis.js +0 -148
- package/node_modules/@cloudbase/apis/dist/esm/index.d.ts +0 -5
- package/node_modules/@cloudbase/apis/dist/esm/index.js +0 -35
- package/node_modules/@cloudbase/apis/dist/esm/type.d.ts +0 -14
- package/node_modules/@cloudbase/apis/dist/esm/type.js +0 -2
- package/node_modules/@cloudbase/apis/dist/miniprogram/index.js +0 -1
- package/node_modules/@cloudbase/apis/package.json +0 -28
- package/node_modules/@cloudbase/app/.eslintrc.js +0 -12
- package/node_modules/@cloudbase/app/dist/cjs/constants/common.d.ts +0 -38
- package/node_modules/@cloudbase/app/dist/cjs/constants/common.js +0 -103
- package/node_modules/@cloudbase/app/dist/cjs/index.d.ts +0 -65
- package/node_modules/@cloudbase/app/dist/cjs/index.js +0 -340
- package/node_modules/@cloudbase/app/dist/cjs/index.node.d.ts +0 -6
- package/node_modules/@cloudbase/app/dist/cjs/index.node.js +0 -27
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/constants.d.ts +0 -33
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/constants.js +0 -38
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/context.d.ts +0 -17
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/context.js +0 -189
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/index.d.ts +0 -25
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/index.js +0 -150
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/metadata.d.ts +0 -14
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/metadata.js +0 -130
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/request.d.ts +0 -41
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/request.js +0 -521
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/tool.d.ts +0 -2
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/tool.js +0 -354
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/types.d.ts +0 -102
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/types.js +0 -3
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/utils.d.ts +0 -37
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/utils.js +0 -286
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/wx.d.ts +0 -39
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/wx.js +0 -272
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter.d.ts +0 -3
- package/node_modules/@cloudbase/app/dist/cjs/libs/adapter.js +0 -163
- package/node_modules/@cloudbase/app/dist/cjs/libs/cache.d.ts +0 -6
- package/node_modules/@cloudbase/app/dist/cjs/libs/cache.js +0 -38
- package/node_modules/@cloudbase/app/dist/cjs/libs/component.d.ts +0 -3
- package/node_modules/@cloudbase/app/dist/cjs/libs/component.js +0 -126
- package/node_modules/@cloudbase/app/dist/cjs/libs/lang.d.ts +0 -23
- package/node_modules/@cloudbase/app/dist/cjs/libs/lang.js +0 -59
- package/node_modules/@cloudbase/app/dist/cjs/libs/request.d.ts +0 -62
- package/node_modules/@cloudbase/app/dist/cjs/libs/request.js +0 -480
- package/node_modules/@cloudbase/app/dist/esm/constants/common.d.ts +0 -38
- package/node_modules/@cloudbase/app/dist/esm/constants/common.js +0 -91
- package/node_modules/@cloudbase/app/dist/esm/index.d.ts +0 -65
- package/node_modules/@cloudbase/app/dist/esm/index.js +0 -335
- package/node_modules/@cloudbase/app/dist/esm/index.node.d.ts +0 -6
- package/node_modules/@cloudbase/app/dist/esm/index.node.js +0 -19
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/constants.d.ts +0 -33
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/constants.js +0 -35
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/context.d.ts +0 -17
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/context.js +0 -181
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/index.d.ts +0 -25
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/index.js +0 -120
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/metadata.d.ts +0 -14
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/metadata.js +0 -123
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/request.d.ts +0 -41
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/request.js +0 -495
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/tool.d.ts +0 -2
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/tool.js +0 -350
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/types.d.ts +0 -102
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/types.js +0 -2
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/utils.d.ts +0 -37
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/utils.js +0 -264
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/wx.d.ts +0 -39
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/wx.js +0 -237
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter.d.ts +0 -3
- package/node_modules/@cloudbase/app/dist/esm/libs/adapter.js +0 -136
- package/node_modules/@cloudbase/app/dist/esm/libs/cache.d.ts +0 -6
- package/node_modules/@cloudbase/app/dist/esm/libs/cache.js +0 -32
- package/node_modules/@cloudbase/app/dist/esm/libs/component.d.ts +0 -3
- package/node_modules/@cloudbase/app/dist/esm/libs/component.js +0 -121
- package/node_modules/@cloudbase/app/dist/esm/libs/lang.d.ts +0 -23
- package/node_modules/@cloudbase/app/dist/esm/libs/lang.js +0 -54
- package/node_modules/@cloudbase/app/dist/esm/libs/request.d.ts +0 -62
- package/node_modules/@cloudbase/app/dist/esm/libs/request.js +0 -475
- package/node_modules/@cloudbase/app/dist/miniprogram/index.js +0 -2
- package/node_modules/@cloudbase/app/dist/miniprogram/index.js.LICENSE.txt +0 -7
- package/node_modules/@cloudbase/app/package.json +0 -59
- package/node_modules/@cloudbase/auth/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/auth/dist/cjs/adapter.d.ts +0 -2
- package/node_modules/@cloudbase/auth/dist/cjs/adapter.js +0 -272
- package/node_modules/@cloudbase/auth/dist/cjs/index.d.ts +0 -283
- package/node_modules/@cloudbase/auth/dist/cjs/index.js +0 -3018
- package/node_modules/@cloudbase/auth/dist/cjs/type.d.ts +0 -258
- package/node_modules/@cloudbase/auth/dist/cjs/type.js +0 -6
- package/node_modules/@cloudbase/auth/dist/cjs/utilities.d.ts +0 -7
- package/node_modules/@cloudbase/auth/dist/cjs/utilities.js +0 -23
- package/node_modules/@cloudbase/auth/dist/cjs/utils.d.ts +0 -5
- package/node_modules/@cloudbase/auth/dist/cjs/utils.js +0 -60
- package/node_modules/@cloudbase/auth/dist/cjs/v1-compat.d.ts +0 -77
- package/node_modules/@cloudbase/auth/dist/cjs/v1-compat.js +0 -423
- package/node_modules/@cloudbase/auth/dist/esm/adapter.d.ts +0 -2
- package/node_modules/@cloudbase/auth/dist/esm/adapter.js +0 -268
- package/node_modules/@cloudbase/auth/dist/esm/index.d.ts +0 -283
- package/node_modules/@cloudbase/auth/dist/esm/index.js +0 -3008
- package/node_modules/@cloudbase/auth/dist/esm/type.d.ts +0 -258
- package/node_modules/@cloudbase/auth/dist/esm/type.js +0 -3
- package/node_modules/@cloudbase/auth/dist/esm/utilities.d.ts +0 -7
- package/node_modules/@cloudbase/auth/dist/esm/utilities.js +0 -8
- package/node_modules/@cloudbase/auth/dist/esm/utils.d.ts +0 -5
- package/node_modules/@cloudbase/auth/dist/esm/utils.js +0 -52
- package/node_modules/@cloudbase/auth/dist/esm/v1-compat.d.ts +0 -77
- package/node_modules/@cloudbase/auth/dist/esm/v1-compat.js +0 -419
- package/node_modules/@cloudbase/auth/dist/miniprogram/index.js +0 -1
- package/node_modules/@cloudbase/auth/package.json +0 -31
- package/node_modules/@cloudbase/cloudrun/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/cloudrun/dist/cjs/index.d.ts +0 -4
- package/node_modules/@cloudbase/cloudrun/dist/cjs/index.js +0 -154
- package/node_modules/@cloudbase/cloudrun/dist/esm/index.d.ts +0 -4
- package/node_modules/@cloudbase/cloudrun/dist/esm/index.js +0 -149
- package/node_modules/@cloudbase/cloudrun/package.json +0 -30
- package/node_modules/@cloudbase/container/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/container/.prettierrc.js +0 -41
- package/node_modules/@cloudbase/container/dist/cjs/constants/index.d.ts +0 -1
- package/node_modules/@cloudbase/container/dist/cjs/constants/index.js +0 -5
- package/node_modules/@cloudbase/container/dist/cjs/go_wams_exec.d.ts +0 -2
- package/node_modules/@cloudbase/container/dist/cjs/go_wams_exec.js +0 -538
- package/node_modules/@cloudbase/container/dist/cjs/index.d.ts +0 -13
- package/node_modules/@cloudbase/container/dist/cjs/index.js +0 -343
- package/node_modules/@cloudbase/container/dist/cjs/utils/index.d.ts +0 -3
- package/node_modules/@cloudbase/container/dist/cjs/utils/index.js +0 -83
- package/node_modules/@cloudbase/container/dist/cjs/utils/loader.d.ts +0 -8
- package/node_modules/@cloudbase/container/dist/cjs/utils/loader.js +0 -186
- package/node_modules/@cloudbase/container/dist/cjs/utils/request.d.ts +0 -12
- package/node_modules/@cloudbase/container/dist/cjs/utils/request.js +0 -106
- package/node_modules/@cloudbase/container/dist/esm/constants/index.d.ts +0 -1
- package/node_modules/@cloudbase/container/dist/esm/constants/index.js +0 -2
- package/node_modules/@cloudbase/container/dist/esm/go_wams_exec.d.ts +0 -2
- package/node_modules/@cloudbase/container/dist/esm/go_wams_exec.js +0 -536
- package/node_modules/@cloudbase/container/dist/esm/index.d.ts +0 -13
- package/node_modules/@cloudbase/container/dist/esm/index.js +0 -338
- package/node_modules/@cloudbase/container/dist/esm/utils/index.d.ts +0 -3
- package/node_modules/@cloudbase/container/dist/esm/utils/index.js +0 -77
- package/node_modules/@cloudbase/container/dist/esm/utils/loader.d.ts +0 -8
- package/node_modules/@cloudbase/container/dist/esm/utils/loader.js +0 -178
- package/node_modules/@cloudbase/container/dist/esm/utils/request.d.ts +0 -12
- package/node_modules/@cloudbase/container/dist/esm/utils/request.js +0 -102
- package/node_modules/@cloudbase/container/package.json +0 -30
- package/node_modules/@cloudbase/database/README.md +0 -119
- package/node_modules/@cloudbase/database/package.json +0 -36
- package/node_modules/@cloudbase/database/tsconfig.test.json +0 -15
- package/node_modules/@cloudbase/functions/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/functions/dist/cjs/index.d.ts +0 -2
- package/node_modules/@cloudbase/functions/dist/cjs/index.js +0 -223
- package/node_modules/@cloudbase/functions/dist/esm/index.d.ts +0 -2
- package/node_modules/@cloudbase/functions/dist/esm/index.js +0 -219
- package/node_modules/@cloudbase/functions/package.json +0 -32
- package/node_modules/@cloudbase/model/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/model/dist/cjs/index.d.ts +0 -5
- package/node_modules/@cloudbase/model/dist/cjs/index.js +0 -144
- package/node_modules/@cloudbase/model/dist/esm/index.d.ts +0 -5
- package/node_modules/@cloudbase/model/dist/esm/index.js +0 -125
- package/node_modules/@cloudbase/model/package.json +0 -29
- package/node_modules/@cloudbase/mysql/.eslintrc.js +0 -6
- package/node_modules/@cloudbase/mysql/dist/cjs/index.d.ts +0 -4
- package/node_modules/@cloudbase/mysql/dist/cjs/index.d.ts.map +0 -1
- package/node_modules/@cloudbase/mysql/dist/cjs/index.js +0 -173
- package/node_modules/@cloudbase/mysql/dist/esm/index.d.ts +0 -3
- package/node_modules/@cloudbase/mysql/dist/esm/index.js +0 -155
- package/node_modules/@cloudbase/mysql/package.json +0 -30
- package/node_modules/@cloudbase/oauth/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/oauth/dist/cjs/auth/apis.d.ts +0 -142
- package/node_modules/@cloudbase/oauth/dist/cjs/auth/apis.js +0 -1280
- package/node_modules/@cloudbase/oauth/dist/cjs/auth/auth-error.d.ts +0 -22
- package/node_modules/@cloudbase/oauth/dist/cjs/auth/auth-error.js +0 -278
- package/node_modules/@cloudbase/oauth/dist/cjs/auth/consts.d.ts +0 -139
- package/node_modules/@cloudbase/oauth/dist/cjs/auth/consts.js +0 -147
- package/node_modules/@cloudbase/oauth/dist/cjs/auth/models.d.ts +0 -557
- package/node_modules/@cloudbase/oauth/dist/cjs/auth/models.js +0 -3
- package/node_modules/@cloudbase/oauth/dist/cjs/captcha/captcha-dom.d.ts +0 -3
- package/node_modules/@cloudbase/oauth/dist/cjs/captcha/captcha-dom.js +0 -223
- package/node_modules/@cloudbase/oauth/dist/cjs/captcha/captcha.d.ts +0 -42
- package/node_modules/@cloudbase/oauth/dist/cjs/captcha/captcha.js +0 -205
- package/node_modules/@cloudbase/oauth/dist/cjs/index.d.ts +0 -22
- package/node_modules/@cloudbase/oauth/dist/cjs/index.js +0 -107
- package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/consts.d.ts +0 -20
- package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/consts.js +0 -26
- package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/interface.d.ts +0 -15
- package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/interface.js +0 -10
- package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/models.d.ts +0 -74
- package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/models.js +0 -3
- package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/oauth2client.d.ts +0 -129
- package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/oauth2client.js +0 -1174
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/base64.d.ts +0 -9
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/base64.js +0 -112
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/encrypt.d.ts +0 -4
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/encrypt.js +0 -26
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/encryptlong/index.d.ts +0 -546
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/encryptlong/index.js +0 -2982
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/function/single-promise.d.ts +0 -6
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/function/single-promise.js +0 -94
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/index.d.ts +0 -2
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/index.js +0 -56
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/mp.d.ts +0 -2
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/mp.js +0 -66
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/urlSearchParams.d.ts +0 -13
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/urlSearchParams.js +0 -66
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/uuid.d.ts +0 -1
- package/node_modules/@cloudbase/oauth/dist/cjs/utils/uuid.js +0 -12
- package/node_modules/@cloudbase/oauth/dist/esm/auth/apis.d.ts +0 -142
- package/node_modules/@cloudbase/oauth/dist/esm/auth/apis.js +0 -768
- package/node_modules/@cloudbase/oauth/dist/esm/auth/auth-error.d.ts +0 -22
- package/node_modules/@cloudbase/oauth/dist/esm/auth/auth-error.js +0 -255
- package/node_modules/@cloudbase/oauth/dist/esm/auth/consts.d.ts +0 -139
- package/node_modules/@cloudbase/oauth/dist/esm/auth/consts.js +0 -144
- package/node_modules/@cloudbase/oauth/dist/esm/auth/models.d.ts +0 -557
- package/node_modules/@cloudbase/oauth/dist/esm/auth/models.js +0 -2
- package/node_modules/@cloudbase/oauth/dist/esm/captcha/captcha-dom.d.ts +0 -3
- package/node_modules/@cloudbase/oauth/dist/esm/captcha/captcha-dom.js +0 -130
- package/node_modules/@cloudbase/oauth/dist/esm/captcha/captcha.d.ts +0 -42
- package/node_modules/@cloudbase/oauth/dist/esm/captcha/captcha.js +0 -104
- package/node_modules/@cloudbase/oauth/dist/esm/index.d.ts +0 -22
- package/node_modules/@cloudbase/oauth/dist/esm/index.js +0 -64
- package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/consts.d.ts +0 -20
- package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/consts.js +0 -22
- package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/interface.d.ts +0 -15
- package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/interface.js +0 -3
- package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/models.d.ts +0 -74
- package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/models.js +0 -2
- package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/oauth2client.d.ts +0 -129
- package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/oauth2client.js +0 -711
- package/node_modules/@cloudbase/oauth/dist/esm/utils/base64.d.ts +0 -9
- package/node_modules/@cloudbase/oauth/dist/esm/utils/base64.js +0 -104
- package/node_modules/@cloudbase/oauth/dist/esm/utils/encrypt.d.ts +0 -4
- package/node_modules/@cloudbase/oauth/dist/esm/utils/encrypt.js +0 -18
- package/node_modules/@cloudbase/oauth/dist/esm/utils/encryptlong/index.d.ts +0 -546
- package/node_modules/@cloudbase/oauth/dist/esm/utils/encryptlong/index.js +0 -2953
- package/node_modules/@cloudbase/oauth/dist/esm/utils/function/single-promise.d.ts +0 -6
- package/node_modules/@cloudbase/oauth/dist/esm/utils/function/single-promise.js +0 -34
- package/node_modules/@cloudbase/oauth/dist/esm/utils/index.d.ts +0 -2
- package/node_modules/@cloudbase/oauth/dist/esm/utils/index.js +0 -51
- package/node_modules/@cloudbase/oauth/dist/esm/utils/mp.d.ts +0 -2
- package/node_modules/@cloudbase/oauth/dist/esm/utils/mp.js +0 -61
- package/node_modules/@cloudbase/oauth/dist/esm/utils/urlSearchParams.d.ts +0 -13
- package/node_modules/@cloudbase/oauth/dist/esm/utils/urlSearchParams.js +0 -58
- package/node_modules/@cloudbase/oauth/dist/esm/utils/uuid.d.ts +0 -1
- package/node_modules/@cloudbase/oauth/dist/esm/utils/uuid.js +0 -8
- package/node_modules/@cloudbase/oauth/dist/miniprogram/index.js +0 -1
- package/node_modules/@cloudbase/oauth/package.json +0 -20
- package/node_modules/@cloudbase/realtime/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/realtime/dist/cjs/common.d.ts +0 -4
- package/node_modules/@cloudbase/realtime/dist/cjs/common.js +0 -22
- package/node_modules/@cloudbase/realtime/dist/cjs/error.d.ts +0 -36
- package/node_modules/@cloudbase/realtime/dist/cjs/error.js +0 -106
- package/node_modules/@cloudbase/realtime/dist/cjs/index.d.ts +0 -2
- package/node_modules/@cloudbase/realtime/dist/cjs/index.js +0 -36
- package/node_modules/@cloudbase/realtime/dist/cjs/listener.d.ts +0 -14
- package/node_modules/@cloudbase/realtime/dist/cjs/listener.js +0 -18
- package/node_modules/@cloudbase/realtime/dist/cjs/message.d.ts +0 -3
- package/node_modules/@cloudbase/realtime/dist/cjs/message.js +0 -13
- package/node_modules/@cloudbase/realtime/dist/cjs/snapshot.d.ts +0 -17
- package/node_modules/@cloudbase/realtime/dist/cjs/snapshot.js +0 -45
- package/node_modules/@cloudbase/realtime/dist/cjs/utils.d.ts +0 -1
- package/node_modules/@cloudbase/realtime/dist/cjs/utils.js +0 -9
- package/node_modules/@cloudbase/realtime/dist/cjs/virtual-websocket-client.d.ts +0 -62
- package/node_modules/@cloudbase/realtime/dist/cjs/virtual-websocket-client.js +0 -960
- package/node_modules/@cloudbase/realtime/dist/cjs/websocket-client.d.ts +0 -78
- package/node_modules/@cloudbase/realtime/dist/cjs/websocket-client.js +0 -750
- package/node_modules/@cloudbase/realtime/dist/cjs/ws-event.d.ts +0 -126
- package/node_modules/@cloudbase/realtime/dist/cjs/ws-event.js +0 -141
- package/node_modules/@cloudbase/realtime/dist/esm/common.d.ts +0 -4
- package/node_modules/@cloudbase/realtime/dist/esm/common.js +0 -15
- package/node_modules/@cloudbase/realtime/dist/esm/error.d.ts +0 -36
- package/node_modules/@cloudbase/realtime/dist/esm/error.js +0 -100
- package/node_modules/@cloudbase/realtime/dist/esm/index.d.ts +0 -2
- package/node_modules/@cloudbase/realtime/dist/esm/index.js +0 -32
- package/node_modules/@cloudbase/realtime/dist/esm/listener.d.ts +0 -14
- package/node_modules/@cloudbase/realtime/dist/esm/listener.js +0 -15
- package/node_modules/@cloudbase/realtime/dist/esm/message.d.ts +0 -3
- package/node_modules/@cloudbase/realtime/dist/esm/message.js +0 -8
- package/node_modules/@cloudbase/realtime/dist/esm/snapshot.d.ts +0 -17
- package/node_modules/@cloudbase/realtime/dist/esm/snapshot.js +0 -42
- package/node_modules/@cloudbase/realtime/dist/esm/utils.d.ts +0 -1
- package/node_modules/@cloudbase/realtime/dist/esm/utils.js +0 -5
- package/node_modules/@cloudbase/realtime/dist/esm/virtual-websocket-client.d.ts +0 -62
- package/node_modules/@cloudbase/realtime/dist/esm/virtual-websocket-client.js +0 -954
- package/node_modules/@cloudbase/realtime/dist/esm/websocket-client.d.ts +0 -78
- package/node_modules/@cloudbase/realtime/dist/esm/websocket-client.js +0 -747
- package/node_modules/@cloudbase/realtime/dist/esm/ws-event.d.ts +0 -126
- package/node_modules/@cloudbase/realtime/dist/esm/ws-event.js +0 -137
- package/node_modules/@cloudbase/realtime/package.json +0 -29
- package/node_modules/@cloudbase/storage/.eslintrc.js +0 -15
- package/node_modules/@cloudbase/storage/dist/cjs/index.d.ts +0 -195
- package/node_modules/@cloudbase/storage/dist/cjs/index.js +0 -1426
- package/node_modules/@cloudbase/storage/dist/cjs/supabase/errors.d.ts +0 -20
- package/node_modules/@cloudbase/storage/dist/cjs/supabase/errors.js +0 -65
- package/node_modules/@cloudbase/storage/dist/cjs/supabase/types.d.ts +0 -64
- package/node_modules/@cloudbase/storage/dist/cjs/supabase/types.js +0 -3
- package/node_modules/@cloudbase/storage/dist/esm/index.d.ts +0 -195
- package/node_modules/@cloudbase/storage/dist/esm/index.js +0 -1422
- package/node_modules/@cloudbase/storage/dist/esm/supabase/errors.d.ts +0 -20
- package/node_modules/@cloudbase/storage/dist/esm/supabase/errors.js +0 -61
- package/node_modules/@cloudbase/storage/dist/esm/supabase/types.d.ts +0 -64
- package/node_modules/@cloudbase/storage/dist/esm/supabase/types.js +0 -2
- package/node_modules/@cloudbase/storage/package.json +0 -28
- package/node_modules/@cloudbase/types/index.js +0 -1
- package/node_modules/@cloudbase/utilities/.eslintrc.js +0 -15
- package/oauth/src/index.d.ts +0 -1
- package/oauth/src/index.ts +0 -1
- package/realtime/src/index.d.ts +0 -2
- package/realtime/src/index.ts +0 -8
- package/storage/src/index.d.ts +0 -2
- package/storage/src/index.js +0 -5
- package/storage/src/index.ts +0 -4
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/aggregate.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/aggregate.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/collection.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/collection.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/command.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/command.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/logic.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/logic.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/query.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/query.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/update.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/update.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/config/app.config.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/config/app.config.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/config/error.config.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/config/error.config.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/const/code.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/const/code.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/constant.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/constant.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/document.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/document.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/interface.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/interface.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/lineString.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/lineString.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiLineString.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiLineString.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiPoint.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiPoint.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiPolygon.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiPolygon.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/point.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/point.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/polygon.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/polygon.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/helper/symbol.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/helper/symbol.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/lib/util.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/lib/util.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/operator-map.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/operator-map.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/query.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/query.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/regexp/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/regexp/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/common.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/common.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/datatype.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/datatype.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/query.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/query.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/update.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/update.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serverDate/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serverDate/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/collection.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/collection.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/document.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/document.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/query.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/query.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/typings/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/typings/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/typings/realtime.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/typings/realtime.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/util.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/util.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/error.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/error.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/msg.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/msg.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/symbol.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/symbol.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/type.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/type.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/utils.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/utils.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/validate.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/commonjs/validate.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/aggregate.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/aggregate.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/collection.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/collection.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/command.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/command.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/logic.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/logic.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/query.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/query.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/update.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/update.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/config/app.config.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/config/app.config.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/config/error.config.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/config/error.config.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/const/code.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/const/code.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/constant.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/constant.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/document.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/document.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/interface.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/interface.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/lineString.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/lineString.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiLineString.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiLineString.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiPoint.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiPoint.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiPolygon.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiPolygon.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/point.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/point.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/polygon.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/polygon.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/helper/symbol.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/helper/symbol.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/lib/util.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/lib/util.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/operator-map.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/operator-map.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/query.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/query.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/regexp/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/regexp/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/common.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/common.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/datatype.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/datatype.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/query.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/query.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/update.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/update.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serverDate/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/serverDate/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/collection.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/collection.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/document.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/document.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/query.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/query.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/typings/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/typings/index.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/typings/realtime.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/typings/realtime.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/util.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/util.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/error.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/error.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/msg.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/msg.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/symbol.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/symbol.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/type.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/type.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/utils.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/utils.js +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/validate.d.ts +0 -0
- /package/{node_modules/@cloudbase/database → database}/dist/esm/validate.js +0 -0
- /package/{app/src → dist}/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/auth.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/cache.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/cloudrun.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/component.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/database.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/events.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/functions.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/realtime.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/request.d.ts +0 -0
- /package/{node_modules/@cloudbase/types → types}/storage.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/adapters/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/adapters/index.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/adapters/platforms/web.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/adapters/platforms/web.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/common.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/common.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/errors.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/errors.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/index.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/helpers/decorators.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/helpers/decorators.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/helpers/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/helpers/index.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/index.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/abortController.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/abortController.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/cache.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/cache.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/events.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/events.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/langEvent.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/langEvent.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/util.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/util.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/adapters/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/adapters/index.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/adapters/platforms/web.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/adapters/platforms/web.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/common.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/common.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/errors.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/errors.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/index.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/helpers/decorators.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/helpers/decorators.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/helpers/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/helpers/index.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/index.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/index.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/abortController.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/abortController.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/cache.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/cache.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/events.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/events.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/langEvent.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/langEvent.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/util.d.ts +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/util.js +0 -0
- /package/{node_modules/@cloudbase/utilities → utilities}/dist/miniprogram/index.js +0 -0
package/dist/index.esm.js
CHANGED
|
@@ -1,33 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import { registerAuth } from '@cloudbase/auth';
|
|
3
|
-
|
|
4
|
-
import { registerStorage } from '@cloudbase/storage';
|
|
5
|
-
import { registerRealtime } from '@cloudbase/realtime';
|
|
6
|
-
import { registerModel } from '@cloudbase/model';
|
|
7
|
-
import { registerAi } from '@cloudbase/ai';
|
|
8
|
-
import { registerCloudrun } from '@cloudbase/cloudrun';
|
|
9
|
-
import { registerMySQL } from '@cloudbase/mysql';
|
|
10
|
-
import { registerApis } from '@cloudbase/apis';
|
|
11
|
-
import { registerDatabase } from './../database';
|
|
12
|
-
var version = "3.4.5";
|
|
13
|
-
cloudbase.registerVersion(version);
|
|
14
|
-
try {
|
|
15
|
-
registerAuth(cloudbase);
|
|
16
|
-
registerFunctions(cloudbase);
|
|
17
|
-
registerStorage(cloudbase);
|
|
18
|
-
registerDatabase(cloudbase);
|
|
19
|
-
registerRealtime(cloudbase);
|
|
20
|
-
registerModel(cloudbase);
|
|
21
|
-
registerAi(cloudbase);
|
|
22
|
-
registerCloudrun(cloudbase);
|
|
23
|
-
registerMySQL(cloudbase);
|
|
24
|
-
registerApis(cloudbase);
|
|
25
|
-
}
|
|
26
|
-
catch (e) { }
|
|
27
|
-
try {
|
|
28
|
-
window.cloudbase = cloudbase;
|
|
29
|
-
}
|
|
30
|
-
catch (e) { }
|
|
31
|
-
export default cloudbase;
|
|
32
|
-
|
|
33
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sU0FBUyxNQUFNLGdCQUFnQixDQUFBO0FBQ3RDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQTtBQUN4RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUE7QUFDcEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUE7QUFDdEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGtCQUFrQixDQUFBO0FBQ2hELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDMUMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUE7QUFDdEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGtCQUFrQixDQUFBO0FBQ2hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUU5QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFLaEQsSUFBTSxPQUFPLEdBQVcsZUFBZSxDQUFBO0FBQ3ZDLFNBQVMsQ0FBQyxlQUFlLENBQUMsT0FBTyxDQUFDLENBQUE7QUFFbEMsSUFBSTtJQUNGLFlBQVksQ0FBQyxTQUFTLENBQUMsQ0FBQTtJQUN2QixpQkFBaUIsQ0FBQyxTQUFTLENBQUMsQ0FBQTtJQUM1QixlQUFlLENBQUMsU0FBUyxDQUFDLENBQUE7SUFDMUIsZ0JBQWdCLENBQUMsU0FBUyxDQUFDLENBQUE7SUFDM0IsZ0JBQWdCLENBQUMsU0FBUyxDQUFDLENBQUE7SUFDM0IsYUFBYSxDQUFDLFNBQVMsQ0FBQyxDQUFBO0lBQ3hCLFVBQVUsQ0FBQyxTQUFTLENBQUMsQ0FBQTtJQUNyQixnQkFBZ0IsQ0FBQyxTQUFTLENBQUMsQ0FBQTtJQUMzQixhQUFhLENBQUMsU0FBUyxDQUFDLENBQUE7SUFDeEIsWUFBWSxDQUFDLFNBQVMsQ0FBQyxDQUFBO0NBQ3hCO0FBQUMsT0FBTyxDQUFDLEVBQUUsR0FBRTtBQU9kLElBQUk7SUFDRCxNQUFpQixDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUE7Q0FDekM7QUFBQyxPQUFPLENBQUMsRUFBRSxHQUFFO0FBR2QsZUFBZSxTQUFTLENBQUEiLCJmaWxlIjoiaW5kZXguZXNtLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IGNsb3VkYmFzZSBmcm9tICdAY2xvdWRiYXNlL2FwcCdcbmltcG9ydCB7IHJlZ2lzdGVyQXV0aCB9IGZyb20gJ0BjbG91ZGJhc2UvYXV0aCdcbmltcG9ydCB7IHJlZ2lzdGVyRnVuY3Rpb25zIH0gZnJvbSAnQGNsb3VkYmFzZS9mdW5jdGlvbnMnXG5pbXBvcnQgeyByZWdpc3RlclN0b3JhZ2UgfSBmcm9tICdAY2xvdWRiYXNlL3N0b3JhZ2UnXG5pbXBvcnQgeyByZWdpc3RlclJlYWx0aW1lIH0gZnJvbSAnQGNsb3VkYmFzZS9yZWFsdGltZSdcbmltcG9ydCB7IHJlZ2lzdGVyTW9kZWwgfSBmcm9tICdAY2xvdWRiYXNlL21vZGVsJ1xuaW1wb3J0IHsgcmVnaXN0ZXJBaSB9IGZyb20gJ0BjbG91ZGJhc2UvYWknXG5pbXBvcnQgeyByZWdpc3RlckNsb3VkcnVuIH0gZnJvbSAnQGNsb3VkYmFzZS9jbG91ZHJ1bidcbmltcG9ydCB7IHJlZ2lzdGVyTXlTUUwgfSBmcm9tICdAY2xvdWRiYXNlL215c3FsJ1xuaW1wb3J0IHsgcmVnaXN0ZXJBcGlzIH0gZnJvbSAnQGNsb3VkYmFzZS9hcGlzJ1xuLy8gQHRzLWlnbm9yZVxuaW1wb3J0IHsgcmVnaXN0ZXJEYXRhYmFzZSB9IGZyb20gJy4vLi4vZGF0YWJhc2UnXG5pbXBvcnQgeyBJQ2xvdWRiYXNlIH0gZnJvbSAnQGNsb3VkYmFzZS90eXBlcydcblxuLy8gX19TREtfVkVSU0lPTl9fIHdpbGwgYmUgcmVwbGFjZWQgYXQgYnVpbGQgdGltZVxuZGVjbGFyZSAgY29uc3QgX19TREtfVkVSU0lPTl9fOiBzdHJpbmdcbmNvbnN0IHZlcnNpb246IHN0cmluZyA9IF9fU0RLX1ZFUlNJT05fX1xuY2xvdWRiYXNlLnJlZ2lzdGVyVmVyc2lvbih2ZXJzaW9uKVxuXG50cnkge1xuICByZWdpc3RlckF1dGgoY2xvdWRiYXNlKVxuICByZWdpc3RlckZ1bmN0aW9ucyhjbG91ZGJhc2UpXG4gIHJlZ2lzdGVyU3RvcmFnZShjbG91ZGJhc2UpXG4gIHJlZ2lzdGVyRGF0YWJhc2UoY2xvdWRiYXNlKVxuICByZWdpc3RlclJlYWx0aW1lKGNsb3VkYmFzZSlcbiAgcmVnaXN0ZXJNb2RlbChjbG91ZGJhc2UpXG4gIHJlZ2lzdGVyQWkoY2xvdWRiYXNlKVxuICByZWdpc3RlckNsb3VkcnVuKGNsb3VkYmFzZSlcbiAgcmVnaXN0ZXJNeVNRTChjbG91ZGJhc2UpXG4gIHJlZ2lzdGVyQXBpcyhjbG91ZGJhc2UpXG59IGNhdGNoIChlKSB7fVxuXG5kZWNsYXJlIGdsb2JhbCB7XG4gIGludGVyZmFjZSBXaW5kb3cge1xuICAgIGNsb3VkYmFzZTogSUNsb3VkYmFzZVxuICB9XG59XG50cnkge1xuICAod2luZG93IGFzIFdpbmRvdykuY2xvdWRiYXNlID0gY2xvdWRiYXNlXG59IGNhdGNoIChlKSB7fVxuLy8gQHRzLWlnbm9yZVxuZXhwb3J0ID0gY2xvdWRiYXNlXG5leHBvcnQgZGVmYXVsdCBjbG91ZGJhc2VcbiJdfQ==
|
|
1
|
+
/*! For license information please see index.esm.js.LICENSE.txt */
|
|
2
|
+
import*as t from"@cloudbase/adapter-interface";import*as e from"jwt-decode";import*as n from"@cloudbase/adapter-wx_mp";import*as r from"@cloudbase/wx-cloud-client-sdk";import*as o from"web-streams-polyfill";import*as i from"@mattiasbuelens/web-streams-adapter";import*as s from"text-encoding-shim";import*as a from"bson";var c={3171:(t,e,n)=>{var r;if(n.r(e),n.d(e,{getEncryptInfo:()=>M}),!globalThis.IS_MP_BUILD){var o="undefined"!=typeof globalThis?globalThis.navigator:window.globalThis,i="0123456789abcdefghijklmnopqrstuvwxyz";function W(t){return i.charAt(t)}function F(t,e){return t&e}function B(t,e){return t|e}function V(t,e){return t^e}function G(t,e){return t&~e}function H(t){if(0==t)return-1;var e=0;return 65535&t||(t>>=16,e+=16),255&t||(t>>=8,e+=8),15&t||(t>>=4,e+=4),3&t||(t>>=2,e+=2),1&t||++e,e}function K(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function J(t){var e,n,r="";for(e=0;e+3<=t.length;e+=3)n=parseInt(t.substring(e,e+3),16),r+=s.charAt(n>>6)+s.charAt(63&n);for(e+1==t.length?(n=parseInt(t.substring(e,e+1),16),r+=s.charAt(n<<2)):e+2==t.length&&(n=parseInt(t.substring(e,e+2),16),r+=s.charAt(n>>2)+s.charAt((3&n)<<4));(3&r.length)>0;)r+="=";return r}function z(t){var e,n="",r=0,o=0;for(e=0;e<t.length&&"="!=t.charAt(e);++e){var i=s.indexOf(t.charAt(e));i<0||(0==r?(n+=W(i>>2),o=3&i,r=1):1==r?(n+=W(o<<2|i>>4),o=15&i,r=2):2==r?(n+=W(o),n+=W(i>>2),o=3&i,r=3):(n+=W(o<<2|i>>4),n+=W(15&i),r=0))}return 1==r&&(n+=W(o<<2)),n}var a,c,u={decode:function(t){var e;if(void 0===a){var n="0123456789ABCDEF";for(a={},e=0;e<16;++e)a[n.charAt(e)]=e;for(n=n.toLowerCase(),e=10;e<16;++e)a[n.charAt(e)]=e;for(e=0;e<8;++e)a[" \f\n\r\t \u2028\u2029".charAt(e)]=-1}var r=[],o=0,i=0;for(e=0;e<t.length;++e){var s=t.charAt(e);if("="==s)break;if(-1!=(s=a[s])){if(void 0===s)throw new Error("Illegal character at offset "+e);o|=s,++i>=2?(r[r.length]=o,o=0,i=0):o<<=4}}if(i)throw new Error("Hex encoding incomplete: 4 bits missing");return r}},l={decode:function(t){var e;if(void 0===c){for(c=Object.create(null),e=0;e<64;++e)c["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)]=e;for(e=0;e<9;++e)c["= \f\n\r\t \u2028\u2029".charAt(e)]=-1}var n=[],r=0,o=0;for(e=0;e<t.length;++e){var i=t.charAt(e);if("="==i)break;if(-1!=(i=c[i])){if(void 0===i)throw new Error("Illegal character at offset "+e);r|=i,++o>=4?(n[n.length]=r>>16,n[n.length]=r>>8&255,n[n.length]=255&r,r=0,o=0):r<<=6}}switch(o){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:n[n.length]=r>>10;break;case 3:n[n.length]=r>>16,n[n.length]=r>>8&255}return n},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(t){var e=l.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error("RegExp out of sync");t=e[2]}return l.decode(t)}},h=1e13;class Y{constructor(t){this.buf=[+t||0]}mulAdd(t,e){var n,r,o=this.buf,i=o.length;for(n=0;n<i;++n)(r=o[n]*t+e)<h?e=0:r-=(e=0|r/h)*h,o[n]=r;e>0&&(o[n]=e)}sub(t){var e,n,r=this.buf,o=r.length;for(e=0;e<o;++e)(n=r[e]-t)<0?(n+=h,t=1):t=0,r[e]=n;for(;0===r[r.length-1];)r.pop()}toString(t){if(10!=(t||10))throw new Error("only base 10 is supported");for(var e=this.buf,n=e[e.length-1].toString(),r=e.length-2;r>=0;--r)n+=(h+e[r]).toString().substring(1);return n}valueOf(){for(var t=this.buf,e=0,n=t.length-1;n>=0;--n)e=e*h+t[n];return e}simplify(){var t=this.buf;return 1==t.length?t[0]:this}}var d,f=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,p=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function $(t,e){return t.length>e&&(t=t.substring(0,e)+"…"),t}class Q{constructor(t,e){this.hexDigits="0123456789ABCDEF",t instanceof Q?(this.enc=t.enc,this.pos=t.pos):(this.enc=t,this.pos=e)}get(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error("Requesting byte offset "+t+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]}hexByte(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)}hexDump(t,e,n){for(var r="",o=t;o<e;++o)if(r+=this.hexByte(this.get(o)),!0!==n)switch(15&o){case 7:r+=" ";break;case 15:r+="\n";break;default:r+=" "}return r}isASCII(t,e){for(var n=t;n<e;++n){var r=this.get(n);if(r<32||r>176)return!1}return!0}parseStringISO(t,e){for(var n="",r=t;r<e;++r)n+=String.fromCharCode(this.get(r));return n}parseStringUTF(t,e){for(var n="",r=t;r<e;){var o=this.get(r++);n+=o<128?String.fromCharCode(o):o>191&&o<224?String.fromCharCode((31&o)<<6|63&this.get(r++)):String.fromCharCode((15&o)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return n}parseStringBMP(t,e){for(var n,r,o="",i=t;i<e;)n=this.get(i++),r=this.get(i++),o+=String.fromCharCode(n<<8|r);return o}parseTime(t,e,n){var r=this.parseStringISO(t,e),o=(n?f:p).exec(r);return o?(n&&(o[1]=+o[1],o[1]+=+o[1]<70?2e3:1900),r=o[1]+"-"+o[2]+"-"+o[3]+" "+o[4],o[5]&&(r+=":"+o[5],o[6]&&(r+=":"+o[6],o[7]&&(r+="."+o[7]))),o[8]&&(r+=" UTC","Z"!=o[8]&&(r+=o[8],o[9]&&(r+=":"+o[9]))),r):"Unrecognized time: "+r}parseInteger(t,e){for(var n,r=this.get(t),o=r>127,i=o?255:0,s="";r==i&&++t<e;)r=this.get(t);if(0==(n=e-t))return o?-1:0;if(n>4){for(s=r,n<<=3;!(128&(+s^i));)s=+s<<1,--n;s="("+n+" bit)\n"}o&&(r-=256);for(var a=new Y(r),c=t+1;c<e;++c)a.mulAdd(256,this.get(c));return s+a.toString()}parseBitString(t,e,n){for(var r=this.get(t),o="("+((e-t-1<<3)-r)+" bit)\n",i="",s=t+1;s<e;++s){for(var a=this.get(s),c=s==e-1?r:0,u=7;u>=c;--u)i+=a>>u&1?"1":"0";if(i.length>n)return o+$(i,n)}return o+i}parseOctetString(t,e,n){if(this.isASCII(t,e))return $(this.parseStringISO(t,e),n);var r=e-t,o="("+r+" byte)\n";r>(n/=2)&&(e=t+n);for(var i=t;i<e;++i)o+=this.hexByte(this.get(i));return r>n&&(o+="…"),o}parseOID(t,e,n){for(var r="",o=new Y,i=0,s=t;s<e;++s){var a=this.get(s);if(o.mulAdd(128,127&a),i+=7,!(128&a)){if(""===r)if((o=o.simplify())instanceof Y)o.sub(80),r="2."+o.toString();else{var c=o<80?o<40?0:1:2;r=c+"."+(o-40*c)}else r+="."+o.toString();if(r.length>n)return $(r,n);o=new Y,i=0}}return i>0&&(r+=".incomplete"),r}}class X{constructor(t,e,n,r,o){if(!(r instanceof Z))throw new Error("Invalid tag value.");this.stream=t,this.header=e,this.length=n,this.tag=r,this.sub=o}typeName(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}}content(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),n=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?"false":"true";case 2:return this.stream.parseInteger(e,e+n);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(e,e+n,t);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);case 6:return this.stream.parseOID(e,e+n,t);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return $(this.stream.parseStringUTF(e,e+n),t);case 18:case 19:case 20:case 21:case 22:case 26:return $(this.stream.parseStringISO(e,e+n),t);case 30:return $(this.stream.parseStringBMP(e,e+n),t);case 23:case 24:return this.stream.parseTime(e,e+n,23==this.tag.tagNumber)}return null}toString(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(null===this.sub?"null":this.sub.length)+"]"}toPrettyString(t){void 0===t&&(t="");var e=t+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(e+="+"),e+=this.length,this.tag.tagConstructed?e+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=" (encapsulates)"),e+="\n",null!==this.sub){t+=" ";for(var n=0,r=this.sub.length;n<r;++n)e+=this.sub[n].toPrettyString(t)}return e}posStart(){return this.stream.pos}posContent(){return this.stream.pos+this.header}posEnd(){return this.stream.pos+this.header+Math.abs(this.length)}toHexString(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)}static decodeLength(t){var e=t.get(),n=127&e;if(n==e)return n;if(n>6)throw new Error("Length over 48 bits not supported at position "+(t.pos-1));if(0===n)return null;e=0;for(var r=0;r<n;++r)e=256*e+t.get();return e}getHexStringValue(){var t=this.toHexString(),e=2*this.header,n=2*this.length;return t.substr(e,n)}static decode(t){var e;e=t instanceof Q?t:new Q(t,0);var n=new Q(e),r=new Z(e),o=X.decodeLength(e),i=e.pos,s=i-n.pos,a=null,c=function(){var t=[];if(null!==o){for(var n=i+o;e.pos<n;)t[t.length]=X.decode(e);if(e.pos!=n)throw new Error("Content size is not correct for container starting at offset "+i)}else try{for(;;){var r=X.decode(e);if(r.tag.isEOC())break;t[t.length]=r}o=i-e.pos}catch(t){throw new Error("Exception while decoding undefined length content: "+t)}return t};if(r.tagConstructed)a=c();else if(r.isUniversal()&&(3==r.tagNumber||4==r.tagNumber))try{if(3==r.tagNumber&&0!=e.get())throw new Error("BIT STRINGs with unused bits cannot encapsulate.");a=c();for(var u=0;u<a.length;++u)if(a[u].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch(t){a=null}if(null===a){if(null===o)throw new Error("We can't skip over an invalid tag with undefined length at offset "+i);e.pos=i+Math.abs(o)}return new X(n,s,o,r,a)}}class Z{constructor(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=!!(32&e),this.tagNumber=31&e,31==this.tagNumber){var n=new Y;do{e=t.get(),n.mulAdd(128,127&e)}while(128&e);this.tagNumber=n.simplify()}}isUniversal(){return 0===this.tagClass}isEOC(){return 0===this.tagClass&&0===this.tagNumber}}var v=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],y=(1<<26)/v[v.length-1];class tt{constructor(t,e,n){null!=t&&("number"==typeof t?this.fromNumber(t,e,n):null==e&&"string"!=typeof t?this.fromString(t,256):this.fromString(t,e))}toString(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var n,r=(1<<e)-1,o=!1,i="",s=this.t,a=this.DB-s*this.DB%e;if(s-- >0)for(a<this.DB&&(n=this[s]>>a)>0&&(o=!0,i=W(n));s>=0;)a<e?(n=(this[s]&(1<<a)-1)<<e-a,n|=this[--s]>>(a+=this.DB-e)):(n=this[s]>>(a-=e)&r,a<=0&&(a+=this.DB,--s)),n>0&&(o=!0),o&&(i+=W(n));return o?i:"0"}negate(){var t=et();return tt.ZERO.subTo(this,t),t}abs(){return this.s<0?this.negate():this}compareTo(t){var e=this.s-t.s;if(0!=e)return e;var n=this.t;if(0!=(e=n-t.t))return this.s<0?-e:e;for(;--n>=0;)if(0!=(e=this[n]-t[n]))return e;return 0}bitLength(){return this.t<=0?0:this.DB*(this.t-1)+ct(this[this.t-1]^this.s&this.DM)}mod(t){var e=et();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(tt.ZERO)>0&&t.subTo(e,e),e}modPowInt(t,e){var n;return n=t<256||e.isEven()?new g(e):new b(e),this.exp(t,n)}clone(){var t=et();return this.copyTo(t),t}intValue(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]}byteValue(){return 0==this.t?this.s:this[0]<<24>>24}shortValue(){return 0==this.t?this.s:this[0]<<16>>16}signum(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1}toByteArray(){var t=this.t,e=[];e[0]=this.s;var n,r=this.DB-t*this.DB%8,o=0;if(t-- >0)for(r<this.DB&&(n=this[t]>>r)!=(this.s&this.DM)>>r&&(e[o++]=n|this.s<<this.DB-r);t>=0;)r<8?(n=(this[t]&(1<<r)-1)<<8-r,n|=this[--t]>>(r+=this.DB-8)):(n=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),128&n&&(n|=-256),0==o&&(128&this.s)!=(128&n)&&++o,(o>0||n!=this.s)&&(e[o++]=n);return e}equals(t){return 0==this.compareTo(t)}min(t){return this.compareTo(t)<0?this:t}max(t){return this.compareTo(t)>0?this:t}and(t){var e=et();return this.bitwiseTo(t,F,e),e}or(t){var e=et();return this.bitwiseTo(t,B,e),e}xor(t){var e=et();return this.bitwiseTo(t,V,e),e}andNot(t){var e=et();return this.bitwiseTo(t,G,e),e}not(){for(var t=et(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t}shiftLeft(t){var e=et();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e}shiftRight(t){var e=et();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e}getLowestSetBit(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+H(this[t]);return this.s<0?this.t*this.DB:-1}bitCount(){for(var t=0,e=this.s&this.DM,n=0;n<this.t;++n)t+=K(this[n]^e);return t}testBit(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:!!(this[e]&1<<t%this.DB)}setBit(t){return this.changeBit(t,B)}clearBit(t){return this.changeBit(t,G)}flipBit(t){return this.changeBit(t,V)}add(t){var e=et();return this.addTo(t,e),e}subtract(t){var e=et();return this.subTo(t,e),e}multiply(t){var e=et();return this.multiplyTo(t,e),e}divide(t){var e=et();return this.divRemTo(t,e,null),e}remainder(t){var e=et();return this.divRemTo(t,null,e),e}divideAndRemainder(t){var e=et(),n=et();return this.divRemTo(t,e,n),[e,n]}modPow(t,e){var n,r,o=t.bitLength(),i=at(1);if(o<=0)return i;n=o<18?1:o<48?3:o<144?4:o<768?5:6,r=o<8?new g(e):e.isEven()?new w(e):new b(e);var s=[],a=3,c=n-1,u=(1<<n)-1;if(s[1]=r.convert(this),n>1){var l=et();for(r.sqrTo(s[1],l);a<=u;)s[a]=et(),r.mulTo(l,s[a-2],s[a]),a+=2}var h,d,f=t.t-1,p=!0,v=et();for(o=ct(t[f])-1;f>=0;){for(o>=c?h=t[f]>>o-c&u:(h=(t[f]&(1<<o+1)-1)<<c-o,f>0&&(h|=t[f-1]>>this.DB+o-c)),a=n;!(1&h);)h>>=1,--a;if((o-=a)<0&&(o+=this.DB,--f),p)s[h].copyTo(i),p=!1;else{for(;a>1;)r.sqrTo(i,v),r.sqrTo(v,i),a-=2;a>0?r.sqrTo(i,v):(d=i,i=v,v=d),r.mulTo(v,s[h],i)}for(;f>=0&&!(t[f]&1<<o);)r.sqrTo(i,v),d=i,i=v,v=d,--o<0&&(o=this.DB-1,--f)}return r.revert(i)}modInverse(t){var e=t.isEven();if(this.isEven()&&e||0==t.signum())return tt.ZERO;for(var n=t.clone(),r=this.clone(),o=at(1),i=at(0),s=at(0),a=at(1);0!=n.signum();){for(;n.isEven();)n.rShiftTo(1,n),e?(o.isEven()&&i.isEven()||(o.addTo(this,o),i.subTo(t,i)),o.rShiftTo(1,o)):i.isEven()||i.subTo(t,i),i.rShiftTo(1,i);for(;r.isEven();)r.rShiftTo(1,r),e?(s.isEven()&&a.isEven()||(s.addTo(this,s),a.subTo(t,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(t,a),a.rShiftTo(1,a);n.compareTo(r)>=0?(n.subTo(r,n),e&&o.subTo(s,o),i.subTo(a,i)):(r.subTo(n,r),e&&s.subTo(o,s),a.subTo(i,a))}return 0!=r.compareTo(tt.ONE)?tt.ZERO:a.compareTo(t)>=0?a.subtract(t):a.signum()<0?(a.addTo(t,a),a.signum()<0?a.add(t):a):a}pow(t){return this.exp(t,new m)}gcd(t){var e=this.s<0?this.negate():this.clone(),n=t.s<0?t.negate():t.clone();if(e.compareTo(n)<0){var r=e;e=n,n=r}var o=e.getLowestSetBit(),i=n.getLowestSetBit();if(i<0)return e;for(o<i&&(i=o),i>0&&(e.rShiftTo(i,e),n.rShiftTo(i,n));e.signum()>0;)(o=e.getLowestSetBit())>0&&e.rShiftTo(o,e),(o=n.getLowestSetBit())>0&&n.rShiftTo(o,n),e.compareTo(n)>=0?(e.subTo(n,e),e.rShiftTo(1,e)):(n.subTo(e,n),n.rShiftTo(1,n));return i>0&&n.lShiftTo(i,n),n}isProbablePrime(t){var e,n=this.abs();if(1==n.t&&n[0]<=v[v.length-1]){for(e=0;e<v.length;++e)if(n[0]==v[e])return!0;return!1}if(n.isEven())return!1;for(e=1;e<v.length;){for(var r=v[e],o=e+1;o<v.length&&r<y;)r*=v[o++];for(r=n.modInt(r);e<o;)if(r%v[e++]==0)return!1}return n.millerRabin(t)}copyTo(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s}fromInt(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0}fromString(t,e){var n;if(16==e)n=4;else if(8==e)n=3;else if(256==e)n=8;else if(2==e)n=1;else if(32==e)n=5;else{if(4!=e)return void this.fromRadix(t,e);n=2}this.t=0,this.s=0;for(var r=t.length,o=!1,i=0;--r>=0;){var s=8==n?255&+t[r]:st(t,r);s<0?"-"==t.charAt(r)&&(o=!0):(o=!1,0==i?this[this.t++]=s:i+n>this.DB?(this[this.t-1]|=(s&(1<<this.DB-i)-1)<<i,this[this.t++]=s>>this.DB-i):this[this.t-1]|=s<<i,(i+=n)>=this.DB&&(i-=this.DB))}8==n&&128&+t[0]&&(this.s=-1,i>0&&(this[this.t-1]|=(1<<this.DB-i)-1<<i)),this.clamp(),o&&tt.ZERO.subTo(this,this)}clamp(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t}dlShiftTo(t,e){var n;for(n=this.t-1;n>=0;--n)e[n+t]=this[n];for(n=t-1;n>=0;--n)e[n]=0;e.t=this.t+t,e.s=this.s}drShiftTo(t,e){for(var n=t;n<this.t;++n)e[n-t]=this[n];e.t=Math.max(this.t-t,0),e.s=this.s}lShiftTo(t,e){for(var n=t%this.DB,r=this.DB-n,o=(1<<r)-1,i=Math.floor(t/this.DB),s=this.s<<n&this.DM,a=this.t-1;a>=0;--a)e[a+i+1]=this[a]>>r|s,s=(this[a]&o)<<n;for(a=i-1;a>=0;--a)e[a]=0;e[i]=s,e.t=this.t+i+1,e.s=this.s,e.clamp()}rShiftTo(t,e){e.s=this.s;var n=Math.floor(t/this.DB);if(n>=this.t)e.t=0;else{var r=t%this.DB,o=this.DB-r,i=(1<<r)-1;e[0]=this[n]>>r;for(var s=n+1;s<this.t;++s)e[s-n-1]|=(this[s]&i)<<o,e[s-n]=this[s]>>r;r>0&&(e[this.t-n-1]|=(this.s&i)<<o),e.t=this.t-n,e.clamp()}}subTo(t,e){for(var n=0,r=0,o=Math.min(t.t,this.t);n<o;)r+=this[n]-t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r-=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r-=t[n],e[n++]=r&this.DM,r>>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[n++]=this.DV+r:r>0&&(e[n++]=r),e.t=n,e.clamp()}multiplyTo(t,e){var n=this.abs(),r=t.abs(),o=n.t;for(e.t=o+r.t;--o>=0;)e[o]=0;for(o=0;o<r.t;++o)e[o+n.t]=n.am(0,r[o],e,o,0,n.t);e.s=0,e.clamp(),this.s!=t.s&&tt.ZERO.subTo(e,e)}squareTo(t){for(var e=this.abs(),n=t.t=2*e.t;--n>=0;)t[n]=0;for(n=0;n<e.t-1;++n){var r=e.am(n,e[n],t,2*n,0,1);(t[n+e.t]+=e.am(n+1,2*e[n],t,2*n+1,r,e.t-n-1))>=e.DV&&(t[n+e.t]-=e.DV,t[n+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(n,e[n],t,2*n,0,1)),t.s=0,t.clamp()}divRemTo(t,e,n){var r=t.abs();if(!(r.t<=0)){var o=this.abs();if(o.t<r.t)return null!=e&&e.fromInt(0),void(null!=n&&this.copyTo(n));null==n&&(n=et());var i=et(),s=this.s,a=t.s,c=this.DB-ct(r[r.t-1]);c>0?(r.lShiftTo(c,i),o.lShiftTo(c,n)):(r.copyTo(i),o.copyTo(n));var u=i.t,l=i[u-1];if(0!=l){var h=l*(1<<this.F1)+(u>1?i[u-2]>>this.F2:0),d=this.FV/h,f=(1<<this.F1)/h,p=1<<this.F2,v=n.t,y=v-u,m=null==e?et():e;for(i.dlShiftTo(y,m),n.compareTo(m)>=0&&(n[n.t++]=1,n.subTo(m,n)),tt.ONE.dlShiftTo(u,m),m.subTo(i,i);i.t<u;)i[i.t++]=0;for(;--y>=0;){var g=n[--v]==l?this.DM:Math.floor(n[v]*d+(n[v-1]+p)*f);if((n[v]+=i.am(0,g,n,y,0,u))<g)for(i.dlShiftTo(y,m),n.subTo(m,n);n[v]<--g;)n.subTo(m,n)}null!=e&&(n.drShiftTo(u,e),s!=a&&tt.ZERO.subTo(e,e)),n.t=u,n.clamp(),c>0&&n.rShiftTo(c,n),s<0&&tt.ZERO.subTo(n,n)}}}invDigit(){if(this.t<1)return 0;var t=this[0];if(!(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e}isEven(){return 0==(this.t>0?1&this[0]:this.s)}exp(t,e){if(t>4294967295||t<1)return tt.ONE;var n=et(),r=et(),o=e.convert(this),i=ct(t)-1;for(o.copyTo(n);--i>=0;)if(e.sqrTo(n,r),(t&1<<i)>0)e.mulTo(r,o,n);else{var s=n;n=r,r=s}return e.revert(n)}chunkSize(t){return Math.floor(Math.LN2*this.DB/Math.log(t))}toRadix(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return"0";var e=this.chunkSize(t),n=Math.pow(t,e),r=at(n),o=et(),i=et(),s="";for(this.divRemTo(r,o,i);o.signum()>0;)s=(n+i.intValue()).toString(t).substr(1)+s,o.divRemTo(r,o,i);return i.intValue().toString(t)+s}fromRadix(t,e){this.fromInt(0),null==e&&(e=10);for(var n=this.chunkSize(e),r=Math.pow(e,n),o=!1,i=0,s=0,a=0;a<t.length;++a){var c=st(t,a);c<0?"-"==t.charAt(a)&&0==this.signum()&&(o=!0):(s=e*s+c,++i>=n&&(this.dMultiply(r),this.dAddOffset(s,0),i=0,s=0))}i>0&&(this.dMultiply(Math.pow(e,i)),this.dAddOffset(s,0)),o&&tt.ZERO.subTo(this,this)}fromNumber(t,e,n){if("number"==typeof e)if(t<2)this.fromInt(1);else for(this.fromNumber(t,n),this.testBit(t-1)||this.bitwiseTo(tt.ONE.shiftLeft(t-1),B,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(tt.ONE.shiftLeft(t-1),this);else{var r=[],o=7&t;r.length=1+(t>>3),e.nextBytes(r),o>0?r[0]&=(1<<o)-1:r[0]=0,this.fromString(r,256)}}bitwiseTo(t,e,n){var r,o,i=Math.min(t.t,this.t);for(r=0;r<i;++r)n[r]=e(this[r],t[r]);if(t.t<this.t){for(o=t.s&this.DM,r=i;r<this.t;++r)n[r]=e(this[r],o);n.t=this.t}else{for(o=this.s&this.DM,r=i;r<t.t;++r)n[r]=e(o,t[r]);n.t=t.t}n.s=e(this.s,t.s),n.clamp()}changeBit(t,e){var n=tt.ONE.shiftLeft(t);return this.bitwiseTo(n,e,n),n}addTo(t,e){for(var n=0,r=0,o=Math.min(t.t,this.t);n<o;)r+=this[n]+t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r+=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r+=t[n],e[n++]=r&this.DM,r>>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[n++]=r:r<-1&&(e[n++]=this.DV+r),e.t=n,e.clamp()}dMultiply(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()}dAddOffset(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}}multiplyLowerTo(t,e,n){var r=Math.min(this.t+t.t,e);for(n.s=0,n.t=r;r>0;)n[--r]=0;for(var o=n.t-this.t;r<o;++r)n[r+this.t]=this.am(0,t[r],n,r,0,this.t);for(o=Math.min(t.t,e);r<o;++r)this.am(0,t[r],n,r,0,e-r);n.clamp()}multiplyUpperTo(t,e,n){--e;var r=n.t=this.t+t.t-e;for(n.s=0;--r>=0;)n[r]=0;for(r=Math.max(e-this.t,0);r<t.t;++r)n[this.t+r-e]=this.am(e-r,t[r],n,0,0,this.t+r-e);n.clamp(),n.drShiftTo(1,n)}modInt(t){if(t<=0)return 0;var e=this.DV%t,n=this.s<0?t-1:0;if(this.t>0)if(0==e)n=this[0]%t;else for(var r=this.t-1;r>=0;--r)n=(e*n+this[r])%t;return n}millerRabin(t){var e=this.subtract(tt.ONE),n=e.getLowestSetBit();if(n<=0)return!1;var r=e.shiftRight(n);(t=t+1>>1)>v.length&&(t=v.length);for(var o=et(),i=0;i<t;++i){o.fromInt(v[Math.floor(Math.random()*v.length)]);var s=o.modPow(r,this);if(0!=s.compareTo(tt.ONE)&&0!=s.compareTo(e)){for(var a=1;a++<n&&0!=s.compareTo(e);)if(0==(s=s.modPowInt(2,this)).compareTo(tt.ONE))return!1;if(0!=s.compareTo(e))return!1}}return!0}square(){var t=et();return this.squareTo(t),t}gcda(t,e){var n=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(n.compareTo(r)<0){var o=n;n=r,r=o}var i=n.getLowestSetBit(),s=r.getLowestSetBit();if(s<0)e(n);else{i<s&&(s=i),s>0&&(n.rShiftTo(s,n),r.rShiftTo(s,r));var a=()=>{(i=n.getLowestSetBit())>0&&n.rShiftTo(i,n),(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),n.compareTo(r)>=0?(n.subTo(r,n),n.rShiftTo(1,n)):(r.subTo(n,r),r.rShiftTo(1,r)),n.signum()>0?setTimeout(a,0):(s>0&&r.lShiftTo(s,r),setTimeout((function(){e(r)}),0))};setTimeout(a,10)}}fromNumberAsync(t,e,n,r){if("number"==typeof e)if(t<2)this.fromInt(1);else{this.fromNumber(t,n),this.testBit(t-1)||this.bitwiseTo(tt.ONE.shiftLeft(t-1),B,this),this.isEven()&&this.dAddOffset(1,0);var o=this,i=function(){o.dAddOffset(2,0),o.bitLength()>t&&o.subTo(tt.ONE.shiftLeft(t-1),o),o.isProbablePrime(e)?setTimeout((function(){r()}),0):setTimeout(i,0)};setTimeout(i,0)}else{var s=[],a=7&t;s.length=1+(t>>3),e.nextBytes(s),a>0?s[0]&=(1<<a)-1:s[0]=0,this.fromString(s,256)}}}var m=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),g=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),b=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=et();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(tt.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=et();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var n=32767&t[e],r=n*this.mpl+((n*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[n=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[n]>=t.DV;)t[n]-=t.DV,t[++n]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),w=function(){function t(t){this.m=t,this.r2=et(),this.q3=et(),tt.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=et();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function et(){return new tt(null)}function nt(t,e){return new tt(t,e)}function rt(t,e,n,r,o,i){for(;--i>=0;){var s=e*this[t++]+n[r]+o;o=Math.floor(s/67108864),n[r++]=67108863&s}return o}function ot(t,e,n,r,o,i){for(var s=32767&e,a=e>>15;--i>=0;){var c=32767&this[t],u=this[t++]>>15,l=a*c+u*s;o=((c=s*c+((32767&l)<<15)+n[r]+(1073741823&o))>>>30)+(l>>>15)+a*u+(o>>>30),n[r++]=1073741823&c}return o}function it(t,e,n,r,o,i){for(var s=16383&e,a=e>>14;--i>=0;){var c=16383&this[t],u=this[t++]>>14,l=a*c+u*s;o=((c=s*c+((16383&l)<<14)+n[r]+o)>>28)+(l>>14)+a*u,n[r++]=268435455&c}return o}void 0!==o&&"Microsoft Internet Explorer"==(null==o?void 0:o.appName)?(tt.prototype.am=ot,d=30):"Netscape"!=(null==o?void 0:o.appName)?(tt.prototype.am=rt,d=26):(tt.prototype.am=it,d=28),tt.prototype.DB=d,tt.prototype.DM=(1<<d)-1,tt.prototype.DV=1<<d,tt.prototype.FV=Math.pow(2,52),tt.prototype.F1=52-d,tt.prototype.F2=2*d-52;var _,I,E=[];for(_="0".charCodeAt(0),I=0;I<=9;++I)E[_++]=I;for(_="a".charCodeAt(0),I=10;I<36;++I)E[_++]=I;for(_="A".charCodeAt(0),I=10;I<36;++I)E[_++]=I;function st(t,e){var n=E[t.charCodeAt(e)];return null==n?-1:n}function at(t){var e=et();return e.fromInt(t),e}function ct(t){var e,n=1;return 0!=(e=t>>>16)&&(t=e,n+=16),0!=(e=t>>8)&&(t=e,n+=8),0!=(e=t>>4)&&(t=e,n+=4),0!=(e=t>>2)&&(t=e,n+=2),0!=(e=t>>1)&&(t=e,n+=1),n}tt.ZERO=at(0),tt.ONE=at(1);class ut{constructor(){this.i=0,this.j=0,this.S=[]}init(t){var e,n,r;for(e=0;e<256;++e)this.S[e]=e;for(n=0,e=0;e<256;++e)n=n+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[n],this.S[n]=r;this.i=0,this.j=0}next(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]}}var S,O,P=null;if(null==P){P=[],O=0;var T,A,R=void 0;if("undefined"!=typeof window&&null!==(T=window)&&void 0!==T&&T.crypto&&null!==(A=window)&&void 0!==A&&A.crypto.getRandomValues){var C,N=new Uint32Array(256);for(null===(C=window)||void 0===C||C.crypto.getRandomValues(N),R=0;R<N.length;++R)P[O++]=255&N[R]}var x,L,U,D=function(t){var e,n,r;if(this.count=this.count||0,this.count>=256||O>=256){if("undefined"!=typeof window)if(null!==(e=window)&&void 0!==e&&e.removeEventListener)null===(r=window)||void 0===r||r.removeEventListener("mousemove",D,!1);else if(null!==(n=window)&&void 0!==n&&n.detachEvent){var o;null===(o=window)||void 0===o||o.detachEvent("onmousemove",D)}}else try{var i=t.x+t.y;P[O++]=255&i,this.count+=1}catch(t){}};if("undefined"!=typeof window)if(null!==(x=window)&&void 0!==x&&x.addEventListener)null===(U=window)||void 0===U||U.addEventListener("mousemove",D,!1);else if(null!==(L=window)&&void 0!==L&&L.attachEvent){var k;null===(k=window)||void 0===k||k.attachEvent("onmousemove",D)}}function lt(){if(null==S){for(S=new ut;O<256;){var t=Math.floor(65536*Math.random());P[O++]=255&t}for(S.init(P),O=0;O<P.length;++O)P[O]=0;O=0}return S.next()}class ht{constructor(){}nextBytes(t){for(var e=0;e<t.length;++e)t[e]=lt()}}function dt(t,e){if(e<t.length+11)return console.error("Message too long for RSA"),null;for(var n=[],r=t.length-1;r>=0&&e>0;){var o=t.charCodeAt(r--);o<128?n[--e]=o:o>127&&o<2048?(n[--e]=63&o|128,n[--e]=o>>6|192):(n[--e]=63&o|128,n[--e]=o>>6&63|128,n[--e]=o>>12|224)}n[--e]=0;for(var i=new ht,s=[];e>2;){for(s[0]=0;0==s[0];)i.nextBytes(s);n[--e]=s[0]}return n[--e]=2,n[--e]=0,new tt(n)}class ft{constructor(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}doPublic(t){return t.modPowInt(this.e,this.n)}doPrivate(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),n=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(n)<0;)e=e.add(this.p);return e.subtract(n).multiply(this.coeff).mod(this.p).multiply(this.q).add(n)}setPublic(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=nt(t,16),this.e=parseInt(e,16)):console.error("Invalid RSA public key")}encrypt(t){var e=dt(t,this.n.bitLength()+7>>3);if(null==e)return null;var n=this.doPublic(e);if(null==n)return null;var r=n.toString(16);return 1&r.length?"0"+r:r}encryptLong(t){var e=this,n=(this.n.bitLength()+7>>3)-11;try{var r="";return t.length>n?(t.match(/.{1,117}/g).forEach((function(t){var n=e.encrypt(t);r+=n})),J(r)):J(this.encrypt(t))}catch(t){return!1}}decryptLong(t){var e=this,n=this.n.bitLength()+7>>3;t=z(t);try{if(t.length>n){var r="";return t.match(/.{1,256}/g).forEach((function(t){var n=e.decrypt(t);r+=n})),r}return this.decrypt(t)}catch(t){return!1}}setPrivate(t,e,n){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=nt(t,16),this.e=parseInt(e,16),this.d=nt(n,16)):console.error("Invalid RSA private key")}setPrivateEx(t,e,n,r,o,i,s,a){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=nt(t,16),this.e=parseInt(e,16),this.d=nt(n,16),this.p=nt(r,16),this.q=nt(o,16),this.dmp1=nt(i,16),this.dmq1=nt(s,16),this.coeff=nt(a,16)):console.error("Invalid RSA private key")}generate(t,e){var n=new ht,r=t>>1;this.e=parseInt(e,16);for(var o=new tt(e,16);;){for(;this.p=new tt(t-r,1,n),0!=this.p.subtract(tt.ONE).gcd(o).compareTo(tt.ONE)||!this.p.isProbablePrime(10););for(;this.q=new tt(r,1,n),0!=this.q.subtract(tt.ONE).gcd(o).compareTo(tt.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var i=this.p;this.p=this.q,this.q=i}var s=this.p.subtract(tt.ONE),a=this.q.subtract(tt.ONE),c=s.multiply(a);if(0==c.gcd(o).compareTo(tt.ONE)){this.n=this.p.multiply(this.q),this.d=o.modInverse(c),this.dmp1=this.d.mod(s),this.dmq1=this.d.mod(a),this.coeff=this.q.modInverse(this.p);break}}}decrypt(t){var e=nt(t,16),n=this.doPrivate(e);return null==n?null:pt(n,this.n.bitLength()+7>>3)}generateAsync(t,e,n){var r=new ht,o=t>>1;this.e=parseInt(e,16);var i=new tt(e,16),s=this,a=()=>{var e=()=>{if(s.p.compareTo(s.q)<=0){var t=s.p;s.p=s.q,s.q=t}var e=s.p.subtract(tt.ONE),r=s.q.subtract(tt.ONE),o=e.multiply(r);0==o.gcd(i).compareTo(tt.ONE)?(s.n=s.p.multiply(s.q),s.d=i.modInverse(o),s.dmp1=s.d.mod(e),s.dmq1=s.d.mod(r),s.coeff=s.q.modInverse(s.p),setTimeout((function(){n()}),0)):setTimeout(a,0)},c=()=>{s.q=et(),s.q.fromNumberAsync(o,1,r,(function(){s.q.subtract(tt.ONE).gcda(i,(function(t){0==t.compareTo(tt.ONE)&&s.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(c,0)}))}))},u=()=>{s.p=et(),s.p.fromNumberAsync(t-o,1,r,(function(){s.p.subtract(tt.ONE).gcda(i,(function(t){0==t.compareTo(tt.ONE)&&s.p.isProbablePrime(10)?setTimeout(c,0):setTimeout(u,0)}))}))};setTimeout(u,0)};setTimeout(a,0)}}function pt(t,e){for(var n=t.toByteArray(),r=0;r<n.length&&0==n[r];)++r;if(n.length-r!=e-1||2!=n[r])return null;for(++r;0!=n[r];)if(++r>=n.length)return null;for(var o="";++r<n.length;){var i=255&n[r];i<128?o+=String.fromCharCode(i):i>191&&i<224?(o+=String.fromCharCode((31&i)<<6|63&n[r+1]),++r):(o+=String.fromCharCode((15&i)<<12|(63&n[r+1])<<6|63&n[r+2]),r+=2)}return o}class vt extends ft{constructor(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";super(),t&&("string"==typeof t?this.parseKey(t):(this.hasPrivateKeyProperty(t)||this.hasPublicKeyProperty(t))&&this.parsePropertiesFrom(t))}parseKey(t){try{var e=0,n=0,r=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t)?u.decode(t):l.unarmor(t),o=X.decode(r);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){e=o.sub[1].getHexStringValue(),this.n=nt(e,16),n=o.sub[2].getHexStringValue(),this.e=parseInt(n,16);var i=o.sub[3].getHexStringValue();this.d=nt(i,16);var s=o.sub[4].getHexStringValue();this.p=nt(s,16);var a=o.sub[5].getHexStringValue();this.q=nt(a,16);var c=o.sub[6].getHexStringValue();this.dmp1=nt(c,16);var h=o.sub[7].getHexStringValue();this.dmq1=nt(h,16);var d=o.sub[8].getHexStringValue();this.coeff=nt(d,16)}else{if(2!==o.sub.length)return!1;var f=o.sub[1].sub[0];e=f.sub[0].getHexStringValue(),this.n=nt(e,16),n=f.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(t){return!1}}hasPublicKeyProperty(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")}hasPrivateKeyProperty(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")&&t.hasOwnProperty("d")&&t.hasOwnProperty("p")&&t.hasOwnProperty("q")&&t.hasOwnProperty("dmp1")&&t.hasOwnProperty("dmq1")&&t.hasOwnProperty("coeff")}parsePropertiesFrom(t){this.n=t.n,this.e=t.e,t.hasOwnProperty("d")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)}}(r=function(t){t=t||{},this.default_key_size=parseInt(t.default_key_size,10)||1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}).prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new vt(t)},r.prototype.setPrivateKey=function(t){this.setKey(t)},r.prototype.setPublicKey=function(t){this.setKey(t)},r.prototype.decrypt=function(t){try{return this.getKey().decrypt(z(t))}catch(t){return!1}},r.prototype.encrypt=function(t){try{return J(this.getKey().encrypt(t))}catch(t){return!1}},r.prototype.encryptLong=function(t){try{for(var e=this.getKey().encryptLong(t)||"",n=this.getKey().decryptLong(e)||"",r=0,o=/null$/g;o.test(n)&&(r++,e=this.getKey().encryptLong(t)||"",n=this.getKey().decryptLong(e)||"",!(r>10)););return e}catch(t){return!1}},r.prototype.getKey=function(t){if(!this.key){if(this.key=new vt,t&&"[object Function]"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},r.version="3.1.4"}const j=r;var q=n(2631),M=function(t){var e=void 0===t?{}:t,n=e.publicKey,r=void 0===n?"":n,o=e.payload,i=void 0===o?{}:o;if(!r)return"";try{var s=(0,q.I)(i),a=new j;return a.setPublicKey(r),a.encryptLong("object"==typeof s?JSON.stringify(s):s)}catch(t){console.error("encrypt error:",t)}return""}},2631:(t,e,n)=>{n.d(e,{I:()=>r,y:()=>o});var r=function(t){var e=function(e){for(var n in t)t.hasOwnProperty(n)&&(e[n]=r(t[n]));return e},n=null==t?"NullOrUndefined":Object.prototype.toString.call(t).slice(8,-1);if(["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"].includes(n))return t.slice();switch(n){case"Object":return e(Object.create(Object.getPrototypeOf(t)));case"Array":return e([]);case"Date":return new Date(t.valueOf());case"RegExp":return new RegExp(t.source,(t.global?"g":"")+(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.sticky?"y":"")+(t.unicode?"u":""));default:return t}},o=function(t){var e=t.match(/^(?:http(s)?:\/\/[^\/]+)?(\/[^\?#]*)/);return e&&e[2]||""}},3388:t=>{t.exports={}},8182:function(t,e,n){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},r.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),s=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)"default"!==n&&Object.prototype.hasOwnProperty.call(t,n)&&o(e,t,n);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.useDefaultAdapter=e.useAdapters=e.RUNTIME=void 0;var a,c=s(n(4274)),u=n(3616);!function(t){t.WEB="web",t.WX_MP="wx_mp"}(a=e.RUNTIME||(e.RUNTIME={})),e.useAdapters=function(t,e){for(var n=0,o=(0,u.isArray)(t)?t:[t];n<o.length;n++){var i=o[n],s=i.isMatch,a=i.genAdapter,c=i.runtime;if(s())return{adapter:r({isMatch:s},a(e)),runtime:c}}},e.useDefaultAdapter=function(){return{adapter:r({},c.genAdapter()),runtime:a.WEB}}},4274:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},i.apply(this,arguments)},s=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},a=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.WebRequest=e.genAdapter=void 0;var c=n(7149),u=n(3616),l=n(2946),h=function(t){function e(e){var n=t.call(this)||this,r=e.timeout,o=e.timeoutMsg,i=e.restrictedMethods;return n.timeout=r||0,n.timeoutMsg=o||"请求超时",n.restrictedMethods=i||["get","post","upload","download"],n}return o(e,t),e.prototype.get=function(t){return this.request(i(i({},t),{method:"get"}),this.restrictedMethods.includes("get"))},e.prototype.post=function(t){return this.request(i(i({},t),{method:"post"}),this.restrictedMethods.includes("post"))},e.prototype.put=function(t){return this.request(i(i({},t),{method:"put"}))},e.prototype.upload=function(t){var e=t.data,n=t.file,r=t.name,o=t.method,s=t.headers,a=void 0===s?{}:s,c={post:"post",put:"put"}[null==o?void 0:o.toLowerCase()]||"put",u=new FormData;return"post"===c?(Object.keys(e).forEach((function(t){u.append(t,e[t])})),u.append("key",r),u.append("file",n),this.request(i(i({},t),{data:u,method:c}),this.restrictedMethods.includes("upload"))):this.request(i(i({},t),{method:"put",headers:a,body:n}),this.restrictedMethods.includes("upload"))},e.prototype.download=function(t){return s(this,void 0,void 0,(function(){var e,n,r,o;return a(this,(function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),[4,this.get(i(i({},t),{headers:{},responseType:"blob"}))];case 1:return e=s.sent().data,n=window.URL.createObjectURL(new Blob([e])),r=decodeURIComponent(new URL(t.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=n,o.setAttribute("download",r),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(n),document.body.removeChild(o),[3,3];case 2:return s.sent(),[3,3];case 3:return[2,new Promise((function(e){e({statusCode:200,tempFilePath:t.url})}))]}}))}))},e.prototype.fetch=function(t){var e;return s(this,void 0,void 0,(function(){var n,r,o,c,u,l,h,d,f,p,v,y,m,g=this;return a(this,(function(b){switch(b.label){case 0:return n=new AbortController,r=t.url,o=t.enableAbort,c=void 0!==o&&o,u=t.stream,l=void 0!==u&&u,h=t.signal,d=t.timeout,f=t.shouldThrowOnError,p=void 0===f||f,v=null!=d?d:this.timeout,h&&(h.aborted&&n.abort(),h.addEventListener("abort",(function(){return n.abort()}))),y=null,c&&v&&(y=setTimeout((function(){console.warn(g.timeoutMsg),n.abort(new Error(g.timeoutMsg))}),v)),[4,fetch(r,i(i({},t),{signal:n.signal})).then((function(t){return s(g,void 0,void 0,(function(){var e,n,r;return a(this,(function(o){switch(o.label){case 0:return clearTimeout(y),p?t.ok?(e=t,[3,3]):[3,1]:[3,4];case 1:return r=(n=Promise).reject,[4,t.json()];case 2:e=r.apply(n,[o.sent()]),o.label=3;case 3:return[2,e];case 4:return[2,t]}}))}))})).catch((function(t){if(clearTimeout(y),p)return Promise.reject(t)}))];case 1:return m=b.sent(),[2,{data:l?m.body:(null===(e=m.headers.get("content-type"))||void 0===e?void 0:e.includes("application/json"))?m.json():m.text(),statusCode:m.status,header:m.headers}]}}))}))},e.prototype.request=function(t,e){var n=this;void 0===e&&(e=!1);var r=String(t.method).toLowerCase()||"get";return new Promise((function(o){var i,s,a=t.url,c=t.headers,h=void 0===c?{}:c,d=t.data,f=t.responseType,p=t.withCredentials,v=t.body,y=t.onUploadProgress,m=(0,u.formatUrl)((0,l.getProtocol)(),a,"get"===r?d:{}),g=new XMLHttpRequest;g.open(r,m),f&&(g.responseType=f),Object.keys(h).forEach((function(t){g.setRequestHeader(t,h[t])})),y&&g.upload.addEventListener("progress",y),g.onreadystatechange=function(){var t={};if(4===g.readyState){var e=g.getAllResponseHeaders().trim().split(/[\r\n]+/),n={};e.forEach((function(t){var e=t.split(": "),r=e.shift().toLowerCase(),o=e.join(": ");n[r]=o})),t.header=n,t.statusCode=g.status;try{t.data="blob"===f?g.response:JSON.parse(g.responseText)}catch(e){t.data="blob"===f?g.response:g.responseText}clearTimeout(i),o(t)}},e&&n.timeout&&(i=setTimeout((function(){console.warn(n.timeoutMsg),g.abort()}),n.timeout)),s=(0,u.isFormData)(d)?d:"application/x-www-form-urlencoded"===h["content-type"]?(0,u.toQueryString)(d):v||(d?JSON.stringify(d):void 0),p&&(g.withCredentials=!0),g.send(s)}))},e}(c.AbstractSDKRequest);e.WebRequest=h,e.genAdapter=function(){return{type:"default",root:window,reqClass:h,wsClass:WebSocket,localStorage}}},2946:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.COMMUNITY_SITE_URL=e.IS_DEBUG_MODE=e.getProtocol=e.setProtocol=e.getSdkName=e.setSdkName=void 0;var n="@cloudbase/js-sdk";e.setSdkName=function(t){n=t},e.getSdkName=function(){return n};var r="https:";e.setProtocol=function(t){r=t},e.getProtocol=function(){return r},e.IS_DEBUG_MODE=!1,e.COMMUNITY_SITE_URL="https://support.qq.com/products/148793"},6205:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ERRORS=void 0,e.ERRORS={INVALID_PARAMS:"INVALID_PARAMS",INVALID_SYNTAX:"INVALID_SYNTAX",INVALID_OPERATION:"INVALID_OPERATION",OPERATION_FAIL:"OPERATION_FAIL",NETWORK_ERROR:"NETWORK_ERROR",UNKOWN_ERROR:"UNKOWN_ERROR"}},794:function(t,e,n){var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.OATUH_LOGINTYPE=void 0,o(n(2946),e),o(n(6205),e),e.OATUH_LOGINTYPE="constants"},7718:function(t,e,n){var r=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},o=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.catchErrorsDecorator=void 0;var i=n(3616),s=n(794),a=!1;"undefined"!=typeof navigator&&navigator.userAgent&&(a=-1!==navigator.userAgent.indexOf("Firefox"));var c=a?/(\.js\/)?__decorate(\$\d+)?<@.*\d$/:/(\/\w+\.js\.)?__decorate(\$\d+)?\s*\(.*\)$/,u=/https?:\/\/.+:\d*\/.*\.js:\d+:\d+/;function l(t){var e=t.err,n=t.className,r=t.methodName,o=t.sourceLink;if(!o)return null;var i,s=e.stack.split("\n"),c=a?/^catchErrorsDecorator\/<\/descriptor.value@.*\d$/:new RegExp("".concat(n,"\\.descriptor.value\\s*\\[as\\s").concat(r,"\\]\\s*\\(.*\\)$")),l=a?/^catchErrorsDecorator\/<\/descriptor.value/:new RegExp("".concat(n,"\\.descriptor.value\\s*\\[as\\s").concat(r,"\\]")),h=s.findIndex((function(t){return c.test(t)}));if(-1!==h){var d=s.filter((function(t,e){return e>h}));d.unshift(s[h].replace(l,"".concat(n,".").concat(r)).replace(u,o)),(i=new Error).stack="".concat(a?"@debugger":"Error","\n").concat(d.join("\n"))}return i}e.catchErrorsDecorator=function(t){var e=t.mode,n=void 0===e?"async":e,a=t.customInfo,h=void 0===a?{}:a,d=t.title,f=t.messages,p=void 0===f?[]:f;return function(t,e,a){if(s.IS_DEBUG_MODE){var f=h.className||t.constructor.name,v=h.methodName||e,y=a.value,m=function(){var t="",e=(new Error).stack.split("\n"),n=e.findIndex((function(t){return c.test(t)}));if(-1!==n){var r=u.exec(e[n+1]||"");t=r?r[0]:""}return t}();a.value="sync"===n?function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=l({err:new Error,className:f,methodName:v,sourceLink:m});try{return y.apply(this,t)}catch(t){var r=t,o=t.message,s=t.error,a=t.error_description,c={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:t}]};if(o&&/^\{.*\}$/.test(o)){var u=JSON.parse(o);c.subtitle=o,u.code&&(n?(n.code=u.code,n.msg=u.msg):(t.code=u.code,t.message=u.msg),r=n||t,c.content=p.map((function(t){return{type:"info",body:t}})))}throw s&&a&&(c.subtitle=a,n?(n.code=s,n.msg=a):(t.code=s,t.message=a),r=n||t,c.content=p.map((function(t){return{type:"info",body:t}}))),(0,i.printGroupLog)(c),r}}:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return r(this,void 0,void 0,(function(){var e,n,r,s,a,c,u,h;return o(this,(function(o){switch(o.label){case 0:e=l({err:new Error,className:f,methodName:v,sourceLink:m}),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,y.apply(this,t)];case 2:return[2,o.sent()];case 3:throw n=o.sent(),r=n,s=n.message,a=n.error,c=n.error_description,u={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:n}]},s&&/^\{.*\}$/.test(s)&&(h=JSON.parse(s),u.subtitle=h,h.code&&(e?(e.code=h.code,e.message=h.msg):(n.code=h.code,n.message=h.msg),r=e||n,u.content=p.map((function(t){return{type:"info",body:t}})))),a&&c&&(u.subtitle=c,e?(e.code=a,e.msg=c):(n.code=a,n.message=c),r=e||n,u.content=p.map((function(t){return{type:"info",body:t}}))),(0,i.printGroupLog)(u),r;case 4:return[2]}}))}))}}}}},141:function(t,e,n){var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(7718),e)},6197:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},s=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.CloudbaseCache=void 0;var a=n(7149),c=n(3616),u=n(794),l=function(t){function e(e){var n=t.call(this)||this;return n.root=e,e.tcbCacheObject||(e.tcbCacheObject={}),n}return o(e,t),e.prototype.setItem=function(t,e){this.root.tcbCacheObject[t]=e},e.prototype.getItem=function(t){return this.root.tcbCacheObject[t]},e.prototype.removeItem=function(t){delete this.root.tcbCacheObject[t]},e.prototype.clear=function(){delete this.root.tcbCacheObject},e}(a.AbstractStorage),h=function(){function t(t){this.keys={};var e=t.persistence,n=t.platformInfo,r=void 0===n?{}:n,o=t.keys,i=void 0===o?{}:o;this.platformInfo=r,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||e,this.storage=function(t,e){switch(t){case"local":default:return e.localStorage?e.localStorage:((0,c.printWarn)(u.ERRORS.INVALID_PARAMS,"localStorage is not supported on current platform"),new l(e.root));case"none":return new l(e.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(t.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),t.prototype.setStore=function(t,e,n){if("async"!==this.mode){if(this.storage)try{var r={version:n||"localCachev1",content:e};this.storage.setItem(t,JSON.stringify(r))}catch(t){throw new Error(JSON.stringify({code:u.ERRORS.OPERATION_FAIL,msg:"[".concat((0,u.getSdkName)(),"][").concat(u.ERRORS.OPERATION_FAIL,"]setStore failed"),info:t}))}}else(0,c.printWarn)(u.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},t.prototype.setStoreAsync=function(t,e,n){return i(this,void 0,void 0,(function(){var r;return s(this,(function(o){switch(o.label){case 0:if(!this.storage)return[2];o.label=1;case 1:return o.trys.push([1,3,,4]),r={version:n||"localCachev1",content:e},[4,this.storage.setItem(t,JSON.stringify(r))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}}))}))},t.prototype.getStore=function(t,e){var n;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(t){return""}e=e||"localCachev1";var r=this.storage.getItem(t);return r&&r.indexOf(e)>=0?JSON.parse(r).content:""}(0,c.printWarn)(u.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},t.prototype.getStoreAsync=function(t,e){var n;return i(this,void 0,void 0,(function(){var r;return s(this,(function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return[2,{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(t){return[2,""]}return e=e||"localCachev1",[4,this.storage.getItem(t)];case 1:return(r=o.sent())&&r.indexOf(e)>=0?[2,JSON.parse(r).content]:[2,""]}}))}))},t.prototype.removeStore=function(t){"async"!==this.mode?this.storage.removeItem(t):(0,c.printWarn)(u.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},t.prototype.removeStoreAsync=function(t){return i(this,void 0,void 0,(function(){return s(this,(function(e){switch(e.label){case 0:return[4,this.storage.removeItem(t)];case 1:return e.sent(),[2]}}))}))},t}();e.CloudbaseCache=h},9689:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.removeEventListener=e.activateEvent=e.addEventListener=e.CloudbaseEventEmitter=e.IErrorEvent=e.CloudbaseEvent=void 0;var s=n(3616),a=function(t,e){this.data=e||null,this.name=t};e.CloudbaseEvent=a;var c=function(t){function e(e,n){var r=t.call(this,"error",{error:e,data:n})||this;return r.error=e,r}return o(e,t),e}(a);e.IErrorEvent=c;var u=function(){function t(){this.listeners={}}return t.prototype.on=function(t,e){return function(t,e,n){n[t]=n[t]||[],n[t].push(e)}(t,e,this.listeners),this},t.prototype.off=function(t,e){return function(t,e,n){if(null==n?void 0:n[t]){var r=n[t].indexOf(e);-1!==r&&n[t].splice(r,1)}}(t,e,this.listeners),this},t.prototype.fire=function(t,e){if((0,s.isInstanceOf)(t,c))return console.error(t.error),this;var n=(0,s.isString)(t)?new a(t,e||{}):t,r=n.name;if(this.listens(r)){n.target=this;for(var o=0,u=this.listeners[r]?i([],this.listeners[r],!0):[];o<u.length;o++)u[o].call(this,n)}return this},t.prototype.listens=function(t){return this.listeners[t]&&this.listeners[t].length>0},t}();e.CloudbaseEventEmitter=u;var l=new u;e.addEventListener=function(t,e){l.on(t,e)},e.activateEvent=function(t,e){void 0===e&&(e={}),l.fire(t,e)},e.removeEventListener=function(t,e){l.off(t,e)}},3616:function(t,e,n){var r=this&&this.__rest||function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n};Object.defineProperty(e,"__esModule",{value:!0}),e.parseCaptcha=e.parseQueryString=e.transformPhone=e.sleep=e.printGroupLog=e.throwError=e.printInfo=e.printError=e.printWarn=e.execCallback=e.createPromiseCallback=e.removeParam=e.getHash=e.getQuery=e.toQueryString=e.formatUrl=e.generateRequestId=e.genSeqId=e.isFormData=e.isInstanceOf=e.isNull=e.isPalinObject=e.isUndefined=e.isString=e.isArray=void 0;var o=n(794);e.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)},e.isString=function(t){return"string"==typeof t},e.isUndefined=function(t){return void 0===t},e.isPalinObject=function(t){return"[object Object]"===Object.prototype.toString.call(t)},e.isNull=function(t){return"[object Null]"===Object.prototype.toString.call(t)},e.isInstanceOf=function(t,e){return t instanceof e},e.isFormData=function(t){return"[object FormData]"===Object.prototype.toString.call(t)},e.genSeqId=function(){return Math.random().toString(16).slice(2)},e.generateRequestId=function(){var t=(new Date).getTime(),e=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(n){var r=16*Math.random();return t>0?(r=(t+r)%16|0,t=Math.floor(t/16)):(r=(e+r)%16|0,e=Math.floor(e/16)),("x"===n?r:7&r|8).toString(16)}))},e.formatUrl=function(t,e,n){void 0===n&&(n={});var r=/\?/.test(e),o="";return Object.keys(n).forEach((function(t){""===o?!r&&(e+="?"):o+="&",o+="".concat(t,"=").concat(encodeURIComponent(n[t]))})),/^http(s)?:\/\//.test(e+=o)?e:"".concat(t).concat(e)},e.toQueryString=function(t){void 0===t&&(t={});var e=[];return Object.keys(t).forEach((function(n){e.push("".concat(n,"=").concat(encodeURIComponent(t[n])))})),e.join("&")},e.getQuery=function(t,e){if("undefined"==typeof window)return!1;var n=e||decodeURIComponent(window.location.search),r=new RegExp("(^|&)".concat(t,"=([^&]*)(&|$)")),o=n.substr(n.indexOf("?")+1).match(r);return null!=o?o[2]:""},e.getHash=function(t){if("undefined"==typeof window)return"";var e=window.location.hash.match(new RegExp("[#?&/]".concat(t,"=([^&#]*)")));return e?e[1]:""},e.removeParam=function(t,e){var n=e.split("?")[0],r=[],o=-1!==e.indexOf("?")?e.split("?")[1]:"";if(""!==o){for(var i=(r=o.split("&")).length-1;i>=0;i-=1)r[i].split("=")[0]===t&&r.splice(i,1);n="".concat(n,"?").concat(r.join("&"))}return n},e.createPromiseCallback=function(){var t={};if(!Promise){(t=function(){}).promise={};var e=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var n=new Promise((function(e,n){t=function(t,r){return t?n(t):e(r)}}));return t.promise=n,t},e.execCallback=function(t,e,n){if(void 0===n&&(n=null),t&&"function"==typeof t)return t(e,n);if(e)throw e;return n},e.printWarn=function(t,e){console.warn("[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e))},e.printError=function(t,e){console.error({code:t,msg:"[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e)})},e.printInfo=function(t,e){console.log("[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e))},e.throwError=function(t,e){throw new Error(JSON.stringify({code:t,msg:"[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e)}))},e.printGroupLog=function(t){var e,n=t.title,r=t.subtitle,o=void 0===r?"":r,i=t.content,s=void 0===i?[]:i,a=t.printTrace,c=void 0!==a&&a,u=t.collapsed;void 0!==u&&u?(console.groupCollapsed||console.error)(n,o):(console.group||console.error)(n,o);for(var l=0,h=s;l<h.length;l++){var d=h[l],f=d.type,p=d.body;switch(f){case"info":console.log(p);break;case"warn":console.warn(p);break;case"error":console.error(p)}}c&&(console.trace||console.log)("stack trace:"),null===(e=console.groupEnd)||void 0===e||e.call(console)},e.sleep=function(t){return void 0===t&&(t=0),new Promise((function(e){return setTimeout(e,t)}))},e.transformPhone=function(t){return"+86".concat(t)},e.parseQueryString=function(t){t=t.replace(/^\?/,"");var e={};return t.split("&").forEach((function(t){var n=t.split("="),r=n[0],o=n[1];r=decodeURIComponent(r),o=decodeURIComponent(o),r&&(e[r]?Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]:e[r]=o)})),e},e.parseCaptcha=function(t){var n={},o=t.match(/^(data:.*?)(\?[^#\s]*)?$/);if(o){t=o[1];var i=o[2];i&&(n=(0,e.parseQueryString)(i))}var s=n.token,a=r(n,["token"]);return/^data:/.test(t)&&!s?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(t)}:s?{state:a.state,token:s,captchaData:t}:{error:"unimplemented",error_description:"need to impl captcha data"}}},9515:(t,e,n)=>{var r=n(8761)(n(7772),"DataView");t.exports=r},9612:(t,e,n)=>{var r=n(2118),o=n(6909),i=n(8138),s=n(4174),a=n(7942);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=s,c.prototype.set=a,t.exports=c},235:(t,e,n)=>{var r=n(3945),o=n(1846),i=n(8028),s=n(2344),a=n(4769);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=s,c.prototype.set=a,t.exports=c},326:(t,e,n)=>{var r=n(8761)(n(7772),"Map");t.exports=r},6738:(t,e,n)=>{var r=n(2411),o=n(6417),i=n(6928),s=n(9493),a=n(4150);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=s,c.prototype.set=a,t.exports=c},2760:(t,e,n)=>{var r=n(8761)(n(7772),"Promise");t.exports=r},2143:(t,e,n)=>{var r=n(8761)(n(7772),"Set");t.exports=r},6571:(t,e,n)=>{var r=n(235),o=n(5243),i=n(2858),s=n(4417),a=n(8605),c=n(1418);function u(t){var e=this.__data__=new r(t);this.size=e.size}u.prototype.clear=o,u.prototype.delete=i,u.prototype.get=s,u.prototype.has=a,u.prototype.set=c,t.exports=u},857:(t,e,n)=>{var r=n(7772).Symbol;t.exports=r},9162:(t,e,n)=>{var r=n(7772).Uint8Array;t.exports=r},3215:(t,e,n)=>{var r=n(8761)(n(7772),"WeakMap");t.exports=r},2517:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t}},7552:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,o=0,i=[];++n<r;){var s=t[n];e(s,n,t)&&(i[o++]=s)}return i}},1634:(t,e,n)=>{var r=n(6473),o=n(9631),i=n(6152),s=n(3226),a=n(9045),c=n(7598),u=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=i(t),l=!n&&o(t),h=!n&&!l&&s(t),d=!n&&!l&&!h&&c(t),f=n||l||h||d,p=f?r(t.length,String):[],v=p.length;for(var y in t)!e&&!u.call(t,y)||f&&("length"==y||h&&("offset"==y||"parent"==y)||d&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||a(y,v))||p.push(y);return p}},343:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,o=Array(r);++n<r;)o[n]=e(t[n],n,t);return o}},5067:t=>{t.exports=function(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}},91:(t,e,n)=>{var r=n(3940),o=n(1225),i=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var s=t[e];i.call(t,e)&&o(s,n)&&(void 0!==n||e in t)||r(t,e,n)}},2218:(t,e,n)=>{var r=n(1225);t.exports=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1}},7993:(t,e,n)=>{var r=n(752),o=n(249);t.exports=function(t,e){return t&&r(e,o(e),t)}},5906:(t,e,n)=>{var r=n(752),o=n(8582);t.exports=function(t,e){return t&&r(e,o(e),t)}},3940:(t,e,n)=>{var r=n(3043);t.exports=function(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},8874:(t,e,n)=>{var r=n(6571),o=n(2517),i=n(91),s=n(7993),a=n(5906),c=n(2175),u=n(1522),l=n(7680),h=n(9987),d=n(3483),f=n(6939),p=n(940),v=n(9917),y=n(8222),m=n(8725),g=n(6152),b=n(3226),w=n(4714),_=n(9259),I=n(3679),E=n(249),S=n(8582),O="[object Arguments]",P="[object Function]",T="[object Object]",A={};A[O]=A["[object Array]"]=A["[object ArrayBuffer]"]=A["[object DataView]"]=A["[object Boolean]"]=A["[object Date]"]=A["[object Float32Array]"]=A["[object Float64Array]"]=A["[object Int8Array]"]=A["[object Int16Array]"]=A["[object Int32Array]"]=A["[object Map]"]=A["[object Number]"]=A[T]=A["[object RegExp]"]=A["[object Set]"]=A["[object String]"]=A["[object Symbol]"]=A["[object Uint8Array]"]=A["[object Uint8ClampedArray]"]=A["[object Uint16Array]"]=A["[object Uint32Array]"]=!0,A["[object Error]"]=A[P]=A["[object WeakMap]"]=!1,t.exports=function t(e,n,R,C,N,x){var L,U=1&n,D=2&n,k=4&n;if(R&&(L=N?R(e,C,N,x):R(e)),void 0!==L)return L;if(!_(e))return e;var j=g(e);if(j){if(L=v(e),!U)return u(e,L)}else{var q=p(e),M=q==P||"[object GeneratorFunction]"==q;if(b(e))return c(e,U);if(q==T||q==O||M&&!N){if(L=D||M?{}:m(e),!U)return D?h(e,a(L,e)):l(e,s(L,e))}else{if(!A[q])return N?e:{};L=y(e,q,U)}}x||(x=new r);var W=x.get(e);if(W)return W;x.set(e,L),I(e)?e.forEach((function(r){L.add(t(r,n,R,r,e,x))})):w(e)&&e.forEach((function(r,o){L.set(o,t(r,n,R,o,e,x))}));var F=j?void 0:(k?D?f:d:D?S:E)(e);return o(F||e,(function(r,o){F&&(r=e[o=r]),i(L,o,t(r,n,R,o,e,x))})),L}},9413:(t,e,n)=>{var r=n(9259),o=Object.create,i=function(){function t(){}return function(e){if(!r(e))return{};if(o)return o(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=i},3324:(t,e,n)=>{var r=n(7297),o=n(3812);t.exports=function(t,e){for(var n=0,i=(e=r(e,t)).length;null!=t&&n<i;)t=t[o(e[n++])];return n&&n==i?t:void 0}},1897:(t,e,n)=>{var r=n(5067),o=n(6152);t.exports=function(t,e,n){var i=e(t);return o(t)?i:r(i,n(t))}},3366:(t,e,n)=>{var r=n(857),o=n(2107),i=n(7157),s=r?r.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?o(t):i(t)}},5183:(t,e,n)=>{var r=n(3366),o=n(5125);t.exports=function(t){return o(t)&&"[object Arguments]"==r(t)}},4511:(t,e,n)=>{var r=n(940),o=n(5125);t.exports=function(t){return o(t)&&"[object Map]"==r(t)}},6840:(t,e,n)=>{var r=n(1049),o=n(7394),i=n(9259),s=n(7035),a=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,l=c.toString,h=u.hasOwnProperty,d=RegExp("^"+l.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||o(t))&&(r(t)?d:a).test(s(t))}},8436:(t,e,n)=>{var r=n(940),o=n(5125);t.exports=function(t){return o(t)&&"[object Set]"==r(t)}},5522:(t,e,n)=>{var r=n(3366),o=n(1158),i=n(5125),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1,t.exports=function(t){return i(t)&&o(t.length)&&!!s[r(t)]}},6411:(t,e,n)=>{var r=n(6001),o=n(4248),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return o(t);var e=[];for(var n in Object(t))i.call(t,n)&&"constructor"!=n&&e.push(n);return e}},8390:(t,e,n)=>{var r=n(9259),o=n(6001),i=n(2966),s=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=o(t),n=[];for(var a in t)("constructor"!=a||!e&&s.call(t,a))&&n.push(a);return n}},2857:(t,e,n)=>{var r=n(91),o=n(7297),i=n(9045),s=n(9259),a=n(3812);t.exports=function(t,e,n,c){if(!s(t))return t;for(var u=-1,l=(e=o(e,t)).length,h=l-1,d=t;null!=d&&++u<l;){var f=a(e[u]),p=n;if("__proto__"===f||"constructor"===f||"prototype"===f)return t;if(u!=h){var v=d[f];void 0===(p=c?c(v,f,d):void 0)&&(p=s(v)?v:i(e[u+1])?[]:{})}r(d,f,p),d=d[f]}return t}},9872:t=>{t.exports=function(t,e,n){var r=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(o);++r<o;)i[r]=t[r+e];return i}},6473:t=>{t.exports=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}},1054:(t,e,n)=>{var r=n(857),o=n(343),i=n(6152),s=n(4795),a=r?r.prototype:void 0,c=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(i(e))return o(e,t)+"";if(s(e))return c?c.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n}},7826:t=>{t.exports=function(t){return function(e){return t(e)}}},9078:(t,e,n)=>{var r=n(7297),o=n(6974),i=n(2721),s=n(3812);t.exports=function(t,e){return e=r(e,t),null==(t=i(t,e))||delete t[s(o(e))]}},7297:(t,e,n)=>{var r=n(6152),o=n(1401),i=n(4452),s=n(6188);t.exports=function(t,e){return r(t)?t:o(t,e)?[t]:i(s(t))}},9882:(t,e,n)=>{var r=n(9162);t.exports=function(t){var e=new t.constructor(t.byteLength);return new r(e).set(new r(t)),e}},2175:(t,e,n)=>{t=n.nmd(t);var r=n(7772),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,s=i&&i.exports===o?r.Buffer:void 0,a=s?s.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,r=a?a(n):new t.constructor(n);return t.copy(r),r}},4727:(t,e,n)=>{var r=n(9882);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}},6058:t=>{var e=/\w*$/;t.exports=function(t){var n=new t.constructor(t.source,e.exec(t));return n.lastIndex=t.lastIndex,n}},169:(t,e,n)=>{var r=n(857),o=r?r.prototype:void 0,i=o?o.valueOf:void 0;t.exports=function(t){return i?Object(i.call(t)):{}}},6190:(t,e,n)=>{var r=n(9882);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}},1522:t=>{t.exports=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e}},752:(t,e,n)=>{var r=n(91),o=n(3940);t.exports=function(t,e,n,i){var s=!n;n||(n={});for(var a=-1,c=e.length;++a<c;){var u=e[a],l=i?i(n[u],t[u],u,n,t):void 0;void 0===l&&(l=t[u]),s?o(n,u,l):r(n,u,l)}return n}},7680:(t,e,n)=>{var r=n(752),o=n(633);t.exports=function(t,e){return r(t,o(t),e)}},9987:(t,e,n)=>{var r=n(752),o=n(2680);t.exports=function(t,e){return r(t,o(t),e)}},4019:(t,e,n)=>{var r=n(7772)["__core-js_shared__"];t.exports=r},3043:(t,e,n)=>{var r=n(8761),o=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},1242:(t,e,n)=>{var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;t.exports=r},3483:(t,e,n)=>{var r=n(1897),o=n(633),i=n(249);t.exports=function(t){return r(t,i,o)}},6939:(t,e,n)=>{var r=n(1897),o=n(2680),i=n(8582);t.exports=function(t){return r(t,i,o)}},7937:(t,e,n)=>{var r=n(8304);t.exports=function(t,e){var n=t.__data__;return r(e)?n["string"==typeof e?"string":"hash"]:n.map}},8761:(t,e,n)=>{var r=n(6840),o=n(8109);t.exports=function(t,e){var n=o(t,e);return r(n)?n:void 0}},7353:(t,e,n)=>{var r=n(241)(Object.getPrototypeOf,Object);t.exports=r},2107:(t,e,n)=>{var r=n(857),o=Object.prototype,i=o.hasOwnProperty,s=o.toString,a=r?r.toStringTag:void 0;t.exports=function(t){var e=i.call(t,a),n=t[a];try{t[a]=void 0;var r=!0}catch(t){}var o=s.call(t);return r&&(e?t[a]=n:delete t[a]),o}},633:(t,e,n)=>{var r=n(7552),o=n(981),i=Object.prototype.propertyIsEnumerable,s=Object.getOwnPropertySymbols,a=s?function(t){return null==t?[]:(t=Object(t),r(s(t),(function(e){return i.call(t,e)})))}:o;t.exports=a},2680:(t,e,n)=>{var r=n(5067),o=n(7353),i=n(633),s=n(981),a=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r(e,i(t)),t=o(t);return e}:s;t.exports=a},940:(t,e,n)=>{var r=n(9515),o=n(326),i=n(2760),s=n(2143),a=n(3215),c=n(3366),u=n(7035),l="[object Map]",h="[object Promise]",d="[object Set]",f="[object WeakMap]",p="[object DataView]",v=u(r),y=u(o),m=u(i),g=u(s),b=u(a),w=c;(r&&w(new r(new ArrayBuffer(1)))!=p||o&&w(new o)!=l||i&&w(i.resolve())!=h||s&&w(new s)!=d||a&&w(new a)!=f)&&(w=function(t){var e=c(t),n="[object Object]"==e?t.constructor:void 0,r=n?u(n):"";if(r)switch(r){case v:return p;case y:return l;case m:return h;case g:return d;case b:return f}return e}),t.exports=w},8109:t=>{t.exports=function(t,e){return null==t?void 0:t[e]}},2118:(t,e,n)=>{var r=n(9191);t.exports=function(){this.__data__=r?r(null):{},this.size=0}},6909:t=>{t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},8138:(t,e,n)=>{var r=n(9191),o=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(r){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return o.call(e,t)?e[t]:void 0}},4174:(t,e,n)=>{var r=n(9191),o=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:o.call(e,t)}},7942:(t,e,n)=>{var r=n(9191);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?"__lodash_hash_undefined__":e,this}},9917:t=>{var e=Object.prototype.hasOwnProperty;t.exports=function(t){var n=t.length,r=new t.constructor(n);return n&&"string"==typeof t[0]&&e.call(t,"index")&&(r.index=t.index,r.input=t.input),r}},8222:(t,e,n)=>{var r=n(9882),o=n(4727),i=n(6058),s=n(169),a=n(6190);t.exports=function(t,e,n){var c=t.constructor;switch(e){case"[object ArrayBuffer]":return r(t);case"[object Boolean]":case"[object Date]":return new c(+t);case"[object DataView]":return o(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return a(t,n);case"[object Map]":case"[object Set]":return new c;case"[object Number]":case"[object String]":return new c(t);case"[object RegExp]":return i(t);case"[object Symbol]":return s(t)}}},8725:(t,e,n)=>{var r=n(9413),o=n(7353),i=n(6001);t.exports=function(t){return"function"!=typeof t.constructor||i(t)?{}:r(o(t))}},9045:t=>{var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,n){var r=typeof t;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}},1401:(t,e,n)=>{var r=n(6152),o=n(4795),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(r(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!o(t))||s.test(t)||!i.test(t)||null!=e&&t in Object(e)}},8304:t=>{t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},7394:(t,e,n)=>{var r,o=n(4019),i=(r=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!i&&i in t}},6001:t=>{var e=Object.prototype;t.exports=function(t){var n=t&&t.constructor;return t===("function"==typeof n&&n.prototype||e)}},3945:t=>{t.exports=function(){this.__data__=[],this.size=0}},1846:(t,e,n)=>{var r=n(2218),o=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0||(n==e.length-1?e.pop():o.call(e,n,1),--this.size,0))}},8028:(t,e,n)=>{var r=n(2218);t.exports=function(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}},2344:(t,e,n)=>{var r=n(2218);t.exports=function(t){return r(this.__data__,t)>-1}},4769:(t,e,n)=>{var r=n(2218);t.exports=function(t,e){var n=this.__data__,o=r(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this}},2411:(t,e,n)=>{var r=n(9612),o=n(235),i=n(326);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||o),string:new r}}},6417:(t,e,n)=>{var r=n(7937);t.exports=function(t){var e=r(this,t).delete(t);return this.size-=e?1:0,e}},6928:(t,e,n)=>{var r=n(7937);t.exports=function(t){return r(this,t).get(t)}},9493:(t,e,n)=>{var r=n(7937);t.exports=function(t){return r(this,t).has(t)}},4150:(t,e,n)=>{var r=n(7937);t.exports=function(t,e){var n=r(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this}},7777:(t,e,n)=>{var r=n(733);t.exports=function(t){var e=r(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}},9191:(t,e,n)=>{var r=n(8761)(Object,"create");t.exports=r},4248:(t,e,n)=>{var r=n(241)(Object.keys,Object);t.exports=r},2966:t=>{t.exports=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}},4146:(t,e,n)=>{t=n.nmd(t);var r=n(1242),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,s=i&&i.exports===o&&r.process,a=function(){try{return i&&i.require&&i.require("util").types||s&&s.binding&&s.binding("util")}catch(t){}}();t.exports=a},7157:t=>{var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},241:t=>{t.exports=function(t,e){return function(n){return t(e(n))}}},2721:(t,e,n)=>{var r=n(3324),o=n(9872);t.exports=function(t,e){return e.length<2?t:r(t,o(e,0,-1))}},7772:(t,e,n)=>{var r=n(1242),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},5243:(t,e,n)=>{var r=n(235);t.exports=function(){this.__data__=new r,this.size=0}},2858:t=>{t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},4417:t=>{t.exports=function(t){return this.__data__.get(t)}},8605:t=>{t.exports=function(t){return this.__data__.has(t)}},1418:(t,e,n)=>{var r=n(235),o=n(326),i=n(6738);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var s=n.__data__;if(!o||s.length<199)return s.push([t,e]),this.size=++n.size,this;n=this.__data__=new i(s)}return n.set(t,e),this.size=n.size,this}},4452:(t,e,n)=>{var r=n(7777),o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,s=r((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(o,(function(t,n,r,o){e.push(r?o.replace(i,"$1"):n||t)})),e}));t.exports=s},3812:(t,e,n)=>{var r=n(4795);t.exports=function(t){if("string"==typeof t||r(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},7035:t=>{var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},9850:(t,e,n)=>{var r=n(8874);t.exports=function(t){return r(t,5)}},1225:t=>{t.exports=function(t,e){return t===e||t!=t&&e!=e}},9631:(t,e,n)=>{var r=n(5183),o=n(5125),i=Object.prototype,s=i.hasOwnProperty,a=i.propertyIsEnumerable,c=r(function(){return arguments}())?r:function(t){return o(t)&&s.call(t,"callee")&&!a.call(t,"callee")};t.exports=c},6152:t=>{var e=Array.isArray;t.exports=e},7878:(t,e,n)=>{var r=n(1049),o=n(1158);t.exports=function(t){return null!=t&&o(t.length)&&!r(t)}},3226:(t,e,n)=>{t=n.nmd(t);var r=n(7772),o=n(6330),i=e&&!e.nodeType&&e,s=i&&t&&!t.nodeType&&t,a=s&&s.exports===i?r.Buffer:void 0,c=(a?a.isBuffer:void 0)||o;t.exports=c},1049:(t,e,n)=>{var r=n(3366),o=n(9259);t.exports=function(t){if(!o(t))return!1;var e=r(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},1158:t=>{t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},4714:(t,e,n)=>{var r=n(4511),o=n(7826),i=n(4146),s=i&&i.isMap,a=s?o(s):r;t.exports=a},9259:t=>{t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},5125:t=>{t.exports=function(t){return null!=t&&"object"==typeof t}},3679:(t,e,n)=>{var r=n(8436),o=n(7826),i=n(4146),s=i&&i.isSet,a=s?o(s):r;t.exports=a},4795:(t,e,n)=>{var r=n(3366),o=n(5125);t.exports=function(t){return"symbol"==typeof t||o(t)&&"[object Symbol]"==r(t)}},7598:(t,e,n)=>{var r=n(5522),o=n(7826),i=n(4146),s=i&&i.isTypedArray,a=s?o(s):r;t.exports=a},249:(t,e,n)=>{var r=n(1634),o=n(6411),i=n(7878);t.exports=function(t){return i(t)?r(t):o(t)}},8582:(t,e,n)=>{var r=n(1634),o=n(8390),i=n(7878);t.exports=function(t){return i(t)?r(t,!0):o(t)}},6974:t=>{t.exports=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0}},733:(t,e,n)=>{var r=n(6738);function o(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=e?e.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var s=t.apply(this,r);return n.cache=i.set(o,s)||i,s};return n.cache=new(o.Cache||r),n}o.Cache=r,t.exports=o},6765:(t,e,n)=>{var r=n(2857);t.exports=function(t,e,n){return null==t?t:r(t,e,n)}},981:t=>{t.exports=function(){return[]}},6330:t=>{t.exports=function(){return!1}},6188:(t,e,n)=>{var r=n(1054);t.exports=function(t){return null==t?"":r(t)}},7195:(t,e,n)=>{var r=n(9078);t.exports=function(t,e){return null==t||r(t,e)}},7149:e=>{e.exports=t}},u={};function l(t){var e=u[t];if(void 0!==e)return e.exports;var n=u[t]={id:t,loaded:!1,exports:{}};return c[t].call(n.exports,n,n.exports,l),n.loaded=!0,n.exports}l.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return l.d(e,{a:e}),e},l.d=(t,e)=>{for(var n in e)l.o(e,n)&&!l.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),l.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),l.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},l.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);var h={};(()=>{l.d(h,{Z:()=>uu});var t={};l.r(t);var c={};l.r(c),l.d(c,{ArkSimpleModel:()=>Ti,DSSimpleModel:()=>xi,DefaultImageModel:()=>is,DefaultSimpleModel:()=>os,HunYuanBetaSimpleModel:()=>gi,HunYuanExpSimpleModel:()=>Ki,HunYuanOpenSimpleModel:()=>$i,HunYuanSimpleModel:()=>Ii,MODELS:()=>gs,MoonshotSimpleModel:()=>Bi,ReactModel:()=>hs,YiSimpleModel:()=>ji,ZhiPuSimpleModel:()=>hi,toolMap:()=>ps});var u={};l.r(u),l.d(u,{LineString:()=>Ra,MultiLineString:()=>Ua,MultiPoint:()=>xa,MultiPolygon:()=>ka,Point:()=>Va,Polygon:()=>Na});var d="@cloudbase/js-sdk";function f(){return d}var p="https:",v="https://support.qq.com/products/148793",y={INVALID_PARAMS:"INVALID_PARAMS",INVALID_SYNTAX:"INVALID_SYNTAX",INVALID_OPERATION:"INVALID_OPERATION",OPERATION_FAIL:"OPERATION_FAIL",NETWORK_ERROR:"NETWORK_ERROR",UNKOWN_ERROR:"UNKOWN_ERROR"},m=l(7149);function g(t){return"[object Array]"===Object.prototype.toString.call(t)}function b(t){return"string"==typeof t}function w(t){return"[object FormData]"===Object.prototype.toString.call(t)}function _(){var t=(new Date).getTime(),e=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(n){var r=16*Math.random();return t>0?(r=(t+r)%16|0,t=Math.floor(t/16)):(r=(e+r)%16|0,e=Math.floor(e/16)),("x"===n?r:7&r|8).toString(16)}))}function I(t,e,n){void 0===n&&(n={});var r=/\?/.test(e),o="";return Object.keys(n).forEach((function(t){""===o?!r&&(e+="?"):o+="&",o+="".concat(t,"=").concat(encodeURIComponent(n[t]))})),/^http(s)?:\/\//.test(e+=o)?e:"".concat(t).concat(e)}function E(t,e){if("undefined"==typeof window)return!1;var n=e||decodeURIComponent(window.location.search),r=new RegExp("(^|&)".concat(t,"=([^&]*)(&|$)")),o=n.substr(n.indexOf("?")+1).match(r);return null!=o?o[2]:""}function S(t,e,n){if(void 0===n&&(n=null),t&&"function"==typeof t)return t(e,n);if(e)throw e;return n}function O(t,e){console.warn("[".concat(f(),"][").concat(t,"]:").concat(e))}function P(t){var e={},n=t.match(/^(data:.*?)(\?[^#\s]*)?$/);if(n){t=n[1];var r=n[2];r&&(e=function(t){t=t.replace(/^\?/,"");var e={};return t.split("&").forEach((function(t){var n=t.split("="),r=n[0],o=n[1];r=decodeURIComponent(r),o=decodeURIComponent(o),r&&(e[r]?Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]:e[r]=o)})),e}(r))}var o=e.token,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["token"]);return/^data:/.test(t)&&!o?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(t)}:o?{state:i.state,token:o,captchaData:t}:{error:"unimplemented",error_description:"need to impl captcha data"}}var T,A,R=(T=function(t,e){return T=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},T(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}T(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),C=function(){return C=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},C.apply(this,arguments)},N=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},x=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},L=function(t){function e(e){var n=t.call(this)||this,r=e.timeout,o=e.timeoutMsg,i=e.restrictedMethods;return n.timeout=r||0,n.timeoutMsg=o||"请求超时",n.restrictedMethods=i||["get","post","upload","download"],n}return R(e,t),e.prototype.get=function(t){return this.request(C(C({},t),{method:"get"}),this.restrictedMethods.includes("get"))},e.prototype.post=function(t){return this.request(C(C({},t),{method:"post"}),this.restrictedMethods.includes("post"))},e.prototype.put=function(t){return this.request(C(C({},t),{method:"put"}))},e.prototype.upload=function(t){var e=t.data,n=t.file,r=t.name,o=t.method,i=t.headers,s=void 0===i?{}:i,a={post:"post",put:"put"}[null==o?void 0:o.toLowerCase()]||"put",c=new FormData;return"post"===a?(Object.keys(e).forEach((function(t){c.append(t,e[t])})),c.append("key",r),c.append("file",n),this.request(C(C({},t),{data:c,method:a}),this.restrictedMethods.includes("upload"))):this.request(C(C({},t),{method:"put",headers:s,body:n}),this.restrictedMethods.includes("upload"))},e.prototype.download=function(t){return N(this,void 0,Promise,(function(){var e,n,r,o;return x(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,this.get(C(C({},t),{headers:{},responseType:"blob"}))];case 1:return e=i.sent().data,n=window.URL.createObjectURL(new Blob([e])),r=decodeURIComponent(new URL(t.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=n,o.setAttribute("download",r),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(n),document.body.removeChild(o),[3,3];case 2:return i.sent(),[3,3];case 3:return[2,new Promise((function(e){e({statusCode:200,tempFilePath:t.url})}))]}}))}))},e.prototype.fetch=function(t){var e;return N(this,void 0,Promise,(function(){var n,r,o,i,s,a,c,u,l,h,d,f,p,v=this;return x(this,(function(y){switch(y.label){case 0:return n=new AbortController,r=t.url,o=t.enableAbort,i=void 0!==o&&o,s=t.stream,a=void 0!==s&&s,c=t.signal,u=t.timeout,l=t.shouldThrowOnError,h=void 0===l||l,d=null!=u?u:this.timeout,c&&(c.aborted&&n.abort(),c.addEventListener("abort",(function(){return n.abort()}))),f=null,i&&d&&(f=setTimeout((function(){console.warn(v.timeoutMsg),n.abort(new Error(v.timeoutMsg))}),d)),[4,fetch(r,C(C({},t),{signal:n.signal})).then((function(t){return N(v,void 0,void 0,(function(){var e,n,r;return x(this,(function(o){switch(o.label){case 0:return clearTimeout(f),h?t.ok?(e=t,[3,3]):[3,1]:[3,4];case 1:return r=(n=Promise).reject,[4,t.json()];case 2:e=r.apply(n,[o.sent()]),o.label=3;case 3:return[2,e];case 4:return[2,t]}}))}))})).catch((function(t){if(clearTimeout(f),h)return Promise.reject(t)}))];case 1:return p=y.sent(),[2,{data:a?p.body:(null===(e=p.headers.get("content-type"))||void 0===e?void 0:e.includes("application/json"))?p.json():p.text(),statusCode:p.status,header:p.headers}]}}))}))},e.prototype.request=function(t,e){var n=this;void 0===e&&(e=!1);var r=String(t.method).toLowerCase()||"get";return new Promise((function(o){var i,s,a=t.url,c=t.headers,u=void 0===c?{}:c,l=t.data,h=t.responseType,d=t.withCredentials,f=t.body,v=t.onUploadProgress,y=I(p,a,"get"===r?l:{}),m=new XMLHttpRequest;m.open(r,y),h&&(m.responseType=h),Object.keys(u).forEach((function(t){m.setRequestHeader(t,u[t])})),v&&m.upload.addEventListener("progress",v),m.onreadystatechange=function(){var t={};if(4===m.readyState){var e=m.getAllResponseHeaders().trim().split(/[\r\n]+/),n={};e.forEach((function(t){var e=t.split(": "),r=e.shift().toLowerCase(),o=e.join(": ");n[r]=o})),t.header=n,t.statusCode=m.status;try{t.data="blob"===h?m.response:JSON.parse(m.responseText)}catch(e){t.data="blob"===h?m.response:m.responseText}clearTimeout(i),o(t)}},e&&n.timeout&&(i=setTimeout((function(){console.warn(n.timeoutMsg),m.abort()}),n.timeout)),s=w(l)?l:"application/x-www-form-urlencoded"===u["content-type"]?function(t){void 0===t&&(t={});var e=[];return Object.keys(t).forEach((function(n){e.push("".concat(n,"=").concat(encodeURIComponent(t[n])))})),e.join("&")}(l):f||(l?JSON.stringify(l):void 0),d&&(m.withCredentials=!0),m.send(s)}))},e}(m.AbstractSDKRequest),U=function(){return U=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},U.apply(this,arguments)};!function(t){t.WEB="web",t.WX_MP="wx_mp"}(A||(A={}));var D=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),k=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},j=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},q=function(t){function e(e){var n=t.call(this)||this;return n.root=e,e.tcbCacheObject||(e.tcbCacheObject={}),n}return D(e,t),e.prototype.setItem=function(t,e){this.root.tcbCacheObject[t]=e},e.prototype.getItem=function(t){return this.root.tcbCacheObject[t]},e.prototype.removeItem=function(t){delete this.root.tcbCacheObject[t]},e.prototype.clear=function(){delete this.root.tcbCacheObject},e}(m.AbstractStorage),M=function(){function t(t){this.keys={};var e=t.persistence,n=t.platformInfo,r=void 0===n?{}:n,o=t.keys,i=void 0===o?{}:o;this.platformInfo=r,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||e,this.storage=function(t,e){switch(t){case"local":default:return e.localStorage?e.localStorage:(O(y.INVALID_PARAMS,"localStorage is not supported on current platform"),new q(e.root));case"none":return new q(e.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(t.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),t.prototype.setStore=function(t,e,n){if("async"!==this.mode){if(this.storage)try{var r={version:n||"localCachev1",content:e};this.storage.setItem(t,JSON.stringify(r))}catch(t){throw new Error(JSON.stringify({code:y.OPERATION_FAIL,msg:"[".concat(f(),"][").concat(y.OPERATION_FAIL,"]setStore failed"),info:t}))}}else O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},t.prototype.setStoreAsync=function(t,e,n){return k(this,void 0,void 0,(function(){var r;return j(this,(function(o){switch(o.label){case 0:if(!this.storage)return[2];o.label=1;case 1:return o.trys.push([1,3,,4]),r={version:n||"localCachev1",content:e},[4,this.storage.setItem(t,JSON.stringify(r))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}}))}))},t.prototype.getStore=function(t,e){var n;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(t){return""}e=e||"localCachev1";var r=this.storage.getItem(t);return r&&r.indexOf(e)>=0?JSON.parse(r).content:""}O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},t.prototype.getStoreAsync=function(t,e){var n;return k(this,void 0,void 0,(function(){var r;return j(this,(function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return[2,{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(t){return[2,""]}return e=e||"localCachev1",[4,this.storage.getItem(t)];case 1:return(r=o.sent())&&r.indexOf(e)>=0?[2,JSON.parse(r).content]:[2,""]}}))}))},t.prototype.removeStore=function(t){"async"!==this.mode?this.storage.removeItem(t):O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},t.prototype.removeStoreAsync=function(t){return k(this,void 0,void 0,(function(){return j(this,(function(e){switch(e.label){case 0:return[4,this.storage.removeItem(t)];case 1:return e.sent(),[2]}}))}))},t}(),W=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),F=function(t,e){this.data=e||null,this.name=t},B=function(t){function e(e,n){var r=t.call(this,"error",{error:e,data:n})||this;return r.error=e,r}return W(e,t),e}(F),V=function(){function t(){this.listeners={}}return t.prototype.on=function(t,e){return function(t,e,n){n[t]=n[t]||[],n[t].push(e)}(t,e,this.listeners),this},t.prototype.off=function(t,e){return function(t,e,n){if(null==n?void 0:n[t]){var r=n[t].indexOf(e);-1!==r&&n[t].splice(r,1)}}(t,e,this.listeners),this},t.prototype.fire=function(t,e){if(t instanceof B)return console.error(t.error),this;var n=b(t)?new F(t,e||{}):t,r=n.name;if(this.listens(r)){n.target=this;for(var o=0,i=this.listeners[r]?function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))}([],this.listeners[r],!0):[];o<i.length;o++)i[o].call(this,n)}return this},t.prototype.listens=function(t){return this.listeners[t]&&this.listeners[t].length>0},t}();new V;var G=new V,H="lang_change";function K(t){return t.mode,t.customInfo,t.title,t.messages,function(t,e,n){}}"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.indexOf("Firefox");J={default:()=>e.default},z={},l.d(z,J);var J,z,Y=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))},$=y,Q={};function X(t,e){var n=e.name,r=e.namespace,o=e.entity,i=e.injectEvents,s=e.IIFE,a=void 0!==s&&s;if(Q[n]||r&&t[r])throw new Error(JSON.stringify({code:$.INVALID_OPERATION,msg:"Duplicate component ".concat(n)}));if(a){if(!o||"function"!=typeof o)throw new Error(JSON.stringify({code:$.INVALID_PARAMS,msg:"IIFE component's entity must be a function"}));o.call(t)}if(Q[n]=e,r?t.prototype[r]=o:Z(t.prototype,o),i){var c=i.bus,u=i.events;if(!c||!u||0===u.length)return;var l=t.prototype.fire||function(){};t.prototype.events||(t.prototype.events={}),(t.prototype.events||{})[n]?t.prototype.events[n].events=Y(Y([],t.prototype.events[n].events,!0),u,!0):t.prototype.events[n]={bus:c,events:u},t.prototype.fire=function(t,e){l(t,e);for(var n=0,r=Object.keys(this.events);n<r.length;n++){var o=r[n],i=this.events[o],s=i.bus;if(i.events.includes(t)){s.fire(t,e);break}}}}}function Z(t,e){if(!(e instanceof Object))return e;switch(e.constructor){case Date:return new Date(e.getTime());case Object:void 0===t&&(t={});break;case Array:t=[];break;default:return e}for(var n=0,r=Object.keys(e);n<r.length;n++){var o=r[n];Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=Z(t[o],e[o]))}return t}const tt=(t=>{var e={};return l.d(e,t),e})({WxMpWebSocket:()=>n.WxMpWebSocket,WxRequest:()=>n.WxRequest,default:()=>n.default,parseQueryString:()=>n.parseQueryString,wxMpStorage:()=>n.wxMpStorage});var et=function(){return et=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},et.apply(this,arguments)},nt={},rt=function(){return rt=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},rt.apply(this,arguments)},ot=M,it={},st={};function at(t){var e=t.env,n=t.platformInfo,r={userInfoKey:"".concat("user_info","_").concat(e)};it[e]=it[e]||new ot(rt(rt({},t),{keys:r,platformInfo:n})),st[e]=st[e]||new ot(rt(rt({},t),{keys:r,platformInfo:n,persistence:"local"}))}function ct(t){return st[t]}var ut=function(){return ut=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ut.apply(this,arguments)},lt="",ht="@cloudbase/js-sdk";function dt(){return lt}var ft,pt=[],vt=["env","endPointKey","region"],yt="https:";function mt(t){return pt.find((function(e){return vt.filter((function(e){return null!=t[e]})).every((function(n){return e[n]===t[n]}))}))}function gt(t){var e,n;t.protocol&&!/:$/.test(t.protocol)&&(t.protocol="".concat(t.protocol,":"));var r,o=mt(t);o?(null!=t.baseUrl&&(o.baseUrl=t.baseUrl),null!=t.protocol&&(o.protocol=t.protocol)):pt.push(ut(ut({},t),{protocol:null!==(e=t.protocol)&&void 0!==e?e:yt})),"CLOUD_API"===t.endPointKey&&(r=null!==(n=t.protocol)&&void 0!==n?n:yt,p=r)}function bt(t,e,n){return mt({env:t,endPointKey:e,region:n})}function wt(t,e){void 0===e&&(e="CLOUD_API");var n=bt(t,e||"CLOUD_API"),r=n.protocol,o=n.baseUrl;return"".concat(r).concat(o).match(/(http(s)?:)?\/\/([^/?#]*)/)[0]}!function(t){t.NULL="NULL",t.ANONYMOUS="ANONYMOUS",t.WECHAT="WECHAT",t.WECHAT_PUBLIC="WECHAT-PUBLIC",t.WECHAT_OPEN="WECHAT-OPEN",t.CUSTOM="CUSTOM",t.EMAIL="EMAIL",t.USERNAME="USERNAME",t.PHONE="PHONE"}(ft||(ft={}));var _t=function(){return _t=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},_t.apply(this,arguments)},It=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Et=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},St=y,Ot=w,Pt=I,Tt=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"];function At(t,e,n){var r=t[e];t[e]=function(e){var o={},i={};n.forEach((function(n){var r=n.call(t,e),s=r.data,a=r.headers;Object.assign(o,s),Object.assign(i,a)}));var s=e.data;return s&&(Ot(s)?Object.keys(o).forEach((function(t){s.append(t,o[t])})):e.data=_t(_t({},s),o)),e.headers=_t(_t({},e.headers||{}),i),r.call(t,e)}}function Rt(){var t=Math.random().toString(16).slice(2);return{data:{seqId:t},headers:{"X-SDK-Version":"@cloudbase/js-sdk/".concat(dt()),"x-seqid":t}}}var Ct,Nt,xt=function(){function t(t){var e=this;this.throwWhenRequestFail=!1,this.config=t;var n={timeout:this.config.timeout,timeoutMsg:"[@cloudbase/js-sdk] 请求在".concat(this.config.timeout/1e3,"s内未完成,已中断"),restrictedMethods:["post","put"],auth:t.auth};this.reqClass=new nt.adapter.reqClass(n),this.throwWhenRequestFail=t.throw||!1,this.localCache=ct(this.config.env),"GATEWAY"!==this.config.endPointMode&&(At(this.reqClass,"post",[Rt]),At(this.reqClass,"upload",[Rt]),At(this.reqClass,"download",[Rt])),G.on(H,(function(t){var n;e.config.i18n=(null===(n=t.data)||void 0===n?void 0:n.i18n)||e.config.i18n}))}return t.prototype.getAccessToken=function(t){return void 0===t&&(t=null),It(this,void 0,void 0,(function(){var e,n,r;return Et(this,(function(o){switch(o.label){case 0:if(null!=t)return[2,t];if(!(e=this.config._fromApp).oauthInstance)throw new Error("you can't request without auth");return n=e.oauthInstance,r=n.oauth2client,[4,this.getOauthAccessTokenV2(r)];case 1:return[2,o.sent().accessToken]}}))}))},t.prototype.getDefaultHeaders=function(){var t,e,n;return(t={})[null===(e=this.config.i18n)||void 0===e?void 0:e.LANG_HEADER_KEY]=null===(n=this.config.i18n)||void 0===n?void 0:n.lang,t["X-SDK-Version"]="@cloudbase/js-sdk/".concat(dt()),t},t.prototype.post=function(t,e){return It(this,void 0,Promise,(function(){return Et(this,(function(n){switch(n.label){case 0:return[4,this.reqClass.post(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders()),customReqOpts:e}))];case 1:return[2,n.sent()]}}))}))},t.prototype.upload=function(t){return It(this,void 0,Promise,(function(){return Et(this,(function(e){switch(e.label){case 0:return[4,this.reqClass.upload(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders())}))];case 1:return[2,e.sent()]}}))}))},t.prototype.download=function(t){return It(this,void 0,Promise,(function(){return Et(this,(function(e){switch(e.label){case 0:return[4,this.reqClass.download(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders())}))];case 1:return[2,e.sent()]}}))}))},t.prototype.getBaseEndPoint=function(t){return void 0===t&&(t="CLOUD_API"),wt(this.config.env,t)},t.prototype.getOauthAccessTokenV2=function(t){return It(this,void 0,Promise,(function(){var e,n;return Et(this,(function(r){switch(r.label){case 0:return[4,t.getAccessToken()];case 1:return e=r.sent(),[4,t.getCredentials()];case 2:return n=r.sent(),[2,{accessToken:e,accessTokenExpire:new Date(n.expires_at).getTime()}]}}))}))},t.prototype.request=function(t,e,n,r){var o,i;return It(this,void 0,Promise,(function(){var s,a,c,u,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,P,T,A;return Et(this,(function(R){switch(R.label){case 0:if(R.trys.push([0,4,,5]),s="x-tcb-trace_".concat(this.config.env),a="application/x-www-form-urlencoded",c=_t({action:t,dataVersion:"2020-01-10",env:this.config.env},e),-1!==Tt.indexOf(t))return[3,2];if(!(u=this.config._fromApp).oauthInstance)throw new Error("you can't request without auth");return l=u.oauthInstance,h=l.oauth2client,d=c,[4,this.getOauthAccessTokenV2(h)];case 1:d.access_token=R.sent().accessToken,R.label=2;case 2:return"storage.uploadFile"===t?(f=new FormData,Object.keys(f).forEach((function(t){Object.prototype.hasOwnProperty.call(f,t)&&void 0!==f[t]&&f.append(t,c[t])})),a="multipart/form-data"):(a="application/json;charset=UTF-8",f={},Object.keys(c).forEach((function(t){void 0!==c[t]&&(f[t]=c[t])}))),p={headers:_t(_t({"content-type":a},this.getDefaultHeaders()),null==n?void 0:n.headers)},(null==n?void 0:n.onUploadProgress)&&(p.onUploadProgress=n.onUploadProgress),this.config.region&&(p.headers["X-TCB-Region"]=this.config.region),(v=this.localCache.getStore(s))&&(p.headers["X-TCB-Trace"]=v),y=void 0!==(null==n?void 0:n.parse)?n.parse:e.parse,m=void 0!==(null==n?void 0:n.inQuery)?n.inQuery:e.inQuery,g=void 0!==(null==n?void 0:n.search)?n.search:e.search,b=_t(_t({},(null==n?void 0:n.defaultQuery)||{}),{env:this.config.env}),y&&(b.parse=!0),m&&(b=_t(_t({},m),b)),w=(null==n?void 0:n.endPointMode)||this.config.endPointMode||"CLOUD_API",_=bt(this.config.env,w),I=_.baseUrl,E=_.protocol,"GATEWAY"===w&&/^((database)\.)|(auth\.wsWebSign)/.test(t)&&(S=bt(this.config.env,"CLOUD_API"),I="".concat(S.baseUrl.match(/\/\/([^/?#]*)/)[0],"/web")),O=void 0,O=n.pathname?Pt(E,"".concat(null===(o=wt(this.config.env,w))||void 0===o?void 0:o.replace(/^https?:/,""),"/").concat(n.pathname),b):Pt(E,I,b),g&&(O+=g),[4,this.post(_t({url:O,data:f},p),r)];case 3:if(P=R.sent(),(T=null===(i=P.header)||void 0===i?void 0:i["x-tcb-trace"])&&this.localCache.setStore(s,T),200!==Number(P.status)&&200!==Number(P.statusCode)||!P.data)throw new Error("network request error");return[2,P];case 4:A=R.sent();try{A.requestId=A.requestId||(null==n?void 0:n.headers["x-request-id"])||(null==n?void 0:n.headers["X-Request-Id"])||""}catch(t){}throw A;case 5:return[2]}}))}))},t.prototype.fetch=function(t){var e,n,r,o,i,s,a,c;return It(this,void 0,Promise,(function(){var u,l,h,d,f,p,v,y,m=this;return Et(this,(function(g){switch(g.label){case 0:u=t.token,l=t.headers,h=void 0===l?{}:l,d=t.withCredentials,f=void 0===d||d,p=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["token","headers","withCredentials"]),v=function(){return It(m,void 0,void 0,(function(){var t,e,n;return Et(this,(function(r){switch(r.label){case 0:return t={},f?(e=t,n="Bearer ".concat,[4,this.getAccessToken(u)]):[3,2];case 1:e.Authorization=n.apply("Bearer ",[r.sent()]),r.label=2;case 2:return[2,this.reqClass.fetch(_t({headers:_t(_t(_t({"X-SDK-Version":"@cloudbase/js-sdk/".concat(dt())},t),this.getDefaultHeaders()),h)},p))]}}))}))},g.label=1;case 1:return g.trys.push([1,3,,6]),[4,v()];case 2:return[2,g.sent()];case 3:y=g.sent();try{y.requestId=y.requestId||h["x-request-id"]||h["X-Request-Id"]||""}catch(t){}if("ACCESS_TOKEN_EXPIRED"!==(null==y?void 0:y.code))return[3,5];if("function"!=typeof(null===(o=null===(r=null===(n=null===(e=this.config)||void 0===e?void 0:e._fromApp)||void 0===n?void 0:n.oauthInstance)||void 0===r?void 0:r.authApi)||void 0===o?void 0:o.refreshTokenForce))throw y;return[4,null===(c=null===(a=null===(s=null===(i=this.config)||void 0===i?void 0:i._fromApp)||void 0===s?void 0:s.oauthInstance)||void 0===a?void 0:a.authApi)||void 0===c?void 0:c.refreshTokenForce()];case 4:return g.sent(),[2,v()];case 5:throw y;case 6:return[2]}}))}))},t.prototype.send=function(t,e,n,r){return void 0===e&&(e={}),void 0===n&&(n={}),It(this,void 0,Promise,(function(){var o;return Et(this,(function(i){switch(i.label){case 0:return[4,this.request(t,e,_t(_t({},n),{onUploadProgress:e.onUploadProgress}),r)];case 1:if((o=i.sent()).data.code&&this.throwWhenRequestFail)throw new Error(JSON.stringify({code:St.OPERATION_FAIL,msg:"[".concat(o.data.code,"] ").concat(o.data.message)}));return[2,o.data]}}))}))},t.prototype.gateWay=function(t,e){var n;return It(this,void 0,void 0,(function(){var r,o,i,s,a,c,u,l,h,d,f,p,v,y,m,g,b,w,I;return Et(this,(function(E){switch(E.label){case 0:if(r=t.url,o=t.name,i=t.data,s=t.path,a=void 0===s?"":s,c=t.method,u=t.header,l=void 0===u?{}:u,!(o&&a||r))throw new Error(JSON.stringify({code:St.INVALID_PARAMS,msg:"[gateWay] invalid function name or path or url"}));try{h=i?JSON.stringify(i):""}catch(t){throw new Error(JSON.stringify({code:St.INVALID_PARAMS,msg:"[gateWay] invalid data"}))}if(d=_(),f=bt(this.config.env,"GATEWAY"),p=f.baseUrl,v=f.protocol,y="".concat(v).concat(p).concat(r||"/".concat(a,"/").concat(o)),m=["GET","HEAD"].includes(null===(n=null==c?void 0:c.toUpperCase)||void 0===n?void 0:n.call(c)))try{g={};try{g=JSON.parse(i)}catch(t){g=i||{}}y="".concat(y).concat(y.includes("?")?"&":"?").concat(Object.keys(g).map((function(t){return"".concat(t,"=").concat(g[t])})).join("&"))}catch(t){}return[4,this.fetch(_t(_t({method:c||"POST",headers:_t({"Content-Type":"application/json; charset=utf-8","X-Request-Id":d},l)},m?{}:{body:h}),{url:y,customReqOpts:e}))];case 1:return b=E.sent(),w=[_t({requestId:d},b)],I={},[4,b.data];case 2:return[2,_t.apply(void 0,w.concat([(I.data=E.sent(),I)]))]}}))}))},t}(),Lt={};!function(t){t.ZH="zh-CN",t.EN="en-US"}(Nt||(Nt={}));var Ut=((Ct={})[Nt.EN]={"请检查调用方式,或前往云开发 AI+ 首页查看文档":"Please check the calling method or visit the AI+ homepage to view the documentation","AI+ 请求出错,错误码":"AI+ request error, error code",错误信息:"error message",未实现:"not implemented","小程序不支持 wasm 加载":"wasm loading is not supported in mini programs","小程序不支持动态 js 加载":"dynamic js loading is not supported in mini programs",请求超时:"request timeout","缺少 privatelink sdk 地址":"missing privatelink sdk address"},Ct),Dt=function(t,e){var n;return(null===(n=Ut[e])||void 0===n?void 0:n[t])||t},kt=function(t,e){var n,r,o=function(t){return"lang_".concat(t.clientId||t.env)}(e),i=(t.adapter||{}).localStorage,s=e.lang||(null===(n=null==i?void 0:i.getItem)||void 0===n?void 0:n.call(i,o))||Nt.ZH;return null===(r=null==i?void 0:i.setItem)||void 0===r||r.call(i,o,s),new Proxy({t:function(t){return Dt(t,s)},LANG_HEADER_KEY:"Accept-Language",lang:s},{get:function(t,e){var n;return"lang"===e&&(null===(n=null==i?void 0:i.getItem)||void 0===n?void 0:n.call(i,o))||t[e]},set:function(t,e,n){var r;return"lang"===e&&n!==t[e]&&(t[e]=n,t.t=function(t){return Dt(t,n)},null===(r=null==i?void 0:i.setItem)||void 0===r||r.call(i,o,n),G.fire(H,{i18n:t})),t[e]=n,!0}})},jt=function(){return jt=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},jt.apply(this,arguments)},qt=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},Mt=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},Wt=function(){return{adapter:U({},{type:"default",root:window,reqClass:L,wsClass:WebSocket,localStorage}),runtime:A.WEB}},Ft=y,Bt=v,Vt=O,Gt=K,Ht={timeout:15e3,persistence:"local"},Kt=6e5,Jt={},zt=function(){function t(t){this.cloudbaseConfig=t||this.cloudbaseConfig,this.authInstance=null,this.oauthInstance=null,this.version=dt()}return Object.defineProperty(t.prototype,"config",{get:function(){return this.cloudbaseConfig},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"platform",{get:function(){return nt},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"cache",{get:function(){return t=this.cloudbaseConfig.env,it[t];var t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localCache",{get:function(){return ct(this.cloudbaseConfig.env)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"request",{get:function(){return t=this.cloudbaseConfig.env,Lt[t];var t},enumerable:!1,configurable:!0}),t.prototype.init=function(e){var n,r,o;if(void 0===e&&(e={env:""}),e.endPointMode=e.endPointMode||"GATEWAY",nt.adapter||this.useDefaultAdapter(),!(e=this.dealNodeAdapterConfig(e)).env)throw new Error(JSON.stringify({code:Ft.INVALID_PARAMS,msg:"env must not be specified"}));this.isInitialized(e);var i={timeout:e.timeout||15e3,timeoutMsg:"[".concat(ht,"][REQUEST TIMEOUT] request had been abort since didn't finished within").concat(e.timeout/1e3,"s"),auth:e.auth};this.requestClient=new nt.adapter.reqClass(i),this.cloudbaseConfig=jt(jt(jt({},Ht),e),{i18n:kt(nt,e)}),delete this.cloudbaseConfig.lang,this.cloudbaseConfig.timeout=this.formatTimeout(this.cloudbaseConfig.timeout);var s=this.cloudbaseConfig,a=s.env,c=s.persistence,u=s.debug,l=s.timeout,h=s.oauthClient,d=s.i18n;at({env:a,persistence:c,debug:u,platformInfo:this.platform}),function(t,e){gt({env:t,region:e,baseUrl:"//".concat(t,".").concat(e||"ap-shanghai",".tcb-api.tencentcloudapi.com/web"),protocol:void 0,endPointKey:"CLOUD_API"})}(a,e.region||""),function(t,e,n){var r="//".concat(t,".api.tcloudbasegateway.com/v1");n&&(r="//".concat(t,".api.intl.tcloudbasegateway.com/v1")),gt({endPointKey:"GATEWAY",env:t,baseUrl:r,protocol:e})}(a,yt,e.intl);var f=new t(this.cloudbaseConfig);return function(t){Lt[t.env]=new xt(_t(_t({},t),{throw:!0}))}({env:a,region:e.region||"",timeout:l,oauthClient:h,_fromApp:f,i18n:d,endPointMode:e.endPointMode,auth:e.auth}),f.requestClient=this.requestClient,null===(n=null==this?void 0:this.fire)||void 0===n||n.call(this,"cloudbase_init",f),this.try2InitAuth(f),(null===(r=nt.adapter)||void 0===r?void 0:r.nodeTool)&&(null===(o=nt.adapter)||void 0===o||o.nodeTool(f,this.cloudbaseConfig)),f},t.prototype.updateConfig=function(t){var e=t.persistence,n=t.debug;this.cloudbaseConfig.persistence=e,this.cloudbaseConfig.debug=n,at({env:this.cloudbaseConfig.env,persistence:e,debug:n,platformInfo:this.platform})},t.prototype.updateLang=function(t){var e;t&&t!==(null===(e=this.cloudbaseConfig.i18n)||void 0===e?void 0:e.lang)&&(this.cloudbaseConfig.i18n.lang=t)},t.prototype.registerExtension=function(t){Jt[t.name]=t},t.prototype.invokeExtension=function(t,e){return n=this,r=void 0,i=function(){var n;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}(this,(function(r){switch(r.label){case 0:if(!(n=Jt[t]))throw new Error(JSON.stringify({code:Ft.INVALID_PARAMS,msg:"extension:".concat(t," must be registered before invoke")}));return[4,n.invoke(e,this)];case 1:return[2,r.sent()]}}))},new((o=void 0)||(o=Promise))((function(t,e){function s(t){try{c(i.next(t))}catch(t){e(t)}}function a(t){try{c(i.throw(t))}catch(t){e(t)}}function c(e){var n;e.done?t(e.value):(n=e.value,n instanceof o?n:new o((function(t){t(n)}))).then(s,a)}c((i=i.apply(n,r||[])).next())}));var n,r,o,i},t.prototype.useAdapters=function(t,e){var n=function(t,e){for(var n=0,r=g(t)?t:[t];n<r.length;n++){var o=r[n],i=o.isMatch,s=o.genAdapter,a=o.runtime;if(i())return{adapter:U({isMatch:i},s(e)),runtime:a}}}(t,e)||{},r=n.adapter,o=n.runtime;r&&(nt.adapter=r),o&&(nt.runtime=o)},t.prototype.registerHook=function(e){!function(t,e){var n=e.entity,r=e.target;if(Object.prototype.hasOwnProperty.call(t,r))throw new Error(JSON.stringify({code:$.INVALID_OPERATION,msg:"target:".concat(r," is not exist")}));var o=t.prototype[r];if("function"!=typeof o)throw new Error(JSON.stringify({code:$.INVALID_OPERATION,msg:"target:".concat(r," is not a function which is the only type supports hook")}));t.prototype[r]=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return n.call.apply(n,Y([this],t,!1)),o.call.apply(o,Y([this],t,!1))}}(t,e)},t.prototype.registerComponent=function(e){X(t,e)},t.prototype.registerVersion=function(t){!function(t){lt=t}(t),this.version=t},t.prototype.registerSdkName=function(t){!function(t){ht=t,function(t){d=t}(t)}(t)},t.prototype.isInitialized=function(t){return void 0===t&&(t=this.cloudbaseConfig),["your-env-id","your-envid","your_env_id","xxx-yyy","xxxx-yyy","envId","env-id","your-environment-id","REPLACE_ME"].some((function(e){return t.env.toLowerCase()===e.toLowerCase()}))&&Vt(Ft.INVALID_PARAMS,'[CloudBase] 检测到环境 ID "'.concat(t.env,'" 可能是占位符,请替换为真实的环境 ID。\n')+" 获取方式:登录腾讯云开发平台 → 环境管理 → 环境设置 → 环境 ID\n 建议通过环境变量配置:process.env.CLOUDBASE_ENV 或 import.meta.env.VITE_CLOUDBASE_ENV"),!!(null==t?void 0:t.env)},t.prototype.registerEndPoint=function(t,e){gt({baseUrl:t,protocol:e,env:this.config.env,endPointKey:"CLOUD_API"})},t.prototype.registerEndPointWithKey=function(t){gt({env:this.config.env,endPointKey:t.key,baseUrl:t.url,protocol:t.protocol})},t.prototype.getEndPointWithKey=function(t){var e=bt(this.config.env,t);return{BASE_URL:e.baseUrl,PROTOCOL:e.protocol}},t.prototype.parseCaptcha=function(t){return P(t)},t.prototype.useDefaultAdapter=function(){var t=Wt.bind(this)(),e=t.adapter,n=t.runtime;nt.adapter=e,nt.runtime=n},t.prototype.formatTimeout=function(t){switch(!0){case t>Kt:return Vt(Ft.INVALID_PARAMS,"timeout is greater than maximum value[10min]"),Kt;case t<100:return Vt(Ft.INVALID_PARAMS,"timeout is less than maximum value[100ms]"),100;default:return t}},t.prototype.try2InitAuth=function(t){try{t.auth()}catch(t){console.log("try2InitAuth error:",t)}},t.prototype.dealNodeAdapterConfig=function(t){return t},qt([Gt({mode:"sync",title:"Cloudbase 初始化失败",messages:["请确认以下各项:"," 1 - 调用 cloudbase.init() 的语法或参数是否正确"," 2 - 如果是非浏览器环境,是否配置了安全应用来源(https://docs.cloudbase.net/api-reference/webv3/adapter#%E7%AC%AC-2-%E6%AD%A5%E9%85%8D%E7%BD%AE%E5%AE%89%E5%85%A8%E5%BA%94%E7%94%A8%E6%9D%A5%E6%BA%90)","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Bt)]}),Mt("design:type",Function),Mt("design:paramtypes",[Object]),Mt("design:returntype",t)],t.prototype,"init",null),qt([Gt({title:"调用扩展能力失败",messages:["请确认以下各项:"," 1 - 调用 invokeExtension() 的语法或参数是否正确"," 2 - 被调用的扩展能力是否已经安装并通过 registerExtension() 注册","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Bt)]}),Mt("design:type",Function),Mt("design:paramtypes",[String,Object]),Mt("design:returntype",Promise)],t.prototype,"invokeExtension",null),t}(),Yt=new zt;Yt.useAdapters((tt.WxRequest.prototype.upload=function(t){var e=this,n=this;return new Promise((function(r){var o=t.url,i=t.file,s=t.data,a=t.headers,c=wx.getFileSystemManager(),u=wx.request({url:o,method:t.method,header:et({"content-type":" "},a),data:c.readFileSync(i),timeout:e._timeout,success:function(t){var e={statusCode:t.statusCode,data:t.data||{}};200===t.statusCode&&(null==s?void 0:s.success_action_status)&&(e.statusCode=parseInt(s.success_action_status,10)),r(e)},fail:function(t){r(t)},complete:function(t){if((null==t?void 0:t.errMsg)&&n._timeout&&-1!==n._restrictedMethods.indexOf("upload")&&"request:fail timeout"===t.errMsg){console.warn(n._timeoutMsg);try{u.abort()}catch(t){}}}})}))},tt.default.genAdapter=function(t){return{root:{globalThis:{}},reqClass:tt.WxRequest,wsClass:tt.WxMpWebSocket,captchaOptions:{openURIWithCallback:function(e){var n=t.EventBus,r={},o=e;console.log("openURIWithCallback",e);var i=e.match(/^(data:.*?)(\?[^#\s]*)?$/);if(i){o=i[1],console.log("openURIWithCallback url",o);var s=i[2];s&&(r=(0,tt.parseQueryString)(s))}console.log("openURIWithCallback queryObj",r);var a=r.token,c=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(r,["token"]);return/^data:/.test(o)&&!a?Promise.reject({error:"invalid_argument",error_description:"invalie captcha data: ".concat(e)}):a?new Promise((function(t){console.log("wait for captcha..."),n.$emit("CAPTCHA_DATA_CHANGE",et(et({},c),{token:a,url:o})),n.$once("RESOLVE_CAPTCHA_DATA",(function(e){t(e)}))})):Promise.reject({error:"unimplemented",error_description:"need to impl captcha data"})}},localStorage:tt.wxMpStorage,primaryStorage:m.StorageType.local,getAppSign:function(){var t=wx.getAccountInfoSync();return"undefined"!=typeof App||"undefined"!=typeof getApp||wx.onAppHide||wx.offAppHide||wx.onAppShow||wx.offAppShow?t&&t.miniProgram?t.miniProgram.appId:"":t&&t.plugin?t.plugin.appId:""}}},tt.default));const $t=Yt;var Qt,Xt,Zt,te,ee,ne="/auth";!function(t){t.AUTH_SIGN_UP_URL="/v1/signup",t.AUTH_TOKEN_URL="/v1/token",t.AUTH_REVOKE_URL="/v1/revoke",t.WEDA_USER_URL="/v1/plugin/weda/userinfo",t.AUTH_RESET_PASSWORD="/v1/reset",t.AUTH_GET_DEVICE_CODE="/v1/device/code",t.CHECK_USERNAME="/v1/checkUsername",t.CHECK_IF_USER_EXIST="/v1/checkIfUserExist",t.GET_PROVIDER_TYPE="/v1/mgr/provider/providerSubType",t.AUTH_SIGN_IN_URL="/v1/signin",t.AUTH_SIGN_IN_ANONYMOUSLY_URL="/v1/signin/anonymously",t.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v1/signin/with/provider",t.AUTH_SIGN_IN_WITH_WECHAT_URL="/v1/signin/wechat/noauth",t.AUTH_SIGN_IN_CUSTOM="/v1/signin/custom",t.PROVIDER_TOKEN_URL="/v1/provider/token",t.PROVIDER_URI_URL="/v1/provider/uri",t.USER_ME_URL="/v1/user/me",t.AUTH_SIGNOUT_URL="/v1/user/signout",t.USER_QUERY_URL="/v1/user/query",t.USER_PRIFILE_URL="/v1/user/profile",t.USER_BASIC_EDIT_URL="/v1/user/basic/edit",t.USER_TRANS_BY_PROVIDER_URL="/v1/user/trans/by/provider",t.PROVIDER_LIST="/v1/user/provider",t.PROVIDER_BIND_URL="/v1/user/provider/bind",t.PROVIDER_UNBIND_URL="/v1/user/provider",t.CHECK_PWD_URL="/v1/user/sudo",t.SUDO_URL="/v1/user/sudo",t.BIND_CONTACT_URL="/v1/user/contact",t.AUTH_SET_PASSWORD="/v1/user/password",t.AUTHORIZE_DEVICE_URL="/v1/user/device/authorize",t.AUTHORIZE_URL="/v1/user/authorize",t.AUTHORIZE_INFO_URL="/v1/user/authorize/info",t.AUTHORIZED_DEVICES_DELETE_URL="/v1/user/authorized/devices/",t.AUTH_REVOKE_ALL_URL="/v1/user/revoke/all",t.GET_USER_BEHAVIOR_LOG="/v1/user/security/history",t.VERIFICATION_URL="/v1/verification",t.VERIFY_URL="/v1/verification/verify",t.CAPTCHA_DATA_URL="/v1/captcha/data",t.VERIFY_CAPTCHA_DATA_URL="/v1/captcha/data/verify",t.GET_CAPTCHA_URL="/v1/captcha/init",t.GET_MINIPROGRAM_QRCODE="/v1/qrcode/generate",t.GET_MINIPROGRAM_QRCODE_STATUS="/v1/qrcode/get/status"}(Qt||(Qt={})),function(t){t.AUTH_SIGN_IN_URL="/v2/signin/username",t.AUTH_TOKEN_URL="/v2/token",t.USER_ME_URL="/v2/user/me",t.VERIFY_URL="/v2/signin/verificationcode",t.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v2/signin/with/provider",t.AUTH_PUBLIC_KEY="/v2/signin/publichkey",t.AUTH_RESET_PASSWORD="/v2/signin/password/update"}(Xt||(Xt={})),function(t){t.REGISTER="REGISTER",t.SIGN_IN="SIGN_IN",t.PASSWORD_RESET="PASSWORD_RESET",t.EMAIL_ADDRESS_CHANGE="EMAIL_ADDRESS_CHANGE",t.PHONE_NUMBER_CHANGE="PHONE_NUMBER_CHANGE"}(Zt||(Zt={})),(ee=te||(te={})).UNREACHABLE="unreachable",ee.LOCAL="local",ee.CANCELLED="cancelled",ee.UNKNOWN="unknown",ee.UNAUTHENTICATED="unauthenticated",ee.RESOURCE_EXHAUSTED="resource_exhausted",ee.FAILED_PRECONDITION="failed_precondition",ee.INVALID_ARGUMENT="invalid_argument",ee.DEADLINE_EXCEEDED="deadline_exceeded",ee.NOT_FOUND="not_found",ee.ALREADY_EXISTS="already_exists",ee.PERMISSION_DENIED="permission_denied",ee.ABORTED="aborted",ee.OUT_OF_RANGE="out_of_range",ee.UNIMPLEMENTED="unimplemented",ee.INTERNAL="internal",ee.UNAVAILABLE="unavailable",ee.DATA_LOSS="data_loss",ee.INVALID_PASSWORD="invalid_password",ee.PASSWORD_NOT_SET="password_not_set",ee.INVALID_STATUS="invalid_status",ee.USER_PENDING="user_pending",ee.USER_BLOCKED="user_blocked",ee.INVALID_VERIFICATION_CODE="invalid_verification_code",ee.TWO_FACTOR_REQUIRED="two_factor_required",ee.INVALID_TWO_FACTOR="invalid_two_factor",ee.INVALID_TWO_FACTOR_RECOVERY="invalid_two_factor_recovery",ee.UNDER_REVIEW="under_review",ee.INVALID_REQUEST="invalid_request",ee.UNAUTHORIZED_CLIENT="unauthorized_client",ee.ACCESS_DENIED="access_denied",ee.UNSUPPORTED_RESPONSE_TYPE="unsupported_response_type",ee.INVALID_SCOPE="invalid_scope",ee.INVALID_GRANT="invalid_grant",ee.SERVER_ERROR="server_error",ee.TEMPORARILY_UNAVAILABLE="temporarily_unavailable",ee.INTERACTION_REQUIRED="interaction_required",ee.LOGIN_REQUIRED="login_required",ee.ACCOUNT_SELECTION_REQUIRED="account_selection_required",ee.CONSENT_REQUIRED="consent_required",ee.INVALID_REQUEST_URI="invalid_request_uri",ee.INVALID_REQUEST_OBJECT="invalid_request_object",ee.REQUEST_NOT_SUPPORTED="request_not_supported",ee.REQUEST_URI_NOT_SUPPORTED="request_uri_not_supported",ee.REGISTRATION_NOT_SUPPORTED="registration_not_supported",ee.CAPTCHA_REQUIRED="captcha_required",ee.CAPTCHA_INVALID="captcha_invalid",ee.PROVIDER_NOT_ENABLED="provider_not_enabled",ee.LOGIN_METHOD_DISABLED="login_method_disabled",ee.INVALID_USERNAME_OR_PASSWORD="invalid_username_or_password",ee.INVALID_CREDENTIALS="invalid_credentials",ee.WRONG_PASSWORD="wrong_password",ee.USER_NOT_FOUND="user_not_found";var re,oe="credentials_error",ie="SIGNED_OUT",se="SIGNED_IN",ae="TOKEN_REFRESHED",ce="USER_UPDATED",ue="BIND_IDENTITY",le="loginStateChanged",he="authStateChanged",de="sign_in",fe="bind_identity",pe="node-sdk-scope";function ve(){return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}))}!function(t){t.CLIENT_ID="client_id",t.CLIENT_SECRET="client_secret",t.RESPONSE_TYPE="response_type",t.SCOPE="scope",t.STATE="state",t.REDIRECT_URI="redirect_uri",t.ERROR="error",t.ERROR_DESCRIPTION="error_description",t.ERROR_URI="error_uri",t.GRANT_TYPE="grant_type",t.CODE="code",t.ACCESS_TOKEN="access_token",t.TOKEN_TYPE="token_type",t.EXPIRES_IN="expires_in",t.USERNAME="username",t.PASSWORD="password",t.REFRESH_TOKEN="refresh_token"}(re||(re={}));var ye=l(2631),me=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},ge=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},be=new Map,we=function(){function t(t){this.clientId=(null==t?void 0:t.clientId)||"",be=be||new Map}return t.prototype.run=function(t,e){return me(this,void 0,Promise,(function(){var n,r=this;return ge(this,(function(o){return t="".concat(this.clientId,"_").concat(t),(n=be.get(t))||(n=new Promise((function(n,o){me(r,void 0,void 0,(function(){var r,i,s;return ge(this,(function(a){switch(a.label){case 0:return a.trys.push([0,3,4,5]),[4,this.runIdlePromise()];case 1:return a.sent(),r=e(),i=n,[4,r];case 2:return i.apply(void 0,[a.sent()]),[3,5];case 3:return s=a.sent(),o(s),[3,5];case 4:return be.delete(t),[7];case 5:return[2]}}))}))})),be.set(t,n)),[2,n]}))}))},t.prototype.runIdlePromise=function(){return Promise.resolve()},t}(),_e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Ie=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/,Ee=function(t){if(t=String(t).replace(/[\t\n\f\r ]+/g,""),!Ie.test(t))throw new TypeError("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var e;t+="==".slice(2-(3&t.length));for(var n,r,o="",i=0;i<t.length;)e=_e.indexOf(t.charAt(i++))<<18|_e.indexOf(t.charAt(i++))<<12|(n=_e.indexOf(t.charAt(i++)))<<6|(r=_e.indexOf(t.charAt(i++))),o+=64===n?String.fromCharCode(e>>16&255):64===r?String.fromCharCode(e>>16&255,e>>8&255):String.fromCharCode(e>>16&255,e>>8&255,255&e);return o};function Se(){if("undefined"==typeof globalThis)return!1;var t=globalThis.wx;if(void 0===t)return!1;if(void 0===globalThis.Page)return!1;if(!t.getDeviceInfo)return!1;if(!t.getStorageSync)return!1;if(!t.setStorageSync)return!1;if(!t.connectSocket)return!1;if(!t.request)return!1;try{if(!t.getDeviceInfo())return!1;if("qq"===t.getDeviceInfo().platform)return!1}catch(t){return!1}return!0}var Oe=!1;function Pe(){Oe=Oe||void 0!==typeof window&&"miniprogram"===window.__wxjs_environment}try{Se()||(Oe=Oe||!!navigator.userAgent.match(/miniprogram/i)||"miniprogram"===window.__wxjs_environment,window&&window.WeixinJSBridge&&window.WeixinJSBridge.invoke?Pe():"undefined"!=typeof document&&document.addEventListener("WeixinJSBridgeReady",Pe,!1))}catch(t){}var Te=function(){return Te=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Te.apply(this,arguments)},Ae=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Re=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Ce=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))},Ne="x-request-id",xe="x-device-id",Le="device_id",Ue=function(t,e){return Ae(this,void 0,Promise,(function(){var n,r,o,i,s;return Re(this,(function(a){switch(a.label){case 0:n=null,r=null,a.label=1;case 1:return a.trys.push([1,4,,5]),(o=Object.assign({},e)).method||(o.method="GET"),o.body&&"string"!=typeof o.body&&(o.body=JSON.stringify(o.body)),[4,fetch(t,o)];case 2:return[4,a.sent().json()];case 3:return(null==(i=a.sent())?void 0:i.error)?(r=i).error_uri=new URL(t).pathname:n=i,[3,5];case 4:return s=a.sent(),r={error:te.UNREACHABLE,error_description:s.message,error_uri:new URL(t).pathname},[3,5];case 5:if(r)throw r;return[2,n]}}))}))},De=function(){function t(t){this._env=(null==t?void 0:t.env)||""}return t.prototype.getItem=function(t){return Ae(this,void 0,Promise,(function(){return Re(this,(function(e){return[2,window.localStorage.getItem("".concat(t).concat(this._env))]}))}))},t.prototype.removeItem=function(t){return Ae(this,void 0,Promise,(function(){return Re(this,(function(e){return window.localStorage.removeItem("".concat(t).concat(this._env)),[2]}))}))},t.prototype.setItem=function(t,e){return Ae(this,void 0,Promise,(function(){return Re(this,(function(n){return window.localStorage.setItem("".concat(t).concat(this._env),e),[2]}))}))},t.prototype.getItemSync=function(t){return window.localStorage.getItem("".concat(t).concat(this._env))},t.prototype.removeItemSync=function(t){window.localStorage.removeItem("".concat(t).concat(this._env))},t.prototype.setItemSync=function(t,e){window.localStorage.setItem("".concat(t).concat(this._env),e)},t}(),ke=new De;function je(t){var e=!0;return(null==t?void 0:t.expires_at)&&(null==t?void 0:t.access_token)&&(e=t.expires_at<new Date),e}var qe=function(){function t(t){this.credentials=null,this.accessKeyCredentials=null,this.singlePromise=null,this.tokenSectionName=t.tokenSectionName,this.storage=t.storage,this.clientId=t.clientId,this.singlePromise=new we({clientId:this.clientId}),this.credentials=t.credentials||null}return t.prototype.getStorageCredentialsSync=function(){var t=null,e=this.storage.getItemSync(this.tokenSectionName);if(null!=e)try{(null==(t=JSON.parse(e))?void 0:t.expires_at)&&(t.expires_at=new Date(t.expires_at))}catch(e){this.storage.removeItem(this.tokenSectionName),t=null}return t},t.prototype.setCredentials=function(t){return Ae(this,void 0,Promise,(function(){var e;return Re(this,(function(n){switch(n.label){case 0:return(null==t?void 0:t.expires_in)?((null==t?void 0:t.expires_at)||(t.expires_at=new Date(Date.now()+1e3*(t.expires_in-30))),this.storage?(e=JSON.stringify(t),[4,this.storage.setItem(this.tokenSectionName,e)]):[3,2]):[3,3];case 1:n.sent(),n.label=2;case 2:return this.credentials=t,[3,6];case 3:return this.storage?[4,this.storage.removeItem(this.tokenSectionName)]:[3,5];case 4:n.sent(),n.label=5;case 5:this.credentials=null,n.label=6;case 6:return[2]}}))}))},t.prototype.setAccessKeyCredentials=function(t){this.accessKeyCredentials=t,t.scope===pe&&(this.credentials=t)},t.prototype.getCredentials=function(){return Ae(this,void 0,Promise,(function(){var t=this;return Re(this,(function(e){return[2,this.singlePromise.run("getCredentials",(function(){return Ae(t,void 0,void 0,(function(){var t,e;return Re(this,(function(n){switch(n.label){case 0:return je(this.credentials)?[4,this.getStorageCredentials()]:[3,2];case 1:if(t=n.sent(),e=t.credentials,t.isAccessKeyCredentials)return[2,e];this.credentials=e,n.label=2;case 2:return[2,this.credentials]}}))}))}))]}))}))},t.prototype.getStorageCredentials=function(){return Ae(this,void 0,Promise,(function(){var t=this;return Re(this,(function(e){return[2,this.singlePromise.run("_getStorageCredentials",(function(){return Ae(t,void 0,void 0,(function(){var t,e,n;return Re(this,(function(r){switch(r.label){case 0:return t=null,e=!1,[4,this.storage.getItem(this.tokenSectionName)];case 1:if(!(n=r.sent()))return[3,6];r.label=2;case 2:return r.trys.push([2,3,,5]),(null==(t=JSON.parse(n))?void 0:t.expires_at)&&(t.expires_at=new Date(t.expires_at)),[3,5];case 3:return r.sent(),[4,this.storage.removeItem(this.tokenSectionName)];case 4:return r.sent(),t=null,[3,5];case 5:return[3,7];case 6:t=this.accessKeyCredentials||null,e=!0,r.label=7;case 7:return[2,{credentials:t,isAccessKeyCredentials:e}]}}))}))}))]}))}))},t}(),Me=function(){function t(e){var n,r=this;this.initializePromise=null,this.lockAcquired=!1,this.pendingInLock=[],this.singlePromise=null,e.clientSecret||(e.clientSecret=""),!e.clientId&&e.env&&(e.clientId=e.env),this.apiOrigin=e.apiOrigin,this.apiPath=e.apiPath||ne,this.clientId=e.clientId,this.i18n=e.i18n,this.eventBus=e.eventBus,this.singlePromise=new we({clientId:this.clientId}),this.retry=this.formatRetry(e.retry,t.defaultRetry),e.baseRequest?this.baseRequest=e.baseRequest:this.baseRequest=Ue,this.tokenInURL=e.tokenInURL,this.headers=e.headers,this.storage=e.storage||ke,this.localCredentials=new qe({tokenSectionName:"credentials_".concat(e.clientId),storage:this.storage,clientId:e.clientId}),this.clientSecret=e.clientSecret,e.clientId&&(this.basicAuth="Basic ".concat(function(t){for(var e,n,r,o,i="",s=0,a=(t=String(t)).length%3;s<t.length;){if((n=t.charCodeAt(s++))>255||(r=t.charCodeAt(s++))>255||(o=t.charCodeAt(s++))>255)throw new TypeError("Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.");i+=_e.charAt((e=n<<16|r<<8|o)>>18&63)+_e.charAt(e>>12&63)+_e.charAt(e>>6&63)+_e.charAt(63&e)}return a?i.slice(0,a-3)+"===".substring(a):i}("".concat(e.clientId,":").concat(this.clientSecret)))),this.wxCloud=e.wxCloud;try{Se()&&(this.useWxCloud=e.useWxCloud,void 0===this.wxCloud&&e.env&&(wx.cloud.init({env:e.env}),this.wxCloud=wx.cloud))}catch(t){}this.refreshTokenFunc=e.refreshTokenFunc||this.defaultRefreshTokenFunc,this.anonymousSignInFunc=e.anonymousSignInFunc,this.onCredentialsError=e.onCredentialsError,this.getInitialSession=e.getInitialSession,this.onInitialSessionObtained=e.onInitialSessionObtained,this.logDebugMessages=null!==(n=e.debug)&&void 0!==n&&n,G.on(H,(function(t){var e;r.i18n=(null===(e=t.data)||void 0===e?void 0:e.i18n)||r.i18n}))}return t.prototype.setGetInitialSession=function(t){this.getInitialSession=t},t.prototype.setOnInitialSessionObtained=function(t){this.onInitialSessionObtained=t},t.prototype.initialize=function(t){return Ae(this,void 0,Promise,(function(){var e=this;return Re(this,(function(n){switch(n.label){case 0:return this.initializePromise?[4,this.initializePromise]:[3,2];case 1:case 3:case 5:return[2,n.sent()];case 2:return void 0===t?[3,4]:(this.initializePromise=t,[4,this.initializePromise]);case 4:return this.initializePromise=Ae(e,void 0,void 0,(function(){var t=this;return Re(this,(function(e){switch(e.label){case 0:return[4,this._acquireLock(-1,(function(){return Ae(t,void 0,void 0,(function(){return Re(this,(function(t){switch(t.label){case 0:return[4,this._initialize()];case 1:return[2,t.sent()]}}))}))}))];case 1:return[2,e.sent()]}}))})),[4,this.initializePromise]}}))}))},t.prototype.setCredentials=function(t){return Ae(this,void 0,Promise,(function(){var e=this;return Re(this,(function(n){switch(n.label){case 0:return[4,this.initializePromise];case 1:return n.sent(),[2,this._acquireLock(-1,(function(){return Ae(e,void 0,void 0,(function(){return Re(this,(function(e){return[2,this.localCredentials.setCredentials(t)]}))}))}))]}}))}))},t.prototype.setAccessKeyCredentials=function(t){return this.localCredentials.setAccessKeyCredentials(t)},t.prototype.getAccessToken=function(){return Ae(this,void 0,Promise,(function(){var t,e;return Re(this,(function(n){switch(n.label){case 0:return[4,this.initializePromise];case 1:return n.sent(),[4,this.getCredentials()];case 2:return(null==(t=n.sent())?void 0:t.scope)===pe||(null==t?void 0:t.access_token)?[2,Promise.resolve(t.access_token)]:(e={error:te.UNAUTHENTICATED},[2,Promise.reject(e)])}}))}))},t.prototype.request=function(e,n){var r,o;return Ae(this,void 0,Promise,(function(){var i,s,a,c,u,l,h,d,f;return Re(this,(function(p){switch(p.label){case 0:return n||(n={}),i=this.formatRetry(n.retry,this.retry),n.headers=Te(Te({},n.headers),((f={})[null===(r=this.i18n)||void 0===r?void 0:r.LANG_HEADER_KEY]=null===(o=this.i18n)||void 0===o?void 0:o.lang,f)),this.headers&&(n.headers=Te(Te({},this.headers),n.headers)),n.headers[Ne]||(n.headers[Ne]=ve()),n.headers[xe]?[3,2]:[4,this.getDeviceId()];case 1:s=p.sent(),n.headers[xe]=s,p.label=2;case 2:return(null==n?void 0:n.withBasicAuth)&&this.basicAuth&&(n.headers.Authorization=this.basicAuth),(null==n?void 0:n.withCredentials)?n.getCredentials?[4,n.getCredentials()]:[3,4]:[3,7];case 3:return c=p.sent(),[3,6];case 4:return[4,this.getCredentials()];case 5:c=p.sent(),p.label=6;case 6:return(a=c)&&(this.tokenInURL?(e.indexOf("?")<0&&(e+="?"),e+="access_token=".concat(a.access_token)):n.headers.Authorization="".concat(a.token_type," ").concat(a.access_token)),[3,8];case 7:this.clientId&&e.indexOf("client_id")<0&&(e+=e.indexOf("?")<0?"?":"&",e+="client_id=".concat(this.clientId)),p.label=8;case 8:e.startsWith("/")&&(e="".concat(this.apiOrigin).concat(this.apiPath).concat(e)),u=null,l=i+1,h=0,p.label=9;case 9:if(!(h<l))return[3,21];p.label=10;case 10:return p.trys.push([10,15,,18]),n.useWxCloud||this.useWxCloud?[4,this.wxCloudCallFunction(e,n)]:[3,12];case 11:return u=p.sent(),[3,14];case 12:return[4,this.baseRequest(e,n)];case 13:u=p.sent(),p.label=14;case 14:if(null==u?void 0:u.code)throw{error:u.code,error_description:u.message,error_uri:new URL(e).pathname};return[3,21];case 15:d=p.sent();try{d.requestId=d.requestId||n.headers[Ne]||""}catch(t){}return n.withCredentials&&d&&d.error===te.UNAUTHENTICATED?[4,this.setCredentials(null)]:[3,17];case 16:return p.sent(),[2,Promise.reject(d)];case 17:return h!==i&&d&&"unreachable"===d.error?[3,18]:[2,Promise.reject(d)];case 18:return[4,this.sleep(t.retryInterval)];case 19:p.sent(),p.label=20;case 20:return h++,[3,9];case 21:return[2,u]}}))}))},t.prototype.wxCloudCallFunction=function(t,e){var n;return Ae(this,void 0,Promise,(function(){var r,o,i,s,a;return Re(this,(function(c){switch(c.label){case 0:r=null,o=null,c.label=1;case 1:c.trys.push([1,7,,8]),i="",c.label=2;case 2:return c.trys.push([2,4,,5]),[4,wx.getRendererUserAgent()];case 3:return i=c.sent(),[3,5];case 4:return c.sent(),[3,5];case 5:return[4,this.wxCloud.callFunction({name:"httpOverCallFunction",data:{url:t,method:e.method,headers:Te({origin:"https://servicewechat.com","User-Agent":i},e.headers),body:e.body}})];case 6:return s=c.sent().result,(null===(n=null==s?void 0:s.body)||void 0===n?void 0:n.error_code)?(o=null==s?void 0:s.body).error_uri=(0,ye.y)(t):r=null==s?void 0:s.body,[3,8];case 7:return a=c.sent(),o={error:te.UNREACHABLE,error_description:a.message,error_uri:(0,ye.y)(t)},[3,8];case 8:if(o)throw o;return[2,r]}}))}))},t.prototype.getCredentials=function(){return Ae(this,void 0,Promise,(function(){var t=this;return Re(this,(function(e){switch(e.label){case 0:return[4,this.initializePromise];case 1:return e.sent(),[2,this._acquireLock(-1,(function(){return Ae(t,void 0,void 0,(function(){return Re(this,(function(t){return[2,this._getCredentials()]}))}))}))]}}))}))},t.prototype.getCredentialsSync=function(){return this.localCredentials.getStorageCredentialsSync()},t.prototype.getCredentialsAsync=function(){return this.getCredentials()},t.prototype.getScope=function(){var t;return Ae(this,void 0,Promise,(function(){var e,n;return Re(this,(function(r){switch(r.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:return(e=r.sent())?[2,e.scope]:(n="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:n}),[2,this.unAuthenticatedError(n)])}}))}))},t.prototype.getGroups=function(){var t;return Ae(this,void 0,Promise,(function(){var e,n;return Re(this,(function(r){switch(r.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:return(e=r.sent())?[2,e.groups]:(n="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:n}),[2,this.unAuthenticatedError(n)])}}))}))},t.prototype.refreshToken=function(t,e){return Ae(this,void 0,Promise,(function(){var n=this;return Re(this,(function(r){switch(r.label){case 0:return[4,this.initializePromise];case 1:return r.sent(),[2,this._acquireLock(-1,(function(){return Ae(n,void 0,void 0,(function(){return Re(this,(function(n){return[2,this._refreshToken(t,e)]}))}))}))]}}))}))},t.prototype._refreshToken=function(t,e){return Ae(this,void 0,Promise,(function(){var n=this;return Re(this,(function(r){return[2,this.singlePromise.run("_refreshToken",(function(){return Ae(n,void 0,void 0,(function(){var n,r,o,i,s,a,c;return Re(this,(function(u){switch(u.label){case 0:if((null==t?void 0:t.scope)===pe)return[2,t];if(!t||!t.refresh_token)return o="no refresh token found in credentials",null===(i=this.onCredentialsError)||void 0===i||i.call(this,{msg:o}),[2,this.unAuthenticatedError(o)];u.label=1;case 1:return u.trys.push([1,4,,7]),[4,this.refreshTokenFunc(t.refresh_token,t)];case 2:return n=u.sent(),[4,this.localCredentials.setCredentials(n)];case 3:return u.sent(),null===(s=this.eventBus)||void 0===s||s.fire(he,{event:ae}),[2,n];case 4:if(r=u.sent(),null==e?void 0:e.throwError)throw r;return r.error!==te.INVALID_GRANT?[3,6]:[4,this.localCredentials.setCredentials(null)];case 5:return u.sent(),o=r.error_description,null===(a=this.onCredentialsError)||void 0===a||a.call(this,{msg:o}),[2,this.unAuthenticatedError(o)];case 6:return null===(c=this.onCredentialsError)||void 0===c||c.call(this,{msg:r.error_description}),[2,Promise.reject(r)];case 7:return[2]}}))}))}))]}))}))},t.prototype.anonymousLogin=function(t){return Ae(this,void 0,void 0,(function(){var e=this;return Re(this,(function(n){return[2,this.singlePromise.run("_anonymousLogin",(function(){return Ae(e,void 0,void 0,(function(){var e,n;return Re(this,(function(r){switch(r.label){case 0:return this.anonymousSignInFunc?[4,this.anonymousSignInFunc(t)]:[3,4];case 1:return e=r.sent(),(n=e)?[3,3]:[4,this.localCredentials.getCredentials()];case 2:n=r.sent(),r.label=3;case 3:return t=n,[3,6];case 4:return[4,this.anonymousSignIn(t)];case 5:t=r.sent(),r.label=6;case 6:return[2,t]}}))}))}))]}))}))},t.prototype.checkRetry=function(e){var n=null;if(("number"!=typeof e||e<t.minRetry||e>t.maxRetry)&&(n={error:te.UNREACHABLE,error_description:"wrong options param: retry"}),n)throw n;return e},t.prototype.formatRetry=function(t,e){return void 0===t?e:this.checkRetry(t)},t.prototype.sleep=function(t){return Ae(this,void 0,Promise,(function(){return Re(this,(function(e){return[2,new Promise((function(e){setTimeout((function(){e()}),t)}))]}))}))},t.prototype.anonymousSignIn=function(t){return Ae(this,void 0,Promise,(function(){var e=this;return Re(this,(function(n){return[2,this.singlePromise.run("_anonymous",(function(){return Ae(e,void 0,void 0,(function(){var e,n;return Re(this,(function(r){switch(r.label){case 0:if(!t||"anonymous"!==t.scope)return[2,this.unAuthenticatedError("no anonymous in credentials")];r.label=1;case 1:return r.trys.push([1,4,,7]),[4,this.request(Qt.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",withBasicAuth:!0,body:{}})];case 2:return e=r.sent(),[4,this.localCredentials.setCredentials(e)];case 3:return r.sent(),[2,e];case 4:return(n=r.sent()).error!==te.INVALID_GRANT?[3,6]:[4,this.localCredentials.setCredentials(null)];case 5:return r.sent(),[2,this.unAuthenticatedError(n.error_description)];case 6:return[2,Promise.reject(n)];case 7:return[2]}}))}))}))]}))}))},t.prototype.defaultRefreshTokenFunc=function(t,e){var n;return Ae(this,void 0,Promise,(function(){var r,o,i;return Re(this,(function(s){switch(s.label){case 0:return void 0===t||""===t?(r="refresh token not found",null===(n=this.onCredentialsError)||void 0===n||n.call(this,{msg:r}),[2,this.unAuthenticatedError(r)]):(o=Qt.AUTH_TOKEN_URL,"v2"===(null==e?void 0:e.version)&&(o=Xt.AUTH_TOKEN_URL),[4,this.request(o,{method:"POST",body:{client_id:this.clientId,client_secret:this.clientSecret,grant_type:"refresh_token",refresh_token:t}})]);case 1:return i=s.sent(),[2,Te(Te({},i),{version:(null==e?void 0:e.version)||"v1"})]}}))}))},t.prototype.getDeviceId=function(){return Ae(this,void 0,Promise,(function(){var t;return Re(this,(function(e){switch(e.label){case 0:return this.deviceID?[2,this.deviceID]:[4,this.storage.getItem(Le)];case 1:return"string"==typeof(t=e.sent())&&t.length>=16&&t.length<=48?[3,3]:(t=ve(),[4,this.storage.setItem(Le,t)]);case 2:e.sent(),e.label=3;case 3:return this.deviceID=t,[2,t]}}))}))},t.prototype.unAuthenticatedError=function(t){var e={error:te.UNAUTHENTICATED,error_description:t};return Promise.reject(e)},t.prototype._debug=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];this.logDebugMessages&&console.log.apply(console,Ce(["[OAuth2Client]"],t,!1))},t.prototype._initialize=function(){return Ae(this,void 0,Promise,(function(){var t,e,n,r,o,i;return Re(this,(function(s){switch(s.label){case 0:if(s.trys.push([0,11,12,13]),!this.getInitialSession)return this._debug("#_initialize()","no getInitialSession callback set, skipping"),[2,{error:null}];this._debug("#_initialize()","calling getInitialSession callback"),s.label=1;case 1:return s.trys.push([1,9,,10]),[4,this.getInitialSession()];case 2:return i=s.sent(),t=i.data,e=i.error,(null==t?void 0:t.session)?(this._debug("#_initialize()","session obtained from getInitialSession",t.session),[4,this.localCredentials.setCredentials(null==t?void 0:t.session)]):[3,4];case 3:s.sent(),s.label=4;case 4:if(!this.onInitialSessionObtained)return[3,8];this._debug("#_initialize()","calling onInitialSessionObtained callback"),s.label=5;case 5:return s.trys.push([5,7,,8]),[4,this.onInitialSessionObtained(t,e)];case 6:return s.sent(),[3,8];case 7:return n=s.sent(),this._debug("#_initialize()","error in onInitialSessionObtained",n),[3,8];case 8:return e?(this._debug("#_initialize()","error from getInitialSession",e),[2,{error:e}]):[2,{error:null}];case 9:return r=s.sent(),this._debug("#_initialize()","exception during getInitialSession",r),[2,{error:r instanceof Error?r:new Error(String(r))}];case 10:return[3,13];case 11:return o=s.sent(),this._debug("#_initialize()","unexpected error",o),[2,{error:o instanceof Error?o:new Error(String(o))}];case 12:return this._debug("#_initialize()","end"),[7];case 13:return[2]}}))}))},t.prototype._acquireLock=function(t,e){return Ae(this,void 0,Promise,(function(){var n,r,o,i,s=this;return Re(this,(function(a){switch(a.label){case 0:this._debug("#_acquireLock","begin",t),a.label=1;case 1:if(a.trys.push([1,,10,11]),this.lockAcquired)return n=this.pendingInLock.length?this.pendingInLock[this.pendingInLock.length-1]:Promise.resolve(),r=Ae(s,void 0,void 0,(function(){return Re(this,(function(t){switch(t.label){case 0:return[4,n];case 1:return t.sent(),[4,e()];case 2:return[2,t.sent()]}}))})),this.pendingInLock.push(Ae(s,void 0,void 0,(function(){return Re(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,r];case 1:case 2:return t.sent(),[3,3];case 3:return[2]}}))}))),[2,r];this._debug("#_acquireLock","acquiring lock for client",this.clientId),a.label=2;case 2:return a.trys.push([2,,8,9]),this.lockAcquired=!0,o=e(),this.pendingInLock.push(Ae(s,void 0,void 0,(function(){return Re(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,o];case 1:case 2:return t.sent(),[3,3];case 3:return[2]}}))}))),[4,o];case 3:a.sent(),a.label=4;case 4:return this.pendingInLock.length?(i=Ce([],this.pendingInLock,!0),[4,Promise.all(i)]):[3,6];case 5:return a.sent(),this.pendingInLock.splice(0,i.length),[3,4];case 6:return[4,o];case 7:return[2,a.sent()];case 8:return this._debug("#_acquireLock","releasing lock for client",this.clientId),this.lockAcquired=!1,[7];case 9:return[3,11];case 10:return this._debug("#_acquireLock","end"),[7];case 11:return[2]}}))}))},t.prototype._getCredentials=function(){var t,e,n;return Ae(this,void 0,Promise,(function(){var r,o,i;return Re(this,(function(s){switch(s.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:if((null==(r=s.sent())?void 0:r.scope)===pe)return[2,r];if(!r)return i="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:i}),[2,this.unAuthenticatedError(i)];if(!je(r))return[3,12];if(!r.refresh_token)return[3,9];s.label=2;case 2:return s.trys.push([2,4,,8]),[4,this._refreshToken(r)];case 3:return r=s.sent(),[3,8];case 4:return o=s.sent(),"anonymous"!==r.scope?[3,6]:[4,this.anonymousLogin(r)];case 5:return r=s.sent(),[3,7];case 6:return null===(e=this.onCredentialsError)||void 0===e||e.call(this,{msg:o.error_description}),[2,Promise.reject(o)];case 7:return[3,8];case 8:return[3,12];case 9:return"anonymous"!==r.scope?[3,11]:[4,this.anonymousLogin(r)];case 10:return r=s.sent(),[3,12];case 11:return i="no refresh token found in credentials",null===(n=this.onCredentialsError)||void 0===n||n.call(this,{msg:i}),[2,this.unAuthenticatedError(i)];case 12:return[2,r]}}))}))},t.defaultRetry=2,t.minRetry=0,t.maxRetry=5,t.retryInterval=1e3,t}(),We=l(9689),Fe=l(3616),Be=function(){return Be=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Be.apply(this,arguments)},Ve=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Ge=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},He=function(t,e){var n;return function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];clearTimeout(n),n=setTimeout((function(){return t.apply(null,r)}),e)}},Ke=new We.CloudbaseEventEmitter,Je="resolveCaptchaData",ze="padding:10px 8px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;flex:1;white-space:nowrap;margin-left:10px",Ye="width:100%;padding:10px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer",$e="background:#6c757d;cursor:not-allowed",Qe=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Xe=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Ze=function(){function t(t){t.openURIWithCallback||(t.openURIWithCallback=this.getDefaultOpenURIWithCallback()),t.storage||(t.storage=ke),this.config=t,this.tokenSectionName="captcha_".concat(t.clientId||t.env)}return t.prototype.isMatch=function(){var t,e,n;return(null===(n=null===(e=null===(t=this.config)||void 0===t?void 0:t.adapter)||void 0===e?void 0:e.isMatch)||void 0===n?void 0:n.call(e))||Se()},t.prototype.request=function(t,e){return Qe(this,void 0,Promise,(function(){var n,r,o,i;return Xe(this,(function(s){switch(s.label){case 0:return e||(e={}),e.method||(e.method="GET"),n="".concat(e.method,":").concat(t),r=t,e.withCaptcha?[4,this.appendCaptchaTokenToURL(t,n,!1)]:[3,2];case 1:r=s.sent(),s.label=2;case 2:return s.trys.push([2,4,,7]),[4,this.config.request(r,e)];case 3:return o=s.sent(),[3,7];case 4:return(i=s.sent()).error!==te.CAPTCHA_REQUIRED&&i.error!==te.CAPTCHA_INVALID?[3,6]:[4,this.appendCaptchaTokenToURL(t,n,i.error===te.CAPTCHA_INVALID)];case 5:return t=s.sent(),[2,this.config.request(t,e)];case 6:return[2,Promise.reject(i)];case 7:return[2,o]}}))}))},t.prototype.getDefaultOpenURIWithCallback=function(){var t=this;return function(e){return function(t,e){return Ve(void 0,void 0,Promise,(function(){var n,r,o,i;return Ge(this,(function(s){return n=(0,Fe.parseCaptcha)(t),r=n.captchaData,o=n.state,i=n.token,function(t){var e=t.oauthInstance,n=t.captchaState,r="captcha-image",o=function(){return Ve(void 0,void 0,void 0,(function(){var t,o;return Ge(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e.createCaptchaData({state:n.state})];case 1:return t=i.sent(),n=Be(Be({},n),{captchaData:t.data,token:t.token}),document.getElementById(r).src=t.data,[3,3];case 2:return o=i.sent(),console.error("刷新图形验证码失败",o),[3,3];case 3:return[2]}}))}))},i=function(t,e,n){var r=document.createElement(t);return e&&(r.style.cssText=e),n&&(r.textContent=n),r},s=i("div","position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999"),a=i("div","position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:1000");a.appendChild(i("p","margin-bottom:15px","请输入你看到的字符:"));var c=i("div","display:flex;align-items:center;justify-content:space-between;margin-bottom:15px"),u=i("img","width:100%;height:auto;border:1px solid #eee");u.id=r,u.src=n.captchaData,c.appendChild(u);var l=i("button",ze,"刷新");l.onclick=He((function(){return Ve(void 0,void 0,void 0,(function(){return Ge(this,(function(t){switch(t.label){case 0:l.textContent="加载中...",l.disabled=!0,l.style.cssText="".concat(ze,";").concat($e),t.label=1;case 1:return t.trys.push([1,,3,4]),[4,o()];case 2:return t.sent(),[3,4];case 3:return l.textContent="刷新",l.disabled=!1,l.style.cssText=ze,[7];case 4:return[2]}}))}))}),500),c.appendChild(l),a.appendChild(c);var h=i("input","width:100%;padding:14px 16px;margin-bottom:15px;box-sizing:border-box;border:2px solid #e8ecf4;border-radius:10px;font-size:15px");h.type="text",h.placeholder="输入字符",h.maxLength=4,a.appendChild(h);var d=i("div","color:#dc3545;font-size:12px;margin-bottom:10px;display:none;padding:8px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px");a.appendChild(d);var f=function(t){d.textContent=t,d.style.display="block"},p=i("button",Ye,"确定");p.onclick=He((function(){return Ve(void 0,void 0,void 0,(function(){var t,r,i,c;return Ge(this,(function(u){switch(u.label){case 0:if(!(t=h.value.trim()))return f("请输入字符"),[2];d.style.display="none",p.textContent="验证中...",p.disabled=!0,p.style.cssText="".concat(Ye,";").concat($e),u.label=1;case 1:return u.trys.push([1,3,5,6]),[4,e.verifyCaptchaData({token:n.token,key:t})];case 2:return r=u.sent(),Ke.fire(Je,r),console.log("图形验证码校验成功"),document.body.removeChild(s),document.body.removeChild(a),[3,6];case 3:return i=u.sent(),console.error("图形验证码校验失败",i),c=i.error_description||"图形验证码校验失败",f(c),h.value="",h.focus(),[4,o()];case 4:return u.sent(),[3,6];case 5:return p.textContent="确定",p.disabled=!1,p.style.cssText=Ye,[7];case 6:return[2]}}))}))}),500),a.appendChild(p),document.body.appendChild(s),document.body.appendChild(a)}({oauthInstance:e,captchaState:{captchaData:r,state:o,token:i}}),[2,new Promise((function(t){console.log("等待图形验证码校验结果..."),Ke.on(Je,(function(e){t(null==e?void 0:e.data)}))}))]}))}))}(e,t.config.oauthInstance)}},t.prototype.getCaptchaToken=function(t,e){return Qe(this,void 0,Promise,(function(){var n,r,o,i;return Xe(this,(function(s){switch(s.label){case 0:return t?[3,2]:[4,this.findCaptchaToken()];case 1:if(n=s.sent())return[2,n];s.label=2;case 2:return[4,this.config.request(Qt.CAPTCHA_DATA_URL,{method:"POST",body:{state:e,redirect_uri:""},withCredentials:!1})];case 3:return r=s.sent(),o="".concat(r.data,"?state=").concat(encodeURIComponent(e),"&token=").concat(encodeURIComponent(r.token)),[4,this.config.openURIWithCallback(o)];case 4:return i=s.sent(),this.saveCaptchaToken(i),[2,i.captcha_token]}}))}))},t.prototype.appendCaptchaTokenToURL=function(t,e,n){return Qe(this,void 0,Promise,(function(){var r;return Xe(this,(function(o){switch(o.label){case 0:return[4,this.getCaptchaToken(n,e)];case 1:return r=o.sent(),t.indexOf("?")>0?t+="&captcha_token=".concat(r):t+="?captcha_token=".concat(r),[2,t]}}))}))},t.prototype.saveCaptchaToken=function(t){return Qe(this,void 0,void 0,(function(){var e;return Xe(this,(function(n){switch(n.label){case 0:return t.expires_at=new Date(Date.now()+1e3*(t.expires_in-10)),e=JSON.stringify(t),[4,this.config.storage.setItem(this.tokenSectionName,e)];case 1:return n.sent(),[2]}}))}))},t.prototype.findCaptchaToken=function(){return Qe(this,void 0,Promise,(function(){var t,e;return Xe(this,(function(n){switch(n.label){case 0:return[4,this.config.storage.getItem(this.tokenSectionName)];case 1:if(null==(t=n.sent()))return[3,5];n.label=2;case 2:return n.trys.push([2,3,,5]),(null==(e=JSON.parse(t))?void 0:e.expires_at)&&(e.expires_at=new Date(e.expires_at)),e.expires_at<new Date?[2,null]:[2,e.captcha_token];case 3:return n.sent(),[4,this.config.storage.removeItem(this.tokenSectionName)];case 4:return n.sent(),[2,null];case 5:return[2,null]}}))}))},t}(),tn=function(){function t(t){if(this.params={},"string"==typeof t)this.parse(t);else if(t&&"object"==typeof t)for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&this.append(e,t[e])}return t.prototype.parse=function(t){var e=this;t.split("&").forEach((function(t){var n=t.split("=").map(decodeURIComponent),r=n[0],o=n[1];e.append(r,o)}))},t.prototype.append=function(t,e){this.params[t]?this.params[t]=this.params[t].concat([e]):this.params[t]=[e]},t.prototype.get=function(t){return this.params[t]?this.params[t][0]:null},t.prototype.getAll=function(t){return this.params[t]||[]},t.prototype.delete=function(t){delete this.params[t]},t.prototype.has=function(t){return Object.prototype.hasOwnProperty.call(this.params,t)},t.prototype.set=function(t,e){this.params[t]=[e]},t.prototype.toString=function(){var t=[],e=function(e){Object.prototype.hasOwnProperty.call(n.params,e)&&n.params[e].forEach((function(n){t.push("".concat(encodeURIComponent(e),"=").concat(encodeURIComponent(n)))}))},n=this;for(var r in this.params)e(r);return t.join("&")},t}();const en=tn;var nn,rn=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){t.PROVIDER_NOT_ENABLED="PROVIDER_NOT_ENABLED",t.INVALID_CREDENTIALS="INVALID_CREDENTIALS",t.USER_NOT_FOUND="USER_NOT_FOUND",t.USER_STATUS_ABNORMAL="USER_STATUS_ABNORMAL",t.SERVICE_ERROR="SERVICE_ERROR",t.INVALID_PARAMS="INVALID_PARAMS",t.AUTH_METHOD_MISMATCH="AUTH_METHOD_MISMATCH",t.UNKNOWN="UNKNOWN"}(nn||(nn={}));var on="https://tcb.cloud.tencent.com/dev?envId=#/identity/login-manage",sn="https://docs.cloudbase.net/api-reference/webv3-next/initialization",an=function(t){function e(e,n){var r,o=this,i=e.error_description||e.message;return(o=t.call(this,i)||this).__isAuthError=!0,o.name="AuthError",o.status=e.error,o.code=e.error_code,o.requestId=e.requestId,o.category=function(t,e){if(!t&&!e)return nn.UNKNOWN;try{var n=(t||"").toLowerCase();return e===te.FAILED_PRECONDITION||e===te.PROVIDER_NOT_ENABLED||e===te.LOGIN_METHOD_DISABLED||n.includes("身份源")||n.includes("开启")||n.includes("identity provider")||n.includes("provider not enabled")||n.includes("login method")||n.includes("登录方式")||n.includes("not enabled")||n.includes("未开启")||n.includes("未启用")||n.includes("请联系开发者")||n.includes("anonymous login is not enabled")||n.includes("匿名登录未开启")?nn.PROVIDER_NOT_ENABLED:e===te.INVALID_PASSWORD||e===te.INVALID_GRANT||e===te.INVALID_VERIFICATION_CODE||e===te.INVALID_USERNAME_OR_PASSWORD||e===te.INVALID_CREDENTIALS||e===te.WRONG_PASSWORD||e===te.UNAUTHENTICATED||e===te.INVALID_TWO_FACTOR||e===te.INVALID_TWO_FACTOR_RECOVERY||e===te.PASSWORD_NOT_SET||n.includes("密码不正确")||n.includes("password")||n.includes("invalid_password")||n.includes("凭据")||n.includes("credentials")||n.includes("验证码")||n.includes("verification")||n.includes("invalid_verification_code")||n.includes("invalid_username_or_password")||n.includes("username or password")||n.includes("用户名或密码")||n.includes("wrong password")||n.includes("incorrect password")?nn.INVALID_CREDENTIALS:e===te.NOT_FOUND||e===te.USER_NOT_FOUND||n.includes("用户不存在")||n.includes("not found")||n.includes("user not found")||n.includes("不存在")||n.includes("no such user")||n.includes("user does not exist")?nn.USER_NOT_FOUND:e===te.USER_BLOCKED||e===te.USER_PENDING||e===te.UNDER_REVIEW||e===te.INVALID_STATUS||n.includes("被封禁")||n.includes("blocked")||n.includes("pending")||n.includes("审核")||n.includes("review")||n.includes("locked")||n.includes("已锁定")?nn.USER_STATUS_ABNORMAL:e===te.SERVER_ERROR||e===te.UNAVAILABLE||e===te.TEMPORARILY_UNAVAILABLE||e===te.INTERNAL||e===te.UNREACHABLE||e===te.DEADLINE_EXCEEDED||e===te.DATA_LOSS||n.includes("network")||n.includes("timeout")||n.includes("服务")||n.includes("timed out")||n.includes("超时")?nn.SERVICE_ERROR:e===te.INVALID_ARGUMENT||e===te.INVALID_REQUEST||e===te.INVALID_SCOPE||e===te.INVALID_REQUEST_URI||e===te.INVALID_REQUEST_OBJECT?nn.INVALID_PARAMS:e===te.PERMISSION_DENIED||e===te.ACCESS_DENIED||e===te.UNAUTHORIZED_CLIENT?nn.PROVIDER_NOT_ENABLED:nn.UNKNOWN}catch(t){return e}}(i,o.status),o.helpMessage=function(t,e){var n=(null==e?void 0:e.method)||"signIn",r={signInWithPassword:"「用户名密码登录」",signInAnonymously:"「匿名登录」",signInWithOtp:"「短信验证码登录」或「邮箱验证码登录」",signUp:"「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"对应的第三方身份源",signInWithIdToken:"对应的第三方身份源",signInWithOpenId:"「微信小程序 OpenID 登录」",signInWithPhoneAuth:"「微信小程序手机号授权登录」",signInWithCustomTicket:"「自定义登录」"}[n]||"对应的登录方式";switch(t){case nn.PROVIDER_NOT_ENABLED:return"[CloudBase Auth] 登录方式未开启\n\n"+" 当前调用的 ".concat(n,"() 所需的登录方式尚未在云开发控制台启用。\n")+" 需要开启的登录方式:".concat(r,"\n")+"\n 请按以下步骤开启:\n"+" 1. 打开云开发控制台:".concat(on,"\n")+" 2. 选择对应的云开发环境\n 3. 进入「登录授权」页面,在「登录方式」或「身份源列表」中开启所需的登录方式\n\n 各登录方法与所需登录方式的对应关系:\n - signInWithPassword → 「用户名密码登录」\n - signInAnonymously → 「匿名登录」\n - signInWithOtp/signUp → 「短信验证码登录」或「邮箱验证码登录」\n - signInWithOAuth/signInWithIdToken → 对应的第三方身份源\n\n 如使用 CLI/MCP 工具,可通过 auth 工具查询和配置身份源状态。\n"+" 更多帮助请参考文档:".concat(sn);case nn.INVALID_CREDENTIALS:return"[CloudBase Auth] 凭据验证失败\n\n"+" 调用 ".concat(n,"() 时凭据校验未通过。\n")+"\n 请按优先级逐项排查:\n 1. 确认用户名/邮箱/手机号是否拼写正确、格式完整\n 2. 确认密码是否正确(注意大小写、特殊字符、前后空格)\n 3. 确认用户账号确实存在(可通过 auth.isUsernameRegistered() 检查)\n 4. 确认凭据参数来源可靠(环境变量、配置文件中的值是否已正确设置)\n 5. 如使用加密登录(is_encrypt: true),请确认公钥版本正确\n\n 如忘记密码,可通过 auth.resetPasswordForEmail() 重置密码。\n\n 提示:如果是 AI agent / 自动化测试场景,请确认 ENV_ID、USERNAME、PASSWORD\n 等环境变量已正确传入,且对应用户已在目标环境中注册。";case nn.USER_NOT_FOUND:return"[CloudBase Auth] 用户不存在\n\n 请检查以下项目:\n 1. 确认用户名/邮箱/手机号是否正确\n 2. 确认是在正确的云开发环境(envId)下操作\n 3. 如果是新用户,请先通过 auth.signUp() 注册\n"+" 4. 也可在云开发控制台手动创建用户:".concat(on,"\n")+"\n 提示:不同环境(开发/测试/生产)的用户库是隔离的,请确认 envId 正确。";case nn.USER_STATUS_ABNORMAL:return"[CloudBase Auth] 用户状态异常\n\n 当前用户账号可能处于以下状态之一:\n - 账号已被封禁\n - 账号正在审核中\n - 账号已被锁定(多次密码错误)\n\n"+" 请联系管理员在云开发控制台检查用户状态:".concat(on);case nn.SERVICE_ERROR:return"[CloudBase Auth] 服务异常\n\n 请检查以下项目:\n 1. 网络连接是否正常\n 2. 云开发环境是否正常运行\n 3. 稍后重试,如持续失败请联系技术支持\n\n 提示:如果是超时错误,请检查网络环境和请求频率。";case nn.INVALID_PARAMS:return"[CloudBase Auth] 参数错误\n\n 请检查传入的参数是否符合要求,参考 API 文档确认各参数的格式和约束。\n"+" 文档地址:".concat(sn);case nn.AUTH_METHOD_MISMATCH:return"[CloudBase Auth] 登录方式不匹配\n\n"+" 调用 ".concat(n,"() 时遇到错误,可能原因:\n")+" - 匿名登录失败后尝试了用户名密码登录,但凭据不正确或用户不存在\n - 应使用匿名登录但传入了密码参数\n - 应使用密码登录但未传入正确的凭据\n\n 建议:\n 1. 明确当前场景需要的登录方式:\n - 无需用户注册 → auth.signInAnonymously()\n - 有用户名和密码 → auth.signInWithPassword({ username, password })\n - 第三方平台 → auth.signInWithOAuth({ provider })\n 2. 不要在同一流程中混合使用不同的登录方式\n 3. 每种登录方式需要在控制台开启对应的身份源\n"+" 4. 控制台地址:".concat(on);default:return"[CloudBase Auth] 操作失败\n\n 如果问题持续存在,建议:\n"+" 1. 检查云开发控制台的认证配置:".concat(on,"\n")+" 2. 到官方问答社区提问:https://cnb.cool/tencent/cloud/cloudbase/community/-/issues\n"+" 3. 查阅文档:".concat(sn)}}(o.category,n),o.loginMethodHint=(r=null==n?void 0:n.method)&&{signInWithPassword:"当前使用「用户名密码登录」,需确保:\n ✓ 控制台已开启「用户名密码登录」\n ✓ 用户已注册且凭据正确\n 如果不需要用户系统,建议改用 auth.signInAnonymously()",signInAnonymously:"当前使用「匿名登录」,需确保:\n ✓ 控制台已开启「匿名登录」\n 注意:匿名用户无需用户名密码,适用于快速体验或临时访问场景",signInWithOtp:"当前使用「OTP 验证码登录」,需确保:\n ✓ 控制台已开启「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"当前使用「第三方 OAuth 登录」,需确保:\n ✓ 控制台已配置并开启对应的第三方身份源"}[r]||"",o}return rn(e,t),e}(Error),cn=function(){return cn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},cn.apply(this,arguments)},un=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},ln=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};function hn(t,e){var n;return un(this,void 0,void 0,(function(){var r,o=this;return ln(this,(function(i){r=function(){return un(o,void 0,void 0,(function(){return ln(this,(function(t){switch(t.label){case 0:return t.trys.push([0,1,,6]),[2,l(3171)];case 1:t.sent(),t.label=2;case 2:return t.trys.push([2,4,,5]),[4,Promise.resolve().then(l.bind(l,3171))];case 3:return[2,t.sent()];case 4:return t.sent(),[2];case 5:return[3,6];case 6:return[2]}}))}))};try{if(((null===(n=null==e?void 0:e.root)||void 0===n?void 0:n.globalThis)||globalThis).IS_MP_BUILD)return[2];if(t)return[2,r()]}catch(e){if(t)return[2,r()]}return[2]}))}))}var dn,fn=function(){function t(t){var e=t.request,n=t.credentialsClient;if(!n){var r={apiOrigin:t.apiOrigin,apiPath:t.apiPath,clientId:t.clientId,storage:t.storage,env:t.env,baseRequest:t.baseRequest,anonymousSignInFunc:t.anonymousSignInFunc,wxCloud:t.wxCloud,onCredentialsError:t.onCredentialsError,headers:t.headers||{},i18n:t.i18n,debug:t.debug};n=new Me(r)}if(!e){var o=n.request.bind(n),i=new Ze(cn({env:t.env,clientId:t.clientId,request:o,storage:t.storage,adapter:t.adapter,oauthInstance:this},t.captchaOptions));e=i.request.bind(i)}this.config={env:t.env,apiOrigin:t.apiOrigin,apiPath:t.apiPath,clientId:t.clientId,request:e,credentialsClient:n,storage:t.storage||ke,adapter:t.adapter}}return t.parseParamsToSearch=function(t){return Object.keys(t).forEach((function(e){t[e]||delete t[e]})),new en(t).toString()},t.prototype.getParamsByVersion=function(t,e){var n,r=(0,ye.I)(t),o=(null===(n={v2:Xt}[null==r?void 0:r.version])||void 0===n?void 0:n[e])||Qt[e];return r&&delete r.version,{params:r,url:o}},t.prototype.signIn=function(t){return un(this,void 0,Promise,(function(){var e,n,r,o;return ln(this,(function(i){switch(i.label){case 0:return e=t.version||"v1",(n=this.getParamsByVersion(t,"AUTH_SIGN_IN_URL")).params.query&&delete n.params.query,[4,this.getEncryptParams(n.params)];case 1:return r=i.sent(),[4,this.config.request(n.url,{method:"POST",body:r})];case 2:return o=i.sent(),[4,this.config.credentialsClient.setCredentials(cn(cn({},o),{version:e}))];case 3:return i.sent(),[2,Promise.resolve(o)]}}))}))},t.prototype.signInAnonymously=function(t,e){return void 0===t&&(t={}),void 0===e&&(e=!1),un(this,void 0,Promise,(function(){var n;return ln(this,(function(r){switch(r.label){case 0:return[4,this.config.request(Qt.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",body:t,useWxCloud:e})];case 1:return n=r.sent(),[4,this.config.credentialsClient.setCredentials(n)];case 2:return r.sent(),[2,Promise.resolve(n)]}}))}))},t.prototype.signUp=function(t){return un(this,void 0,Promise,(function(){var e;return ln(this,(function(n){switch(n.label){case 0:return[4,this.config.request(Qt.AUTH_SIGN_UP_URL,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}}))}))},t.prototype.signOut=function(t){return un(this,void 0,Promise,(function(){var e,n,r,o;return ln(this,(function(i){switch(i.label){case 0:if(e={},!t)return[3,6];i.label=1;case 1:return i.trys.push([1,3,,4]),[4,this.config.request(Qt.AUTH_SIGNOUT_URL,{method:"POST",withCredentials:!0,body:t})];case 2:return e=i.sent(),[3,4];case 3:return(n=i.sent()).error!==te.UNAUTHENTICATED&&console.log("sign_out_error",n),[3,4];case 4:return[4,this.config.credentialsClient.setCredentials()];case 5:return i.sent(),[2,e];case 6:return[4,this.config.credentialsClient.getAccessToken()];case 7:return r=i.sent(),[4,this.config.request(Qt.AUTH_REVOKE_URL,{method:"POST",body:{token:r}})];case 8:return o=i.sent(),[4,this.config.credentialsClient.setCredentials()];case 9:return i.sent(),[2,Promise.resolve(o)]}}))}))},t.prototype.revokeAllDevices=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){switch(t.label){case 0:return[4,this.config.request(Qt.AUTH_REVOKE_ALL_URL,{method:"DELETE",withCredentials:!0})];case 1:return t.sent(),[2]}}))}))},t.prototype.revokeDevice=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){switch(e.label){case 0:return[4,this.config.request(Qt.AUTHORIZED_DEVICES_DELETE_URL+t.device_id,{method:"DELETE",withCredentials:!0})];case 1:return e.sent(),[2]}}))}))},t.prototype.getVerification=function(t,e){return un(this,void 0,Promise,(function(){var n,r;return ln(this,(function(o){switch(o.label){case 0:return n=!1,"CUR_USER"!==t.target?[3,1]:(n=!0,[3,3]);case 1:return[4,this.hasLoginState()];case 2:o.sent()&&(n=!0),o.label=3;case 3:return(r=(0,ye.I)(t)).phone_number&&!/^\+\d{1,3}\s+\d+/.test(r.phone_number)&&(r.phone_number="+86 ".concat(r.phone_number)),[2,this.config.request(Qt.VERIFICATION_URL,{method:"POST",body:r,withCaptcha:(null==e?void 0:e.withCaptcha)||!1,withCredentials:n})]}}))}))},t.prototype.verify=function(t){return un(this,void 0,Promise,(function(){var e,n;return ln(this,(function(r){switch(r.label){case 0:return e=this.getParamsByVersion(t,"VERIFY_URL"),[4,this.config.request(e.url,{method:"POST",body:e.params})];case 1:return n=r.sent(),"v2"!==(null==t?void 0:t.version)?[3,3]:[4,this.config.credentialsClient.setCredentials(cn(cn({},n),{version:"v2"}))];case 2:r.sent(),r.label=3;case 3:return[2,n]}}))}))},t.prototype.genProviderRedirectUri=function(e){return un(this,void 0,Promise,(function(){var n,r,o,i,s;return ln(this,(function(a){return n=e.provider_redirect_uri,r=e.other_params,o=void 0===r?{}:r,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["provider_redirect_uri","other_params"]),n&&!i.redirect_uri&&(i.redirect_uri=n),s="".concat(Qt.PROVIDER_URI_URL,"?").concat(t.parseParamsToSearch(i)),Object.keys(o).forEach((function(t){var e=o[t];("sign_out_uri"!==t||(null==e?void 0:e.length)>0)&&(s+="&other_params[".concat(t,"]=").concat(encodeURIComponent(e)))})),[2,this.config.request(s,{method:"GET"})]}))}))},t.prototype.grantProviderToken=function(t,e){return void 0===e&&(e=!1),un(this,void 0,Promise,(function(){return ln(this,(function(n){return[2,this.config.request(Qt.PROVIDER_TOKEN_URL,{method:"POST",body:t,useWxCloud:e})]}))}))},t.prototype.patchProviderToken=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.PROVIDER_TOKEN_URL,{method:"PATCH",body:t})]}))}))},t.prototype.signInWithProvider=function(t,e){return void 0===e&&(e=!1),un(this,void 0,Promise,(function(){var n,r;return ln(this,(function(o){switch(o.label){case 0:return n=this.getParamsByVersion(t,"AUTH_SIGN_IN_WITH_PROVIDER_URL"),[4,this.config.request(n.url,{method:"POST",body:n.params,useWxCloud:e})];case 1:return r=o.sent(),[4,this.config.credentialsClient.setCredentials(cn(cn({},r),{version:(null==t?void 0:t.version)||"v1"}))];case 2:return o.sent(),[2,Promise.resolve(r)]}}))}))},t.prototype.toBindIdentity=function(t){var e,n;return un(this,void 0,void 0,(function(){var r,o,i,s;return ln(this,(function(a){switch(a.label){case 0:return(o=t.credentials)?[3,2]:[4,this.config.credentialsClient.localCredentials.getCredentials()];case 1:o=a.sent(),a.label=2;case 2:r=o,a.label=3;case 3:return a.trys.push([3,5,,6]),[4,this.bindWithProvider({provider_token:t.provider_token},r)];case 4:return a.sent(),i={data:{type:fe,provider:t.provider},error:null},[3,6];case 5:return s=a.sent(),i={data:{type:fe},error:new an(s)},[3,6];case 6:return t.fireEvent&&(null===(n=null===(e=this.config.eventBus)||void 0===e?void 0:e.fire)||void 0===n||n.call(e,he,{event:ue,info:i})),[2,i]}}))}))},t.prototype.getInitialSession=function(){return un(this,void 0,Promise,(function(){var t,e,n,r,o,i,s,a,c,u,l,h,d,f,p;return ln(this,(function(v){switch(v.label){case 0:t={},v.label=1;case 1:if(v.trys.push([1,12,,13]),"undefined"==typeof window||"undefined"==typeof document)return[2,{data:null,error:null}];if(e=new URLSearchParams(null===location||void 0===location?void 0:location.search),n=e.get("code"),r=e.get("state"),!n||!r)return[2,{data:null,error:null}];o=null;try{o=JSON.parse(sessionStorage.getItem(r)||"null")}catch(t){}return t={type:null==o?void 0:o.type},i=e.get("error"),s=e.get("error_description"),i||s?[2,{data:t,error:new an({message:s||i||"Unknown error from OAuth provider"})}]:(a=(null==o?void 0:o.provider)||e.get("provider"))?(c=location.origin+location.pathname,[4,this.grantProviderToken({provider_id:a,provider_redirect_uri:c,provider_code:n})]):[2,{data:t,error:new an({message:"Provider is required for OAuth verification"})}];case 2:return u=v.sent().provider_token,l=void 0,h=null,d=void 0,o.type!==fe?[3,5]:[4,this.config.credentialsClient.localCredentials.getCredentials()];case 3:return l=v.sent(),[4,this.toBindIdentity({provider:a,provider_token:u,credentials:l})];case 4:return d=v.sent(),[3,11];case 5:return o.type!==de?[3,11]:(d=this.getParamsByVersion({provider:a},"AUTH_SIGN_IN_WITH_PROVIDER_URL"),[4,this.config.request(d.url,{method:"POST",body:{provider_token:u}})]);case 6:l=v.sent(),v.label=7;case 7:return v.trys.push([7,9,,10]),[4,this.getUserInfo({credentials:l})];case 8:return h=v.sent(),[3,10];case 9:return f=v.sent(),console.error("get user info error",f),[3,10];case 10:d={data:cn(cn({},t),{session:l,user:h}),error:null},v.label=11;case 11:e.delete("code"),e.delete("state"),e.delete("provider"),this.restoreUrlState(void 0===(null==o?void 0:o.search)?"?".concat(e.toString()):o.search,(null==o?void 0:o.hash)||location.hash);try{sessionStorage.removeItem(r)}catch(t){}return[2,d];case 12:return p=v.sent(),[2,{data:t,error:new an(p)}];case 13:return[2]}}))}))},t.prototype.signInCustom=function(t){return un(this,void 0,Promise,(function(){var e;return ln(this,(function(n){switch(n.label){case 0:return[4,this.config.request(Qt.AUTH_SIGN_IN_CUSTOM,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}}))}))},t.prototype.signInWithWechat=function(t){return void 0===t&&(t={}),un(this,void 0,Promise,(function(){var e;return ln(this,(function(n){switch(n.label){case 0:return[4,this.config.request(Qt.AUTH_SIGN_IN_WITH_WECHAT_URL,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}}))}))},t.prototype.bindWithProvider=function(t,e){return un(this,void 0,Promise,(function(){return ln(this,(function(n){return[2,this.config.request(Qt.PROVIDER_BIND_URL,{method:"POST",body:t,withCredentials:!0,getCredentials:e?function(){return e}:void 0})]}))}))},t.prototype.getUserProfile=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.getUserInfo(t)]}))}))},t.prototype.getUserInfo=function(t){var e,n,r;return void 0===t&&(t={}),un(this,void 0,Promise,(function(){var o,i,s,a,c;return ln(this,(function(u){switch(u.label){case 0:return o=this.getParamsByVersion(t,"USER_ME_URL"),(null===(e=o.params)||void 0===e?void 0:e.query)&&(i=new en(o.params.query),o.url+="?".concat(i.toString())),[4,this.config.request(o.url,{method:"GET",withCredentials:!0,getCredentials:t.credentials?function(){return t.credentials}:void 0})];case 1:if((s=u.sent()).sub&&(s.uid=s.sub),null===(n=s.providers)||void 0===n?void 0:n.length)try{"undefined"!=typeof wx&&wx.getAccountInfoSync&&(a=null===(r=wx.getAccountInfoSync().miniProgram)||void 0===r?void 0:r.appId,(null==(c=s.providers.find((function(t){return t.id===a})))?void 0:c.provider_user_id)&&(s.open_id=c.provider_user_id))}catch(t){}return[2,s]}}))}))},t.prototype.getWedaUserInfo=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){switch(t.label){case 0:return[4,this.config.request(Qt.WEDA_USER_URL,{method:"GET",withCredentials:!0})];case 1:return[2,t.sent()]}}))}))},t.prototype.deleteMe=function(e){return un(this,void 0,Promise,(function(){var n,r;return ln(this,(function(o){return n=this.getParamsByVersion(e,"USER_ME_URL"),r="".concat(n.url,"?").concat(t.parseParamsToSearch(n.params)),[2,this.config.request(r,{method:"DELETE",withCredentials:!0})]}))}))},t.prototype.hasLoginState=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,this.config.credentialsClient.getAccessToken()];case 1:return t.sent(),[2,!0];case 2:return t.sent(),[2,!1];case 3:return[2]}}))}))},t.prototype.hasLoginStateSync=function(){return this.config.credentialsClient.getCredentialsSync()},t.prototype.getLoginState=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){return[2,this.config.credentialsClient.getCredentialsAsync()]}))}))},t.prototype.transByProvider=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.USER_TRANS_BY_PROVIDER_URL,{method:"PATCH",body:t,withCredentials:!0})]}))}))},t.prototype.grantToken=function(t){return un(this,void 0,Promise,(function(){var e;return ln(this,(function(n){return e=this.getParamsByVersion(t,"AUTH_TOKEN_URL"),[2,this.config.request(e.url,{method:"POST",body:e.params})]}))}))},t.prototype.getProviders=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){return[2,this.config.request(Qt.PROVIDER_LIST,{method:"GET",withCredentials:!0})]}))}))},t.prototype.unbindProvider=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request("".concat(Qt.PROVIDER_UNBIND_URL,"/").concat(t.provider_id),{method:"DELETE",withCredentials:!0})]}))}))},t.prototype.checkPassword=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request("".concat(Qt.CHECK_PWD_URL),{method:"POST",withCredentials:!0,body:t})]}))}))},t.prototype.editContact=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request("".concat(Qt.BIND_CONTACT_URL),{method:"PATCH",withCredentials:!0,body:t})]}))}))},t.prototype.setPassword=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request("".concat(Qt.AUTH_SET_PASSWORD),{method:"PATCH",withCredentials:!0,body:t})]}))}))},t.prototype.updatePasswordByOld=function(t){return un(this,void 0,Promise,(function(){var e;return ln(this,(function(n){switch(n.label){case 0:return[4,this.sudo({password:t.old_password})];case 1:return e=n.sent(),[2,this.setPassword({sudo_token:e.sudo_token,new_password:t.new_password})]}}))}))},t.prototype.sudo=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request("".concat(Qt.SUDO_URL),{method:"POST",withCredentials:!0,body:t})]}))}))},t.prototype.sendVerificationCodeToCurrentUser=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return t.target="CUR_USER",[2,this.config.request(Qt.VERIFICATION_URL,{method:"POST",body:t,withCredentials:!0,withCaptcha:!0})]}))}))},t.prototype.changeBoundProvider=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request("".concat(Qt.PROVIDER_LIST,"/").concat(t.provider_id,"/trans"),{method:"POST",body:{provider_trans_token:t.trans_token},withCredentials:!0})]}))}))},t.prototype.setUserProfile=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.USER_PRIFILE_URL,{method:"PATCH",body:t,withCredentials:!0})]}))}))},t.prototype.updateUserBasicInfo=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:t})]}))}))},t.prototype.queryUserProfile=function(t){return un(this,void 0,Promise,(function(){var e;return ln(this,(function(n){return e=new en(t),[2,this.config.request("".concat(Qt.USER_QUERY_URL,"?").concat(e.toString()),{method:"GET",withCredentials:!0})]}))}))},t.prototype.setCustomSignFunc=function(t){this.getCustomSignTicketFn=t},t.prototype.signInWithCustomTicket=function(){return un(this,void 0,Promise,(function(){var t,e;return ln(this,(function(n){switch(n.label){case 0:return(t=this.getCustomSignTicketFn)?[4,t()]:[2,Promise.reject({error:"failed_precondition",error_description:"please use setCustomSignFunc to set custom sign function"})];case 1:return e=n.sent(),[2,this.signInCustom({provider_id:"custom",ticket:e})]}}))}))},t.prototype.resetPassword=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.AUTH_RESET_PASSWORD,{method:"POST",body:t})]}))}))},t.prototype.authorize=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.AUTHORIZE_URL,{method:"POST",withCredentials:!0,body:t})]}))}))},t.prototype.authorizeDevice=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.AUTHORIZE_DEVICE_URL,{method:"POST",withCredentials:!0,body:t})]}))}))},t.prototype.deviceAuthorize=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.AUTH_GET_DEVICE_CODE,{method:"POST",body:t})]}))}))},t.prototype.authorizeInfo=function(e){return un(this,void 0,Promise,(function(){var n,r,o;return ln(this,(function(i){switch(i.label){case 0:return n="".concat(Qt.AUTHORIZE_INFO_URL,"?").concat(t.parseParamsToSearch(e)),r=!0,o=!1,[4,this.hasLoginState()];case 1:return i.sent()&&(o=!0,r=!1),[2,this.config.request(n,{method:"GET",withBasicAuth:r,withCredentials:o})]}}))}))},t.prototype.checkUsername=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.CHECK_USERNAME,{method:"GET",body:t,withCredentials:!0})]}))}))},t.prototype.checkIfUserExist=function(t){return un(this,void 0,Promise,(function(){var e;return ln(this,(function(n){return e=new en(t),[2,this.config.request("".concat(Qt.CHECK_IF_USER_EXIST,"?").concat(e.toString()),{method:"GET"})]}))}))},t.prototype.loginScope=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){return[2,this.config.credentialsClient.getScope()]}))}))},t.prototype.loginGroups=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){return[2,this.config.credentialsClient.getGroups()]}))}))},t.prototype.refreshTokenForce=function(t){return un(this,void 0,void 0,(function(){var e;return ln(this,(function(n){switch(n.label){case 0:return[4,this.config.credentialsClient.getCredentials()];case 1:return e=n.sent(),[4,this.config.credentialsClient.refreshToken(cn(cn({},e),{version:(null==t?void 0:t.version)||"v1"}))];case 2:return[2,n.sent()]}}))}))},t.prototype.getCredentials=function(){return un(this,void 0,void 0,(function(){return ln(this,(function(t){return[2,this.config.credentialsClient.getCredentials()]}))}))},t.prototype.getPublicKey=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){return[2,this.config.request(Xt.AUTH_PUBLIC_KEY,{method:"POST",body:{}})]}))}))},t.prototype.getEncryptParams=function(t){return un(this,void 0,Promise,(function(){var e,n,r,o,i,s;return ln(this,(function(a){switch(a.label){case 0:return e=t.isEncrypt,delete t.isEncrypt,n=(0,ye.I)(t),[4,hn(e,this.config.adapter)];case 1:if(!(r=a.sent()))return[2,t];o="",i="",a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(s=a.sent(),o=s.public_key,i=s.public_key_thumbprint,!o||!i)throw s;return[3,5];case 4:throw a.sent();case 5:return[2,{params:r.getEncryptInfo({publicKey:o,payload:n}),public_key_thumbprint:i}]}}))}))},t.prototype.getProviderSubType=function(){return un(this,void 0,Promise,(function(){return ln(this,(function(t){return[2,this.config.request(Qt.GET_PROVIDER_TYPE,{method:"POST",body:{provider_id:"weda"}})]}))}))},t.prototype.verifyCaptchaData=function(t){var e=t.token,n=t.key;return un(this,void 0,void 0,(function(){return ln(this,(function(t){return[2,this.config.request(Qt.VERIFY_CAPTCHA_DATA_URL,{method:"POST",body:{token:e,key:n},withCredentials:!1})]}))}))},t.prototype.createCaptchaData=function(t){var e=t.state,n=t.redirect_uri,r=void 0===n?void 0:n;return un(this,void 0,void 0,(function(){return ln(this,(function(t){return[2,this.config.request(Qt.CAPTCHA_DATA_URL,{method:"POST",body:{state:e,redirect_uri:r},withCredentials:!1})]}))}))},t.prototype.getMiniProgramCode=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.GET_MINIPROGRAM_QRCODE,{method:"POST",body:t})]}))}))},t.prototype.getMiniProgramQrCodeStatus=function(t){return un(this,void 0,Promise,(function(){return ln(this,(function(e){return[2,this.config.request(Qt.GET_MINIPROGRAM_QRCODE_STATUS,{method:"POST",body:t})]}))}))},t.prototype.getUserBehaviorLog=function(t){return un(this,void 0,Promise,(function(){var e,n;return ln(this,(function(r){return e={LOGIN:"query[action]=USER_LOGIN",MODIFY:"ne_query[action]=USER_LOGIN"},n="".concat(Qt.GET_USER_BEHAVIOR_LOG,"?").concat(e[t.type],"&limit=").concat(t.limit).concat(t.page_token?"&page_token=".concat(t.page_token):""),[2,this.config.request(n,{method:"GET",withCredentials:!0})]}))}))},t.prototype.modifyPassword=function(t){return un(this,void 0,Promise,(function(){var e,n,r,o,i,s;return ln(this,(function(a){switch(a.label){case 0:return e="",n="",[4,hn(!0,this.config.adapter)];case 1:if(!(r=a.sent()))throw new Error("do not support encrypt, a encrypt util required.");a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(o=a.sent(),e=o.public_key,n=o.public_key_thumbprint,!e||!n)throw o;return[3,5];case 4:throw a.sent();case 5:return i=t.password?r.getEncryptInfo({publicKey:e,payload:t.password}):"",s=r.getEncryptInfo({publicKey:e,payload:t.new_password}),[2,this.config.request(Qt.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:{user_id:t.user_id,encrypt_password:i,encrypt_new_password:s,public_key_thumbprint:n}})]}}))}))},t.prototype.modifyPasswordWithoutLogin=function(t){return un(this,void 0,Promise,(function(){var e,n,r,o,i,s;return ln(this,(function(a){switch(a.label){case 0:return e="",n="",[4,hn(!0,this.config.adapter)];case 1:if(!(r=a.sent()))throw new Error("do not support encrypt, a encrypt util required.");a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(o=a.sent(),e=o.public_key,n=o.public_key_thumbprint,!e||!n)throw o;return[3,5];case 4:throw a.sent();case 5:return i=t.password?r.getEncryptInfo({publicKey:e,payload:t.password}):"",s=r.getEncryptInfo({publicKey:e,payload:t.new_password}),[2,this.config.request(Xt.AUTH_RESET_PASSWORD,{method:"POST",body:{username:t.username,password:i,new_password:s,public_key_thumbprint:n}})]}}))}))},t.prototype.restoreUrlState=function(t,e){if(void 0!==t)try{var n=new URL(window.location.href);n.search=t,n.hash=e||"",window.history.replaceState(null,"",n.toString()),window.location.replace(n.toString())}catch(t){}},t}(),pn=function(){return pn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},pn.apply(this,arguments)},vn=function(){function t(t){var e=t.apiOrigin,n=t.apiPath,r=void 0===n?ne:n,o=t.clientId,i=t.env,s=t.storage,a=t.request,c=t.baseRequest,u=t.anonymousSignInFunc,l=t.wxCloud,h=t.adapter,d=t.onCredentialsError,f=t.headers,p=t.i18n,v=t.useWxCloud,y=t.eventBus,m=t.detectSessionInUrl,g=t.debug;if(this.detectSessionInUrl=null!=m&&m,this.oauth2client=new Me({apiOrigin:e,apiPath:r,clientId:o,env:i,storage:s,baseRequest:c||a,anonymousSignInFunc:u,wxCloud:l,onCredentialsError:d,headers:f||{},i18n:p,useWxCloud:v,eventBus:y,debug:g}),this.authApi=new fn(pn(pn({credentialsClient:this.oauth2client},t),{request:a?this.oauth2client.request.bind(this.oauth2client):void 0,adapter:h})),m)this.oauth2client.setGetInitialSession(this.authApi.getInitialSession.bind(this.authApi));else try{var b=new URL(window.location.href),w=b.searchParams.get("code"),_=b.searchParams.get("state"),I=JSON.parse(sessionStorage.getItem(_)||"null");w&&_&&(null==I?void 0:I.hash)&&(b.hash=I.hash,window.history.replaceState(null,"",b.toString()),window.location.replace(b.toString()))}catch(t){}}return t.prototype.initializeSession=function(t){this.detectSessionInUrl?(this.oauth2client.setOnInitialSessionObtained(t),this.oauth2client.initialize()):this.oauth2client.initialize(Promise.resolve({error:null}))},t}(),yn=l(794),mn=l(141),gn=l(6197),bn=l(8182),wn=function(){return wn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},wn.apply(this,arguments)},_n=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},In=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},En=function(){function t(t){var e,n;try{this.localStorage=(null==t?void 0:t.localStorage)||((null===(n=null===(e=null==t?void 0:t.adapter)||void 0===e?void 0:e.root)||void 0===n?void 0:n.globalThis)||globalThis).localStorage}catch(e){this.localStorage=(null==t?void 0:t.localStorage)||{}}}return t.prototype.getItem=function(t){return _n(this,void 0,Promise,(function(){return In(this,(function(e){return[2,this.localStorage.getItem(t)]}))}))},t.prototype.removeItem=function(t){return _n(this,void 0,void 0,(function(){return In(this,(function(e){return this.localStorage.removeItem(t),[2]}))}))},t.prototype.setItem=function(t,e){return _n(this,void 0,Promise,(function(){return In(this,(function(n){return this.localStorage.setItem(t,e),[2]}))}))},t.prototype.getItemSync=function(t){return this.localStorage.getItem(t)},t.prototype.setItemSync=function(t,e){this.localStorage.setItem(t,e)},t.prototype.removeItemSync=function(t){this.localStorage.removeItem(t)},t}(),Sn=/^[^:]+:\/\/[^/]+(\/[^?#]+)/,On=function(t,e){var n,r,o,i,s=null===(n=null==e?void 0:e.headers)||void 0===n?void 0:n["x-request-id"];return t||(t={}),((null==t?void 0:t.code)||(null===(r=null==t?void 0:t.data)||void 0===r?void 0:r.error_code))&&(t={error:t.code||t.data.error,error_description:t.data.error_description||t.message||t.code||t.data.error_code,request_id:t.requestId,error_code:null===(o=t.data)||void 0===o?void 0:o.error_code}),(null==t?void 0:t.request_id)||(t.request_id=t.request_id||s),(null==t?void 0:t.error)?(t.error_uri=(i=null==e?void 0:e.url,Sn.test(i)?RegExp.$1:i),t):(null==t?void 0:t.data)||{}},Pn=function(t){return t.adapter&&"default"!==t.adapter.type?function(t,e){var n=wn({},t);try{if(!(null==t?void 0:t.storage)&&(null==e?void 0:e.localStorage)&&(n.storage=new En({localStorage:e.localStorage,adapter:e})),!t.captchaOptions&&(null==e?void 0:e.captchaOptions)&&(n.captchaOptions=e.captchaOptions),!t.baseRequest&&!t.request&&(null==e?void 0:e.reqClass)){var r={timeout:1e4,restrictedMethods:["get","post","upload","download","request"],auth:t.auth},o=new e.reqClass(r);n.baseRequest=function(t,e){var n,r,i,s,a;return _n(this,void 0,void 0,(function(){var c,u,l,h;return In(this,(function(d){switch(d.label){case 0:if(c={},u=(null===(n=e.method)||void 0===n?void 0:n.toLocaleLowerCase())||"post","function"!=typeof(l=null===(i=null===(r=null==o?void 0:o[u])||void 0===r?void 0:r.bind)||void 0===i?void 0:i.call(r,o)))throw new Error("invalid 【".concat(u,"】 request method"));d.label=1;case 1:return d.trys.push([1,3,,4]),(null===(s=e.headers)||void 0===s?void 0:s["content-type"])&&!(null===(a=e.headers)||void 0===a?void 0:a["content-type"].includes("application/json"))||["string","undefined"].includes(typeof e.body)||(e.data=e.data||e.body,e.body=JSON.stringify(e.body)),[4,l(wn({url:t},e))];case 2:return c=d.sent(),c=On(c,wn(wn({},e),{url:t})),[3,4];case 3:throw h=d.sent(),c=wn(wn({},null==h?void 0:h.data),h);case 4:if(null==c?void 0:c.error)throw c;return[2,c]}}))}))}}}catch(t){console.error("user adapter generate fail:",t)}return n}(t,t.adapter):function(t,e){var n=wn({},t),r={};if((null==e?void 0:e.captchaOptions)&&(n.captchaOptions=e.captchaOptions),!tt.default.isMatch()||t.storage&&t.baseRequest)return n;try{var o=tt.default.genAdapter({}),i=o.localStorage,s=o.reqClass;if(i&&(r.storage=new En({localStorage:i,adapter:e})),s){var a=new s({timeout:1e4,restrictedMethods:["get","post","upload","download","request"]});r.request=function(t){return function(e,n){return _n(this,void 0,void 0,(function(){return In(this,(function(r){return[2,new Promise((function(r,o){var i=Object.assign({},n);i.body&&"string"!=typeof i.body&&(i.body=JSON.stringify(i.body));var s=wx.request({url:e,data:i.body,timeout:t._timeout,method:i.method||"GET",header:i.headers,success:function(t){(t=On(t,wn(wn({},n),{url:e}))).error&&o(t),r(t)},fail:function(t){o({error:"unreachable",error_description:t.message})},complete:function(e){if(e&&e.errMsg&&t._timeout&&-1!==t._restrictedMethods.indexOf("request")&&"request:fail timeout"===e.errMsg){console.warn(t._timeoutMsg);try{s.abort()}catch(t){}}}})}))]}))}))}}(a)}return n.captchaOptions&&(r.baseRequest=r.request,r.request=void 0),wn(wn({},n),r)}catch(t){console.error("adapter generate fail:",t)}return n}(t,t.adapter)},Tn=function(){return Tn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Tn.apply(this,arguments)},An=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Rn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Cn=function(){function t(t){}return t.prototype.signInWithRedirect=function(){throw new Error("[v1 兼容] WeixinAuthProvider.signInWithRedirect() 在当前版本中无法实现。 建议使用 auth.signInWithOAuth({ provider: 'providerId' }) 替代。")},t.prototype.getRedirectResult=function(t){return An(this,void 0,Promise,(function(){return Rn(this,(function(t){throw new Error("[v1 兼容] WeixinAuthProvider.getRedirectResult() 在当前版本中无法实现。 建议使用 auth.verifyOAuth({ code, state, provider }) 替代。")}))}))},t.prototype.getLinkRedirectResult=function(t){return An(this,void 0,Promise,(function(){return Rn(this,(function(t){throw new Error("[v1 兼容] WeixinAuthProvider.getLinkRedirectResult() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")}))}))},t}(),Nn=function(){function t(t){this.authInstance=t.authInstance}return t.prototype.signIn=function(t){return An(this,void 0,Promise,(function(){return Rn(this,(function(e){switch(e.label){case 0:return[4,this.authInstance.signInWithCustomTicket((function(){return Promise.resolve(t)}))];case 1:return e.sent(),[2]}}))}))},t}(),xn=function(){function t(t){this.authInstance=t.authInstance}return t.prototype.signIn=function(){return An(this,void 0,Promise,(function(){return Rn(this,(function(t){switch(t.label){case 0:return[4,this.authInstance.signInAnonymously({})];case 1:return t.sent(),[2]}}))}))},t}(),Ln=function(){function t(){}return t.prototype.weixinAuthProvider=function(t){return new Cn({authInstance:this,appid:t.appid,scope:t.scope})},t.prototype.customAuthProvider=function(){return new Nn({authInstance:this})},t.prototype.anonymousAuthProvider=function(){return new xn({authInstance:this})},t.prototype.signUpWithEmailAndPassword=function(t,e){return An(this,void 0,Promise,(function(){return Rn(this,(function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof e&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signUp({email:t,password:e})];case 1:return[2,n.sent()]}}))}))},t.prototype.signInWithEmailAndPassword=function(t,e){return An(this,void 0,Promise,(function(){return Rn(this,(function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof e&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:t,password:e})];case 1:return n.sent(),[2,this.createLoginState()]}}))}))},t.prototype.sendPasswordResetEmail=function(t){return An(this,void 0,Promise,(function(){return Rn(this,(function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"email must be a string"),[4,this.getVerification({email:t})];case 1:return e.sent(),[2]}}))}))},t.prototype.signInWithUsernameAndPassword=function(t,e){return An(this,void 0,Promise,(function(){return Rn(this,(function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"username must be a string"),"string"!=typeof e&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:t,password:e})];case 1:return n.sent(),[2,this.createLoginState()]}}))}))},t.prototype.sendPhoneCode=function(t){return An(this,void 0,Promise,(function(){var e;return Rn(this,(function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),e=this.formatPhone(t),[4,this.getVerification({phone_number:e})];case 1:return n.sent(),[2,!0]}}))}))},t.prototype.signUpWithPhoneCode=function(t,e,n){return An(this,void 0,Promise,(function(){var r;return Rn(this,(function(o){switch(o.label){case 0:return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof e&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),r=this.formatPhone(t),[4,this.signUp(Tn({phone_number:r,verification_code:e},n?{password:n}:{}))];case 1:return o.sent(),[2,this.createLoginState()]}}))}))},t.prototype.signInWithPhoneCodeOrPassword=function(t){return An(this,void 0,Promise,(function(){var e,n,r,o;return Rn(this,(function(i){switch(i.label){case 0:return e=t.phoneNumber,n=t.phoneCode,r=t.password,"string"!=typeof e&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),o=this.formatPhone(e),r?[4,this.signIn({username:o,password:r})]:[3,2];case 1:return i.sent(),[3,5];case 2:return n?[4,this.signIn({username:o,verification_token:n})]:[3,4];case 3:return i.sent(),[3,5];case 4:(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"phoneCode or password must be provided"),i.label=5;case 5:return[2,this.createLoginState()]}}))}))},t.prototype.forceResetPwdByPhoneCode=function(t){return An(this,void 0,Promise,(function(){var e,n,r,o;return Rn(this,(function(i){switch(i.label){case 0:return e=t.phoneNumber,n=t.phoneCode,r=t.password,"string"!=typeof e&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof n&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),"string"!=typeof r&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"password must be a string"),o=this.formatPhone(e),[4,this.resetPassword({phone_number:o,new_password:r,verification_token:n})];case 1:return i.sent(),[4,this.signIn({username:o,password:r})];case 2:return i.sent(),[2,this.createLoginState()]}}))}))},t.prototype.shouldRefreshAccessToken=function(t){throw new Error("[v1 兼容] shouldRefreshAccessToken() 在当前版本中无法实现。 建议使用 auth.onAuthStateChange(callback) 来监听 TOKEN_REFRESHED 事件替代。")},t.prototype.onLoginStateExpired=function(t){var e=this;this.onLoginStateChanged((function(n){(null==n?void 0:n.eventType)===oe&&t.call(e)}))},t.prototype.onAccessTokenRefreshed=function(t){var e=this;this.onAuthStateChange((function(n){n===ae&&t.call(e)}))},t.prototype.onAnonymousConverted=function(t){var e=this;this.onAuthStateChange((function(n){n===se&&t.call(e)}))},t.prototype.onLoginTypeChanged=function(t){var e=this;this.onAuthStateChange((function(n){n!==se&&n!==ie||t.call(e)}))},t}(),Un=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Dn=function(){return Dn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Dn.apply(this,arguments)},kn=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},jn=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},qn=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Mn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Wn=function(){return"undefined"!=typeof window&&"undefined"!=typeof document},Fn=function(t){return function(e){t.fire(le,Dn(Dn({},e),{eventType:oe}))}},Bn=function(){function e(t){var e=t.cache,n=t.oauthInstance;this.cache=e,this.oauthInstance=n,this.setUserInfo()}var n,r,o;return e.prototype.checkLocalInfo=function(){return qn(this,void 0,void 0,(function(){return Mn(this,(function(t){return this.uid=this.getLocalUserInfo("uid"),this.gender=this.getLocalUserInfo("gender"),this.picture=this.getLocalUserInfo("picture"),this.email=this.getLocalUserInfo("email"),this.emailVerified=this.getLocalUserInfo("email_verified"),this.phoneNumber=this.getLocalUserInfo("phone_number"),this.username=this.getLocalUserInfo("username"),this.name=this.getLocalUserInfo("name"),this.birthdate=this.getLocalUserInfo("birthdate"),this.zoneinfo=this.getLocalUserInfo("zoneinfo"),this.locale=this.getLocalUserInfo("locale"),this.sub=this.getLocalUserInfo("sub"),this.createdFrom=this.getLocalUserInfo("created_from"),this.providers=this.getLocalUserInfo("providers"),[2]}))}))},e.prototype.checkLocalInfoAsync=function(){return qn(this,void 0,void 0,(function(){var t,e,n,r;return Mn(this,(function(o){switch(o.label){case 0:return t=this,[4,this.getLocalUserInfoAsync("uid")];case 1:return t.uid=o.sent(),e=this,[4,this.getLocalUserInfoAsync("gender")];case 2:return e.gender=o.sent(),this.picture=this.getLocalUserInfo("picture"),n=this,[4,this.getLocalUserInfoAsync("email")];case 3:return n.email=o.sent(),this.emailVerified=this.getLocalUserInfo("email_verified"),this.phoneNumber=this.getLocalUserInfo("phone_number"),r=this,[4,this.getLocalUserInfoAsync("username")];case 4:return r.username=o.sent(),this.name=this.getLocalUserInfo("name"),this.birthdate=this.getLocalUserInfo("birthdate"),this.zoneinfo=this.getLocalUserInfo("zoneinfo"),this.locale=this.getLocalUserInfo("locale"),this.sub=this.getLocalUserInfo("sub"),this.createdFrom=this.getLocalUserInfo("created_from"),this.providers=this.getLocalUserInfo("providers"),[2]}}))}))},e.prototype.update=function(t){return qn(this,void 0,Promise,(function(){var e;return Mn(this,(function(n){switch(n.label){case 0:return[4,this.oauthInstance.authApi.setUserProfile(Dn({},t))];case 1:return e=n.sent(),this.setLocalUserInfo(e),[2]}}))}))},e.prototype.updateUserBasicInfo=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.updateUserBasicInfo(Dn({},t))];case 1:return e.sent(),[4,this.refresh()];case 2:return e.sent(),[2]}}))}))},e.prototype.updatePassword=function(t,e){return this.oauthInstance.authApi.updatePasswordByOld({old_password:e,new_password:t})},e.prototype.updateUsername=function(t){return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"username must be a string"),this.update({username:t})},e.prototype.refresh=function(t){return qn(this,void 0,Promise,(function(){var e;return Mn(this,(function(n){switch(n.label){case 0:return[4,this.oauthInstance.authApi.getUserInfo(t)];case 1:if("INVALID_ACCESS_TOKEN"===(e=n.sent()).code)throw this.setLocalUserInfo({}),e;return this.setLocalUserInfo(e),[2,e]}}))}))},e.prototype.getLocalUserInfo=function(t){var e=this.cache.keys.userInfoKey,n=this.cache.getStore(e);return t?n[t]:n||{}},e.prototype.setLocalUserInfo=function(t){var e=this.cache.keys.userInfoKey;this.cache.setStore(e,t),this.setUserInfo()},e.prototype.getLocalUserInfoAsync=function(t){return qn(this,void 0,Promise,(function(){var e;return Mn(this,(function(n){switch(n.label){case 0:return e=this.cache.keys.userInfoKey,[4,this.cache.getStoreAsync(e)];case 1:return[2,n.sent()[t]]}}))}))},e.prototype.setUserInfo=function(){var t=this,e=this.cache.keys.userInfoKey,n=this.cache.getStore(e);["uid","email","name","gender","picture","email_verified","phone_number","birthdate","zoneinfo","locale","sub","created_from","providers","username","created_at","open_id"].forEach((function(e){t[e]=n[e]}))},kn([(0,mn.catchErrorsDecorator)({title:"更新用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.update() 的语法或参数是否正确"," 2 - 用户信息中是否包含非法值","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",["function"==typeof(n=void 0!==t&&t.UserProfile)?n:Object]),jn("design:returntype","function"==typeof(r="undefined"!=typeof Promise&&Promise)?r:Object)],e.prototype,"update",null),kn([(0,mn.catchErrorsDecorator)({title:"更新密码失败",messages:["请确认以下各项:"," 1 - 调用 User.updatePassword() 的语法或参数是否正确"," 3 - 新密码中是否包含非法字符","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[String,String]),jn("design:returntype",void 0)],e.prototype,"updatePassword",null),kn([(0,mn.catchErrorsDecorator)({title:"更新用户名失败",messages:["请确认以下各项:"," 1 - 调用 User.updateUsername() 的语法或参数是否正确"," 2 - 当前环境是否开通了用户名密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[String]),jn("design:returntype",void 0)],e.prototype,"updateUsername",null),kn([(0,mn.catchErrorsDecorator)({title:"刷新本地用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.refresh() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[Object]),jn("design:returntype","function"==typeof(o="undefined"!=typeof Promise&&Promise)?o:Object)],e.prototype,"refresh",null),e}();(dn=Bn).prototype.linkWithTicket=function(t){return An(this,void 0,Promise,(function(){return Rn(this,(function(t){throw new Error("[v1 兼容] User.linkWithTicket() 在当前版本中无法实现。 建议使用 auth.signInWithCustomTicket(() => Promise.resolve(ticket)) 替代。")}))}))},dn.prototype.linkWithRedirect=function(t){throw new Error("[v1 兼容] User.linkWithRedirect() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")},dn.prototype.updateEmail=function(t,e){return An(this,void 0,Promise,(function(){return Rn(this,(function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"newEmail must be a string"),[4,this.updateUserBasicInfo({email:t})];case 1:return e.sent(),[2]}}))}))},dn.prototype.linkWithPhoneNumber=function(t,e){return An(this,void 0,Promise,(function(){return Rn(this,(function(t){throw new Error("[v1 兼容] User.linkWithPhoneNumber() 在当前版本中无法实现。 建议使用 auth.bindPhoneNumber({ phone_number, verification_token, sudo_token }) 替代。")}))}))},dn.prototype.updatePhoneNumber=function(t,e){return An(this,void 0,Promise,(function(){return Rn(this,(function(t){throw new Error("[v1 兼容] User.updatePhoneNumber() 在当前版本中无法实现。 建议使用 auth.updateUser({ phone: newPhoneNumber }) 替代。")}))}))},dn.prototype.unlink=function(t){return An(this,void 0,Promise,(function(){return Rn(this,(function(t){throw new Error("[v1 兼容] User.unlink() 在当前版本中无法实现。 建议使用 auth.unlinkIdentity({ provider: loginType }) 替代。")}))}))};var Vn=function(){function t(t){var e=t.envId,n=t.cache,r=t.oauthInstance;e||(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"envId is not defined"),this.cache=n,this.oauthInstance=r,this.user=new Bn({cache:this.cache,oauthInstance:r})}return t.prototype.checkLocalState=function(){var t;this.oauthLoginState=null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.hasLoginStateSync(),this.user.checkLocalInfo()},t.prototype.checkLocalStateAsync=function(){var t;return qn(this,void 0,void 0,(function(){return Mn(this,(function(e){switch(e.label){case 0:return[4,null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.getLoginState()];case 1:return e.sent(),[4,this.user.checkLocalInfoAsync()];case 2:return e.sent(),[2]}}))}))},t}(),Gn=function(e){function n(t){var n=e.call(this)||this;return n.listeners=new Map,n.hasListenerSetUp=!1,n.config=t,n.oauthInstance=t.oauthInstance,n.cache=t.cache,n.init(),n.setAccessKey(),n}var r,o,i,s,a,c,u,l,h,d,f,p,v,y,m,g,b,w,_,I;return Un(n,e),n.prototype.signInAnonymously=function(t){return qn(this,void 0,Promise,(function(){var e,n,r,o,i;return Mn(this,(function(s){switch(s.label){case 0:return s.trys.push([0,4,,5]),[4,this.oauthInstance.authApi.signInAnonymously(t)];case 1:return s.sent(),[4,this.createLoginState()];case 2:return e=s.sent(),[4,this.getSession()];case 3:return n=s.sent().data,r=(void 0===n?{}:n).session,[2,Dn(Dn({},e),{data:{user:r.user,session:r},error:null})];case 4:return o=s.sent(),(i=new an(o,{method:"signInAnonymously"})).category===nn.PROVIDER_NOT_ENABLED?(console.error(i.helpMessage),console.error("[CloudBase Auth] 提示:匿名登录需要在控制台开启「匿名登录」。\n 如果您需要使用用户名密码登录,请改用 auth.signInWithPassword({ username, password })。\n 不要在匿名登录失败后自动回退到密码登录,这两种方式的使用场景不同。")):(console.warn("[CloudBase Auth] signInAnonymously 失败 [".concat(i.category,"]: ").concat(i.message)),i.loginMethodHint&&console.warn(i.loginMethodHint)),[2,{data:{},error:i}];case 5:return[2]}}))}))},n.prototype.signUp=function(t){return qn(this,void 0,Promise,(function(){var e,n,r=this;return Mn(this,(function(o){switch(o.label){case 0:return t.phone_number||t.verification_code||t.verification_token||t.provider_token?(t.phone_number&&(t.phone_number=this.formatPhone(t.phone_number)),[4,this.oauthInstance.authApi.signUp(t)]):[3,2];case 1:return o.sent(),[2,this.createLoginState()];case 2:return o.trys.push([2,4,,5]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(t.email?{email:t.email}:{phone_number:this.formatPhone(t.phone)})];case 3:return e=o.sent(),[2,{data:{verifyOtp:function(n){var o=n.token,i=n.messageId,s=void 0===i?e.verification_id:i;return qn(r,void 0,Promise,(function(){var n,r,i,a,c;return Mn(this,(function(u){switch(u.label){case 0:return u.trys.push([0,8,,9]),[4,this.verify({verification_id:s||e.verification_id,verification_code:String(o)})];case 1:return n=u.sent(),e.is_user?[4,this.signIn({username:t.email||this.formatPhone(t.phone),verification_token:n.verification_token})]:[3,3];case 2:return u.sent(),[3,6];case 3:return delete(r=JSON.parse(JSON.stringify(t))).email,delete r.phone,[4,this.oauthInstance.authApi.signUp(Dn(Dn(Dn({},r),t.email?{email:t.email}:{phone_number:this.formatPhone(t.phone)}),{verification_token:n.verification_token,verification_code:o}))];case 4:return u.sent(),[4,this.createLoginState()];case 5:u.sent(),u.label=6;case 6:return[4,this.getSession()];case 7:return i=u.sent().data,[2,{data:{user:(a=(void 0===i?{}:i).session).user,session:a},error:null}];case 8:return c=u.sent(),[2,{data:{},error:new an(c,{method:"signUp"})}];case 9:return[2]}}))}))}},error:null}];case 4:return n=o.sent(),[2,{data:{},error:new an(n,{method:"signUp"})}];case 5:return[2]}}))}))},n.prototype.signOut=function(t){var e,n;return qn(this,void 0,Promise,(function(){var r,o,i;return Mn(this,(function(s){switch(s.label){case 0:return s.trys.push([0,3,,4]),r=this.cache.keys.userInfoKey,[4,this.oauthInstance.authApi.signOut(t)];case 1:return o=s.sent(),[4,this.cache.removeStoreAsync(r)];case 2:return s.sent(),this.setAccessKey(),null===(e=this.config.eventBus)||void 0===e||e.fire(le,{eventType:"sign_out"}),null===(n=this.config.eventBus)||void 0===n||n.fire(he,{event:ie}),[2,Dn(Dn({},o),{data:{},error:null})];case 3:return i=s.sent(),[2,{data:{},error:new an(i,{method:"signOut"})}];case 4:return[2]}}))}))},n.prototype.onAuthStateChange=function(t){var e=this;this.hasListenerSetUp||(this.setupListeners(),this.hasListenerSetUp=!0);var n=Math.random().toString(36);return this.listeners.has(n)||this.listeners.set(n,new Set),this.listeners.get(n).add(t),{data:{subscription:{id:n,callback:t,unsubscribe:function(){var r=e.listeners.get(n);r&&(r.delete(t),0===r.size&&e.listeners.delete(n))}}}}},n.prototype.signInWithPassword=function(t){return qn(this,void 0,Promise,(function(){var e,n,r,o;return Mn(this,(function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),this.validateAtLeastOne(t,[["username"],["email"],["phone"]],"You must provide either username, email, or phone"),this.validateParams(t,{password:{required:!0,message:"Password is required"}}),[4,this.signIn(Dn({username:t.username||t.email||this.formatPhone(t.phone),password:t.password},t.is_encrypt?{isEncrypt:!0,version:"v2"}:{}))];case 1:return i.sent(),[4,this.getSession()];case 2:return e=i.sent().data,[2,{data:{user:(n=(void 0===e?{}:e).session).user,session:n},error:null}];case 3:return r=i.sent(),(o=new an(r,{method:"signInWithPassword"})).category===nn.PROVIDER_NOT_ENABLED?console.error(o.helpMessage):o.category===nn.INVALID_CREDENTIALS||o.category===nn.USER_NOT_FOUND?console.warn(o.helpMessage):console.warn("[CloudBase Auth] signInWithPassword 失败 [".concat(o.category,"]: ").concat(o.message)),o.loginMethodHint&&console.info(o.loginMethodHint),[2,{data:{},error:o}];case 4:return[2]}}))}))},n.prototype.signInWithIdToken=function(t){return qn(this,void 0,Promise,(function(){var e,n,r;return Mn(this,(function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),this.validateParams(t,{token:{required:!0,message:"Token is required"}}),[4,this.signInWithProvider({provider_token:t.token})];case 1:return o.sent(),[4,this.getSession()];case 2:return e=o.sent().data,[2,{data:{user:(n=(void 0===e?{}:e).session).user,session:n},error:null}];case 3:return r=o.sent(),[2,{data:{},error:new an(r,{method:"signInWithIdToken"})}];case 4:return[2]}}))}))},n.prototype.signInWithOtp=function(t){var e,n,r,o;return qn(this,void 0,Promise,(function(){var i,s,a=this;return Mn(this,(function(c){switch(c.label){case 0:if(!(null===(e=t.options)||void 0===e?void 0:e.emailRedirectTo)&&(void 0===(null===(n=t.options)||void 0===n?void 0:n.shouldCreateUser)||(null===(r=t.options)||void 0===r?void 0:r.shouldCreateUser)))return[2,this.signUp({email:t.email,phone:t.phone})];c.label=1;case 1:return c.trys.push([1,3,,4]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(Dn({email_redirect_to:null===(o=t.options)||void 0===o?void 0:o.emailRedirectTo},t.email?{email:t.email}:{phone_number:this.formatPhone(t.phone)}))];case 2:return i=c.sent(),[2,{data:{user:null,session:null,verifyOtp:function(e){var n=e.token,r=e.messageId,o=void 0===r?i.verification_id:r;return qn(a,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.verifyOtp({email:t.email,phone:t.phone,token:String(n),messageId:o})]}))}))}},error:null}];case 3:return s=c.sent(),[2,{data:{},error:new an(s,{method:"signInWithOtp"})}];case 4:return[2]}}))}))},n.prototype.verifyOAuth=function(t){return qn(this,void 0,Promise,(function(){var e,n,r,o,i,s,a,c,u;return Mn(this,(function(l){switch(l.label){case 0:e={},l.label=1;case 1:return l.trys.push([1,7,,8]),n=(null==t?void 0:t.code)||E("code"),r=(null==t?void 0:t.state)||E("state"),n?r?(o=function(t){try{return JSON.parse(sessionStorage.getItem(t))}catch(t){return console.error("Failed to get browser session:",t),null}}(r),e.type=null==o?void 0:o.type,(i=(null==t?void 0:t.provider)||(null==o?void 0:o.provider)||E("provider"))?[4,this.grantProviderToken({provider_id:i,provider_redirect_uri:location.origin+location.pathname,provider_code:n})]:[2,{data:e,error:new an({message:"Provider is required"})}]):[2,{data:{},error:new an({message:"State is required"})}]:[2,{data:{},error:new an({message:"Code is required"})}];case 2:return s=l.sent().provider_token,a=void 0,o.type!==fe?[3,4]:[4,this.oauthInstance.authApi.toBindIdentity({provider_token:s,provider:i,fireEvent:!0})];case 3:return a=l.sent(),[3,6];case 4:return[4,this.signInWithIdToken({token:s})];case 5:(a=l.sent()).data=Dn(Dn({},e),a.data),l.label=6;case 6:return(c=new URLSearchParams(null===location||void 0===location?void 0:location.search)).delete("code"),c.delete("state"),a.data.redirectUrl=function(t,e){if(void 0!==t){var n=new URL(window.location.href);return n.search=t,n.hash=e||n.hash,window.history.replaceState({},"",n.href),n.href}}(void 0===(null==o?void 0:o.search)?"?".concat(c.toString()):null==o?void 0:o.search,(null==o?void 0:o.hash)||location.hash),function(t){try{return sessionStorage.removeItem(t),!0}catch(t){return console.error("Failed to remove browser session:",t),null}}(r),[2,a];case 7:return u=l.sent(),[2,{data:e,error:new an(u,{method:"verifyOAuth"})}];case 8:return[2]}}))}))},n.prototype.signInWithOAuth=function(t){var e,n,r,o,i;return qn(this,void 0,Promise,(function(){var s,a,c,u,l,h,d,f,p;return Mn(this,(function(v){switch(v.label){case 0:return v.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),s=(null===(e=t.options)||void 0===e?void 0:e.redirectTo)||location.href,a=new URL(s),c=a.origin+a.pathname,u=(null===(n=t.options)||void 0===n?void 0:n.state)||"prd-".concat(t.provider,"-").concat(Math.random().toString(36).slice(2)),[4,this.genProviderRedirectUri({provider_id:t.provider,provider_redirect_uri:c,state:u})];case 1:return l=v.sent().uri,h=decodeURIComponent(l),d=h,(null===(r=t.options)||void 0===r?void 0:r.queryParams)&&(f=new URL(h),Object.entries(t.options.queryParams).forEach((function(t){var e=t[0],n=t[1];f.searchParams.set(e,n)})),d=f.toString()),function(t,e){try{sessionStorage.setItem(t,JSON.stringify(e))}catch(t){console.error("Failed to save to browser session:",t)}}(u,{provider:t.provider,search:a.search,hash:a.hash,type:(null===(o=t.options)||void 0===o?void 0:o.type)||de}),Wn()&&!(null===(i=t.options)||void 0===i?void 0:i.skipBrowserRedirect)&&window.location.assign(d),[2,{data:{url:d,provider:t.provider},error:null}];case 2:return p=v.sent(),[2,{data:{},error:new an(p,{method:"signInWithOAuth"})}];case 3:return[2]}}))}))},n.prototype.getClaims=function(){return qn(this,void 0,Promise,(function(){var t;return Mn(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,this.getAccessToken()];case 1:return[2,{data:function(t){if("string"!=typeof t)throw new Error("Invalid token specified");try{var e=t.split(".").map((function(t,e){return 2===e?t:JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw new Error("Illegal base64url string!")}try{return function(t){return decodeURIComponent(Ee(t).replace(/(.)/g,(function(t){var e=t.charCodeAt(0).toString(16).toUpperCase();return e.length<2&&(e="0".concat(e)),"%".concat(e)})))}(e)}catch(t){return Ee(e)}}(t))}));return{claims:e[1],header:e[0],signature:e[2]}}catch(t){throw new Error("Invalid token specified: ".concat(t)?t.message:0)}}(e.sent().accessToken),error:null}];case 2:return t=e.sent(),[2,{data:{},error:new an(t,{method:"getClaims"})}];case 3:return[2]}}))}))},n.prototype.resetPasswordForEmail=function(t,e){return qn(this,void 0,Promise,(function(){var n,r,o,i,s,a,c=this;return Mn(this,(function(u){switch(u.label){case 0:return u.trys.push([0,2,,3]),this.validateParams({emailOrPhone:t},{emailOrPhone:{required:!0,message:"Email or phone is required"}}),n=(e||{}).redirectTo,r=t.includes("@"),o=void 0,r?o={email:t}:(i=this.formatPhone(t),o={phone_number:i}),[4,this.getVerification(o)];case 1:return s=u.sent(),[2,{data:{updateUser:function(e){return qn(c,void 0,Promise,(function(){var o,i,a,c;return Mn(this,(function(u){switch(u.label){case 0:this.validateParams(e,{nonce:{required:!0,message:"Nonce is required"},password:{required:!0,message:"Password is required"}}),u.label=1;case 1:return u.trys.push([1,5,,6]),[4,this.verify({verification_id:s.verification_id,verification_code:e.nonce})];case 2:return o=u.sent(),[4,this.oauthInstance.authApi.resetPassword({email:r?t:void 0,phone_number:r?void 0:t,new_password:e.password,verification_token:o.verification_token})];case 3:return u.sent(),null===(c=this.config.eventBus)||void 0===c||c.fire(he,{event:"PASSWORD_RECOVERY"}),[4,this.signInWithPassword({email:r?t:void 0,phone:r?void 0:t,password:e.password})];case 4:return i=u.sent(),n&&Wn()&&window.location.assign(n),[2,i];case 5:return a=u.sent(),[2,{data:{},error:new an(a,{method:"resetPasswordForEmail"})}];case 6:return[2]}}))}))}},error:null}];case 2:return a=u.sent(),[2,{data:{},error:new an(a,{method:"resetPasswordForEmail"})}];case 3:return[2]}}))}))},n.prototype.resetPasswordForOld=function(t){return qn(this,void 0,void 0,(function(){var e,n,r;return Mn(this,(function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.authApi.updatePasswordByOld({old_password:t.old_password,new_password:t.new_password})];case 1:return o.sent(),[4,this.getSession()];case 2:return e=o.sent().data,[2,{data:{user:(n=(void 0===e?{}:e).session).user,session:n},error:null}];case 3:return r=o.sent(),[2,{data:{},error:new an(r,{method:"resetPasswordForOld"})}];case 4:return[2]}}))}))},n.prototype.verifyOtp=function(t){return qn(this,void 0,Promise,(function(){var e,n,r,o,i;return Mn(this,(function(s){switch(s.label){case 0:return s.trys.push([0,6,,7]),e=t.type,n=String(t.token),this.validateParams(t,{token:{required:!0,message:"Token is required"},messageId:{required:!0,message:"messageId is required"}}),["phone_change","email_change"].includes(e)?[4,this.verify({verification_id:t.messageId,verification_code:n})]:[3,2];case 1:return s.sent(),[3,4];case 2:return[4,this.signInWithUsername({verificationInfo:{verification_id:t.messageId,is_user:!0},verificationCode:n,username:t.email||this.formatPhone(t.phone)||"",loginType:t.email?"email":"phone"})];case 3:s.sent(),s.label=4;case 4:return[4,this.getSession()];case 5:return r=s.sent().data,[2,{data:{user:(o=(void 0===r?{}:r).session).user,session:o},error:null}];case 6:return i=s.sent(),[2,{data:{},error:new an(i,{method:"verifyOtp"})}];case 7:return[2]}}))}))},n.prototype.getSession=function(){return qn(this,void 0,Promise,(function(){var t,e,n,r;return Mn(this,(function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.oauth2client.getCredentials()];case 1:return(t=o.sent())&&"accessKey"!==t.scope?[4,this.getUser(!1)]:[2,{data:{session:null},error:null}];case 2:return e=o.sent().data,n=(void 0===e?{}:e).user,[2,{data:{session:Dn(Dn({},t),{user:n}),user:n},error:null}];case 3:return r=o.sent(),[2,{data:{},error:new an(r,{method:"getSession"})}];case 4:return[2]}}))}))},n.prototype.refreshSession=function(t){return qn(this,void 0,Promise,(function(){var e,n,r,o,i;return Mn(this,(function(s){switch(s.label){case 0:return s.trys.push([0,4,,5]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return(e=s.sent()).refresh_token=t||e.refresh_token,[4,this.oauthInstance.oauth2client.refreshToken(e)];case 2:return n=s.sent(),[4,this.getUser(!1)];case 3:return r=s.sent().data,[2,{data:{user:o=(void 0===r?{}:r).user,session:Dn(Dn({},n),{user:o})},error:null}];case 4:return i=s.sent(),[2,{data:{},error:new an(i,{method:"refreshSession"})}];case 5:return[2]}}))}))},n.prototype.getUser=function(t){return void 0===t&&(t=!0),qn(this,void 0,Promise,(function(){var e,n;return Mn(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),e=this.convertToUser,[4,this.getCurrentUser(t)];case 1:return[2,{data:{user:e.apply(this,[r.sent()])},error:null}];case 2:return n=r.sent(),[2,{data:{},error:new an(n,{method:"getUser"})}];case 3:return[2]}}))}))},n.prototype.refreshUser=function(){return qn(this,void 0,Promise,(function(){var t,e,n;return Mn(this,(function(r){switch(r.label){case 0:return r.trys.push([0,3,,4]),[4,this.currentUser.refresh()];case 1:return r.sent(),[4,this.getSession()];case 2:return t=r.sent().data,[2,{data:{user:(e=(void 0===t?{}:t).session).user,session:e},error:null}];case 3:return n=r.sent(),[2,{data:{},error:new an(n,{method:"refreshUser"})}];case 4:return[2]}}))}))},n.prototype.updateUser=function(t){var e;return qn(this,void 0,Promise,(function(){var n,r,o,i,s,a,c,u,l,h,d,f,p,v=this;return Mn(this,(function(y){switch(y.label){case 0:if(y.trys.push([0,8,,9]),n=Object.keys(t).some((function(e){return void 0!==t[e]&&null!==t[e]&&""!==t[e]})),!n)throw new an({message:"At least one field must be provided for update"});return r=t.email,o=t.phone,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["email","phone"]),a=void 0!==o,c={},(s=void 0!==r)||a?(u=void 0,s?(u={email:t.email},l="email_change"):(h=this.formatPhone(t.phone),u={phone_number:h},l="phone_change"),[4,this.getVerification(u)]):[3,4];case 1:return d=y.sent(),Object.keys(i).length>0?[4,this.updateUserBasicInfo(i)]:[3,3];case 2:y.sent(),y.label=3;case 3:return c={messageId:d.verification_id,verifyOtp:function(e){return qn(v,void 0,Promise,(function(){var n,r,o;return Mn(this,(function(i){switch(i.label){case 0:return i.trys.push([0,11,,12]),e.email&&t.email===e.email?[4,this.verifyOtp({type:"email_change",email:t.email,token:e.token,messageId:d.verification_id})]:[3,3];case 1:return i.sent(),[4,this.updateUserBasicInfo({email:t.email})];case 2:return i.sent(),[3,9];case 3:return e.phone&&t.phone===e.phone?[4,this.verifyOtp({type:"phone_change",phone:t.phone,token:e.token,messageId:d.verification_id})]:[3,6];case 4:return i.sent(),[4,this.updateUserBasicInfo({phone:this.formatPhone(t.phone)})];case 5:return i.sent(),[3,9];case 6:return[4,this.verifyOtp({type:l,email:s?t.email:void 0,phone:s?void 0:t.phone,token:e.token,messageId:d.verification_id})];case 7:return i.sent(),[4,this.updateUserBasicInfo(t)];case 8:i.sent(),i.label=9;case 9:return[4,this.getUser(!1)];case 10:return n=i.sent().data.user,null===(o=this.config.eventBus)||void 0===o||o.fire(he,{event:ce}),[2,{data:{user:n},error:null}];case 11:return r=i.sent(),[2,{data:{},error:new an(r,{method:"updateUser"})}];case 12:return[2]}}))}))}},[3,6];case 4:return[4,this.updateUserBasicInfo(t)];case 5:y.sent(),y.label=6;case 6:return[4,this.getUser(!1)];case 7:return f=y.sent().data.user,null===(e=this.config.eventBus)||void 0===e||e.fire(he,{event:ce}),[2,{data:Dn({user:f},c),error:null}];case 8:return p=y.sent(),[2,{data:{},error:new an(p,{method:"updateUser"})}];case 9:return[2]}}))}))},n.prototype.getUserIdentities=function(){var t;return qn(this,void 0,Promise,(function(){var e,n;return Mn(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,this.oauthInstance.authApi.getProviders()];case 1:return e=r.sent(),[2,{data:{identities:null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.filter((function(t){return!!t.bind}))},error:null}];case 2:return n=r.sent(),[2,{data:{},error:new an(n,{method:"getUserIdentities"})}];case 3:return[2]}}))}))},n.prototype.linkIdentity=function(t){return qn(this,void 0,Promise,(function(){var e;return Mn(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),[4,this.signInWithOAuth({provider:t.provider,options:{type:fe}})];case 1:return n.sent(),[2,{data:{provider:t.provider},error:null}];case 2:return e=n.sent(),[2,{data:{},error:new an(e,{method:"linkIdentity"})}];case 3:return[2]}}))}))},n.prototype.unlinkIdentity=function(t){return qn(this,void 0,Promise,(function(){var e;return Mn(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),[4,this.oauthInstance.authApi.unbindProvider({provider_id:t.provider})];case 1:return n.sent(),[2,{data:{},error:null}];case 2:return e=n.sent(),[2,{data:{},error:new an(e,{method:"unlinkIdentity"})}];case 3:return[2]}}))}))},n.prototype.reauthenticate=function(){return qn(this,void 0,Promise,(function(){var t,e,n,r,o=this;return Mn(this,(function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),[4,this.getUser(!1)];case 1:return t=i.sent().data.user,this.validateAtLeastOne(t,[["email","phone"]],"You must provide either an email or phone number"),e=t.email?{email:t.email}:{phone_number:this.formatPhone(t.phone)},[4,this.getVerification(e)];case 2:return n=i.sent(),[2,{data:{updateUser:function(t){return qn(o,void 0,Promise,(function(){var r,o,i,s,a;return Mn(this,(function(c){switch(c.label){case 0:this.validateParams(t,{nonce:{required:!0,message:"Nonce is required"}}),c.label=1;case 1:return c.trys.push([1,9,,10]),t.password?[4,this.verify({verification_id:n.verification_id,verification_code:t.nonce})]:[3,5];case 2:return r=c.sent(),[4,this.oauthInstance.authApi.sudo({verification_token:r.verification_token})];case 3:return o=c.sent(),[4,this.oauthInstance.authApi.setPassword({new_password:t.password,sudo_token:o.sudo_token})];case 4:return c.sent(),[3,7];case 5:return[4,this.signInWithUsername(Dn(Dn({verificationInfo:n,verificationCode:t.nonce},e),{loginType:e.email?"email":"phone"}))];case 6:c.sent(),c.label=7;case 7:return[4,this.getSession()];case 8:return i=c.sent().data,[2,{data:{user:(s=(void 0===i?{}:i).session).user,session:s},error:null}];case 9:return a=c.sent(),[2,{data:{},error:new an(a,{method:"reauthenticate"})}];case 10:return[2]}}))}))}},error:null}];case 3:return r=i.sent(),[2,{data:{},error:new an(r,{method:"reauthenticate"})}];case 4:return[2]}}))}))},n.prototype.resend=function(t){return qn(this,void 0,Promise,(function(){var e,n,r;return Mn(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),e="signup"===t.type?"ANY":"USER",n={target:e},"email"in t&&(n.email=t.email),"phone"in t&&(n.phone_number=this.formatPhone(t.phone)),[4,this.oauthInstance.authApi.getVerification(n)];case 1:return[2,{data:{messageId:o.sent().verification_id},error:null}];case 2:return r=o.sent(),[2,{data:{},error:new an(r,{method:"resend"})}];case 3:return[2]}}))}))},n.prototype.setSession=function(t){var e;return qn(this,void 0,Promise,(function(){var n,r,o;return Mn(this,(function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),this.validateParams(t,{access_token:{required:!0,message:"Access token is required"},refresh_token:{required:!0,message:"Refresh token is required"}}),[4,this.oauthInstance.oauth2client.refreshToken(t,{throwError:!0})];case 1:return i.sent(),[4,this.getSession()];case 2:return n=i.sent().data,r=(void 0===n?{}:n).session,null===(e=this.config.eventBus)||void 0===e||e.fire(he,{event:se}),[2,{data:{user:r.user,session:r},error:null}];case 3:return o=i.sent(),[2,{data:{},error:new an(o,{method:"setSession"})}];case 4:return[2]}}))}))},n.prototype.exchangeCodeForSession=function(){return qn(this,void 0,void 0,(function(){return Mn(this,(function(t){return[2]}))}))},n.prototype.deleteUser=function(t){return qn(this,void 0,Promise,(function(){var e,n;return Mn(this,(function(r){switch(r.label){case 0:return r.trys.push([0,3,,4]),this.validateParams(t,{password:{required:!0,message:"Password is required"}}),[4,this.oauthInstance.authApi.sudo(t)];case 1:return e=r.sent().sudo_token,[4,this.oauthInstance.authApi.deleteMe({sudo_token:e})];case 2:return r.sent(),[2,{data:{},error:null}];case 3:return n=r.sent(),[2,{data:{},error:new an(n,{method:"deleteUser"})}];case 4:return[2]}}))}))},n.prototype.toDefaultLoginPage=function(t){return void 0===t&&(t={}),qn(this,void 0,Promise,(function(){var e,n,r,o,i;return Mn(this,(function(s){try{return e=t.config_version||"env",n=Object.keys(t.query||{}).map((function(e){return"".concat(e,"=").concat(t.query[e])})).join("&"),tt.default.isMatch()?wx.navigateTo({url:"/packages/$wd_system/pages/login/index".concat(n?"?".concat(n):"")}):(r=t.redirect_uri||window.location.href,o=new URL(r),i="".concat(o.origin,"/__auth/?app_id=").concat(t.app_id||"","&env_id=").concat(this.config.env,"&client_id=").concat(this.config.clientId||this.config.env,"&config_version=").concat(e,"&redirect_uri=").concat(encodeURIComponent(r)).concat(n?"&".concat(n):""),window.location.href=i),[2,{data:{},error:null}]}catch(t){return[2,{data:{},error:new an(t,{method:"toDefaultLoginPage"})}]}return[2]}))}))},n.prototype.signInWithCustomTicket=function(t){return qn(this,void 0,Promise,(function(){var e,n,r,o;return Mn(this,(function(i){switch(i.label){case 0:t&&this.setCustomSignFunc(t),i.label=1;case 1:return i.trys.push([1,5,,6]),[4,this.oauthInstance.authApi.signInWithCustomTicket()];case 2:return i.sent(),[4,this.createLoginState()];case 3:return e=i.sent(),[4,this.getSession()];case 4:return n=i.sent().data,r=(void 0===n?{}:n).session,[2,Dn(Dn({},e),{data:{user:r.user,session:r},error:null})];case 5:return o=i.sent(),[2,{data:{},error:new an(o,{method:"signInWithCustomTicket"})}];case 6:return[2]}}))}))},n.prototype.signInWithOpenId=function(t){var e=(void 0===t?{}:t).useWxCloud,n=void 0===e||e;return qn(this,void 0,Promise,(function(){var t,e,r,o,i,s,a=this;return Mn(this,(function(c){switch(c.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");t=wx.getAccountInfoSync().miniProgram,e=function(e){return qn(a,void 0,void 0,(function(){var r,o;return Mn(this,(function(i){switch(i.label){case 0:r=void 0,o=void 0,i.label=1;case 1:return i.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:e,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}},n)];case 2:if((null==(r=i.sent())?void 0:r.error_code)||!r.provider_token)throw r;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:r.provider_token},n)];case 3:if(null==(o=i.sent())?void 0:o.error_code)throw o;return[3,5];case 4:throw i.sent();case 5:return[4,this.oauthInstance.oauth2client.setCredentials(o)];case 6:return i.sent(),[2]}}))}))},c.label=1;case 1:return c.trys.push([1,5,,6]),[4,new Promise((function(t,n){wx.login({success:function(r){return qn(a,void 0,void 0,(function(){var o;return Mn(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e(r.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return o=i.sent(),n(o),[3,3];case 3:return[2]}}))}))},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,n(e)}})}))];case 2:return c.sent(),[4,this.createLoginState()];case 3:return r=c.sent(),[4,this.getSession()];case 4:return o=c.sent().data,i=(void 0===o?{}:o).session,[2,Dn(Dn({},r),{data:{user:i.user,session:i},error:null})];case 5:return s=c.sent(),[2,{data:{},error:new an(s,{method:"signInWithOpenId"})}];case 6:return[2]}}))}))},n.prototype.signInWithPhoneAuth=function(t){var e=t.phoneCode,n=void 0===e?"":e,r=t.useWxCloud,o=void 0!==r&&r;return qn(this,void 0,Promise,(function(){var t,e,r,i,s,a,c,u,l;return Mn(this,(function(h){switch(h.label){case 0:return tt.default.isMatch()?(t=wx.getAccountInfoSync().miniProgram,e={provider_params:{provider_code_type:"phone",code:n,appid:t.appId},provider_id:t.appId},[4,wx.login()]):[2,{data:{},error:new an({message:"wx api undefined"})}];case 1:r=h.sent().code,e.provider_code=r,h.label=2;case 2:return h.trys.push([2,5,,6]),[4,this.oauthInstance.authApi.grantProviderToken(e,o)];case 3:if((i=h.sent()).error_code)throw i;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:i.provider_token},o)];case 4:if(null==(s=h.sent())?void 0:s.error_code)throw s;return[3,6];case 5:return a=h.sent(),[2,{data:{},error:new an(a,{method:"signInWithPhoneAuth"})}];case 6:return[4,this.createLoginState()];case 7:return c=h.sent(),[4,this.getSession()];case 8:return u=h.sent().data,l=(void 0===u?{}:u).session,[2,Dn(Dn({},c),{data:{user:l.user,session:l},error:null})]}}))}))},n.prototype.bindPhoneNumber=function(t){return qn(this,void 0,void 0,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.editContact(t)]}))}))},n.prototype.unbindProvider=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.unbindProvider(t)]}))}))},n.prototype.bindEmail=function(t){return this.oauthInstance.authApi.editContact(t)},n.prototype.verify=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.verify(t)]}))}))},n.prototype.getVerification=function(t,e){return qn(this,void 0,Promise,(function(){return Mn(this,(function(n){return t.phone_number&&(t.phone_number=this.formatPhone(t.phone_number)),[2,this.oauthInstance.authApi.getVerification(t,e)]}))}))},Object.defineProperty(n.prototype,"currentUser",{get:function(){if("async"!==this.cache.mode){var t=this.hasLoginState();return t&&t.user||null}(0,Fe.printWarn)(yn.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getCurrentUser instead")},enumerable:!1,configurable:!0}),n.prototype.getCurrentUser=function(t){return void 0===t&&(t=!0),qn(this,void 0,Promise,(function(){var e,n,r;return Mn(this,(function(o){switch(o.label){case 0:return o.trys.push([0,4,,5]),t?[4,this.getLoginState()]:[3,3];case 1:return(e=o.sent())?[4,e.user.refresh()]:[3,3];case 2:o.sent(),o.label=3;case 3:return[3,5];case 4:return o.sent(),[3,5];case 5:return[4,this.getLoginState()];case 6:return(n=o.sent())?(r=n.user.getLocalUserInfo(),[4,n.user.checkLocalInfoAsync()]):[3,8];case 7:return o.sent(),[2,Dn(Dn({},n.user),r)];case 8:return[2,null]}}))}))},n.prototype.signInAnonymouslyInWx=function(t){var e=(void 0===t?{}:t).useWxCloud;return qn(this,void 0,Promise,(function(){var t,n,r=this;return Mn(this,(function(o){switch(o.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");return t=wx.getAccountInfoSync().miniProgram,n=function(n){return qn(r,void 0,void 0,(function(){var r,o;return Mn(this,(function(i){switch(i.label){case 0:r=void 0,o=void 0,i.label=1;case 1:return i.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:n,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}},e)];case 2:if((null==(r=i.sent())?void 0:r.error_code)||!r.provider_token)throw r;return[4,this.oauthInstance.authApi.signInAnonymously({provider_token:r.provider_token},e)];case 3:if(null==(o=i.sent())?void 0:o.error_code)throw o;return[3,5];case 4:throw i.sent();case 5:return[2]}}))}))},[4,new Promise((function(t,e){wx.login({success:function(o){return qn(r,void 0,void 0,(function(){var r;return Mn(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,n(o.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return r=i.sent(),e(r),[3,3];case 3:return[2]}}))}))},fail:function(t){var n=new Error(null==t?void 0:t.errMsg);n.code=null==t?void 0:t.errno,e(n)}})}))];case 1:return o.sent(),[2,this.createLoginState(void 0,{asyncRefreshUser:!0})]}}))}))},n.prototype.bindOpenId=function(){return qn(this,void 0,Promise,(function(){var t,e,n=this;return Mn(this,(function(r){switch(r.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");return t=wx.getAccountInfoSync().miniProgram,e=function(e){return qn(n,void 0,void 0,(function(){var n;return Mn(this,(function(r){switch(r.label){case 0:n=void 0,r.label=1;case 1:return r.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:e,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}})];case 2:if((null==(n=r.sent())?void 0:n.error_code)||!n.provider_token)throw n;return[4,this.oauthInstance.authApi.bindWithProvider({provider_token:n.provider_token})];case 3:return r.sent(),[3,5];case 4:throw r.sent();case 5:return[2]}}))}))},[4,new Promise((function(t,r){wx.login({success:function(o){return qn(n,void 0,void 0,(function(){var n;return Mn(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e(o.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return n=i.sent(),r(n),[3,3];case 3:return[2]}}))}))},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,r(e)}})}))];case 1:return r.sent(),[2]}}))}))},n.prototype.signInWithUnionId=function(){return qn(this,void 0,Promise,(function(){var t=this;return Mn(this,(function(e){switch(e.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");e.label=1;case 1:return e.trys.push([1,3,,4]),[4,new Promise((function(e,n){var r=wx.getAccountInfoSync().miniProgram;wx.login({success:function(o){return qn(t,void 0,void 0,(function(){var t,i,s,a,c;return Mn(this,(function(u){switch(u.label){case 0:t=null==r?void 0:r.appId,u.label=1;case 1:return u.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_code:o.code,provider_id:t,provider_params:{provider_code_type:"union_id",appid:null==r?void 0:r.appId}})];case 2:return i=u.sent(),(s=i.provider_token)?[4,this.oauthInstance.authApi.signInWithProvider({provider_id:t,provider_token:s})]:(n(i),[2]);case 3:return(null==(a=u.sent())?void 0:a.error_code)?(n(a),[2]):(e(!0),[3,5]);case 4:return c=u.sent(),n(c),[3,5];case 5:return[2]}}))}))},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,n(e)}})}))];case 2:return e.sent(),[3,4];case 3:throw e.sent();case 4:return[2,this.createLoginState()]}}))}))},n.prototype.signInWithSms=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.phoneNum,s=void 0===i?"":i,a=t.bindInfo,c=void 0===a?void 0:a;return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){try{return[2,this.signInWithUsername({verificationInfo:n,verificationCode:o,bindInfo:c,username:s,loginType:"sms"})]}catch(t){throw t}return[2]}))}))},n.prototype.signInWithEmail=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.bindInfo,s=void 0===i?void 0:i,a=t.email,c=void 0===a?"":a;return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){try{return[2,this.signInWithUsername({verificationInfo:n,verificationCode:o,bindInfo:s,username:c,loginType:"email"})]}catch(t){throw t}return[2]}))}))},n.prototype.setCustomSignFunc=function(t){this.oauthInstance.authApi.setCustomSignFunc(t)},n.prototype.signIn=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signIn(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}}))}))},n.prototype.setPassword=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.setPassword(t)]}))}))},n.prototype.isUsernameRegistered=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Fe.throwError)(yn.ERRORS.INVALID_PARAMS,"username must be a string"),[4,this.oauthInstance.authApi.checkIfUserExist({username:t})];case 1:return[2,e.sent().exist]}}))}))},n.prototype.hasLoginState=function(){var t;if("async"!==this.cache.mode)return(null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.hasLoginStateSync())?new Vn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance}):null;(0,Fe.printWarn)(yn.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getLoginState instead")},n.prototype.getLoginState=function(){return qn(this,void 0,void 0,(function(){var t;return Mn(this,(function(e){switch(e.label){case 0:t=null,e.label=1;case 1:return e.trys.push([1,3,,4]),[4,this.oauthInstance.authApi.getLoginState()];case 2:return t=e.sent(),[3,4];case 3:return e.sent(),[2,null];case 4:return t?[2,new Vn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})]:[2,null]}}))}))},n.prototype.getUserInfo=function(){return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){return[2,this.getCurrentUser()]}))}))},n.prototype.getWedaUserInfo=function(){return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){return[2,this.oauthInstance.authApi.getWedaUserInfo()]}))}))},n.prototype.updateUserBasicInfo=function(t){return qn(this,void 0,void 0,(function(){var e;return Mn(this,(function(n){switch(n.label){case 0:return[4,this.getLoginState()];case 1:return(e=n.sent())?[4,e.user.updateUserBasicInfo(t)]:[3,3];case 2:n.sent(),n.label=3;case 3:return[2]}}))}))},n.prototype.getAuthHeader=function(){return console.error("Auth.getAuthHeader API 已废弃"),{}},n.prototype.bindWithProvider=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.bindWithProvider(t)]}))}))},n.prototype.queryUser=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.queryUserProfile(t)]}))}))},n.prototype.getAccessToken=function(){return qn(this,void 0,void 0,(function(){return Mn(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.oauth2client.getAccessToken()];case 1:return[2,{accessToken:t.sent(),env:this.config.env}]}}))}))},n.prototype.grantProviderToken=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.grantProviderToken(t)]}))}))},n.prototype.patchProviderToken=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.patchProviderToken(t)]}))}))},n.prototype.signInWithProvider=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signInWithProvider(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}}))}))},n.prototype.signInWithWechat=function(t){return void 0===t&&(t={}),qn(this,void 0,void 0,(function(){return Mn(this,(function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signInWithWechat(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}}))}))},n.prototype.grantToken=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.grantToken(t)];case 1:return e.sent(),[2,this.createLoginState()]}}))}))},n.prototype.genProviderRedirectUri=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.genProviderRedirectUri(t)]}))}))},n.prototype.resetPassword=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.resetPassword(t)]}))}))},n.prototype.deviceAuthorize=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.deviceAuthorize(t)]}))}))},n.prototype.sudo=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.sudo(t)]}))}))},n.prototype.deleteMe=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.deleteMe(t)]}))}))},n.prototype.getProviders=function(){return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){return[2,this.oauthInstance.authApi.getProviders()]}))}))},n.prototype.loginScope=function(){return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){return[2,this.oauthInstance.authApi.loginScope()]}))}))},n.prototype.loginGroups=function(){return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){return[2,this.oauthInstance.authApi.loginGroups()]}))}))},n.prototype.onLoginStateChanged=function(t){var e;return qn(this,void 0,void 0,(function(){var n,r=this;return Mn(this,(function(o){switch(o.label){case 0:return null===(e=this.config.eventBus)||void 0===e||e.on(le,(function(e){return qn(r,void 0,void 0,(function(){var n,r,o;return Mn(this,(function(i){switch(i.label){case 0:return(null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.eventType)===oe?[3,2]:[4,this.getLoginState()];case 1:return r=i.sent(),[3,3];case 2:r={},i.label=3;case 3:return n=r,t.call(this,Dn(Dn({},e),n)),[2]}}))}))})),[4,this.getLoginState()];case 1:return n=o.sent(),t.call(this,n),[2]}}))}))},n.prototype.refreshTokenForce=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.refreshTokenForce(t)]}))}))},n.prototype.getCredentials=function(){return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){return[2,this.oauthInstance.authApi.getCredentials()]}))}))},n.prototype.setCredentials=function(t){return qn(this,void 0,void 0,(function(){return Mn(this,(function(e){switch(e.label){case 0:return[4,this.oauthInstance.oauth2client.setCredentials(t)];case 1:return e.sent(),[2]}}))}))},n.prototype.getProviderSubType=function(){return qn(this,void 0,Promise,(function(){return Mn(this,(function(t){return[2,this.oauthInstance.authApi.getProviderSubType()]}))}))},n.prototype.createCaptchaData=function(t){return qn(this,void 0,void 0,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.createCaptchaData(t)]}))}))},n.prototype.verifyCaptchaData=function(t){return qn(this,void 0,void 0,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.verifyCaptchaData(t)]}))}))},n.prototype.getMiniProgramQrCode=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.getMiniProgramCode(t)]}))}))},n.prototype.getMiniProgramQrCodeStatus=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.getMiniProgramQrCodeStatus(t)]}))}))},n.prototype.modifyPassword=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.modifyPassword(t)]}))}))},n.prototype.modifyPasswordWithoutLogin=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.modifyPasswordWithoutLogin(t)]}))}))},n.prototype.getUserBehaviorLog=function(t){return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){return[2,this.oauthInstance.authApi.getUserBehaviorLog(t)]}))}))},n.prototype.signInWithUsername=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.username,s=void 0===i?"":i,a=t.bindInfo,c=void 0===a?void 0:a,u=t.loginType,l=void 0===u?"":u;return qn(this,void 0,Promise,(function(){var t,e,r,i,a,u,h;return Mn(this,(function(d){switch(d.label){case 0:return d.trys.push([0,8,,9]),[4,this.oauthInstance.authApi.verify({verification_id:n.verification_id,verification_code:o})];case 1:if(null==(t=d.sent())?void 0:t.error_code)throw t;return e=t.verification_token,r=this.formatPhone(s),i={phone_number:r},"email"===l&&(i={email:r=s}),n.is_user?[4,this.oauthInstance.authApi.signIn({username:r,verification_token:e})]:[3,5];case 2:if(null==(a=d.sent())?void 0:a.error_code)throw a;return c?[4,this.oauthInstance.authApi.bindWithProvider({provider_token:null==c?void 0:c.providerToken})]:[3,4];case 3:if(null==(u=d.sent())?void 0:u.error_code)throw u;d.label=4;case 4:return[3,7];case 5:return[4,this.oauthInstance.authApi.signUp(Dn(Dn({},i),{verification_token:e,provider_token:null==c?void 0:c.providerId}))];case 6:if(null==(h=d.sent())?void 0:h.error_code)throw h;d.label=7;case 7:return[2,this.createLoginState()];case 8:throw d.sent();case 9:return[2]}}))}))},n.prototype.createLoginState=function(t,e){var n,r;return qn(this,void 0,Promise,(function(){var o;return Mn(this,(function(i){switch(i.label){case 0:return[4,(o=new Vn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})).checkLocalStateAsync()];case 1:return i.sent(),(null==e?void 0:e.userInfo)?(o.user.setLocalUserInfo(e.userInfo),[3,5]):[3,2];case 2:return(null==e?void 0:e.asyncRefreshUser)?(o.user.refresh(t),[3,5]):[3,3];case 3:return[4,o.user.refresh(t)];case 4:i.sent(),i.label=5;case 5:return null===(n=this.config.eventBus)||void 0===n||n.fire(le,{eventType:"sign_in"}),null===(r=this.config.eventBus)||void 0===r||r.fire(he,{event:se}),[2,o]}}))}))},n.prototype.setAccessKey=function(){var t,e;return qn(this,void 0,void 0,(function(){var n,r;return Mn(this,(function(o){if(n="",r="",this.config.accessKey?(n=this.config.accessKey,r="accessKey"):(null===(t=this.config.auth)||void 0===t?void 0:t.secretId)&&(null===(e=this.config.auth)||void 0===e?void 0:e.secretKey)&&(n="",r=pe),!r)return[2];try{this.oauthInstance.oauth2client.setAccessKeyCredentials({access_token:n,token_type:"Bearer",scope:r,expires_at:new Date(+new Date+ +new Date),expires_in:+new Date+ +new Date})}catch(t){console.warn("accessKey error: ",t)}return[2]}))}))},n.prototype.formatPhone=function(t){return!/\s+/.test(t)&&/^\+\d{1,3}\d+/.test(t)?t.replace(/^(\+\d{1,2})(\d+)$/,"$1 $2"):/^\+\d{1,3}\s+/.test(t)?t:"+86 ".concat(t)},n.prototype.notifyListeners=function(t,e,n){this.listeners.forEach((function(r){r.forEach((function(r){try{r(t,e,n)}catch(t){console.error("Error in auth state change callback:",t)}}))}))},n.prototype.setupListeners=function(){var t,e=this;null===(t=this.config.eventBus)||void 0===t||t.on(he,(function(t){return qn(e,void 0,void 0,(function(){var e,n,r,o,i;return Mn(this,(function(s){switch(s.label){case 0:return e=null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.event,n=null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.info,[4,this.getSession()];case 1:return r=s.sent().data.session,this.notifyListeners(e,r,n),[2]}}))}))}))},n.prototype.convertToUser=function(t){var e,n,r,o,i,s;if(!t)return null;var a=(null==t?void 0:t.email)||"",c=(null==t?void 0:t.phone_number)||"",u=(null==t?void 0:t.sub)||(null==t?void 0:t.uid)||"";return{id:u,aud:"authenticated",role:null===(n=null===(e=t.groups)||void 0===e?void 0:e.map)||void 0===n?void 0:n.call(e,(function(t){return"string"==typeof t?t:t.id})),email:a||"",email_confirmed_at:(null==t||t.email_verified,t.created_at),phone:c,phone_confirmed_at:c?t.created_at:void 0,confirmed_at:t.created_at,last_sign_in_at:t.last_sign_in_at,app_metadata:{provider:(null===(r=t.loginType)||void 0===r?void 0:r.toLowerCase())||"cloudbase",providers:[(null===(o=t.loginType)||void 0===o?void 0:o.toLowerCase())||"cloudbase"]},user_metadata:{name:null==t?void 0:t.name,picture:null==t?void 0:t.picture,username:null==t?void 0:t.username,gender:null==t?void 0:t.gender,locale:null==t?void 0:t.locale,uid:t.uid,nickName:t.nickName||(null==t?void 0:t.name),avatarUrl:t.avatarUrl||t.picture,location:t.location,hasPassword:null!==(i=t.hasPassword)&&void 0!==i?i:"SET"===t.password,open_id:null==t?void 0:t.open_id},identities:(null===(s=null==t?void 0:t.providers)||void 0===s?void 0:s.map((function(e){return{id:e.id||"",identity_id:e.id||"",user_id:u,identity_data:{provider_id:e.id,provider_user_id:e.provider_user_id,name:e.name},provider:e.id||"cloudbase",created_at:t.created_at,updated_at:t.updated_at,last_sign_in_at:t.last_sign_in_at}})))||[],created_at:t.created_at,updated_at:t.updated_at,is_anonymous:"anonymous"===t.name}},n.prototype.validateParams=function(t,e){for(var n=0,r=Object.entries(e);n<r.length;n++){var o=r[n],i=o[0],s=o[1];if(s.required&&(void 0===(null==t?void 0:t[i])||null===(null==t?void 0:t[i])||""===(null==t?void 0:t[i])))throw new an({message:s.message})}},n.prototype.validateAtLeastOne=function(t,e,n){if(!e.some((function(e){return e.some((function(e){return void 0!==(null==t?void 0:t[e])&&null!==(null==t?void 0:t[e])&&""!==(null==t?void 0:t[e])}))})))throw new an({message:n})},n.prototype.init=function(){var t;return qn(this,void 0,Promise,(function(){return Mn(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return e.sent()&&(null===(t=this.config.eventBus)||void 0===t||t.fire(he,{event:"INITIAL_SESSION"})),[3,3];case 2:return e.sent(),[3,3];case 3:return[2,{error:null}]}}))}))},kn([(0,mn.catchErrorsDecorator)({title:"绑定手机号失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindPhoneNumber() 的语法或参数是否正确"," 2 - 当前环境是否开通了短信验证码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",["function"==typeof(r=void 0!==t&&t.BindPhoneRequest)?r:Object]),jn("design:returntype",Promise)],n.prototype,"bindPhoneNumber",null),kn([(0,mn.catchErrorsDecorator)({title:"解除三方绑定失败",messages:["请确认以下各项:"," 1 - 调用 auth().unbindProvider() 的语法或参数是否正确"," 2 - 当前账户是否已经与此登录方式解绑","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",["function"==typeof(o=void 0!==t&&t.UnbindProviderRequest)?o:Object]),jn("design:returntype","function"==typeof(i="undefined"!=typeof Promise&&Promise)?i:Object)],n.prototype,"unbindProvider",null),kn([(0,mn.catchErrorsDecorator)({title:"绑定邮箱地址失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindEmail() 的语法或参数是否正确"," 2 - 当前环境是否开通了邮箱密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",["function"==typeof(s=void 0!==t&&t.BindEmailRequest)?s:Object]),jn("design:returntype",void 0)],n.prototype,"bindEmail",null),kn([(0,mn.catchErrorsDecorator)({title:"验证码验证失败",messages:["请确认以下各项:"," 1 - 调用 auth().verify() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",["function"==typeof(a=void 0!==t&&t.VerifyRequest)?a:Object]),jn("design:returntype","function"==typeof(c="undefined"!=typeof Promise&&Promise)?c:Object)],n.prototype,"verify",null),kn([(0,mn.catchErrorsDecorator)({title:"获取验证码失败",messages:["请确认以下各项:"," 1 - 调用 auth().getVerification() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",["function"==typeof(u=void 0!==t&&t.GetVerificationRequest)?u:Object,Object]),jn("design:returntype","function"==typeof(l="undefined"!=typeof Promise&&Promise)?l:Object)],n.prototype,"getVerification",null),kn([(0,mn.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 调用 auth().getCurrentUser() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[Object]),jn("design:returntype","function"==typeof(h="undefined"!=typeof Promise&&Promise)?h:Object)],n.prototype,"getCurrentUser",null),kn([(0,mn.catchErrorsDecorator)({title:"小程序匿名登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了匿名登录"," 2 - 调用 auth().signInAnonymouslyInWx() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[Object]),jn("design:returntype","function"==typeof(d="undefined"!=typeof Promise&&Promise)?d:Object)],n.prototype,"signInAnonymouslyInWx",null),kn([(0,mn.catchErrorsDecorator)({title:"小程序绑定OpenID失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序openId静默登录"," 2 - 调用 auth().bindOpenId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[]),jn("design:returntype","function"==typeof(f="undefined"!=typeof Promise&&Promise)?f:Object)],n.prototype,"bindOpenId",null),kn([(0,mn.catchErrorsDecorator)({title:"小程序unionId静默登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序unionId静默登录"," 2 - 调用 auth().signInWithUnionId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[]),jn("design:returntype","function"==typeof(p="undefined"!=typeof Promise&&Promise)?p:Object)],n.prototype,"signInWithUnionId",null),kn([(0,mn.catchErrorsDecorator)({title:"短信验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序短信验证码登陆"," 2 - 调用 auth().signInWithSms() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[Object]),jn("design:returntype","function"==typeof(v="undefined"!=typeof Promise&&Promise)?v:Object)],n.prototype,"signInWithSms",null),kn([(0,mn.catchErrorsDecorator)({title:"邮箱验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了邮箱登陆"," 2 - 调用 auth().signInWithEmail() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[Object]),jn("design:returntype","function"==typeof(y="undefined"!=typeof Promise&&Promise)?y:Object)],n.prototype,"signInWithEmail",null),kn([(0,mn.catchErrorsDecorator)({title:"获取用户是否被占用失败",messages:["请确认以下各项:"," 1 - 调用 auth().isUsernameRegistered() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[String]),jn("design:returntype","function"==typeof(m="undefined"!=typeof Promise&&Promise)?m:Object)],n.prototype,"isUsernameRegistered",null),kn([(0,mn.catchErrorsDecorator)({title:"获取本地登录态失败",messages:["请确认以下各项:"," 1 - 调用 auth().getLoginState() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[]),jn("design:returntype",Promise)],n.prototype,"getLoginState",null),kn([(0,mn.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[]),jn("design:returntype","function"==typeof(g="undefined"!=typeof Promise&&Promise)?g:Object)],n.prototype,"getUserInfo",null),kn([(0,mn.catchErrorsDecorator)({title:"获取微搭插件用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getWedaUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[]),jn("design:returntype","function"==typeof(b="undefined"!=typeof Promise&&Promise)?b:Object)],n.prototype,"getWedaUserInfo",null),kn([(0,mn.catchErrorsDecorator)({title:"绑定第三方登录方式失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindWithProvider() 的语法或参数是否正确"," 2 - 此账户是否已经绑定此第三方","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",["function"==typeof(w=void 0!==t&&t.BindWithProviderRequest)?w:Object]),jn("design:returntype","function"==typeof(_="undefined"!=typeof Promise&&Promise)?_:Object)],n.prototype,"bindWithProvider",null),kn([(0,mn.catchErrorsDecorator)({title:"获取身份源类型",messages:["请确认以下各项:"," 1 - 调用 auth().getProviderSubType() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(yn.COMMUNITY_SITE_URL)]}),jn("design:type",Function),jn("design:paramtypes",[]),jn("design:returntype","function"==typeof(I="undefined"!=typeof Promise&&Promise)?I:Object)],n.prototype,"getProviderSubType",null),n}(Ln),Hn="auth";function Kn(t,e){for(var n=[],r=0;r<=t.length;r++)n[r]=[r];for(var o=0;o<=e.length;o++)n[0][o]=o;for(r=1;r<=t.length;r++)for(o=1;o<=e.length;o++){var i=t[r-1].toLowerCase()===e[o-1].toLowerCase()?0:1;n[r][o]=Math.min(n[r-1][o]+1,n[r][o-1]+1,n[r-1][o-1]+i)}return n[t.length][e.length]}var Jn={name:"auth",namespace:Hn,entity:function(t){var e=function(t){var e;if(this.authInstance&&!t)return this.authInstance;t=t||{region:"",persistence:"local",apiPath:ne};var n=this.platform.adapter,r=t.persistence||n.primaryStorage;r&&r!==this.config.persistence&&this.updateConfig({persistence:r});var o=function(t,e){var n,r,o,i,s=this,a=t.region,c=void 0===a?"ap-shanghai":a,u=t.i18n,l=t.accessKey,h=t.useWxCloud,d=(null==e?void 0:e.platform)||bn.useDefaultAdapter.bind(e)(),f=d.runtime,p=d.adapter,v=e||{},y=v.env,m=v.clientId,g=v.debug,b=v.cache,w=v.app,_=(e||{}).apiOrigin;_||(_="https://".concat(y,".").concat(c,".tcb-api.tencentcloudapi.com"));var I={env:y,clientId:m,i18n:u,accessKey:l,useWxCloud:h,eventBus:new We.CloudbaseEventEmitter},E=new vn(Pn(Dn(Dn({},I),{apiOrigin:_,apiPath:(null==t?void 0:t.apiPath)||ne,storage:null==t?void 0:t.storage,baseRequest:null==t?void 0:t.baseRequest,request:null==t?void 0:t.request,anonymousSignInFunc:null==t?void 0:t.anonymousSignInFunc,captchaOptions:null==t?void 0:t.captchaOptions,wxCloud:null==t?void 0:t.wxCloud,adapter:p,onCredentialsError:Fn(I.eventBus),headers:Dn({"X-SDK-Version":"@cloudbase/js-sdk/".concat(t.sdkVersion)},t.headers||{}),detectSessionInUrl:t.detectSessionInUrl,debug:g,auth:null===(r=null===(n=e.app)||void 0===n?void 0:n.config)||void 0===r?void 0:r.auth}))),S=new Gn(Dn(Dn({},I),{region:c,persistence:t.persistence,debug:g,cache:b||new gn.CloudbaseCache({persistence:t.persistence,keys:{userInfoKey:"user_info_".concat(y)},platformInfo:d}),runtime:f||"web",_fromApp:w,oauthInstance:E,auth:null===(i=null===(o=e.app)||void 0===o?void 0:o.config)||void 0===i?void 0:i.auth}));return E.initializeSession((function(t,e){return qn(s,void 0,void 0,(function(){return Mn(this,(function(n){return t?(t.type===de?e?I.eventBus.fire(he,{event:se,info:Dn(Dn({},t),{error:e})}):t.user&&S.createLoginState({},{userInfo:t.user}):t.type===fe&&I.eventBus.fire(he,{event:ue,info:Dn(Dn({},t),{error:e})}),[2]):[2]}))}))})),{authInstance:S,oauthInstance:E}}(Dn(Dn({wxCloud:this.config.wxCloud,storage:this.config.storage},t),{persistence:this.config.persistence,i18n:this.config.i18n,accessKey:this.config.accessKey,useWxCloud:this.config.useWxCloud,sdkVersion:this.version,detectSessionInUrl:null===(e=this.config.auth)||void 0===e?void 0:e.detectSessionInUrl}),{env:this.config.env,clientId:this.config.clientId,apiOrigin:this.request.getBaseEndPoint(this.config.endPointMode||"CLOUD_API"),platform:this.platform,cache:this.cache,app:this,debug:this.config.debug}),i=o.authInstance,s=o.oauthInstance;return this.oauthInstance=s,this.authInstance=i,this.authInstance},n=e.call(this,t);Object.assign(e,n),Object.setPrototypeOf(e,Object.getPrototypeOf(n));var r="undefined"!=typeof Proxy?new Proxy(e,{get:function(t,e,n){var r=Reflect.get(t,e,n);if(void 0!==r||"string"!=typeof e)return r;var o=function(t,e){for(var n=null,r=1/0,o=0,i=e;o<i.length;o++){var s=i[o];if(!s.startsWith("_")&&"constructor"!==s){var a=Kn(t,s);a<r&&(r=a,n=s)}}return n}(e,Object.getOwnPropertyNames(Object.getPrototypeOf(t)).concat(Object.keys(t)).filter((function(e){return"function"==typeof t[e]})));return o&&console.warn("[CloudBase Auth] auth.".concat(e," is not a function. Did you mean: auth.").concat(o,"() ?")),r}}):e;return this[Hn]=r,r}};try{cloudbase.registerComponent(Jn)}catch(t){}var zn=l(3388),Yn=function(){return Yn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Yn.apply(this,arguments)},$n=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Qn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Xn=y,Zn="cloudrun",tr=function(){function t(){}return t.prototype.callContainer=function(t,e){return $n(this,void 0,void 0,(function(){var n,r,o;return Qn(this,(function(i){switch(i.label){case 0:if(n=t.name,r=t.data,!n)throw new Error(JSON.stringify({code:Xn.INVALID_PARAMS,msg:"[".concat(Zn,".callContainer] invalid name")}));try{o=r?JSON.stringify(r):""}catch(t){throw new Error(JSON.stringify({code:Xn.INVALID_PARAMS,msg:"[".concat(Zn,".callContainer] invalid data")}))}return[4,er.call(this,Yn(Yn({},t),{data:o}),e)];case 1:return[2,i.sent()]}}))}))},t}();function er(t,e){var n;return $n(this,void 0,void 0,(function(){var r,o,i,s,a,c,u,l,h,d,f,p,v,y,m;return Qn(this,(function(g){switch(g.label){case 0:if(r=t.name,o=t.data,i=t.path,s=void 0===i?"":i,a=t.method,c=t.header,u=void 0===c?{}:c,l=this.getEndPointWithKey("GATEWAY"),h=l.BASE_URL,d=l.PROTOCOL,f="".concat(d).concat(h,"/cloudrun/").concat(r),p=s.startsWith("/")?s:"/".concat(s),v=["GET","HEAD"].includes(null===(n=null==a?void 0:a.toUpperCase)||void 0===n?void 0:n.call(a)))try{y={};try{y=JSON.parse(o)}catch(t){y=o||{}}p="".concat(p).concat(p.includes("?")?"&":"?").concat(Object.keys(y).map((function(t){return"".concat(t,"=").concat(y[t])})).join("&"))}catch(t){}return[4,this.request.fetch(Yn(Yn({method:a||"POST",headers:Object.assign({},{"Content-Type":"application/json; charset=utf-8"},u)},v?{}:{body:o}),{url:"".concat(f).concat(p),customReqOpts:e}))];case 1:return m=g.sent(),"node-sdk"===(null==e?void 0:e.from)?[2,m]:[4,m.data];case 2:return[2,g.sent()]}}))}))}var nr=new tr,rr={name:Zn,entity:{callContainer:nr.callContainer}};try{cloudbase.registerComponent(rr)}catch(t){}function or(t){try{t.registerComponent(rr)}catch(t){console.warn(t)}}try{window.registerCloudrun=or}catch(t){}var ir=function(){return ir=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ir.apply(this,arguments)},sr=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},ar=f,cr=y,ur=v,lr=S,hr=K,dr="functions",fr=function(){function t(){}var e,n,r;return t.prototype.callFunction=function(t,e,n){var r,o,i,s,a,c,u;return s=this,a=void 0,u=function(){var s,a,c,u,l,h,d,f,p,v,y,m,g,b,w,I,E,S,O,P,T,A,R;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}(this,(function(C){switch(C.label){case 0:if(s=t.name,a=t.data,c=t.query,u=t.parse,l=t.search,h=t.type,d=t.path,f=void 0===d?"":d,p=t.method,v=t.header,y=void 0===v?{}:v,!s)throw new Error(JSON.stringify({code:cr.INVALID_PARAMS,msg:"[".concat(dr,".callFunction] invalid function name")}));try{m=a?JSON.stringify(a):""}catch(t){throw new Error(JSON.stringify({code:cr.INVALID_PARAMS,msg:"[".concat(dr,".callFunction] invalid data")}))}return"cloudrun"!==h?[3,2]:(g=_(),[4,er.call(this,{name:s,data:m,path:f,method:p,header:ir(ir({},y),{"X-Request-Id":g})})]);case 1:return[2,{result:A=C.sent(),requestId:g}];case 2:w=(b=this).request,I=b.config,E="functions.invokeFunction",S={inQuery:c,parse:u,search:l,function_name:s,request_data:m},O={},P=!("GATEWAY"!==I.endPointMode||(N=s,"lcap-common-service"===N||"lcap-datasource-test"===N||N.startsWith("lcap-data")||N.startsWith("lowcode-datasource")||"cloudbase_module"===N)||function(t){return"lowcode-wx-datasource"===t}(s)),C.label=3;case 3:return C.trys.push([3,8,,9]),P?[4,w.gateWay(ir(ir({},t),{path:"functions"}),n)]:[3,5];case 4:return T=C.sent(),O=ir({requestId:T.requestId},(null===(r=T.data)||void 0===r?void 0:r.code)?T.data:{data:{response_data:T.data}}),[3,7];case 5:return[4,w.send(E,S,{endPointMode:"CLOUD_API",defaultQuery:(null===(o=null==a?void 0:a.params)||void 0===o?void 0:o.action)?{action:null===(i=null==a?void 0:a.params)||void 0===i?void 0:i.action}:{}},n)];case 6:O=C.sent(),C.label=7;case 7:if(O.code)return[2,lr(e,null,O)];if(A=O.data.response_data,u||P)return[2,lr(e,null,{result:A,requestId:O.requestId})];try{return A=JSON.parse(O.data.response_data),[2,lr(e,null,{result:A,requestId:O.requestId})]}catch(t){lr(e,new Error("[".concat(ar(),"][").concat(cr.INVALID_PARAMS,"][").concat(dr,".callFunction] response data must be json")))}return[3,9];case 8:return R=C.sent(),lr(e,R),[3,9];case 9:return[2]}var N}))},new((c=void 0)||(c=Promise))((function(t,e){function n(t){try{o(u.next(t))}catch(t){e(t)}}function r(t){try{o(u.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof c?o:new c((function(t){t(o)}))).then(n,r)}o((u=u.apply(s,a||[])).next())}))},function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);i>3&&s&&Object.defineProperty(e,n,s)}([hr({customInfo:{className:"Cloudbase",methodName:"callFunction"},title:"函数调用失败",messages:["请确认以下各项:"," 1 - 调用 callFunction() 的语法或参数是否正确"," 2 - 当前环境下是否存在此函数"," 3 - 函数安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ur)]}),sr("design:type",Function),sr("design:paramtypes",["function"==typeof(e=void 0!==zn.ICallFunctionOptions&&zn.ICallFunctionOptions)?e:Object,"function"==typeof(n="undefined"!=typeof Function&&Function)?n:Object,"function"==typeof(r=void 0!==zn.ICustomReqOpts&&zn.ICustomReqOpts)?r:Object]),sr("design:returntype",Promise)],t.prototype,"callFunction",null),t}(),pr=new fr,vr={name:dr,entity:{callFunction:pr.callFunction}};try{cloudbase.registerComponent(vr)}catch(t){}var yr,mr=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),gr=function(t){function e(e){var n=t.call(this,e)||this;return n.__isStorageError=!0,n.name="StorageError",n}return mr(e,t),e}(Error);function br(t){return"object"==typeof t&&null!==t&&"__isStorageError"in t}(function(t){function e(e,n,r){var o=t.call(this,e)||this;return o.name="StorageApiError",o.status=n,o.statusCode=r,o}mr(e,t),e.prototype.toJSON=function(){return{name:this.name,message:this.message,status:this.status,statusCode:this.statusCode}}})(gr),mr((function(t,e){var n=yr.call(this,t)||this;return n.name="StorageUnknownError",n.originalError=e,n}),yr=gr);var wr,_r=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ir=function(){return Ir=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ir.apply(this,arguments)},Er=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},Sr=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},Or=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Pr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};!function(t){t.put="put",t.post="post"}(wr||(wr={}));var Tr=f,Ar=y,Rr=v,Cr=g,Nr=b,xr=S,Lr=K,Ur="storage",Dr=function(t,e,n){return Or(void 0,void 0,void 0,(function(){var r,o,i;return Pr(this,(function(s){switch(s.label){case 0:return[4,t.gateWay({path:"storages",name:"get-objects-upload-info",data:[Ir({objectId:e.path},e.headers?{signedHeader:Object.keys(e.headers).reduce((function(t,n){var r;return Ir(Ir({},t),((r={})[n]=[e.headers[n]],r))}),{})}:{})]},n)];case 1:return r=s.sent(),o=(null===(i=r.data)||void 0===i?void 0:i[0])||{},[2,r=Ir(Ir({},r),{data:Ir(Ir({},o.code?Ir({},o):{}),{authorization:o.authorization,token:o.token,url:o.uploadUrl,fileId:o.cloudObjectId,cosFileId:o.cloudObjectMeta,download_url:o.downloadUrl})})]}}))}))},kr=function(t,e,n){return Or(void 0,void 0,void 0,(function(){var r,o;return Pr(this,(function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"get-objects-download-info",data:e.convertedFileList.map((function(t){return{cloudObjectId:t.fileid}}))},n)];case 1:return r=i.sent(),[2,r=Ir(Ir({},r),{data:{download_list:null===(o=r.data)||void 0===o?void 0:o.map((function(t){return{code:t.code||"SUCCESS",message:t.message,fileid:t.cloudObjectId,download_url:t.downloadUrl,fileID:t.cloudObjectId,tempFileURL:t.downloadUrl}}))}})]}}))}))},jr=function(t,e,n){return Or(void 0,void 0,void 0,(function(){var r,o;return Pr(this,(function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"delete-objects",data:e.fileList.map((function(t){return{cloudObjectId:t}}))},n)];case 1:return r=i.sent(),[2,r=Ir(Ir({},r),{data:{delete_list:null===(o=r.data)||void 0===o?void 0:o.map((function(t){return{code:t.code||"SUCCESS",fileID:t.cloudObjectId,message:t.message}}))}})]}}))}))},qr=function(t,e,n){return Or(void 0,void 0,void 0,(function(){var r,o;return Pr(this,(function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"copy-objects",data:e.convertedFileList.map((function(t){return{srcPath:t.src_path,dstPath:t.dst_path,overwrite:t.overwrite,removeOriginal:t.remove_original}}))},n)];case 1:return r=i.sent(),[2,r=Ir(Ir({},r),{data:{copy_list:null===(o=r.data)||void 0===o?void 0:o.map((function(t){return{code:t.code||"SUCCESS",fileID:t.cloudObjectId,message:t.message}}))}})]}}))}))},Mr=function(){function t(){}var e,n,r,o,i,s,a,c,u,l,h,d,f,p,v,y;return t.prototype.isGateWay=function(){return"GATEWAY"===(this.config.endPointMode||"CLOUD_API")},t.prototype.uploadFile=function(t,e){return Or(this,void 0,Promise,(function(){var n,r,o,i,s,a,c,u,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O;return Pr(this,(function(P){switch(P.label){case 0:if(n=t.cloudPath,r=t.filePath,o=t.onUploadProgress,E=t.method,i=void 0===E?"put":E,S=t.headers,s=void 0===S?{}:S,a=t.fileContent,!Nr(n)||!r&&!a)throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".uploadFile] invalid params")}));return c={put:wr.put,post:wr.post}[i.toLocaleLowerCase()]||wr.put,[4,this.getUploadMetadata({cloudPath:n,method:c,headers:c===wr.put?s:void 0,customReqOpts:t.customReqOpts})];case 1:return u=P.sent(),l=u.data,h=u.requestId,d=l.url,f=l.authorization,p=l.token,v=l.fileId,y=l.cosFileId,m=l.download_url,b=Ir(Ir({},g={url:d,file:r,name:n,onUploadProgress:o,fileContent:a,fileId:v,requestId:h}),{method:wr.put,headers:Ir(Ir({},s),{authorization:f,"x-cos-meta-fileid":y,"x-cos-security-token":p})}),w=Ir(Ir({},g),{method:wr.post,data:{key:n,signature:f,"x-cos-meta-fileid":y,success_action_status:"201","x-cos-security-token":p}}),(O={})[wr.put]={params:b,isSuccess:function(t){return t>=200&&t<300}},O[wr.post]={params:w,isSuccess:function(t){return 201===t}},_=O,[4,this.request.upload(_[c].params)];case 2:return I=P.sent(),_[c].isSuccess(I.statusCode)?[2,xr(e,null,{fileID:v,download_url:m,requestId:h})]:[2,xr(e,new Error("[".concat(Tr(),"][").concat(Ar.OPERATION_FAIL,"][").concat(Ur,"]:").concat(I.data)))]}}))}))},t.prototype.getUploadMetadata=function(t,e){return Or(this,void 0,Promise,(function(){var n,r,o,i,s,a,c,u;return Pr(this,(function(l){switch(l.label){case 0:if(n=t.cloudPath,r=t.method,o=t.headers,!Nr(n))throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".getUploadMetadata] invalid cloudPath")}));i=this.request,s="storage.getUploadMetadata",l.label=1;case 1:return l.trys.push([1,6,,7]),a=void 0,c={path:n},r&&(c.method=r),r===wr.put&&o&&(c.headers=o),this.isGateWay()?[4,Dr(i,c,t.customReqOpts)]:[3,3];case 2:return a=l.sent(),[3,5];case 3:return[4,i.send(s,c,t.customReqOpts)];case 4:a=l.sent(),l.label=5;case 5:return[2,xr(e,null,a)];case 6:return u=l.sent(),[2,xr(e,u)];case 7:return[2]}}))}))},t.prototype.deleteFile=function(t,e){return Or(this,void 0,Promise,(function(){var n,r,o,i,s,a,c,u;return Pr(this,(function(l){switch(l.label){case 0:if(!(n=t.fileList)||!Cr(n)||0===n.length)throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".deleteFile] fileList must not be empty")}));for(r=0,o=n;r<o.length;r++)if(!(i=o[r])||!Nr(i))throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".deleteFile] fileID must be string")}));return s="storage.batchDeleteFile",a=this.request,c={},this.isGateWay()?[4,jr(a,{fileList:n},t.customReqOpts)]:[3,2];case 1:return c=l.sent(),[3,4];case 2:return[4,a.send(s,{fileid_list:n},t.customReqOpts)];case 3:c=l.sent(),l.label=4;case 4:return c.code?[2,xr(e,null,c)]:(u={fileList:c.data.delete_list,requestId:c.requestId},[2,xr(e,null,u)])}}))}))},t.prototype.getTempFileURL=function(t,e){return Or(this,void 0,Promise,(function(){var n,r,o,i,s,a,c,u;return Pr(this,(function(l){switch(l.label){case 0:if(!(n=t.fileList)||!Cr(n)||0===n.length)throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".getTempFileURL] fileList must not be empty")}));for(r=[],o=0,i=n;o<i.length;o++)if(s=i[o],h=s,"[object Object]"===Object.prototype.toString.call(h)){if(!Object.prototype.hasOwnProperty.call(s,"fileID"))throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".getTempFileURL] file info must include fileID")}));r.push({fileid:s.fileID,max_age:s.maxAge||7200})}else{if(!Nr(s))throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".getTempFileURL] invalid fileList")}));r.push({fileid:s})}return a="storage.batchGetDownloadUrl",c=this.request,u={},this.isGateWay()?[4,kr(c,{convertedFileList:r},t.customReqOpts)]:[3,2];case 1:return u=l.sent(),[3,4];case 2:return[4,c.send(a,{file_list:r},t.customReqOpts)];case 3:u=l.sent(),l.label=4;case 4:return u.code?[2,xr(e,null,u)]:[2,xr(e,null,{fileList:u.data.download_list,requestId:u.requestId})]}var h}))}))},t.prototype.downloadFile=function(t,e){return Or(this,void 0,Promise,(function(){var n,r,o,i,s,a;return Pr(this,(function(c){switch(c.label){case 0:if(n=t.fileID,!Nr(n))throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".getTempFileURL] fileID must be string")}));return[4,this.getTempFileURL.call(this,{fileList:[{fileID:n,maxAge:600}],customReqOpts:t.customReqOpts})];case 1:return r=c.sent(),"SUCCESS"!==(o=r.fileList[0]).code?[2,xr(e,o)]:(i=this.request,s=encodeURI(o.download_url),[4,i.download({url:s,tempFilePath:t.tempFilePath})]);case 2:return a=c.sent(),[2,xr(e,null,a)]}}))}))},t.prototype.copyFile=function(t,e){return Or(this,void 0,Promise,(function(){var n,r,o,i,s,a,c,u,l;return Pr(this,(function(h){switch(h.label){case 0:if(!(n=t.fileList)||!Cr(n)||0===n.length)throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".copyFile] fileList must not be empty")}));for(r=[],o=0,i=n;o<i.length;o++){if(s=i[o],a=s.srcPath,c=s.dstPath,!a||!c||"string"!=typeof a||"string"!=typeof c)throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".copyFile] srcPath and dstPath may not be empty")}));if(a===c)throw new Error(JSON.stringify({code:Ar.INVALID_PARAMS,msg:"[".concat(Ur,".copyFile] srcPath and dstPath can not be the same")}));r.push({src_path:a,dst_path:c,overwrite:s.overwrite,remove_original:s.removeOriginal})}return u=this.request,l={},this.isGateWay()?[4,qr(u,{convertedFileList:r},t.customReqOpts)]:[3,2];case 1:return l=h.sent(),[3,4];case 2:return[4,u.send("storage.batchCopyFile",{file_list:r},t.customReqOpts)];case 3:l=h.sent(),h.label=4;case 4:return l.code?[2,xr(e,null,l)]:[2,xr(e,null,{fileList:l.data.copy_list,requestId:l.requestId})]}}))}))},t.prototype.getFileInfo=function(t){var e;return Or(this,void 0,Promise,(function(){var n,r=this;return Pr(this,(function(o){switch(o.label){case 0:return[4,this.getTempFileURL(t)];case 1:return(null==(n=o.sent())?void 0:n.fileList)&&(null===(e=null==n?void 0:n.fileList)||void 0===e?void 0:e.length)>0?[4,Promise.all(n.fileList.map((function(t){return Or(r,void 0,void 0,(function(){var e,n,r,o,i;return Pr(this,(function(s){switch(s.label){case 0:if("SUCCESS"!==t.code)return[2,{code:t.code,fileID:t.fileID,tempFileURL:t.tempFileURL,message:t.message}];s.label=1;case 1:return s.trys.push([1,3,,4]),[4,this.request.fetch({url:t.tempFileURL,method:"HEAD"})];case 2:return e=s.sent(),n=e.header,Headers&&n instanceof Headers&&(n=Object.fromEntries(e.header.entries())),r=parseInt(n["content-length"])||0,o=n["content-type"]||"",[400,404].includes(Number(e.statusCode))?[2,{code:"FILE_NOT_FOUND",fileID:t.fileID,tempFileURL:t.tempFileURL,message:"file not found"}]:[2,{code:t.code,fileID:t.fileID,tempFileURL:t.tempFileURL,cloudId:t.fileID,fileName:t.fileID.split("/").pop(),contentType:o,mime:o.split(";")[0].trim(),size:r,etag:n.etag||"",lastModified:n["last-modified"]||"",cacheControl:n["cache-control"]||""}];case 3:return i=s.sent(),[2,{code:"FETCH_FILE_INFO_ERROR",fileID:t.fileID,tempFileURL:t.tempFileURL,message:i.message}];case 4:return[2]}}))}))})))]:[3,3];case 2:return[2,{fileList:o.sent(),requestId:n.requestId}];case 3:return[2,{fileList:[],requestId:n.requestId}]}}))}))},Er([Lr({customInfo:{className:"Cloudbase",methodName:"uploadFile"},title:"上传文件失败",messages:["请确认以下各项:"," 1 - 调用 uploadFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Rr)]}),Sr("design:type",Function),Sr("design:paramtypes",[Object,"function"==typeof(e="undefined"!=typeof Function&&Function)?e:Object]),Sr("design:returntype","function"==typeof(n="undefined"!=typeof Promise&&Promise)?n:Object)],t.prototype,"uploadFile",null),Er([Lr({customInfo:{className:"Cloudbase",methodName:"getUploadMetadata"},title:"获取上传元信息失败",messages:["请确认以下各项:"," 1 - 调用 getUploadMetadata() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Rr)]}),Sr("design:type",Function),Sr("design:paramtypes",[Object,"function"==typeof(r="undefined"!=typeof Function&&Function)?r:Object]),Sr("design:returntype","function"==typeof(o="undefined"!=typeof Promise&&Promise)?o:Object)],t.prototype,"getUploadMetadata",null),Er([Lr({customInfo:{className:"Cloudbase",methodName:"deleteFile"},title:"删除文件失败",messages:["请确认以下各项:"," 1 - 调用 deleteFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Rr)]}),Sr("design:type",Function),Sr("design:paramtypes",["function"==typeof(i=void 0!==zn.ICloudbaseDeleteFileParams&&zn.ICloudbaseDeleteFileParams)?i:Object,"function"==typeof(s="undefined"!=typeof Function&&Function)?s:Object]),Sr("design:returntype","function"==typeof(a="undefined"!=typeof Promise&&Promise)?a:Object)],t.prototype,"deleteFile",null),Er([Lr({customInfo:{className:"Cloudbase",methodName:"getTempFileURL"},title:"获取文件下载链接",messages:["请确认以下各项:"," 1 - 调用 getTempFileURL() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Rr)]}),Sr("design:type",Function),Sr("design:paramtypes",["function"==typeof(c=void 0!==zn.ICloudbaseGetTempFileURLParams&&zn.ICloudbaseGetTempFileURLParams)?c:Object,"function"==typeof(u="undefined"!=typeof Function&&Function)?u:Object]),Sr("design:returntype","function"==typeof(l="undefined"!=typeof Promise&&Promise)?l:Object)],t.prototype,"getTempFileURL",null),Er([Lr({customInfo:{className:"Cloudbase",methodName:"downloadFile"},title:"下载文件失败",messages:["请确认以下各项:"," 1 - 调用 downloadFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Rr)]}),Sr("design:type",Function),Sr("design:paramtypes",["function"==typeof(h=void 0!==zn.ICloudbaseDownloadFileParams&&zn.ICloudbaseDownloadFileParams)?h:Object,"function"==typeof(d="undefined"!=typeof Function&&Function)?d:Object]),Sr("design:returntype","function"==typeof(f="undefined"!=typeof Promise&&Promise)?f:Object)],t.prototype,"downloadFile",null),Er([Lr({customInfo:{className:"Cloudbase",methodName:"copyFile"},title:"批量复制文件",messages:["请确认以下各项:"," 1 - 调用 copyFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Rr)]}),Sr("design:type",Function),Sr("design:paramtypes",["function"==typeof(p=void 0!==zn.ICloudbaseCopyFileParams&&zn.ICloudbaseCopyFileParams)?p:Object,"function"==typeof(v="undefined"!=typeof Function&&Function)?v:Object]),Sr("design:returntype","function"==typeof(y="undefined"!=typeof Promise&&Promise)?y:Object)],t.prototype,"copyFile",null),t}(),Wr=new Mr,Fr={name:Ur,entity:{uploadFile:Wr.uploadFile,deleteFile:Wr.deleteFile,getTempFileURL:Wr.getTempFileURL,downloadFile:Wr.downloadFile,getUploadMetadata:Wr.getUploadMetadata,copyFile:Wr.copyFile,getFileInfo:Wr.getFileInfo,isGateWay:Wr.isGateWay}},Br=function(t){function e(e){var n=t.call(this)||this;return n.shouldThrowOnError=!1,n.bucketId="",n.context=e,n}return _r(e,t),Object.defineProperty(e.prototype,"config",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.config},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"request",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.request},enumerable:!1,configurable:!0}),e.prototype.throwOnError=function(){return this.shouldThrowOnError=!0,this},e.prototype.from=function(t){return this.bucketId=t||"",this},e.prototype.upload=function(t,e,n){return Or(this,void 0,Promise,(function(){var r,o,i,s,a,c,u,l,h;return Pr(this,(function(d){switch(d.label){case 0:r=Ir({upsert:!0},n),o=r.cacheControl,i=r.contentType,s=r.metadata,d.label=1;case 1:return d.trys.push([1,3,,4]),a=this._getCloudPath(t),c={cloudPath:a,filePath:e},(o||i||s)&&(u={},o&&(u["cache-control"]=o),i&&(u["content-type"]=i),s&&(u["x-cos-metadata-metadata"]=this.toBase64(JSON.stringify(s))),c.headers=u),[4,this.uploadFile(c)];case 2:if(!(l=d.sent()).fileID)throw new Error(JSON.stringify({code:Ar.OPERATION_FAIL,msg:"[".concat(Ur,".update] no fileID returned")}));return[2,{data:{id:l.fileID,path:t,fullPath:t},error:null}];case 3:if(h=d.sent(),this.shouldThrowOnError)throw h;if(br(h))return[2,{data:null,error:h}];throw h;case 4:return[2]}}))}))},e.prototype.uploadToSignedUrl=function(t,e,n,r){return Or(this,void 0,Promise,(function(){return Pr(this,(function(e){return[2,this.upload(t,n,r)]}))}))},e.prototype.createSignedUploadUrl=function(t){return Or(this,void 0,Promise,(function(){var e,n,r;return Pr(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),e=this._getCloudPath(t),[4,this.getUploadMetadata({cloudPath:e})];case 1:return[2,{data:{signedUrl:(n=o.sent().data).url,token:n.token,path:t,authorization:n.authorization,id:n.fileId,cosFileId:n.cosFileId,downloadUrl:n.download_url},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;return[2,{data:null,error:r instanceof gr?r:new gr(r.message)}];case 3:return[2]}}))}))},e.prototype.update=function(t,e,n){return Or(this,void 0,Promise,(function(){return Pr(this,(function(r){return[2,this.upload(t,e,Ir(Ir({},n),{upsert:!0}))]}))}))},e.prototype.move=function(t,e){return Or(this,void 0,Promise,(function(){var n,r;return Pr(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.copyFile({fileList:[{srcPath:this._getCloudPath(t),dstPath:this._getCloudPath(e),overwrite:!0,removeOriginal:!0}]})];case 1:if((n=o.sent()).fileList[0].code&&"SUCCESS"!==n.fileList[0].code)throw new gr(n.fileList[0].message||"Move failed");return[2,{data:{message:"File moved from ".concat(t," to ").concat(e)},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(br(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}}))}))},e.prototype.copy=function(t,e){return Or(this,void 0,Promise,(function(){var n,r;return Pr(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.copyFile({fileList:[{srcPath:this._getCloudPath(t),dstPath:this._getCloudPath(e),overwrite:!0,removeOriginal:!1}]})];case 1:if((n=o.sent()).fileList[0].code&&"SUCCESS"!==n.fileList[0].code)throw new gr(n.fileList[0].message||"Copy failed");return[2,{data:{path:this._getCloudPath(e)},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(br(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}}))}))},e.prototype.createSignedUrl=function(t,e,n){return Or(this,void 0,Promise,(function(){var r,o,i,s,a,c,u;return Pr(this,(function(l){switch(l.label){case 0:return l.trys.push([0,2,,3]),r=this._normalizeCloudId(t),[4,this.getTempFileURL({fileList:[{fileID:r,maxAge:e}]})];case 1:if("SUCCESS"!==(o=l.sent()).fileList[0].code)throw new gr("Failed to create signed URL: [".concat(o.fileList[0].code,"] ").concat(o.fileList[0].fileID));return i=o.fileList[0].download_url,s=[],void 0!==(null==n?void 0:n.download)&&("string"==typeof n.download?s.push("download=".concat(encodeURIComponent(n.download))):!0===n.download&&s.push("download=true")),(null==n?void 0:n.transform)&&(a=this._transformOptsToQueryString(n.transform))&&s.push(a),s.length>0&&(c=i.includes("?")?"&":"?",i="".concat(i).concat(c).concat(s.join("&"))),[2,{data:{signedUrl:i},error:null}];case 2:if(u=l.sent(),this.shouldThrowOnError)throw u;if(br(u))return[2,{data:null,error:u}];throw u;case 3:return[2]}}))}))},e.prototype.createSignedUrls=function(t,e){return Or(this,void 0,Promise,(function(){var n,r,o=this;return Pr(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),n=t.map((function(t){return{fileID:o._normalizeCloudId(t),maxAge:e}})),[4,this.getTempFileURL({fileList:n})];case 1:return[2,{data:i.sent().fileList.map((function(e,n){return{path:t[n],signedUrl:e.tempFileURL||"",error:"SUCCESS"===e.code?null:e.message}})),error:null}];case 2:if(r=i.sent(),this.shouldThrowOnError)throw r;if(br(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}}))}))},e.prototype.download=function(t,e){return Or(this,void 0,Promise,(function(){var n,r,o=this;return Pr(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),r={},[4,Or(o,void 0,void 0,(function(){var n,r,o,i;return Pr(this,(function(s){switch(s.label){case 0:return[4,this.createSignedUrl(t,600,{transform:e})];case 1:if((n=s.sent()).error)throw n.error;return r=encodeURI(null===(i=n.data)||void 0===i?void 0:i.signedUrl),[4,this.request.reqClass.get({url:r,headers:{},responseType:"blob"})];case 2:if(!(o=s.sent().data))throw new gr("Download failed: no file content");return[2,new Blob([o])]}}))}))];case 1:return[2,(r.data=i.sent(),r.error=null,r)];case 2:if(n=i.sent(),this.shouldThrowOnError)throw n;if(br(n))return[2,{data:null,error:n}];throw n;case 3:return[2]}}))}))},e.prototype.info=function(t){return Or(this,void 0,Promise,(function(){var e,n,r,o,i,s,a,c;return Pr(this,(function(u){switch(u.label){case 0:return u.trys.push([0,2,,3]),e=t.startsWith("cloud://"),n=e?this._extractPathFromFileId(t):t,r=e?this._extractBucketFromFileId(t):this.bucketId,[4,this.getFileInfo({fileList:[this._normalizeCloudId(t)]})];case 1:if(o=u.sent(),"SUCCESS"!==(i=o.fileList[0]).code)throw new gr(i.message);return s=(new Date).toISOString(),a=(i.lastModified?new Date(i.lastModified):new Date).toISOString(),[2,{data:{id:i.fileID,version:"1",name:n,bucketId:r,updatedAt:a,createdAt:a,lastAccessedAt:s,size:i.size,cacheControl:i.cacheControl,contentType:i.contentType,etag:i.etag,lastModified:a,metadata:{}},error:null}];case 2:if(c=u.sent(),this.shouldThrowOnError)throw c;return[2,{data:null,error:c instanceof gr?c:new gr(c.message)}];case 3:return[2]}}))}))},e.prototype.exists=function(t){return Or(this,void 0,Promise,(function(){var e,n,r;return Pr(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.getFileInfo({fileList:[this._normalizeCloudId(t)]})];case 1:if(e=o.sent(),"FILE_NOT_FOUND"===(n=e.fileList[0]).code)return[2,{data:!1,error:null}];if("SUCCESS"!==n.code)throw new gr(n.message);return[2,{data:!0,error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(br(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}}))}))},e.prototype.getPublicUrl=function(t,e){return Or(this,void 0,Promise,(function(){var n;return Pr(this,(function(r){switch(r.label){case 0:return[4,this.createSignedUrl(t,600,e)];case 1:return(n=r.sent()).data?[2,{data:{publicUrl:n.data.signedUrl}}]:[2,{data:null,error:n.error}]}}))}))},e.prototype.remove=function(t){return Or(this,void 0,Promise,(function(){var e,n,r,o,i,s,a,c,u,l,h=this;return Pr(this,(function(d){switch(d.label){case 0:for(d.trys.push([0,3,,4]),e=10,n=[],r=0;r<t.length;r+=e)n.push(t.slice(r,r+e));return[4,Promise.all(n.map((function(t){return Promise.all(t.map((function(t){return h.info(t)})))})))];case 1:return o=d.sent(),i=new Map,o.flat().forEach((function(n,r){n.data&&i.set(t[Math.floor(r/e)*e+r%e],n.data)})),s=t.map((function(t){return h._normalizeCloudId(t)})),[4,this.deleteFile({fileList:s})];case 2:if(a=d.sent(),(c=a.fileList.filter((function(t){return"SUCCESS"!==t.code}))).length>0)throw new gr("Delete failed for ".concat(c.length," file(s)"));return u=(new Date).toISOString(),[2,{data:t.map((function(t){var e=i.get(t);return{name:null==e?void 0:e.name,id:null==e?void 0:e.id,bucket_id:null==e?void 0:e.bucketId,owner:void 0,updated_at:(null==e?void 0:e.updatedAt)||u,created_at:null==e?void 0:e.createdAt,last_accessed_at:(null==e?void 0:e.lastAccessedAt)||u,metadata:(null==e?void 0:e.metadata)||{},buckets:{id:null==e?void 0:e.bucketId,name:null==e?void 0:e.bucketId,owner:void 0,public:!1,created_at:"",updated_at:u}}})),error:null}];case 3:if(l=d.sent(),this.shouldThrowOnError)throw l;if(br(l))return[2,{data:null,error:l}];throw l;case 4:return[2]}}))}))},e.prototype.list=function(){return Or(this,void 0,void 0,(function(){return Pr(this,(function(t){throw new gr("Not implemented")}))}))},e.prototype._getCloudPath=function(t){return t.replace(/^\/|\/$/g,"").replace(/\/+/g,"/")},e.prototype._normalizeCloudId=function(t){var e;if(/^cloud:\/\//.test(t))return t;var n=this._getCloudPath(t);if(!this.bucketId)throw new gr("bucketId is not set");var r=(null===(e=this.config)||void 0===e?void 0:e.env)||"";return r?"cloud://".concat(r,".").concat(this.bucketId,"/").concat(n):void 0},e.prototype.toBase64=function(t){return"undefined"!=typeof Buffer?Buffer.from(t).toString("base64"):btoa(t)},e.prototype._transformOptsToQueryString=function(t){var e=["imageMogr2"];if(t.width||t.height){var n=t.width||"",r=t.height||"";"fill"===t.resize?e.push("thumbnail/".concat(n,"x").concat(r,"!")):"contain"===t.resize?e.push("thumbnail/".concat(n,"x").concat(r)):e.push("thumbnail/".concat(n,"x").concat(r,"^"))}if(t.format&&"origin"!==t.format&&e.push("format/".concat(t.format)),void 0!==t.quality){var o=Math.max(1,Math.min(100,t.quality));e.push("quality/".concat(o))}return e.join("/")},e.prototype._extractPathFromFileId=function(t){var e=t.replace(/^cloud:\/\//,"").split("/");return e.length<2?t:e.slice(1).join("/")},e.prototype._extractBucketFromFileId=function(t){var e=t.replace(/^cloud:\/\//,"").split("/");if(e.length<1)return"";var n=e[0],r=n.indexOf(".");return-1===r?n:n.substring(r+1)},e}(Mr),Vr={name:"".concat(Ur,"/supabase"),IIFE:!0,entity:function(){var t=new WeakMap;Object.defineProperty(this.prototype,"storage",{get:function(){if(t.has(this))return t.get(this);var e=this,n=new Proxy({},{get:function(t,n){return"config"===n?e.config:"request"===n?e.request:void 0}}),r=new Br(n);return t.set(this,r),r},configurable:!0,enumerable:!0})}};try{cloudbase.registerComponent(Fr),cloudbase.registerComponent(Vr)}catch(t){}function Gr(t){try{t.registerComponent(Fr),t.registerComponent(Vr)}catch(t){console.warn(t)}}try{window.registerStorage=Gr}catch(t){}var Hr=l(6765),Kr=l.n(Hr),Jr=l(7195),zr=l.n(Jr),Yr=l(9850),$r=l.n(Yr);function Qr(t){return void 0===t&&(t=""),"".concat(t?"".concat(t,"_"):"").concat(+new Date,"_").concat(Math.random())}var Xr,Zr=function(t){this.close=t.close,this.onChange=t.onChange,this.onError=t.onError,t.debug&&Object.defineProperty(this,"virtualClient",{get:function(){return t.virtualClient}})},to=function(t){var e,n,r=t.id,o=t.docChanges,i=t.docs,s=t.msgType,a=t.type;Object.defineProperties(this,{id:{get:function(){return r},enumerable:!0},docChanges:{get:function(){return e||(e=JSON.parse(JSON.stringify(o))),e},enumerable:!0},docs:{get:function(){return n||(n=JSON.parse(JSON.stringify(i))),n},enumerable:!0},msgType:{get:function(){return s},enumerable:!0},type:{get:function(){return a},enumerable:!0}})},eo=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),no=function(t){function e(e){var n=t.call(this,"Watch Error ".concat(JSON.stringify(e.msgData)," (requestid: ").concat(e.requestId,")"))||this;return n.isRealtimeErrorMessageError=!0,n.payload=e,n}return eo(e,t),e}(Error),ro=function(t){return null==t?void 0:t.isRealtimeErrorMessageError},oo=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="timeout",e.payload=null,e.generic=!0,e}return eo(e,t),e}(Error),io=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cancelled",e.payload=null,e.generic=!0,e}return eo(e,t),e}(Error),so=function(t){function e(e){var n=t.call(this,e.errMsg)||this;return n.errCode="UNKNOWN_ERROR",Object.defineProperties(n,{message:{get:function(){return"errCode: ".concat(this.errCode," ").concat(ao[this.errCode]||""," | errMsg: ").concat(this.errMsg)},set:function(t){this.errMsg=t}}}),n.errCode=e.errCode||"UNKNOWN_ERROR",n.errMsg=e.errMsg,n}return eo(e,t),Object.defineProperty(e.prototype,"message",{get:function(){return"errCode: ".concat(this.errCode," | errMsg: ").concat(this.errMsg)},set:function(t){this.errMsg=t},enumerable:!1,configurable:!0}),e}(Error),ao={UNKNOWN_ERROR:"UNKNOWN_ERROR",SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG:"SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG",SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA:"SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA",SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR:"SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR",SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED:"SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED",SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL:"SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL",SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR:"SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR"},co=function(t){return void 0===t&&(t=0),new Promise((function(e){return setTimeout(e,t)}))},uo=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},lo=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},ho=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};!function(t){t.LOGGINGIN="LOGGINGIN",t.INITING="INITING",t.REBUILDING="REBUILDING",t.ACTIVE="ACTIVE",t.ERRORED="ERRORED",t.CLOSING="CLOSING",t.CLOSED="CLOSED",t.PAUSED="PAUSED",t.RESUMING="RESUMING"}(Xr||(Xr={}));var fo=function(){function t(t){var e=this;this.watchStatus=Xr.INITING,this.wsLogin=function(t,n){return uo(e,void 0,Promise,(function(){var e;return lo(this,(function(r){switch(r.label){case 0:return this.watchStatus=Xr.LOGGINGIN,[4,this.login(t,n)];case 1:return e=r.sent(),this.envId||(this.envId=e.envId),[2,e]}}))}))},this.initWatch=function(t){return uo(e,void 0,Promise,(function(){var e,n=this;return lo(this,(function(r){switch(r.label){case 0:if(null!==this.initWatchPromise&&void 0!==this.initWatchPromise)return[2,this.initWatchPromise];this.initWatchPromise=new Promise((function(e,r){uo(n,void 0,void 0,(function(){var n,o,i,s,a,c,u,l,h,d;return lo(this,(function(f){switch(f.label){case 0:return f.trys.push([0,3,,4]),this.watchStatus===Xr.PAUSED?(console.log("[realtime] initWatch cancelled on pause"),[2,e()]):[4,this.wsLogin(this.envId,t)];case 1:return n=f.sent().envId,this.watchStatus===Xr.PAUSED?(console.log("[realtime] initWatch cancelled on pause"),[2,e()]):(this.watchStatus=Xr.INITING,o={watchId:this.watchId,requestId:Qr(),msgType:"INIT_WATCH",msgData:{envId:n,collName:this.collectionName,query:this.query,limit:this.limit,orderBy:this.orderBy}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!0,timeout:1e4})]);case 2:if(i=f.sent(),s=i.msgData,a=s.events,c=s.currEvent,this.sessionInfo={queryID:i.msgData.queryID,currentEventId:c-1,currentDocs:[]},a.length>0){for(u=0,l=a;u<l.length;u++)l[u].ID=c;this.handleServerEvents(i)}else this.sessionInfo.currentEventId=c,h=new to({id:c,docChanges:[],docs:[],type:"init"}),this.listener.onChange(h),this.scheduleSendACK();return this.onWatchStart(this,this.sessionInfo.queryID),this.watchStatus=Xr.ACTIVE,this.availableRetries.INIT_WATCH=2,e(),[3,4];case 3:return d=f.sent(),this.handleWatchEstablishmentError(d,{operationName:"INIT_WATCH",resolve:e,reject:r}),[3,4];case 4:return[2]}}))}))})),e=!1,r.label=1;case 1:return r.trys.push([1,,3,4]),[4,this.initWatchPromise];case 2:return r.sent(),e=!0,[3,4];case 3:return this.initWatchPromise=void 0,[7];case 4:return console.log("[realtime] initWatch ".concat(e?"success":"fail")),[2]}}))}))},this.rebuildWatch=function(t){return uo(e,void 0,Promise,(function(){var e,n=this;return lo(this,(function(r){switch(r.label){case 0:if(null!==this.rebuildWatchPromise&&void 0!==this.rebuildWatchPromise)return[2,this.rebuildWatchPromise];this.rebuildWatchPromise=new Promise((function(e,r){uo(n,void 0,void 0,(function(){var n,o,i,s;return lo(this,(function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),this.watchStatus===Xr.PAUSED?(console.log("[realtime] rebuildWatch cancelled on pause"),[2,e()]):[4,this.wsLogin(this.envId,t)];case 1:if(n=a.sent().envId,!this.sessionInfo)throw new Error("can not rebuildWatch without a successful initWatch (lack of sessionInfo)");return this.watchStatus===Xr.PAUSED?(console.log("[realtime] rebuildWatch cancelled on pause"),[2,e()]):(this.watchStatus=Xr.REBUILDING,o={watchId:this.watchId,requestId:Qr(),msgType:"REBUILD_WATCH",msgData:{envId:n,collName:this.collectionName,queryID:this.sessionInfo.queryID,eventID:this.sessionInfo.currentEventId}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!1,timeout:1e4})]);case 2:return i=a.sent(),this.handleServerEvents(i),this.watchStatus=Xr.ACTIVE,this.availableRetries.REBUILD_WATCH=2,e(),[3,4];case 3:return s=a.sent(),this.handleWatchEstablishmentError(s,{operationName:"REBUILD_WATCH",resolve:e,reject:r}),[3,4];case 4:return[2]}}))}))})),e=!1,r.label=1;case 1:return r.trys.push([1,,3,4]),[4,this.rebuildWatchPromise];case 2:return r.sent(),e=!0,[3,4];case 3:return this.rebuildWatchPromise=void 0,[7];case 4:return console.log("[realtime] rebuildWatch ".concat(e?"success":"fail")),[2]}}))}))},this.handleWatchEstablishmentError=function(t,n){return uo(e,void 0,void 0,(function(){var e,r,o,i=this;return lo(this,(function(s){return e="INIT_WATCH"===n.operationName,r=function(){i.closeWithError(new so({errCode:e?ao.SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL:ao.SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL,errMsg:t})),n.reject(t)},o=function(t){i.useRetryTicket(n.operationName)?e?(i.initWatchPromise=void 0,n.resolve(i.initWatch(t))):(i.rebuildWatchPromise=void 0,n.resolve(i.rebuildWatch(t))):r()},this.handleCommonError(t,{onSignError:function(){return o(!0)},onTimeoutError:function(){return o(!1)},onNotRetryableError:r,onCancelledError:n.reject,onUnknownError:function(){uo(i,void 0,void 0,(function(){var t,e=this;return lo(this,(function(r){switch(r.label){case 0:return r.trys.push([0,8,,9]),t=function(){return uo(e,void 0,void 0,(function(){return lo(this,(function(t){switch(t.label){case 0:return this.pause(),[4,this.onceWSConnected()];case 1:return t.sent(),o(!0),[2]}}))}))},this.isWSConnected()?[3,2]:[4,t()];case 1:return r.sent(),[3,7];case 2:return[4,co(100)];case 3:return r.sent(),this.watchStatus!==Xr.PAUSED?[3,4]:(n.reject(new io("".concat(n.operationName," cancelled due to pause after unknownError"))),[3,7]);case 4:return this.isWSConnected()?[3,6]:[4,t()];case 5:return r.sent(),[3,7];case 6:o(!1),r.label=7;case 7:return[3,9];case 8:return r.sent(),o(!0),[3,9];case 9:return[2]}}))}))}}),[2]}))}))},this.closeWatch=function(){return uo(e,void 0,void 0,(function(){var t,e,n;return lo(this,(function(r){switch(r.label){case 0:if(t=this.sessionInfo?this.sessionInfo.queryID:"",this.watchStatus!==Xr.ACTIVE)return this.watchStatus=Xr.CLOSED,this.onWatchClose(this,t),[2];r.label=1;case 1:return r.trys.push([1,3,4,5]),this.watchStatus=Xr.CLOSING,e={watchId:this.watchId,requestId:Qr(),msgType:"CLOSE_WATCH",msgData:null},[4,this.send({msg:e})];case 2:return r.sent(),this.sessionInfo=void 0,this.watchStatus=Xr.CLOSED,[3,5];case 3:return n=r.sent(),this.closeWithError(new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL,errMsg:n})),[3,5];case 4:return this.onWatchClose(this,t),[7];case 5:return[2]}}))}))},this.scheduleSendACK=function(){e.clearACKSchedule(),e.ackTimeoutId=setTimeout((function(){e.waitExpectedTimeoutId?e.scheduleSendACK():e.sendACK()}),1e4)},this.clearACKSchedule=function(){e.ackTimeoutId&&clearTimeout(e.ackTimeoutId)},this.sendACK=function(){return uo(e,void 0,Promise,(function(){var t,e,n;return lo(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),this.watchStatus!==Xr.ACTIVE?(this.scheduleSendACK(),[2]):this.sessionInfo?(t={watchId:this.watchId,requestId:Qr(),msgType:"CHECK_LAST",msgData:{queryID:this.sessionInfo.queryID,eventID:this.sessionInfo.currentEventId}},[4,this.send({msg:t})]):(console.warn("[realtime listener] can not send ack without a successful initWatch (lack of sessionInfo)"),[2]);case 1:return r.sent(),this.scheduleSendACK(),[3,3];case 2:if(e=r.sent(),ro(e))switch((n=e.payload).msgData.code){case"CHECK_LOGIN_FAILED":case"SIGN_EXPIRED_ERROR":case"SIGN_INVALID_ERROR":case"SIGN_PARAM_INVALID":return this.rebuildWatch(),[2];case"QUERYID_INVALID_ERROR":case"SYS_ERR":case"INVALIID_ENV":case"COLLECTION_PERMISSION_DENIED":return this.closeWithError(new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL,errMsg:n.msgData.code})),[2]}return this.availableRetries.CHECK_LAST&&this.availableRetries.CHECK_LAST>0?(this.availableRetries.CHECK_LAST-=1,this.scheduleSendACK()):this.closeWithError(new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL,errMsg:e})),[3,3];case 3:return[2]}}))}))},this.handleCommonError=function(t,e){if(ro(t))switch(t.payload.msgData.code){case"CHECK_LOGIN_FAILED":case"SIGN_EXPIRED_ERROR":case"SIGN_INVALID_ERROR":case"SIGN_PARAM_INVALID":return void e.onSignError(t);default:return void e.onNotRetryableError(t)}else{if(function(t){return"timeout"===t.type}(t))return void e.onTimeoutError(t);if(function(t){return"cancelled"===t.type}(t))return void e.onCancelledError(t)}e.onUnknownError(t)},this.watchId="watchid_".concat(+new Date,"_").concat(Math.random()),this.envId=t.envId,this.collectionName=t.collectionName,this.query=t.query,this.limit=t.limit,this.orderBy=t.orderBy,this.send=t.send,this.login=t.login,this.isWSConnected=t.isWSConnected,this.onceWSConnected=t.onceWSConnected,this.getWaitExpectedTimeoutLength=t.getWaitExpectedTimeoutLength,this.onWatchStart=t.onWatchStart,this.onWatchClose=t.onWatchClose,this.debug=t.debug,this.availableRetries={INIT_WATCH:2,REBUILD_WATCH:2,CHECK_LAST:2},this.listener=new Zr({close:function(){e.closeWatch()},onChange:t.onChange,onError:t.onError,debug:this.debug,virtualClient:this}),this.initWatch()}return t.prototype.onMessage=function(t){var e=this;switch(this.watchStatus){case Xr.PAUSED:if("ERROR"!==t.msgType)return;break;case Xr.LOGGINGIN:case Xr.INITING:case Xr.REBUILDING:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received while ".concat(this.watchStatus));case Xr.CLOSED:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received when the watch has closed");case Xr.ERRORED:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received when the watch has ended with error")}if(this.sessionInfo)switch(this.scheduleSendACK(),t.msgType){case"NEXT_EVENT":console.warn("nextevent ".concat(t.msgData.currEvent," ignored"),t),this.handleServerEvents(t);break;case"CHECK_EVENT":this.sessionInfo.currentEventId<t.msgData.currEvent&&(this.sessionInfo.expectEventId=t.msgData.currEvent,this.clearWaitExpectedEvent(),this.waitExpectedTimeoutId=setTimeout((function(){e.rebuildWatch()}),this.getWaitExpectedTimeoutLength()),console.log("[realtime] waitExpectedTimeoutLength ".concat(this.getWaitExpectedTimeoutLength())));break;case"ERROR":this.closeWithError(new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG,errMsg:"".concat(t.msgData.code," - ").concat(t.msgData.message)}));break;default:console.warn("[realtime listener] virtual client receive unexpected msg ".concat(t.msgType,": "),t)}else console.warn("[realtime listener] internal non-fatal error: sessionInfo not found while message is received.")},t.prototype.closeWithError=function(t){var e;this.watchStatus=Xr.ERRORED,this.clearACKSchedule(),this.listener.onError(t),this.onWatchClose(this,(null===(e=this.sessionInfo)||void 0===e?void 0:e.queryID)||""),console.log("[realtime] client closed (".concat(this.collectionName," ").concat(this.query,") (watchId ").concat(this.watchId,")"))},t.prototype.pause=function(){this.watchStatus=Xr.PAUSED,console.log("[realtime] client paused (".concat(this.collectionName," ").concat(this.query,") (watchId ").concat(this.watchId,")"))},t.prototype.resume=function(){return uo(this,void 0,Promise,(function(){var t;return lo(this,(function(e){switch(e.label){case 0:this.watchStatus=Xr.RESUMING,console.log("[realtime] client resuming with ".concat(this.sessionInfo?"REBUILD_WATCH":"INIT_WATCH"," (").concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")")),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,this.sessionInfo?this.rebuildWatch():this.initWatch()];case 2:return e.sent(),console.log("[realtime] client successfully resumed (".concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")")),[3,4];case 3:return t=e.sent(),console.error("[realtime] client resume failed (".concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")"),t),[3,4];case 4:return[2]}}))}))},t.prototype.useRetryTicket=function(t){return!!(this.availableRetries[t]&&this.availableRetries[t]>0)&&(this.availableRetries[t]-=1,console.log("[realtime] ".concat(t," use a retry ticket, now only ").concat(this.availableRetries[t]," retry left")),!0)},t.prototype.handleServerEvents=function(t){return uo(this,void 0,void 0,(function(){var e;return lo(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.scheduleSendACK(),[4,this.handleServerEventsInternel(t)];case 1:return n.sent(),this.postHandleServerEventsValidityCheck(t),[3,3];case 2:throw e=n.sent(),console.error("[realtime listener] internal non-fatal error: handle server events failed with error: ",e),e;case 3:return[2]}}))}))},t.prototype.handleServerEventsInternel=function(t){return uo(this,void 0,void 0,(function(){var e,n,r,o,i,s,a,c,u,l,h,d;return lo(this,(function(f){switch(f.label){case 0:if(e=t.requestId,n=t.msgData.events,r=t.msgType,!n.length||!this.sessionInfo)return[2];o=this.sessionInfo;try{i=n.map(po)}catch(t){return this.closeWithError(new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA,errMsg:t})),[2]}s=ho([],o.currentDocs,!0),a=!1,c=function(n,c){var l,h,d,f,p,v,y,m,g,b,w,_;return lo(this,(function(I){switch(I.label){case 0:return l=i[n],o.currentEventId>=l.id?(!i[n-1]||l.id>i[n-1].id?console.warn("[realtime] duplicate event received, cur ".concat(o.currentEventId," but got ").concat(l.id)):console.error("[realtime listener] server non-fatal error: events out of order (the latter event's id is smaller than that of the former) (requestId ".concat(e,")")),[2,"continue"]):[3,1];case 1:if(o.currentEventId!==l.id-1)return[3,2];switch(l.dataType){case"update":if(!l.doc)switch(l.queueType){case"update":case"dequeue":if(h=s.find((function(t){return t._id===l.docId})),h){if(d=$r()(h),l.updatedFields&&Object.keys(l.updatedFields).forEach((function(t){Kr()(d,t,l.updatedFields[t])})),l.removedFields)for(f=0,p=l.removedFields;f<p.length;f++)v=p[f],zr()(d,v);l.doc=d}else console.error("[realtime listener] internal non-fatal server error: unexpected update dataType event where no doc is associated.");break;case"enqueue":throw m=new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="update" and queueType="enqueue" (requestId '.concat(t.requestId,")")}),u.closeWithError(m),m}break;case"replace":if(!l.doc)throw m=new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="replace" (requestId '.concat(t.requestId,")")}),u.closeWithError(m),m;break;case"remove":(y=s.find((function(t){return t._id===l.docId})))?l.doc=y:console.error("[realtime listener] internal non-fatal server error: unexpected remove event where no doc is associated.");break;case"limit":if(!l.doc)switch(l.queueType){case"dequeue":(y=s.find((function(t){return t._id===l.docId})))?l.doc=y:console.error("[realtime listener] internal non-fatal server error: unexpected limit dataType event where no doc is associated.");break;case"enqueue":throw m=new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="limit" and queueType="enqueue" (requestId '.concat(t.requestId,")")}),u.closeWithError(m),m}}switch(l.queueType){case"init":a?s.push(l.doc):(a=!0,s=[l.doc]);break;case"enqueue":s.push(l.doc);break;case"dequeue":g=s.findIndex((function(t){return t._id===l.docId})),g>-1?s.splice(g,1):console.error("[realtime listener] internal non-fatal server error: unexpected dequeue event where no doc is associated.");break;case"update":g=s.findIndex((function(t){return t._id===l.docId})),g>-1?s[g]=l.doc:console.error("[realtime listener] internal non-fatal server error: unexpected queueType update event where no doc is associated.")}return(n===c-1||i[n+1]&&i[n+1].id!==l.id)&&(b=ho([],s,!0),w=i.slice(0,n+1).filter((function(t){return t.id===l.id})),u.sessionInfo.currentEventId=l.id,u.sessionInfo.currentDocs=s,_=new to({id:l.id,docChanges:w,docs:b,msgType:r}),u.listener.onChange(_)),[3,4];case 2:return console.warn("[realtime listener] event received is out of order, cur ".concat(u.sessionInfo.currentEventId," but got ").concat(l.id)),[4,u.rebuildWatch()];case 3:return I.sent(),[2,{value:void 0}];case 4:return[2]}}))},u=this,l=0,h=i.length,f.label=1;case 1:return l<h?[5,c(l,h)]:[3,4];case 2:if("object"==typeof(d=f.sent()))return[2,d.value];f.label=3;case 3:return l++,[3,1];case 4:return[2]}}))}))},t.prototype.postHandleServerEventsValidityCheck=function(t){this.sessionInfo?(this.sessionInfo.expectEventId&&this.sessionInfo.currentEventId>=this.sessionInfo.expectEventId&&this.clearWaitExpectedEvent(),this.sessionInfo.currentEventId<t.msgData.currEvent&&console.warn("[realtime listener] internal non-fatal error: client eventId does not match with server event id after server event handling")):console.error("[realtime listener] internal non-fatal error: sessionInfo lost after server event handling, this should never occur")},t.prototype.clearWaitExpectedEvent=function(){this.waitExpectedTimeoutId&&(clearTimeout(this.waitExpectedTimeoutId),this.waitExpectedTimeoutId=void 0)},t}();function po(t){var e={id:t.ID,dataType:t.DataType,queueType:t.QueueType,docId:t.DocID,doc:t.Doc&&"{}"!==t.Doc?JSON.parse(t.Doc):void 0};return"update"===t.DataType&&(t.UpdatedFields&&(e.updatedFields=JSON.parse(t.UpdatedFields)),(t.removedFields||t.RemovedFields)&&(e.removedFields=JSON.parse(t.removedFields))),e}var vo,yo={1e3:{code:1e3,name:"Normal Closure",description:"Normal closure; the connection successfully completed whatever purpose for which it was created."},1001:{code:1001,name:"Going Away",description:"The endpoint is going away, either because of a server failure or because the browser is navigating away from the page that opened the connection."},1002:{code:1002,name:"Protocol Error",description:"The endpoint is terminating the connection due to a protocol error."},1003:{code:1003,name:"Unsupported Data",description:"The connection is being terminated because the endpoint received data of a type it cannot accept (for example, a text-only endpoint received binary data)."},1005:{code:1005,name:"No Status Received",description:"Indicates that no status code was provided even though one was expected."},1006:{code:1006,name:"Abnormal Closure",description:"Used to indicate that a connection was closed abnormally (that is, with no close frame being sent) when a status code is expected."},1007:{code:1007,name:"Invalid frame payload data",description:"The endpoint is terminating the connection because a message was received that contained inconsistent data (e.g., non-UTF-8 data within a text message)."},1008:{code:1008,name:"Policy Violation",description:"The endpoint is terminating the connection because it received a message that violates its policy. This is a generic status code, used when codes 1003 and 1009 are not suitable."},1009:{code:1009,name:"Message too big",description:"The endpoint is terminating the connection because a data frame was received that is too large."},1010:{code:1010,name:"Missing Extension",description:"The client is terminating the connection because it expected the server to negotiate one or more extension, but the server didn't."},1011:{code:1011,name:"Internal Error",description:"The server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request."},1012:{code:1012,name:"Service Restart",description:"The server is terminating the connection because it is restarting."},1013:{code:1013,name:"Try Again Later",description:"The server is terminating the connection due to a temporary condition, e.g. it is overloaded and is casting off some of its clients."},1014:{code:1014,name:"Bad Gateway",description:"The server was acting as a gateway or proxy and received an invalid response from the upstream server. This is similar to 502 HTTP Status Code."},1015:{code:1015,name:"TLS Handshake",description:"Indicates that the connection was closed due to a failure to perform a TLS handshake (e.g., the server certificate can't be verified)."},3e3:{code:3e3,name:"Reconnect WebSocket",description:"The client is terminating the connection because it wants to reconnect"},3001:{code:3001,name:"No Realtime Listeners",description:"The client is terminating the connection because no more realtime listeners exist"},3002:{code:3002,name:"Heartbeat Ping Error",description:"The client is terminating the connection due to its failure in sending heartbeat messages"},3003:{code:3003,name:"Heartbeat Pong Timeout Error",description:"The client is terminating the connection because no heartbeat response is received from the server"},3050:{code:3050,name:"Server Close",description:"The client is terminating the connection because no heartbeat response is received from the server"}};!function(t){t[t.NormalClosure=1e3]="NormalClosure",t[t.GoingAway=1001]="GoingAway",t[t.ProtocolError=1002]="ProtocolError",t[t.UnsupportedData=1003]="UnsupportedData",t[t.NoStatusReceived=1005]="NoStatusReceived",t[t.AbnormalClosure=1006]="AbnormalClosure",t[t.InvalidFramePayloadData=1007]="InvalidFramePayloadData",t[t.PolicyViolation=1008]="PolicyViolation",t[t.MessageTooBig=1009]="MessageTooBig",t[t.MissingExtension=1010]="MissingExtension",t[t.InternalError=1011]="InternalError",t[t.ServiceRestart=1012]="ServiceRestart",t[t.TryAgainLater=1013]="TryAgainLater",t[t.BadGateway=1014]="BadGateway",t[t.TLSHandshake=1015]="TLSHandshake",t[t.ReconnectWebSocket=3e3]="ReconnectWebSocket",t[t.NoRealtimeListeners=3001]="NoRealtimeListeners",t[t.HeartbeatPingError=3002]="HeartbeatPingError",t[t.HeartbeatPongTimeoutError=3003]="HeartbeatPongTimeoutError",t[t.NoAuthentication=3050]="NoAuthentication"}(vo||(vo={}));var mo=function(t,e){var n=yo[t],r=n?"".concat(n.name,", code ").concat(t,", reason ").concat(e||n.description):"code ".concat(t);return new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED,errMsg:r})},go=null,bo="web";function wo(){return go}function _o(){return bo}function Io(t){bo=t}var Eo=function(){return Eo=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Eo.apply(this,arguments)},So=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Oo=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Po=function(){function t(t){var e=this;this.virtualWSClient=new Set,this.queryIdClientMap=new Map,this.watchIdClientMap=new Map,this.pingFailed=0,this.pongMissed=0,this.logins=new Map,this.wsReadySubsribers=[],this.wsResponseWait=new Map,this.rttObserved=[],this.send=function(t){return So(e,void 0,Promise,(function(){var e=this;return Oo(this,(function(n){return[2,new Promise((function(n,r){So(e,void 0,void 0,(function(){var e,o,i,s,a,c,u,l,h=this;return Oo(this,(function(d){switch(d.label){case 0:o=!1,i=!1,s=function(t){o=!0,e&&clearTimeout(e),n(t)},a=function(t){i=!0,e&&clearTimeout(e),r(t)},t.timeout&&(e=setTimeout((function(){So(h,void 0,void 0,(function(){return Oo(this,(function(t){switch(t.label){case 0:return o&&i?[3,2]:[4,co(0)];case 1:t.sent(),o&&i||a(new oo("wsclient.send timedout")),t.label=2;case 2:return[2]}}))}))}),t.timeout)),d.label=1;case 1:return d.trys.push([1,8,,9]),void 0===this.wsInitPromise&&null===this.wsInitPromise?[3,3]:[4,this.wsInitPromise];case 2:d.sent(),d.label=3;case 3:if(!this.ws)return a(new Error("invalid state: ws connection not exists, can not send message")),[2];if(1!==this.ws.readyState)return a(new Error("ws readyState invalid: ".concat(this.ws.readyState,", can not send message"))),[2];t.waitResponse&&(c={resolve:s,reject:a,skipOnMessage:t.skipOnMessage},this.wsResponseWait.set(t.msg.requestId,c)),d.label=4;case 4:return d.trys.push([4,6,,7]),[4,this.ws.send(JSON.stringify(t.msg))];case 5:return d.sent(),t.waitResponse||s(void 0),[3,7];case 6:return(u=d.sent())&&(a(u),t.waitResponse&&this.wsResponseWait.delete(t.msg.requestId)),[3,7];case 7:return[3,9];case 8:return l=d.sent(),a(l),[3,9];case 9:return[2]}}))}))}))]}))}))},this.closeAllClients=function(t){e.virtualWSClient.forEach((function(e){e.closeWithError(t)}))},this.pauseClients=function(t){(t||e.virtualWSClient).forEach((function(t){t.pause()}))},this.resumeClients=function(t){(t||e.virtualWSClient).forEach((function(t){t.resume()}))},this.initWebSocketConnection=function(t,n){return void 0===n&&(n=e.maxReconnect),So(e,void 0,Promise,(function(){var e=this;return Oo(this,(function(r){switch(r.label){case 0:if(t&&this.reconnectState)return[2];if(t&&(this.reconnectState=!0),void 0!==this.wsInitPromise&&null!==this.wsInitPromise)return[2,this.wsInitPromise];t&&this.pauseClients(),this.close(vo.ReconnectWebSocket),this.wsInitPromise=new Promise((function(r,o){So(e,void 0,void 0,(function(){var e,i,s=this;return Oo(this,(function(a){switch(a.label){case 0:return a.trys.push([0,6,,11]),[4,this.getWsSign()];case 1:return e=a.sent(),[4,new Promise((function(t){var n=e.wsUrl||"wss://tcb-ws.tencentcloudapi.com",r=wo();s.ws=r?new r(n):new WebSocket(n),t(void 0)}))];case 2:return a.sent(),this.ws.connect?[4,this.ws.connect()]:[3,4];case 3:a.sent(),a.label=4;case 4:return[4,this.initWebSocketEvent()];case 5:return a.sent(),r(),t&&(this.resumeClients(),this.reconnectState=!1),[3,11];case 6:return i=a.sent(),console.error("[realtime] initWebSocketConnection connect fail",i),n>0?(this.wsInitPromise=void 0,[4,co(this.reconnectInterval)]):[3,9];case 7:a.sent(),t&&(this.reconnectState=!1),a.label=8;case 8:return r(this.initWebSocketConnection(t,n-1)),[3,10];case 9:o(i),t&&this.closeAllClients(new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL,errMsg:i})),a.label=10;case 10:return[3,11];case 11:return[2]}}))}))})),r.label=1;case 1:return r.trys.push([1,3,4,5]),[4,this.wsInitPromise];case 2:return r.sent(),this.wsReadySubsribers.forEach((function(t){return(0,t.resolve)()})),[3,5];case 3:return r.sent(),this.wsReadySubsribers.forEach((function(t){return(0,t.reject)()})),[3,5];case 4:return this.wsInitPromise=void 0,this.wsReadySubsribers=[],[7];case 5:return[2]}}))}))},this.initWebSocketEvent=function(){return new Promise((function(t,n){if(!e.ws)throw new Error("can not initWebSocketEvent, ws not exists");var r=!1;e.ws.onopen=function(e){console.warn("[realtime] ws event: open",e),r=!0,t()},e.ws.onerror=function(t){e.logins=new Map,r?(console.error("[realtime] ws event: error",t),e.clearHeartbeat(),e.virtualWSClient.forEach((function(e){return e.closeWithError(new so({errCode:ao.SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR,errMsg:t}))}))):(console.error("[realtime] ws open failed with ws event: error",t),n(t))},e.ws.onclose=function(t){switch(console.warn("[realtime] ws event: close",t),e.logins=new Map,e.clearHeartbeat(),t.code){case vo.ReconnectWebSocket:case vo.NoRealtimeListeners:break;case vo.HeartbeatPingError:case vo.HeartbeatPongTimeoutError:case vo.NormalClosure:case vo.AbnormalClosure:e.maxReconnect>0?e.initWebSocketConnection(!0,e.maxReconnect):e.closeAllClients(mo(t.code));break;case vo.NoAuthentication:e.closeAllClients(mo(t.code,t.reason));break;default:e.maxReconnect>0?e.initWebSocketConnection(!0,e.maxReconnect):e.closeAllClients(mo(t.code))}},e.ws.onmessage=function(t){var n,r,o=(null===(n=t.data)||void 0===n?void 0:n.data)||t.data;e.heartbeat();try{r="string"==typeof o?JSON.parse(o):o}catch(t){throw new Error("[realtime] onMessage parse res.data error: ".concat(t))}if("ERROR"===r.msgType){var i=null;e.virtualWSClient.forEach((function(t){t.watchId===r.watchId&&(i=t)})),i&&i.listener.onError(r)}var s=e.wsResponseWait.get(r.requestId);if(s){try{"ERROR"===r.msgType?s.reject(new no(r)):s.resolve(r)}catch(t){console.error("ws onMessage responseWaitSpec.resolve(msg) errored:",t)}finally{e.wsResponseWait.delete(r.requestId)}if(s.skipOnMessage)return}if("PONG"!==r.msgType){var a=r.watchId&&e.watchIdClientMap.get(r.watchId);if(a)a.onMessage(r);else switch(console.error("[realtime] no realtime listener found responsible for watchId ".concat(r.watchId,": "),r),r.msgType){case"INIT_EVENT":case"NEXT_EVENT":case"CHECK_EVENT":(a=e.queryIdClientMap.get(r.msgData.queryID))&&a.onMessage(r);break;default:for(var c=0,u=Array.from(e.watchIdClientMap.entries());c<u.length;c++){u[c][1].onMessage(r);break}}}else if(e.lastPingSendTS){var l=Date.now()-e.lastPingSendTS;if(l>1e4)return void console.warn("[realtime] untrusted rtt observed: ".concat(l));e.rttObserved.length>=3&&e.rttObserved.splice(0,e.rttObserved.length-3+1),e.rttObserved.push(l)}},e.heartbeat()}))},this.isWSConnected=function(){return Boolean(e.ws&&1===e.ws.readyState)},this.onceWSConnected=function(){return So(e,void 0,Promise,(function(){var t=this;return Oo(this,(function(e){return this.isWSConnected()?[2]:null!==this.wsInitPromise&&void 0!==this.wsInitPromise?[2,this.wsInitPromise]:[2,new Promise((function(e,n){t.wsReadySubsribers.push({resolve:e,reject:n})}))]}))}))},this.webLogin=function(t,n){return So(e,void 0,Promise,(function(){var e,r,o,i,s,a,c,u,l=this;return Oo(this,(function(h){switch(h.label){case 0:if(!n)if(t){if(e=this.logins.get(t)){if(e.loggedIn&&e.loginResult)return[2,e.loginResult];if(null!==e.loggingInPromise&&void 0!==e.loggingInPromise)return[2,e.loggingInPromise]}}else if(null!==(null==(r=this.logins.get(""))?void 0:r.loggingInPromise)&&void 0!==(null==r?void 0:r.loggingInPromise))return[2,r.loggingInPromise];o=new Promise((function(t,e){So(l,void 0,void 0,(function(){var n,r,o,i,s;return Oo(this,(function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),[4,this.getWsSign()];case 1:return n=a.sent(),r={envId:n.envId||"",accessToken:"",referrer:"web",sdkVersion:"",dataVersion:""},o={watchId:void 0,requestId:Qr(),msgType:"LOGIN",msgData:r,exMsgData:{runtime:_o(),signStr:n.signStr,secretVersion:n.secretVersion}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!0,timeout:5e3})];case 2:return(i=a.sent()).msgData.code?e(new Error("".concat(i.msgData.code," ").concat(i.msgData.message))):t({envId:n.envId}),[3,4];case 3:return s=a.sent(),e(s),[3,4];case 4:return[2]}}))}))})),i=t&&this.logins.get(t),s=Date.now(),i?(i.loggedIn=!1,i.loggingInPromise=o,i.loginStartTS=s):(i={loggedIn:!1,loggingInPromise:o,loginStartTS:s},this.logins.set(t||"",i)),h.label=1;case 1:return h.trys.push([1,3,,4]),[4,o];case 2:if(a=h.sent(),(c=t&&this.logins.get(t))&&c===i&&c.loginStartTS===s)return i.loggedIn=!0,i.loggingInPromise=void 0,i.loginStartTS=void 0,i.loginResult=a,[2,a];if(c){if(c.loggedIn&&c.loginResult)return[2,c.loginResult];if(null!==c.loggingInPromise&&void 0!==c.loggingInPromise)return[2,c.loggingInPromise];throw new Error("ws unexpected login info")}throw new Error("ws login info reset");case 3:throw u=h.sent(),i.loggedIn=!1,i.loggingInPromise=void 0,i.loginStartTS=void 0,i.loginResult=void 0,u;case 4:return[2]}}))}))},this.getWsSign=function(){return So(e,void 0,Promise,(function(){var t,e,n,r,o,i,s;return Oo(this,(function(a){switch(a.label){case 0:return this.wsSign&&this.wsSign.expiredTs>Date.now()?[2,this.wsSign]:(t=Date.now()+6e4,[4,this.context.appConfig.request.send("auth.wsWebSign",{runtime:_o()})]);case 1:if((e=a.sent()).code)throw new Error("[tcb-js-sdk] 获取实时数据推送登录票据失败: ".concat(e.code));if(e.data)return n=e.data,r=n.signStr,o=n.wsUrl,i=n.secretVersion,s=n.envId,[2,{signStr:r,wsUrl:o,secretVersion:i,envId:s,expiredTs:t}];throw new Error("[tcb-js-sdk] 获取实时数据推送登录票据失败")}}))}))},this.getWaitExpectedTimeoutLength=function(){return e.rttObserved.length?e.rttObserved.reduce((function(t,e){return t+e}))/e.rttObserved.length*1.5:5e3},this.ping=function(){return So(e,void 0,void 0,(function(){var t;return Oo(this,(function(e){switch(e.label){case 0:return t={watchId:void 0,requestId:Qr(),msgType:"PING",msgData:null},[4,this.send({msg:t})];case 1:return e.sent(),[2]}}))}))},this.onWatchStart=function(t,n){e.queryIdClientMap.set(n,t)},this.onWatchClose=function(t,n){n&&e.queryIdClientMap.delete(n),e.watchIdClientMap.delete(t.watchId),e.virtualWSClient.delete(t),e.virtualWSClient.size||e.close(vo.NoRealtimeListeners)},this.maxReconnect=t.maxReconnect||5,this.reconnectInterval=t.reconnectInterval||1e4,this.context=t.context}return t.prototype.clearHeartbeat=function(){this.pingTimeoutId&&clearTimeout(this.pingTimeoutId),this.pongTimeoutId&&clearTimeout(this.pongTimeoutId)},t.prototype.close=function(t){this.clearHeartbeat(),this.ws&&(this.ws.close(t,yo[t].name),this.ws=void 0)},t.prototype.watch=function(t){this.ws||void 0!==this.wsInitPromise&&null!==this.wsInitPromise||this.initWebSocketConnection(!1);var e=new fo(Eo(Eo({},t),{send:this.send,login:this.webLogin,isWSConnected:this.isWSConnected,onceWSConnected:this.onceWSConnected,getWaitExpectedTimeoutLength:this.getWaitExpectedTimeoutLength,onWatchStart:this.onWatchStart,onWatchClose:this.onWatchClose,debug:!0}));return this.virtualWSClient.add(e),this.watchIdClientMap.set(e.watchId,e),e.listener},t.prototype.heartbeat=function(t){var e=this;this.clearHeartbeat(),this.pingTimeoutId=setTimeout((function(){So(e,void 0,void 0,(function(){var t=this;return Oo(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),this.ws&&1===this.ws.readyState?(this.lastPingSendTS=Date.now(),[4,this.ping()]):[2];case 1:return e.sent(),this.pingFailed=0,this.pongTimeoutId=setTimeout((function(){console.error("pong timed out"),t.pongMissed<2?(t.pongMissed+=1,t.heartbeat(!0)):t.initWebSocketConnection(!0)}),this.context.appConfig.realtimePongWaitTimeout),[3,3];case 2:return e.sent(),this.pingFailed<2?(this.pingFailed+=1,this.heartbeat()):this.close(vo.HeartbeatPingError),[3,3];case 3:return[2]}}))}))}),t?0:this.context.appConfig.realtimePingInterval)},t}(),To={target:"database",entity:function(){var t,e=this.platform,n=e.adapter,r=e.runtime;t=n.wsClass,go=t,Io(r)}},Ao={name:"realtime",IIFE:!0,entity:function(){this.prototype.wsClientClass=Po}};try{cloudbase.registerComponent(Ao),cloudbase.registerHook(To)}catch(t){}const Ro=(t=>{var e={};return l.d(e,t),e})({generateHTTPClient:()=>r.generateHTTPClient,generateMySQLClient:()=>r.generateMySQLClient,generatePGClient:()=>r.generatePGClient});var Co=function(){return Co=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Co.apply(this,arguments)},No=V,xo="models",Lo=new WeakMap;function Uo(t){return new Proxy({},{get:function(e,n){var r=t.getEndPointWithKey("GATEWAY"),o=r.BASE_URL,i=r.PROTOCOL,s=Co(Co({},t),{BASE_URL:o,PROTOCOL:i}),a=Lo.get(s);return a||(a=function(t){var e=this,n=t.callFunction.bind(t),r=t.request.fetch.bind(t.request),o=t.getEndPointWithKey("GATEWAY"),i=o.BASE_URL,s=o.PROTOCOL,a="".concat(s).concat(i,"/model"),c="".concat(s).concat(i,"/sql"),u=(0,Ro.generateHTTPClient)(n,(function(t){return n=e,o=void 0,s=function(){return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}(this,(function(e){switch(e.label){case 0:return[4,r(Co(Co({},t),{headers:Co({"Content-Type":"application/json"},t.headers)}))];case 1:return[4,e.sent().data];case 2:return[2,e.sent()]}}))},new((i=void 0)||(i=Promise))((function(t,e){function r(t){try{c(s.next(t))}catch(t){e(t)}}function a(t){try{c(s.throw(t))}catch(t){e(t)}}function c(e){var n;e.done?t(e.value):(n=e.value,n instanceof i?n:new i((function(t){t(n)}))).then(r,a)}c((s=s.apply(n,o||[])).next())}));var n,o,i,s}),a,{sqlBaseUrl:c});return u}(t),Lo.set(s,a)),a[n]}})}var Do="cloudbase_init",ko=new No;ko.on(Do,(function(t){var e=t.data;Object.assign(e,{models:Uo(e)})}));var jo={name:xo,namespace:xo,entity:new Proxy({},{get:function(t,e){console.warn("【deprecated】Accessing Cloudbase.prototype.models.".concat(e,"."))}}),injectEvents:{bus:ko,events:[Do]}};try{cloudbase.registerComponent(jo)}catch(t){}function qo(t){try{t.registerComponent(jo)}catch(t){console.warn(t)}}try{window.registerModel=qo}catch(t){}const Mo=(t=>{var e={};return l.d(e,t),e})({ReadableStream:()=>o.ReadableStream,TransformStream:()=>o.TransformStream}),Wo=(t=>{var e={};return l.d(e,t),e})({createReadableStreamWrapper:()=>i.createReadableStreamWrapper});var Fo=[239,187,191];const Bo=(t=>{var e={};return l.d(e,t),e})({TextDecoder:()=>s.TextDecoder});var Vo=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Go=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Ho=Mo.ReadableStream,Ko=Mo.TransformStream,Jo=function(){var t;return new Ko({start:function(e){t=function(t){var e,n,r,o,i,s,a;return c(),{feed:function(t){n=n?n+t:t,e&&function(t){return Fo.every((function(e,n){return t.charCodeAt(n)===e}))}(n)&&(n=n.slice(Fo.length)),e=!1;for(var i=n.length,s=0,a=!1;s<i;){a&&("\n"===n[s]&&(s+=1),a=!1);for(var c=-1,l=o,h=void 0,d=r;c<0&&d<i;d++)":"===(h=n[d])&&l<0?l=d-s:"\r"===h?(a=!0,c=d-s):"\n"===h&&(c=d-s);if(c<0){r=i-s,o=l;break}r=0,o=-1,u(n,s,l,c),s+=c+1}s===i?n="":s>0&&(n=n.slice(s))},reset:c};function c(){e=!0,n="",r=0,o=-1,i=void 0,s=void 0,a=""}function u(e,n,r,o){if(0===o)return a.length>0&&(t({type:"event",id:i,event:s||void 0,data:a.slice(0,-1)}),a="",i=void 0),void(s=void 0);var c,u=r<0,l=e.slice(n,n+(u?o:r)),h=n+(c=u?o:" "===e[n+r+1]?r+2:r+1),d=o-c,f=e.slice(h,h+d).toString();if("data"===l)a+=f?"".concat(f,"\n"):"\n";else if("event"===l)s=f;else if("id"!==l||f.includes("\0")){if("retry"===l){var p=parseInt(f,10);Number.isNaN(p)||t({type:"reconnect-interval",value:p})}}else i=f}}((function(t){"event"===t.type&&e.enqueue(t)}))},transform:function(e){t.feed(e)}})},zo=(0,Wo.createReadableStreamWrapper)(Ho),Yo=function(){function t(t,e){void 0===t&&(t="utf-8"),void 0===e&&(e={});var n=this;this.transform=new Ko({transform:function(t,e){var r=n.handle.decode(new Uint8Array(t),{stream:!0});r&&e.enqueue(r)},flush:function(t){var e=n.handle.decode();e&&t.enqueue(e),t.terminate()}}),this.handle=new Bo.TextDecoder(t,e)}return Object.defineProperty(t.prototype,"encoding",{get:function(){return this.handle.encoding},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"fatal",{get:function(){return this.handle.fatal},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ignoreBOM",{get:function(){return this.handle.ignoreBOM},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"readable",{get:function(){return this.transform.readable},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"writable",{get:function(){return this.transform.writable},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,Symbol.toStringTag,{get:function(){return"TextDecoderStream"},enumerable:!1,configurable:!0}),t}();function $o(t){var e=t;return e[Symbol.asyncIterator]=function(){var e=t.getReader();return{next:function(){return Vo(this,void 0,Promise,(function(){var t,n,r;return Go(this,(function(o){switch(o.label){case 0:return[4,e.read()];case 1:return t=o.sent(),n=t.done,r=t.value,[2,n?{done:!0,value:void 0}:{done:!1,value:r}]}}))}))}}},e}function Qo(t){return $o(t.pipeThrough(new Yo).pipeThrough(Jo()).pipeThrough(new Ko({transform:function(t,e){try{var n=JSON.parse(t.data);e.enqueue(n)}catch(n){"[DONE]"!==t.data?console.warn("Error when transforming event source data to json",n,t):e.terminate()}}})))}function Xo(t){var e,n,r,o;return Vo(this,void 0,void 0,(function(){var i,s,a,c,u,l;return Go(this,(function(h){switch(h.label){case 0:i=function(t){return $o(zo(t).pipeThrough(new Yo))}(t),s="",h.label=1;case 1:h.trys.push([1,6,7,12]),a=!0,c=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t="function"==typeof __values?__values(t):t[Symbol.iterator](),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(n){e[n]=t[n]&&function(e){return new Promise((function(r,o){!function(t,e,n,r){Promise.resolve(r).then((function(e){t({value:e,done:n})}),e)}(r,o,(e=t[n](e)).done,e.value)}))}}}(i),h.label=2;case 2:return[4,c.next()];case 3:if(u=h.sent(),e=u.done)return[3,5];o=u.value,a=!1;try{s+=o}finally{a=!0}h.label=4;case 4:return[3,2];case 5:return[3,12];case 6:return l=h.sent(),n={error:l},[3,12];case 7:return h.trys.push([7,,10,11]),a||e||!(r=c.return)?[3,9]:[4,r.call(c)];case 8:h.sent(),h.label=9;case 9:return[3,11];case 10:if(n)throw n.error;return[7];case 11:return[7];case 12:return[2,JSON.parse(s)]}}))}))}function Zo(){var t,e;return{promise:new Promise((function(n,r){t=n,e=r})),res:t,rej:e}}function ti(t){var e;return"assistant"===t.role&&"tool_calls"in t&&null!=(null===(e=t.tool_calls)||void 0===e?void 0:e[0])}var ei=function(){return ei=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ei.apply(this,arguments)},ni=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},ri=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},oi=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n},ii=function(){function t(t,e){this.baseUrl=e;var n=arguments[2];this.req="string"==typeof n?function(e){var r=e.headers,o=void 0===r?{}:r,i=oi(e,["headers"]);return t(ei(ei({},i),{headers:ei(ei({},o),{Authorization:"Bearer ".concat(n)})}))}:t}return t.prototype.list=function(t,e){return this.req({method:"get",url:this.join("bots"),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.create=function(t,e){var n=t.botInfo;return this.req({method:"post",url:this.join("bots"),data:n,timeout:null==e?void 0:e.timeout})},t.prototype.get=function(t,e){var n=t.botId;return this.req({method:"get",url:this.join("bots/".concat(n)),timeout:null==e?void 0:e.timeout})},t.prototype.update=function(t,e){var n=t.botId,r=t.botInfo;return this.req({method:"PATCH",url:this.join("bots/".concat(n)),data:r,timeout:null==e?void 0:e.timeout})},t.prototype.delete=function(t,e){var n=t.botId;return this.req({method:"delete",url:this.join("bots/".concat(n)),timeout:null==e?void 0:e.timeout})},t.prototype.getChatRecords=function(t,e){return this.req({method:"get",url:this.join("bots/".concat(t.botId,"/records")),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.sendFeedback=function(t,e){var n=t.userFeedback;return this.req({method:"post",url:this.join("bots/".concat(n.botId,"/feedback")),data:n,timeout:null==e?void 0:e.timeout})},t.prototype.getFeedback=function(t,e){return this.req({method:"get",url:this.join("bots/".concat(t.botId,"/feedback")),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.uploadFiles=function(t,e){return ni(this,void 0,void 0,(function(){return ri(this,(function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/files")),data:t,timeout:null==e?void 0:e.timeout})]}))}))},t.prototype.createConversation=function(t,e){var n=t.botId,r=oi(t,["botId"]);return ni(this,void 0,void 0,(function(){return ri(this,(function(t){return[2,this.req({method:"post",url:this.join("bots/".concat(n,"/conversation")),data:r,timeout:null==e?void 0:e.timeout})]}))}))},t.prototype.getConversation=function(t,e){var n=t.pageSize,r=void 0===n?10:n,o=t.pageNumber,i=void 0===o?1:o,s=t.botId,a=oi(t,["pageSize","pageNumber","botId"]);return ni(this,void 0,void 0,(function(){var t,n;return ri(this,(function(o){if(i<1)throw new Error("pageNumber must be greater than 0");return t=r*(i-1),n=r,[2,this.req({method:"get",url:this.join("bots/".concat(s,"/conversation")),data:ei(ei({},a),{offset:t,limit:n}),timeout:null==e?void 0:e.timeout})]}))}))},t.prototype.deleteConversation=function(t,e){var n=t.botId,r=t.conversationId,o=oi(t,["botId","conversationId"]);return ni(this,void 0,void 0,(function(){return ri(this,(function(t){return[2,this.req({method:"delete",url:this.join("bots/".concat(n,"/conversation/").concat(r)),data:o,timeout:null==e?void 0:e.timeout})]}))}))},t.prototype.speechToText=function(t,e){return ni(this,void 0,void 0,(function(){return ri(this,(function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/speech-to-text")),data:t,timeout:null==e?void 0:e.timeout})]}))}))},t.prototype.textToSpeech=function(t,e){return ni(this,void 0,void 0,(function(){return ri(this,(function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/text-to-speech")),data:t,timeout:null==e?void 0:e.timeout})]}))}))},t.prototype.getTextToSpeechResult=function(t,e){return ni(this,void 0,void 0,(function(){return ri(this,(function(n){return[2,this.req({method:"get",url:this.join("bots/".concat(t.botId,"/text-to-speech")),data:t,timeout:null==e?void 0:e.timeout})]}))}))},t.prototype.getRecommendQuestions=function(t,e){return ni(this,void 0,void 0,(function(){var n;return ri(this,(function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/recommend-questions")),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new si(n)]}}))}))},t.prototype.generateBot=function(t,e){return ni(this,void 0,void 0,(function(){var n;return ri(this,(function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("generate-bot"),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new si(n)]}}))}))},t.prototype.getPreview=function(t,e){return ni(this,void 0,void 0,(function(){var n;return ri(this,(function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("preview"),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new si(n)]}}))}))},t.prototype.generateImage=function(t,e){return this.req({method:"post",url:this.join("generate-image"),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.sendMessage=function(t,e){return ni(this,void 0,void 0,(function(){var n;return ri(this,(function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/send-message")),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new si(n)]}}))}))},t.prototype.join=function(t){return"".concat(this.baseUrl,"/").concat(t)},t}(),si=function(){function t(t){var e=zo(t);this._eventSourceStream=e.pipeThrough(new Yo).pipeThrough(Jo())}return Object.defineProperty(t.prototype,"teeedStream",{get:function(){var t=this._eventSourceStream.tee(),e=t[0],n=t[1];return this._eventSourceStream=n,e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"eventSourceStream",{get:function(){return $o(this.teeedStream)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataStream",{get:function(){return $o(this.eventSourceStream.pipeThrough(new Ko({transform:function(t,e){try{var n=JSON.parse(t.data);e.enqueue(n)}catch(n){"[DONE]"!==t.data?console.warn("Error when transforming event source data to json",n,t):e.terminate()}}})))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"textStream",{get:function(){return $o(this.dataStream.pipeThrough(new Ko({transform:function(t,e){var n;e.enqueue(null!==(n=null==t?void 0:t.content)&&void 0!==n?n:"")}})))},enumerable:!1,configurable:!0}),t}(),ai=function(){return ai=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ai.apply(this,arguments)},ci=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},ui=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};function li(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tool_choice,i=t.tools,s=t.top_p;return ai(ai({},t),{messages:e,model:n,temperature:r,tool_choice:(o&&"auto"!==o&&console.warn("`tool_choice` is not 'auto'"),o),tools:i,top_p:s})}var hi=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="zhipu/api/paas/v4/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return ci(this,void 0,Promise,(function(){var n,r;return ui(this,(function(o){switch(o.label){case 0:return n=li(t),[4,this.req({url:this.url,data:ai(ai({},n),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return r=o.sent(),[2,ai(ai({},r),{rawResponse:r})]}}))}))},t.prototype.doStream=function(t,e){return ci(this,void 0,Promise,(function(){var n,r,o,i;return ui(this,(function(s){switch(s.label){case 0:return n=li(t),r=null,[4,this.req({url:this.url,data:ai(ai({},n),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return o=s.sent(),i=zo(o),[2,$o(Qo(i).pipeThrough(new Ko({transform:function(t,e){var n=t.choices.map((function(t){var e=t.delta;return null==r&&(r=ti(e)),r?ai(ai({},t),{finish_reason:"tool_calls",delta:e}):t})),o=ai(ai({},t),{choices:n});e.enqueue(ai(ai({},o),{rawResponse:t}))}})))]}}))}))},t}(),di=function(){return di=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},di.apply(this,arguments)};function fi(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tool_choice,i=t.tools,s=t.top_p;return di(di({},t),{messages:(e.forEach((function(t){"tool_calls"in t&&t.tool_calls.filter((function(t){return"function"!==t.type})).forEach((function(e){return console.warn("`type` in tool_call is not 'function'",e,t)}))})),e),model:n,tools:function(){if(i)return i.forEach((function(t){"function"!==t.type&&console.warn("`type` in tool is not 'function'",t)})),i}(),top_p:s,tool_choice:o,temperature:r})}function pi(t){return"object"!=typeof t||null==t?t:Array.isArray(t)?t.map((function(t){return pi(t)})):Object.entries(t).reduce((function(t,e){var n,r=e[0],o=e[1];return t["_"===(n=r.replace(/[A-Z]/g,(function(t){return"_".concat(t.toLowerCase())}))).charAt(0)?n.slice(1):n]="object"==typeof o?pi(o):o,t}),{})}var vi=function(){return vi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},vi.apply(this,arguments)},yi=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},mi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},gi=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-beta/openapi/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return yi(this,void 0,Promise,(function(){var n;return mi(this,(function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:vi(vi({},fi(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,vi(vi({},n),{rawResponse:n})]}}))}))},t.prototype.doStream=function(t,e){return yi(this,void 0,Promise,(function(){var n,r,o;return mi(this,(function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:vi(vi({},fi(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=zo(r),[2,$o(Qo(o).pipeThrough(new Ko({transform:function(t,e){var r=t.choices.map((function(t){var e=t.delta;return null==n&&(n=ti(e)),n?vi(vi({},t),{finish_reason:"tool_calls",delta:e}):t})),o=vi(vi({},t),{choices:r});e.enqueue(vi(vi({},o),{rawResponse:t}))}})))]}}))}))},t}(),bi=function(){return bi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},bi.apply(this,arguments)},wi=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},_i=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Ii=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return wi(this,void 0,Promise,(function(){var n,r;return _i(this,(function(o){switch(o.label){case 0:return[4,this.req({url:this.url,headers:{"X-Tc-Action":"ChatCompletions"},data:bi(bi({},fi(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=o.sent(),r=pi(n.Response),[2,bi(bi({},r),{rawResponse:n})]}}))}))},t.prototype.doStream=function(t,e){return wi(this,void 0,Promise,(function(){var n,r,o;return _i(this,(function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,headers:{"X-Tc-Action":"ChatCompletions"},data:bi(bi({},t),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=zo(r),[2,$o(Qo(o).pipeThrough(new Ko({transform:function(t,e){var r=pi(t),o=r.choices.map((function(t){var e=t.delta;return null==n&&(n=ti(e)),n?bi(bi({},t),{finish_reason:"tool_calls",delta:e}):t})),i=bi(bi({},r),{choices:o});e.enqueue(bi(bi({},i),{rawResponse:t}))}})))]}}))}))},t}(),Ei=function(){return Ei=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ei.apply(this,arguments)},Si=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Oi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};function Pi(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return Ei(Ei({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var Ti=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="ark/api/v3/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Si(this,void 0,Promise,(function(){var n;return Oi(this,(function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Ei(Ei({},Pi(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Ei(Ei({},n),{rawResponse:n})]}}))}))},t.prototype.doStream=function(t,e){return Si(this,void 0,Promise,(function(){var n,r,o;return Oi(this,(function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:Ei(Ei({},Pi(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=zo(r),[2,$o(Qo(o).pipeThrough(new Ko({transform:function(t,e){var r=t.choices.map((function(t){var e=t.delta;return null==n&&(n=ti(e)),n?Ei(Ei({},t),{finish_reason:"tool_calls",delta:e}):t})),o=Ei(Ei({},t),{choices:r});e.enqueue(Ei(Ei({},o),{rawResponse:t}))}})))]}}))}))},t}(),Ai=function(){return Ai=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ai.apply(this,arguments)},Ri=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Ci=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};function Ni(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return Ai(Ai({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var xi=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="dashscope/compatible-mode/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Ri(this,void 0,Promise,(function(){var n;return Ci(this,(function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Ai(Ai({},Ni(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Ai(Ai({},n),{rawResponse:n})]}}))}))},t.prototype.doStream=function(t,e){return Ri(this,void 0,Promise,(function(){var n,r,o;return Ci(this,(function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:Ai(Ai({},Ni(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=zo(r),[2,$o(Qo(o).pipeThrough(new Ko({transform:function(t,e){var r=t.choices.map((function(t){var e=Object.assign(t.delta,{role:"assistant"});return null==n&&(n=ti(e)),Ai(Ai({},t),n?{finish_reason:"tool_calls",delta:e}:{delta:e})})),o=Ai(Ai({},t),{choices:r});e.enqueue(Ai(Ai({},o),{rawResponse:t}))}})))]}}))}))},t}(),Li=function(){return Li=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Li.apply(this,arguments)},Ui=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Di=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};function ki(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return Li(Li({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var ji=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="01-ai/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Ui(this,void 0,Promise,(function(){var n;return Di(this,(function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Li(Li({},ki(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Li(Li({},n),{rawResponse:n})]}}))}))},t.prototype.doStream=function(t,e){return Ui(this,void 0,Promise,(function(){var n,r,o,i,s;return Di(this,(function(a){switch(a.label){case 0:return n=null,[4,this.req({url:this.url,data:Li(Li({},ki(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=a.sent(),o=zo(r),i=Qo(o),s=i.pipeThrough(new Ko({transform:function(t,e){var r,o,i,s,a,c;if((null===(i=null===(o=null===(r=null==t?void 0:t.choices)||void 0===r?void 0:r[0])||void 0===o?void 0:o.delta)||void 0===i?void 0:i.content)||(null===(c=null===(a=null===(s=null==t?void 0:t.choices)||void 0===s?void 0:s[0])||void 0===a?void 0:a.delta)||void 0===c?void 0:c.tool_calls)){var u=t.choices.map((function(t){var e=Object.assign(t.delta,{role:"assistant"});return null==n&&(n=ti(e)),Li(Li({},t),n?{finish_reason:"tool_calls",delta:e}:{delta:e})})),l=Li(Li({},t),{choices:u});e.enqueue(Li(Li({},l),{rawResponse:t}))}}})),[2,$o(s)]}}))}))},t}(),qi=function(){return qi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},qi.apply(this,arguments)},Mi=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Wi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};function Fi(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return qi(qi({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var Bi=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="moonshot/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Mi(this,void 0,Promise,(function(){var n;return Wi(this,(function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:qi(qi({},Fi(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,qi(qi({},n),{rawResponse:n})]}}))}))},t.prototype.doStream=function(t,e){return Mi(this,void 0,Promise,(function(){var n,r,o;return Wi(this,(function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:qi(qi({},Fi(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=zo(r),[2,$o(Qo(o).pipeThrough(new Ko({transform:function(t,e){var r=t.choices.map((function(t){var e=t.delta;return null==n&&(n=ti(e)),n?qi(qi({},t),{finish_reason:"tool_calls",delta:e}):t})),o=qi(qi({},t),{choices:r});e.enqueue(qi(qi({},o),{rawResponse:t}))}})))]}}))}))},t}(),Vi=function(){return Vi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Vi.apply(this,arguments)},Gi=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Hi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Ki=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-exp/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t){return Gi(this,void 0,Promise,(function(){var e;return Hi(this,(function(n){switch(n.label){case 0:return[4,this.req({url:this.url,data:Vi(Vi({},fi(t)),{stream:!1}),stream:!1})];case 1:return e=n.sent(),[2,Vi(Vi({},e),{rawResponse:e})]}}))}))},t.prototype.doStream=function(t){return Gi(this,void 0,Promise,(function(){var e,n,r;return Hi(this,(function(o){switch(o.label){case 0:return e=null,[4,this.req({url:this.url,data:Vi(Vi({},fi(t)),{stream:!0}),stream:!0})];case 1:return n=o.sent(),r=zo(n),[2,$o(Qo(r).pipeThrough(new Ko({transform:function(t,n){var r=t.choices.map((function(t){var n=t.delta;return null==e&&(e=ti(n)),e?Vi(Vi({},t),{finish_reason:"tool_calls",delta:n}):t})),o=Vi(Vi({},t),{choices:r});n.enqueue(Vi(Vi({},o),{rawResponse:t}))}})))]}}))}))},t}(),Ji=function(){return Ji=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ji.apply(this,arguments)},zi=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Yi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},$i=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-open/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return zi(this,void 0,Promise,(function(){var n;return Yi(this,(function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Ji(Ji({},fi(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Ji(Ji({},n),{rawResponse:n})]}}))}))},t.prototype.doStream=function(t,e){return zi(this,void 0,Promise,(function(){var n,r,o;return Yi(this,(function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:Ji(Ji({},fi(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=zo(r),[2,$o(Qo(o).pipeThrough(new Ko({transform:function(t,e){var r=t.choices.map((function(t){var e=t.delta;return null==n&&(n=ti(e)),n?Ji(Ji({},t),{finish_reason:"tool_calls",delta:e}):t})),o=Ji(Ji({},t),{choices:r});e.enqueue(Ji(Ji({},o),{rawResponse:t}))}})))]}}))}))},t}(),Qi=function(){return Qi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Qi.apply(this,arguments)},Xi=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Zi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},ts=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="deepseek/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Xi(this,void 0,Promise,(function(){var n;return Zi(this,(function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Qi(Qi({},t),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Qi(Qi({},n),{rawResponse:n})]}}))}))},t.prototype.doStream=function(t,e){return Xi(this,void 0,Promise,(function(){var n,r,o;return Zi(this,(function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:Qi(Qi({},t),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=zo(r),[2,$o(Qo(o).pipeThrough(new Ko({transform:function(t,e){var r=t.choices.map((function(t){var e=t.delta;return null==n&&(n=ti(e)),n?Qi(Qi({},t),{finish_reason:"tool_calls",delta:e}):t})),o=Qi(Qi({},t),{choices:r});e.enqueue(Qi(Qi({},o),{rawResponse:t}))}})))]}}))}))},t}(),es=function(){return es=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},es.apply(this,arguments)},ns=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},rs=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},os=function(){function t(t,e,n){void 0===n&&(n=""),this.req=t,this.baseUrl=e,this.subUrl=n}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t){return ns(this,void 0,Promise,(function(){var e;return rs(this,(function(n){switch(n.label){case 0:return[4,this.req({url:this.url,data:es(es({},t),{stream:!1}),stream:!1})];case 1:return e=n.sent(),[2,es(es({},e),{rawResponse:e})]}}))}))},t.prototype.doStream=function(t){return ns(this,void 0,Promise,(function(){var e,n,r;return rs(this,(function(o){switch(o.label){case 0:return e=null,[4,this.req({url:this.url,data:es(es({},t),{stream:!0}),stream:!0})];case 1:return n=o.sent(),r=zo(n),[2,$o(Qo(r).pipeThrough(new Ko({transform:function(t,n){var r=t.choices.map((function(t){var n=t.delta;return null==e&&(e=ti(n)),e?es(es({},t),{finish_reason:"tool_calls",delta:n}):t})),o=es(es({},t),{choices:r});n.enqueue(es(es({},o),{rawResponse:t}))}})))]}}))}))},t}(),is=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.provider=n,this.defaultGenerateImageSubUrl="images/generations",this.generateImageSubUrlConfig={"hunyuan-image":{"hunyuan-image-v3.0-v1.0.4":"images/ar/generations","hunyuan-image-v3.0-v1.0.1":"images/ar/generations"}},this.generateImage=this.generateImageImpl.bind(this)}return t.prototype.generateImageImpl=function(t){var e,n,r,o,i;return n=this,r=void 0,i=function(){var n,r;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}(this,(function(o){switch(o.label){case 0:return n=this.defaultGenerateImageSubUrl,"object"==typeof t&&t&&"model"in t&&"string"==typeof t.model&&(r=null===(e=this.generateImageSubUrlConfig[this.provider])||void 0===e?void 0:e[t.model])&&(n=r),[4,this.req({url:this.getGenerateUrl(n),data:t,stream:!1})];case 1:return[2,o.sent()]}}))},new((o=Promise)||(o=Promise))((function(t,e){function s(t){try{c(i.next(t))}catch(t){e(t)}}function a(t){try{c(i.throw(t))}catch(t){e(t)}}function c(e){var n;e.done?t(e.value):(n=e.value,n instanceof o?n:new o((function(t){t(n)}))).then(s,a)}c((i=i.apply(n,r||[])).next())}))},t.prototype.getGenerateUrl=function(t){return"".concat(this.baseUrl,"/").concat(this.provider,"/").concat(t)},t}(),ss=function(){return ss=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ss.apply(this,arguments)},as=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},cs=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},us=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function ls(t){var e,n=t.onStepFinish,r=t.abortSignal,o=t.maxSteps,i=t.topP,s=t.toolChoice,a=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["onStepFinish","abortSignal","maxSteps","topP","toolChoice"]);if(null!=o&&o<1)throw new Error("`maxSteps` muse be greater than 0.");return[{onStepFinish:n,abortSignal:r,maxSteps:o},ss(ss({},a),{tools:null===(e=a.tools)||void 0===e?void 0:e.map((function(t){return"fn"in t?function(t){return{type:"function",function:{description:t.description,name:t.name,parameters:t.parameters}}}(t):t})),top_p:null!=i?i:a.top_p,tool_choice:null!=s?s:a.tool_choice})]}var hs=function(){function t(t){this.model=t}return t.prototype.generateText=function(t,e){var n,r;return as(this,void 0,Promise,(function(){var o,i,s,a,c,u,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O=this;return cs(this,(function(P){switch(P.label){case 0:return o=[],i={completion_tokens:0,prompt_tokens:0,total_tokens:0},s=ls(t),a=s[0],c=a.onStepFinish,u=a.maxSteps,l=void 0===u?10:u,h=s[1],[4,(d=function(){return O.model.doGenerate(h,e)})()];case 1:f=P.sent(),p=1,f.rawResponse&&o.push(f.rawResponse),v=null,P.label=2;case 2:if(!(p<l&&null!=(v=ds(f))))return[3,9];y=ys(f.usage),ms(i,y),P.label=3;case 3:return P.trys.push([3,7,,8]),[4,vs(v)];case 4:return m=P.sent(),g=f.choices[0],[4,null==c?void 0:c({finishReason:g.finish_reason,messages:h.messages.slice(),text:g.message.content,toolCall:v,toolResult:m,stepUsage:y,totalUsage:Object.assign({},i)})];case 5:return P.sent(),fs(h.messages,g.message,m),[4,d()];case 6:return(f=P.sent()).rawResponse&&o.push(f.rawResponse),p+=1,[3,8];case 7:return b=P.sent(),[2,{text:"",messages:h.messages,usage:i,error:b,rawResponses:o}];case 8:return[3,2];case 9:return w=null===(n=null==f?void 0:f.choices)||void 0===n?void 0:n[0],_=null==w?void 0:w.message,I=null!==(r=null==_?void 0:_.content)&&void 0!==r?r:"",E=_?us(us([],h.messages,!0),[_],!1):h.messages,S=ys(f.usage),ms(i,S),[4,null==c?void 0:c({finishReason:w.finish_reason,messages:E.slice(),text:I,toolCall:ds(f),toolResult:null,stepUsage:S,totalUsage:Object.assign({},i)})];case 10:return P.sent(),[2,{text:I,messages:E,usage:i,rawResponses:o}]}}))}))},t.prototype.streamText=function(t,e){var n;return as(this,void 0,Promise,(function(){var r,o,i,s,a,c,u,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,P,T,A,R,C,N,x,L,U,D,k,j,q,M=this;return cs(this,(function(W){switch(W.label){case 0:return r={completion_tokens:0,prompt_tokens:0,total_tokens:0},o=ls(t),i=o[0],s=i.onStepFinish,a=i.maxSteps,c=void 0===a?10:a,u=o[1],[4,(l=function(){return M.model.doStream(u,e)})()];case 1:h=W.sent(),d=1,f=null,p=function(){var t=h.tee(),e=t[0],n=t[1];return h=$o(e),function(t){var e,n,r,o,i,s,a,c,u,l;return as(this,void 0,Promise,(function(){var h,d,f,p,v,y,m,g,b,w,_,I,E;return cs(this,(function(S){switch(S.label){case 0:h={completion_tokens:0,prompt_tokens:0,total_tokens:0},d=$o(t),p={role:"assistant",content:"",tool_calls:[f={id:"",function:{name:"",arguments:""},type:""}]},S.label=1;case 1:S.trys.push([1,6,7,12]),v=!0,y=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t="function"==typeof __values?__values(t):t[Symbol.iterator](),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(n){e[n]=t[n]&&function(e){return new Promise((function(r,o){!function(t,e,n,r){Promise.resolve(r).then((function(e){t({value:e,done:n})}),e)}(r,o,(e=t[n](e)).done,e.value)}))}}}(d),S.label=2;case 2:return[4,y.next()];case 3:if(m=S.sent(),e=m.done)return[3,5];o=m.value,v=!1;try{if(!(b=null==(g=o)?void 0:g.choices[0]))return[2,null];if(w=b.finish_reason,_=b.delta,"tool_calls"!==w)return[2,null];if(!_)return[3,4];if(_.content&&(p.content+=_.content),!("tool_calls"in _))return[3,4];(null==(I=null===(i=null==_?void 0:_.tool_calls)||void 0===i?void 0:i[0])?void 0:I.id)&&(f.id=I.id),(null==I?void 0:I.type)&&(f.type=I.type),(null===(s=null==I?void 0:I.function)||void 0===s?void 0:s.name)&&(f.function.name=I.function.name),(null===(a=null==I?void 0:I.function)||void 0===a?void 0:a.arguments)&&(f.function.arguments+=I.function.arguments),(null===(c=null==g?void 0:g.usage)||void 0===c?void 0:c.completion_tokens)&&(h.completion_tokens=g.usage.completion_tokens),(null===(u=null==g?void 0:g.usage)||void 0===u?void 0:u.prompt_tokens)&&(h.prompt_tokens=g.usage.prompt_tokens),(null===(l=null==g?void 0:g.usage)||void 0===l?void 0:l.total_tokens)&&(h.total_tokens=g.usage.total_tokens)}finally{v=!0}S.label=4;case 4:return[3,2];case 5:return[3,12];case 6:return E=S.sent(),n={error:E},[3,12];case 7:return S.trys.push([7,,10,11]),v||e||!(r=y.return)?[3,9]:[4,r.call(y)];case 8:S.sent(),S.label=9;case 9:return[3,11];case 10:if(n)throw n.error;return[7];case 11:return[7];case 12:return[2,{message:p,usage:h}]}}))}))}(n)},W.label=2;case 2:return(v=d<c)?[4,p()]:[3,4];case 3:v=null!=(f=W.sent()),W.label=4;case 4:if(!v)return[3,11];y=f.message,m=f.usage,ms(r,m),g=null===(n=y.tool_calls)||void 0===n?void 0:n[0],W.label=5;case 5:return W.trys.push([5,9,,10]),[4,vs(g)];case 6:return b=W.sent(),[4,null==s?void 0:s({finishReason:"tool_calls",messages:u.messages.slice(),text:y.content,toolCall:g,toolResult:b,stepUsage:m,totalUsage:Object.assign({},r)})];case 7:return W.sent(),fs(u.messages,y,b),[4,l()];case 8:return h=W.sent(),[3,10];case 9:return w=W.sent(),_=h.tee(),I=_[0],E=_[1],[2,{messages:Promise.resolve(u.messages),dataStream:$o(I),textStream:$o(E.pipeThrough(new Ko({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:Promise.resolve(r),error:w}];case 10:return[3,2];case 11:return[4,p()];case 12:return(f=W.sent())?(S=f.message,O=f.usage,ms(r,O),P=us(us([],u.messages,!0),[S],!1),s({messages:P.slice(),finishReason:"tool_call",stepUsage:O,text:S.content,toolCall:S.tool_calls[0],totalUsage:Object.assign({},r)}),T=h.tee(),A=T[0],R=T[1],[2,{messages:Promise.resolve(us(us([],u.messages,!0),[S],!1)),dataStream:$o(A),textStream:$o(R.pipeThrough(new Ko({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:Promise.resolve(r)}]):(C=Zo(),N=Zo(),x={role:"assistant",content:""},L="",U={completion_tokens:0,prompt_tokens:0,total_tokens:0},D=h.pipeThrough(new Ko({transform:function(t,e){var n,r,o,i,s,a,c,u,l=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof l&&(x.content+=l);var h=null===(s=null===(i=null==t?void 0:t.choices)||void 0===i?void 0:i[0])||void 0===s?void 0:s.finish_reason;h&&(L=h),(null===(a=null==t?void 0:t.usage)||void 0===a?void 0:a.completion_tokens)&&(U.completion_tokens=t.usage.completion_tokens),(null===(c=null==t?void 0:t.usage)||void 0===c?void 0:c.prompt_tokens)&&(U.prompt_tokens=t.usage.prompt_tokens),(null===(u=null==t?void 0:t.usage)||void 0===u?void 0:u.total_tokens)&&(U.total_tokens=t.usage.total_tokens),e.enqueue(t)},flush:function(){C.res(us(us([],u.messages,!0),[x],!1)),ms(r,U),N.res(Object.assign({},r)),null==s||s({messages:us(us([],u.messages,!0),[x],!1),finishReason:L,text:x.content,stepUsage:U,totalUsage:Object.assign({},r)})}})),k=D.tee(),j=k[0],q=k[1],[2,{messages:C.promise,dataStream:$o(j),textStream:$o(q.pipeThrough(new Ko({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:N.promise}])}}))}))},t}();function ds(t){var e,n=null===(e=null==t?void 0:t.choices)||void 0===e?void 0:e[0];if(!n)return null;var r=n.finish_reason,o=n.message;return"tool_calls"!==r?null:o&&ti(o)?o.tool_calls[0]:null}function fs(t,e,n){t.push(e,{role:"tool",tool_call_id:e.tool_calls[0].id,content:JSON.stringify(n)})}var ps=new Map;function vs(t){return ps.get(t.function.name)(JSON.parse(t.function.arguments))}function ys(t){var e,n,r;return{completion_tokens:null!==(e=null==t?void 0:t.completion_tokens)&&void 0!==e?e:0,prompt_tokens:null!==(n=null==t?void 0:t.prompt_tokens)&&void 0!==n?n:0,total_tokens:null!==(r=null==t?void 0:t.total_tokens)&&void 0!==r?r:0}}function ms(t,e){t.completion_tokens+=e.completion_tokens,t.prompt_tokens+=e.prompt_tokens,t.total_tokens+=e.total_tokens}var gs={hunyuan:Ii,"hunyuan-beta":gi,ark:Ti,dashscope:xi,"01-ai":ji,moonshot:Bi,zhipu:hi,"hunyuan-exp":Ki,"hunyuan-open":$i,deepseek:ts},bs=function(){return bs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},bs.apply(this,arguments)},ws=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},_s=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Is=gs,Es=function(){function t(t,e,n){var r=this;this.req=t,this.baseUrl=e,this.modelRequest=function(t){var e=t.url,n=t.data,o=t.headers,i=t.stream,s=t.timeout;return ws(r,void 0,void 0,(function(){var t,r,a,c,u,l,h;return _s(this,(function(d){switch(d.label){case 0:return t={"Content-Type":"application/json"},i&&Object.assign(t,{Accept:"text/event-stream"}),[4,this.req.fetch({method:"post",headers:bs(bs((u={},u[null===(l=this.i18n)||void 0===l?void 0:l.LANG_HEADER_KEY]=null===(h=this.i18n)||void 0===h?void 0:h.lang,u),t),o),body:JSON.stringify(n),url:e,stream:i,timeout:s})];case 1:return r=d.sent(),a=r.data,c=r.header,[2,this.handleResponseData(a,c)]}}))}))},this.botRequest=function(t){var e=t.method,n=t.url,o=t.data,i=void 0===o?{}:o,s=t.headers,a=t.stream,c=t.timeout;return ws(r,void 0,void 0,(function(){var t,r,o,u,l,h,d,f;return _s(this,(function(p){switch(p.label){case 0:return"get"!==e?[3,2]:(t=this.handleResponseData,[4,this.req.fetch({url:"".concat(n,"?").concat((v=i,Object.entries(v).map((function(t){var e=t[0],n=t[1];return"".concat(e,"=").concat(n)})).join("&"))),method:e,headers:s,stream:a,timeout:c})]);case 1:return[2,t.apply(this,[p.sent().data])];case 2:return r={"Content-Type":"application/json"},a&&Object.assign(r,{Accept:"text/event-stream"}),[4,this.req.fetch({url:n,body:JSON.stringify(i),headers:bs(bs((h={},h[null===(d=this.i18n)||void 0===d?void 0:d.LANG_HEADER_KEY]=null===(f=this.i18n)||void 0===f?void 0:f.lang,h),r),s),stream:a,method:e,timeout:c})];case 3:return o=p.sent(),u=o.data,l=o.header,[2,this.handleResponseData(u,l)]}var v}))}))},this.aiBaseUrl="".concat(e,"/ai"),this.aiBotBaseUrl="".concat(e,"/aibot"),this.bot=new ii(this.botRequest,this.aiBotBaseUrl),this.i18n=n,G.on(H,(function(t){var e;r.i18n=(null===(e=t.data)||void 0===e?void 0:e.i18n)||r.i18n}))}return t.prototype.handleResponseData=function(t,e){var n,r;return ws(this,void 0,void 0,(function(){var o,i;return _s(this,(function(s){switch(s.label){case 0:return o="".concat(this.i18n.t("请检查调用方式,或前往云开发 AI+ 首页查看文档"),":https://tcb.cloud.tencent.com/dev#/ai"),"object"==typeof t&&t&&"then"in t?[4,t]:[3,2];case 1:if("object"==typeof(i=s.sent())&&i&&"code"in i&&"NORMAL"!==i.code)throw new Error("".concat(this.i18n.t("AI+ 请求出错,错误码"),":").concat(i.code,",").concat(this.i18n.t("错误信息"),":").concat(i.message,"\n").concat(o,"\n").concat(JSON.stringify(i,null,2)));return[2,t];case 2:return(null===(r=null===(n=null==e?void 0:e.get)||void 0===n?void 0:n.call(e,"content-type"))||void 0===r?void 0:r.includes("application/json"))?[4,Xo(t)]:[3,4];case 3:if("object"==typeof(i=s.sent())&&i&&"code"in i&&"NORMAL"!==i.code)throw new Error("".concat(this.i18n.t("AI+ 请求出错,错误码"),":").concat(i.code,",").concat(this.i18n.t("错误信息"),":").concat(i.message,"\n").concat(o,"\n").concat(JSON.stringify(i,null,2)));s.label=4;case 4:return[2,t]}}))}))},t.prototype.createModel=function(t,e){var n,r=Is[t];if(r)n=new r(this.modelRequest,this.aiBaseUrl);else{var o="string"==typeof(null==e?void 0:e.defaultModelSubUrl)?e.defaultModelSubUrl:"/chat/completions";n=new os(this.modelRequest,this.aiBaseUrl,"".concat(t).concat(o))}return new hs(n)},t.prototype.registerModel=function(t,e){null==Is[t]?Is[t]=e:console.warn("AI model ".concat(t," already exists!"))},t.prototype.createImageModel=function(t){return new is(this.modelRequest,this.aiBaseUrl,t)},t.prototype.registerFunctionTool=function(t){ps.has(t.name)&&console.warn("AI function tool ".concat(t.name," already exists and will be overwritten!")),ps.set(t.name,t.fn)},t}(),Ss=function(){return Ss=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ss.apply(this,arguments)},Os=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n},Ps=(Os(c,["MODELS"]),function(t){var e=t.getAccessToken,n=t.req;return{download:n.download,post:n.post,upload:n.upload,fetch:function(t){return r=void 0,o=void 0,s=function(){var r,o,i,s,a;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}(this,(function(c){switch(c.label){case 0:if("function"!=typeof n.fetch)throw new Error("req.fetch is not a function");return r=t.token,o=t.headers,i=void 0===o?{}:o,s=Os(t,["token","headers"]),null==r?[3,1]:(a=r,[3,3]);case 1:return[4,e()];case 2:a=c.sent().accessToken,c.label=3;case 3:return[2,n.fetch(Ss({headers:Ss({Authorization:"Bearer ".concat(a)},i)},s))]}}))},new((i=void 0)||(i=Promise))((function(t,e){function n(t){try{c(s.next(t))}catch(t){e(t)}}function a(t){try{c(s.throw(t))}catch(t){e(t)}}function c(e){var r;e.done?t(e.value):(r=e.value,r instanceof i?r:new i((function(t){t(r)}))).then(n,a)}c((s=s.apply(r,o||[])).next())}));var r,o,i,s}}});var Ts={name:"ai",entity:{ai:function(t){var e,n=this,r=this.request;if(null==r.fetch)throw new Error("cloudbase.request.fetch() unimplemented!");var o=null!==(e=null==t?void 0:t.baseUrl)&&void 0!==e?e:function(){var t=n.getEndPointWithKey("GATEWAY"),e=t.BASE_URL,r=t.PROTOCOL;return"".concat(r).concat(e)}();return function(t){var e=t.env,n=t.baseUrl,r=t.req,o=t.getAccessToken,i=t.handleReqInstance,s=t.i18n;return new Es(function(){if(null==i){if(null==o)throw new Error("`getAccessToken` is required when `handleReqInstance` is not provided!");return Ps({req:r,getAccessToken:o})}return i({req:r})}(),function(){if(null!=n)return n;if(null==e)throw new Error("`env` is required when `baseUrl` is not provided!");return"https://".concat(e,".api.tcloudbasegateway.com/v1")}(),s)}({req:r,baseUrl:o,handleReqInstance:function(t){return t.req},i18n:this.config.i18n})}}};function As(t){try{t.registerComponent(Ts)}catch(t){console.warn(t)}}try{window.registerAi=As}catch(t){}var Rs=function(){return Rs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Rs.apply(this,arguments)};function Cs(t,e,n){var r=this,o=t.request.fetch.bind(t.request),i=e||{},s=i.instance,a=void 0===s?n?void 0:"default":s,c=i.database,u=void 0===c?n?void 0:t.config.env:c,l=function(t,e){return n=r,i=void 0,c=function(){var n,r,i,s;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}(this,(function(c){switch(c.label){case 0:return n={},e.headers instanceof Headers?e.headers.forEach((function(t,e){n[e]=t})):n=e.headers||{},[["X-Db-Instance",a],["Accept-Profile",u],["Content-Profile",u]].forEach((function(t){var e=t[0],r=t[1];n[e]||n[e.toLocaleLowerCase()]||!r||(n[e]=r)})),[4,o(Rs(Rs({url:t.toString()},e),{headers:Rs({"Content-Type":"application/json"},n),shouldThrowOnError:!1}))];case 1:r=c.sent(),i={},c.label=2;case 2:return c.trys.push([2,4,,5]),[4,r.data];case 3:return i=c.sent(),[3,5];case 4:if(!(s=c.sent()).message.includes("Unexpected end of JSON input"))throw s;return[3,5];case 5:return[2,{ok:(null==r?void 0:r.statusCode)>=200&&(null==r?void 0:r.statusCode)<300,status:(null==r?void 0:r.statusCode)||200,statusText:(null==r?void 0:r.statusMessage)||"OK",json:function(){return Promise.resolve(i||{})},text:function(){return Promise.resolve("string"==typeof i?i:JSON.stringify(i||{}))},headers:null==r?void 0:r.header}]}}))},new((s=void 0)||(s=Promise))((function(t,e){function r(t){try{a(c.next(t))}catch(t){e(t)}}function o(t){try{a(c.throw(t))}catch(t){e(t)}}function a(e){var n;e.done?t(e.value):(n=e.value,n instanceof s?n:new s((function(t){t(n)}))).then(r,o)}a((c=c.apply(n,i||[])).next())}));var n,i,s,c},h=t.getEndPointWithKey("GATEWAY"),d=h.BASE_URL,f=h.PROTOCOL,p="".concat(f).concat(d,"/rdb/rest");return n?(0,Ro.generatePGClient)(t,{pgBaseUrl:p,fetch:l}):(0,Ro.generateMySQLClient)(t,{mysqlBaseUrl:p,fetch:l})}var Ns={name:"mysql",entity:{mysql:function(t){return Cs(this,t,!1)(t)}}},xs={name:"rdb",entity:{rdb:function(t){return Cs(this,t,!0)(t)}}};try{cloudbase.registerComponent(Ns),cloudbase.registerComponent(xs)}catch(t){}function Ls(t){try{t.registerComponent(Ns),t.registerComponent(xs)}catch(t){console.warn(t)}}try{window.registerMySQL=Ls}catch(t){}var Us=function(){return Us=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Us.apply(this,arguments)},Ds=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},ks=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}};function js(t,e){var n,r,o,i;return Ds(this,void 0,Promise,(function(){var s,a,c,u,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,P,T,A;return ks(this,(function(R){switch(R.label){case 0:a=(s=t||{}).name,c=s.body,u=s.path,l=void 0===u?"":u,h=s.method,d=void 0===h?"POST":h,f=s.headers,p=void 0===f?{}:f,v=(t||{}).token,y={};try{y=JSON.parse(c)}catch(t){y=c||{}}if(!a)throw new Error(JSON.stringify({code:yn.ERRORS.INVALID_PARAMS,msg:"[apis] invalid api name"}));return m="",b=(g=this).gatewayOrigin,w=g.getAccessToken,_=g.env,b?m="".concat(b,"/v1"):this.getEndPointWithKey?(I=this.getEndPointWithKey("GATEWAY"),E=I.BASE_URL,S=I.PROTOCOL,m="".concat(S).concat(E)):m="https://".concat(_,".api.tcloudbasegateway.com/v1"),O="".concat(m,"/apis/").concat(a),P=l.startsWith("/")?l:"/".concat(l),w?[4,w()]:[3,2];case 1:T=R.sent().accessToken,p.Authorization="Bearer ".concat(T),R.label=2;case 2:if(A=["GET","HEAD"].includes(null===(n=null==d?void 0:d.toUpperCase)||void 0===n?void 0:n.call(d)))try{P="".concat(P).concat(P.includes("?")?"&":"?").concat(Object.keys(y).map((function(t){return"".concat(t,"=").concat(y[t])})).join("&"))}catch(t){}return[4,this.request.fetch(Us(Us(Us({url:"".concat(O).concat(P),method:d||"POST",headers:Us({"Content-Type":"application/json; charset=utf-8"},p)},A?{}:{body:JSON.stringify(y)}),{token:(null===(r=null==v?void 0:v.trim)||void 0===r?void 0:r.call(v))||(null===(i=null===(o=p.Authorization)||void 0===o?void 0:o.replace)||void 0===i?void 0:i.call(o,/^Bearer /,""))||null}),e))];case 3:return[4,R.sent().data];case 4:return[2,R.sent()]}}))}))}var qs=["GET","POST","PUT","DELETE","HEAD","OPTIONS","PATCH","REQUEST"];function Ms(t){var e=this;return new Proxy({},{get:function(n,r){if("string"!=typeof r)throw new Error("[apis] method must be string");var o=r.toLocaleUpperCase();if(!qs.includes(o))throw new Error("[apis] invalid method: ".concat(r));return function(n,r){return Ds(e,void 0,void 0,(function(){return ks(this,(function(e){switch(e.label){case 0:return[4,js.call(this,Us({name:t,method:("REQUEST"===o?n.method:o)||"POST"},n),r)];case 1:return[2,e.sent()]}}))}))}}})}function Ws(t){var e=this;return Object.keys(t||{}).forEach((function(n){void 0!==t[n]&&(e[n]=t[n])})),new Proxy({},{get:function(t,n){if("string"==typeof n)return Ms.call(e,n)}})}var Fs,Bs,Vs="apis",Gs={name:Vs,IIFE:!0,entity:function(){Object.defineProperty(this.prototype,Vs,{get:function(){return Ws.call(this)},configurable:!0,enumerable:!0})}};function Hs(t){try{t.registerComponent(Gs)}catch(t){console.warn(t)}}try{cloudbase.registerComponent(Gs)}catch(t){}try{window.registerApis=Hs}catch(t){}!function(t){t.DocIDError="文档ID不合法",t.CollNameError="集合名称不合法",t.OpStrError="操作符不合法",t.DirectionError="排序字符不合法",t.IntergerError="must be integer",t.QueryParamTypeError="查询参数必须为对象",t.QueryParamValueError="查询参数对象值不能均为undefined"}(Bs||(Bs={}));var Ks,Js,zs="Object",Ys="GeoPoint",$s="GeoLineString",Qs="GeoPolygon",Xs="GeoMultiPoint",Zs="GeoMultiLineString",ta="GeoMultiPolygon",ea="Date",na="ServerDate",ra=["desc","asc"],oa=["<","<=","==",">=",">"];!function(t){t.lt="<",t.gt=">",t.lte="<=",t.gte=">=",t.eq="=="}(Ks||(Ks={})),(Fs={})[Ks.eq]="$eq",Fs[Ks.lt]="$lt",Fs[Ks.lte]="$lte",Fs[Ks.gt]="$gt",Fs[Ks.gte]="$gte",function(t){t.WHERE="WHERE",t.DOC="DOC"}(Js||(Js={}));var ia=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),sa=[],aa={},ca=function(t){function e(e,n){if(n!==aa)throw new TypeError("InternalSymbol cannot be constructed with new operator");return t.call(this,e)||this}return ia(e,t),e.for=function(t){for(var n=0,r=sa.length;n<r;n++)if(sa[n].target===t)return sa[n].instance;var o=new e(t,aa);return sa.push({target:t,instance:o}),o},e}((function(t){Object.defineProperties(this,{target:{enumerable:!1,writable:!1,configurable:!1,value:t}})}));const ua=ca;var la=ua.for("UNSET_FIELD_NAME"),ha=ua.for("UPDATE_COMMAND"),da=ua.for("QUERY_COMMAND"),fa=ua.for("LOGIC_COMMAND"),pa=ua.for("GEO_POINT"),va=ua.for("SYMBOL_GEO_LINE_STRING"),ya=ua.for("SYMBOL_GEO_POLYGON"),ma=ua.for("SYMBOL_GEO_MULTI_POINT"),ga=ua.for("SYMBOL_GEO_MULTI_LINE_STRING"),ba=ua.for("SYMBOL_GEO_MULTI_POLYGON"),wa=ua.for("SERVER_DATE"),_a=ua.for("REGEXP"),Ia=function(t){return Object.prototype.toString.call(t).slice(8,-1).toLowerCase()},Ea=function(t){return"object"===Ia(t)},Sa=function(t){return"number"===Ia(t)},Oa=function(t){return Array.isArray(t)},Pa=function(t){return"date"===Ia(t)},Ta=function(t){return"regexp"===Ia(t)},Aa=function(t){return t&&t._internalType instanceof ca},Ra=function(){function t(t){if(!Oa(t))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t));if(t.length<2)throw new Error('"points" must contain 2 points at least');t.forEach((function(t){if(!(t instanceof Va))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t,"[]"))})),this.points=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"LineString",coordinates:this.points.map((function(t){return t.toJSON().coordinates}))},e},t.prototype.toJSON=function(){return{type:"LineString",coordinates:this.points.map((function(t){return t.toJSON().coordinates}))}},t.validate=function(t){var e,n;if("LineString"!==t.type||!Oa(t.coordinates))return!1;try{for(var r=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}(t.coordinates),o=r.next();!o.done;o=r.next()){var i=o.value;if(!Sa(i[0])||!Sa(i[1]))return!1}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!0},t.isClosed=function(t){var e=t.points[0],n=t.points[t.points.length-1];if(e.latitude===n.latitude&&e.longitude===n.longitude)return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return va},enumerable:!1,configurable:!0}),t}(),Ca=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Na=function(){function t(t){if(!Oa(t))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("Polygon must contain 1 linestring at least");t.forEach((function(t){if(!(t instanceof Ra))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t,"[]"));if(!Ra.isClosed(t))throw new Error("LineString ".concat(t.points.map((function(t){return t.toReadableString()}))," is not a closed cycle"))})),this.lines=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"Polygon",coordinates:this.lines.map((function(t){return t.points.map((function(t){return[t.longitude,t.latitude]}))}))},e},t.prototype.toJSON=function(){return{type:"Polygon",coordinates:this.lines.map((function(t){return t.points.map((function(t){return[t.longitude,t.latitude]}))}))}},t.validate=function(t){var e,n,r,o;if("Polygon"!==t.type||!Oa(t.coordinates))return!1;try{for(var i=Ca(t.coordinates),s=i.next();!s.done;s=i.next()){var a=s.value;if(!this.isCloseLineString(a))return!1;try{for(var c=(r=void 0,Ca(a)),u=c.next();!u.done;u=c.next()){var l=u.value;if(!Sa(l[0])||!Sa(l[1]))return!1}}catch(t){r={error:t}}finally{try{u&&!u.done&&(o=c.return)&&o.call(c)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return!0},t.isCloseLineString=function(t){var e=t[0],n=t[t.length-1];return e[0]===n[0]&&e[1]===n[1]},Object.defineProperty(t.prototype,"_internalType",{get:function(){return ba},enumerable:!1,configurable:!0}),t}(),xa=function(){function t(t){if(!Oa(t))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t));if(0===t.length)throw new Error('"points" must contain 1 point at least');t.forEach((function(t){if(!(t instanceof Va))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t,"[]"))})),this.points=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiPoint",coordinates:this.points.map((function(t){return t.toJSON().coordinates}))},e},t.prototype.toJSON=function(){return{type:"MultiPoint",coordinates:this.points.map((function(t){return t.toJSON().coordinates}))}},t.validate=function(t){var e,n;if("MultiPoint"!==t.type||!Oa(t.coordinates))return!1;try{for(var r=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}(t.coordinates),o=r.next();!o.done;o=r.next()){var i=o.value;if(!Sa(i[0])||!Sa(i[1]))return!1}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return ma},enumerable:!1,configurable:!0}),t}(),La=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ua=function(){function t(t){if(!Oa(t))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("Polygon must contain 1 linestring at least");t.forEach((function(t){if(!(t instanceof Ra))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t,"[]"))})),this.lines=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiLineString",coordinates:this.lines.map((function(t){return t.points.map((function(t){return[t.longitude,t.latitude]}))}))},e},t.prototype.toJSON=function(){return{type:"MultiLineString",coordinates:this.lines.map((function(t){return t.points.map((function(t){return[t.longitude,t.latitude]}))}))}},t.validate=function(t){var e,n,r,o;if("MultiLineString"!==t.type||!Oa(t.coordinates))return!1;try{for(var i=La(t.coordinates),s=i.next();!s.done;s=i.next()){var a=s.value;try{for(var c=(r=void 0,La(a)),u=c.next();!u.done;u=c.next()){var l=u.value;if(!Sa(l[0])||!Sa(l[1]))return!1}}catch(t){r={error:t}}finally{try{u&&!u.done&&(o=c.return)&&o.call(c)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return ga},enumerable:!1,configurable:!0}),t}(),Da=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ka=function(){function t(t){var e,n;if(!Oa(t))throw new TypeError('"polygons" must be of type Polygon[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("MultiPolygon must contain 1 polygon at least");try{for(var r=Da(t),o=r.next();!o.done;o=r.next()){var i=o.value;if(!(i instanceof Na))throw new TypeError('"polygon" must be of type Polygon[]. Received type '.concat(typeof i,"[]"))}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}this.polygons=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiPolygon",coordinates:this.polygons.map((function(t){return t.lines.map((function(t){return t.points.map((function(t){return[t.longitude,t.latitude]}))}))}))},e},t.prototype.toJSON=function(){return{type:"MultiPolygon",coordinates:this.polygons.map((function(t){return t.lines.map((function(t){return t.points.map((function(t){return[t.longitude,t.latitude]}))}))}))}},t.validate=function(t){var e,n,r,o,i,s;if("MultiPolygon"!==t.type||!Oa(t.coordinates))return!1;try{for(var a=Da(t.coordinates),c=a.next();!c.done;c=a.next()){var u=c.value;try{for(var l=(r=void 0,Da(u)),h=l.next();!h.done;h=l.next()){var d=h.value;try{for(var f=(i=void 0,Da(d)),p=f.next();!p.done;p=f.next()){var v=p.value;if(!Sa(v[0])||!Sa(v[1]))return!1}}catch(t){i={error:t}}finally{try{p&&!p.done&&(s=f.return)&&s.call(f)}finally{if(i)throw i.error}}}}catch(t){r={error:t}}finally{try{h&&!h.done&&(o=l.return)&&o.call(l)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{c&&!c.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return ya},enumerable:!1,configurable:!0}),t}(),ja=function(){function t(t){var e=(void 0===t?{}:t).offset,n=void 0===e?0:e;this.offset=n}return Object.defineProperty(t.prototype,"_internalType",{get:function(){return wa},enumerable:!1,configurable:!0}),t.prototype.parse=function(){return{$date:{offset:this.offset}}},t}();function qa(t){return new ja(t)}var Ma,Wa=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},Fa=function(){function t(){}return t.formatResDocumentData=function(e){return e.map((function(e){return t.formatField(e)}))},t.formatField=function(e){var n=Object.keys(e),r={};return Array.isArray(e)&&(r=[]),n.forEach((function(n){var o,i=e[n];switch(t.whichType(i)){case Ys:o=new Va(i.coordinates[0],i.coordinates[1]);break;case $s:o=new Ra(i.coordinates.map((function(t){return new Va(t[0],t[1])})));break;case Qs:o=new Na(i.coordinates.map((function(t){return new Ra(t.map((function(t){var e=Wa(t,2),n=e[0],r=e[1];return new Va(n,r)})))})));break;case Xs:o=new xa(i.coordinates.map((function(t){return new Va(t[0],t[1])})));break;case Zs:o=new Ua(i.coordinates.map((function(t){return new Ra(t.map((function(t){var e=Wa(t,2),n=e[0],r=e[1];return new Va(n,r)})))})));break;case ta:o=new ka(i.coordinates.map((function(t){return new Na(t.map((function(t){return new Ra(t.map((function(t){var e=Wa(t,2),n=e[0],r=e[1];return new Va(n,r)})))})))})));break;case ea:o=new Date(1e3*i.$timestamp);break;case zs:case"Array":o=t.formatField(i);break;case na:o=new Date(i.$date);break;default:o=i}Array.isArray(r)?r.push(o):r[n]=o})),r},t.whichType=function(t){var e=Object.prototype.toString.call(t).slice(8,-1);if(e===ea)return"BsonDate";if(e===zs){if(t instanceof Va)return Ys;if(t instanceof Date)return ea;if(t instanceof ja)return na;t.$timestamp?e=ea:t.$date?e=na:Va.validate(t)?e=Ys:Ra.validate(t)?e=$s:Na.validate(t)?e=Qs:xa.validate(t)?e=Xs:Ua.validate(t)?e=Zs:ka.validate(t)&&(e=ta)}return e},t.generateDocId=function(){for(var t="",e=0;e<24;e++)t+="ABCDEFabcdef0123456789".charAt(Math.floor(22*Math.random()));return t},t}(),Ba=function(){function t(){}return t.isGeopoint=function(t,e){if("Number"!==Fa.whichType(e))throw new Error("Geo Point must be number type");var n=Math.abs(e);if("latitude"===t&&n>90)throw new Error("latitude should be a number ranges from -90 to 90");if("longitude"===t&&n>180)throw new Error("longitude should be a number ranges from -180 to 180");return!0},t.isInteger=function(t,e){if(!Number.isInteger(e))throw new Error(t+Bs.IntergerError);return!0},t.isFieldOrder=function(t){if(-1===ra.indexOf(t))throw new Error(Bs.DirectionError);return!0},t.isFieldPath=function(t){if(!/^[a-zA-Z0-9-_\.]/.test(t))throw new Error;return!0},t.isOperator=function(t){if(-1===oa.indexOf(t))throw new Error(Bs.OpStrError);return!0},t.isCollName=function(t){if(!/^[a-zA-Z0-9]([a-zA-Z0-9-_]){1,32}$/.test(t))throw new Error(Bs.CollNameError);return!0},t.isDocID=function(t){if(!/^([a-fA-F0-9]){24}$/.test(t))throw new Error(Bs.DocIDError);return!0},t}(),Va=function(){function t(t,e){Ba.isGeopoint("longitude",t),Ba.isGeopoint("latitude",e),this.longitude=t,this.latitude=e}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"Point",coordinates:[this.longitude,this.latitude]},e},t.prototype.toJSON=function(){return{type:"Point",coordinates:[this.longitude,this.latitude]}},t.prototype.toReadableString=function(){return"[".concat(this.longitude,",").concat(this.latitude,"]")},t.validate=function(t){return"Point"===t.type&&Oa(t.coordinates)&&Ba.isGeopoint("longitude",t.coordinates[0])&&Ba.isGeopoint("latitude",t.coordinates[1])},Object.defineProperty(t.prototype,"_internalType",{get:function(){return pa},enumerable:!1,configurable:!0}),t}(),Ga=function(){var t=function(){};if(!Promise){t.promise={};var e=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var n=new Promise((function(e,n){t=function(t,r){return t?n(t):e(r)}}));return t.promise=n,t};!function(t){t.SET="set",t.REMOVE="remove",t.INC="inc",t.MUL="mul",t.PUSH="push",t.PULL="pull",t.PULL_ALL="pullAll",t.POP="pop",t.SHIFT="shift",t.UNSHIFT="unshift",t.ADD_TO_SET="addToSet",t.BIT="bit",t.RENAME="rename",t.MAX="max",t.MIN="min"}(Ma||(Ma={}));var Ha,Ka=function(){function t(t,e,n){this._internalType=ha,Object.defineProperties(this,{_internalType:{enumerable:!1,configurable:!1}}),this.operator=t,this.operands=e,this.fieldName=n||la}return t.prototype._setFieldName=function(e){return new t(this.operator,this.operands,e)},t}();function Ja(t){return t&&t instanceof Ka&&t._internalType===ha}!function(t){t.AND="and",t.OR="or",t.NOT="not",t.NOR="nor"}(Ha||(Ha={}));var za=function(){function t(t,e,n){if(this._internalType=fa,Object.defineProperties(this,{_internalType:{enumerable:!1,configurable:!1}}),this.operator=t,this.operands=e,this.fieldName=n||la,this.fieldName!==la)if(Array.isArray(e)){e=e.slice(),this.operands=e;for(var r=0,o=e.length;r<o;r++)(Ya(i=e[r])||Za(i))&&(e[r]=i._setFieldName(this.fieldName))}else{var i;(Ya(i=e)||Za(i))&&(e=i._setFieldName(this.fieldName))}}return t.prototype._setFieldName=function(e){var n=this.operands.map((function(n){return n instanceof t?n._setFieldName(e):n}));return new t(this.operator,n,e)},t.prototype.and=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var r=Array.isArray(arguments[0])?arguments[0]:Array.from(arguments);return r.unshift(this),new t(Ha.AND,r,this.fieldName)},t.prototype.or=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var r=Array.isArray(arguments[0])?arguments[0]:Array.from(arguments);return r.unshift(this),new t(Ha.OR,r,this.fieldName)},t}();function Ya(t){return t&&t instanceof za&&t._internalType===fa}var $a,Qa=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){t.EQ="eq",t.NEQ="neq",t.GT="gt",t.GTE="gte",t.LT="lt",t.LTE="lte",t.IN="in",t.NIN="nin",t.ALL="all",t.ELEM_MATCH="elemMatch",t.EXISTS="exists",t.SIZE="size",t.MOD="mod",t.GEO_NEAR="geoNear",t.GEO_WITHIN="geoWithin",t.GEO_INTERSECTS="geoIntersects"}($a||($a={}));var Xa=function(t){function e(e,n,r){var o=t.call(this,e,n,r)||this;return o.operator=e,o._internalType=da,o}return Qa(e,t),e.prototype.toJSON=function(){var t,e;switch(this.operator){case $a.IN:case $a.NIN:return(t={})["$"+this.operator]=this.operands,t;default:return(e={})["$"+this.operator]=this.operands[0],e}},e.prototype._setFieldName=function(t){return new e(this.operator,this.operands,t)},e.prototype.eq=function(t){var n=new e($a.EQ,[t],this.fieldName);return this.and(n)},e.prototype.neq=function(t){var n=new e($a.NEQ,[t],this.fieldName);return this.and(n)},e.prototype.gt=function(t){var n=new e($a.GT,[t],this.fieldName);return this.and(n)},e.prototype.gte=function(t){var n=new e($a.GTE,[t],this.fieldName);return this.and(n)},e.prototype.lt=function(t){var n=new e($a.LT,[t],this.fieldName);return this.and(n)},e.prototype.lte=function(t){var n=new e($a.LTE,[t],this.fieldName);return this.and(n)},e.prototype.in=function(t){var n=new e($a.IN,t,this.fieldName);return this.and(n)},e.prototype.nin=function(t){var n=new e($a.NIN,t,this.fieldName);return this.and(n)},e.prototype.geoNear=function(t){if(!(t.geometry instanceof Va))throw new TypeError('"geometry" must be of type Point. Received type '.concat(typeof t.geometry));if(void 0!==t.maxDistance&&!Sa(t.maxDistance))throw new TypeError('"maxDistance" must be of type Number. Received type '.concat(typeof t.maxDistance));if(void 0!==t.minDistance&&!Sa(t.minDistance))throw new TypeError('"minDistance" must be of type Number. Received type '.concat(typeof t.minDistance));var n=new e($a.GEO_NEAR,[t],this.fieldName);return this.and(n)},e.prototype.geoWithin=function(t){if(!(t.geometry instanceof ka||t.geometry instanceof Na))throw new TypeError('"geometry" must be of type Polygon or MultiPolygon. Received type '.concat(typeof t.geometry));var n=new e($a.GEO_WITHIN,[t],this.fieldName);return this.and(n)},e.prototype.geoIntersects=function(t){if(!(t.geometry instanceof Va||t.geometry instanceof Ra||t.geometry instanceof Na||t.geometry instanceof xa||t.geometry instanceof Ua||t.geometry instanceof ka))throw new TypeError('"geometry" must be of type Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon. Received type '.concat(typeof t.geometry));var n=new e($a.GEO_INTERSECTS,[t],this.fieldName);return this.and(n)},e}(za);function Za(t){return t&&t instanceof Xa&&t._internalType===da}function tc(t){return Za(t)}var ec={};for(var nc in $a)ec[nc]="$"+nc;for(var nc in Ha)ec[nc]="$"+nc;for(var nc in Ma)ec[nc]="$"+nc;function rc(t){return ec[t]||"$"+t}ec[$a.NEQ]="$ne",ec[Ma.REMOVE]="$unset",ec[Ma.SHIFT]="$pop",ec[Ma.UNSHIFT]="$push";var oc=function(){return oc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},oc.apply(this,arguments)},ic=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},sc=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function ac(t){return cc(t,[t])}function cc(t,e){if(!Aa(t)){if(Pa(t))return{$date:+t};if(Ta(t))return{$regex:t.source,$options:t.flags};if(Oa(t))return t.map((function(t){if(e.indexOf(t)>-1)throw new Error("Cannot convert circular structure to JSON");return cc(t,sc(sc([],ic(e),!1),[t],!1))}));if(Ea(t)){var n=oc({},t);for(var r in n){if(e.indexOf(n[r])>-1)throw new Error("Cannot convert circular structure to JSON");n[r]=cc(n[r],sc(sc([],ic(e),!1),[n[r]],!1))}return n}return t}switch(t._internalType){case pa:return t.toJSON();case wa:case _a:return t.parse();default:return t.toJSON?t.toJSON():t}}var uc=function(){return uc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},uc.apply(this,arguments)},lc=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},hc=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function dc(t,e,n,r){var o=uc({},t);for(var i in t)if(!/^\$/.test(i)){var s=t[i];if(s&&Ea(s)&&!e(s)){if(r.indexOf(s)>-1)throw new Error("Cannot convert circular structure to JSON");var a=dc(s,e,hc(hc([],lc(n),!1),[i],!1),hc(hc([],lc(r),!1),[s],!1));o[i]=a;var c=!1;for(var u in a)/^\$/.test(u)?c=!0:(o["".concat(i,".").concat(u)]=a[u],delete o[i][u]);c||delete o[i]}}return o}function fc(t){return dc(t,vc,[],[t])}function pc(t,e,n){for(var r in e[n]||delete t[n],e)t[r]?Oa(t[r])?t[r].push(e[r]):Ea(t[r])?Ea(e[r])?Object.assign(t[r],e[r]):(console.warn("unmergable condition, query is object but condition is ".concat(Ia(e),", can only overwrite"),e,n),t[r]=e[r]):(console.warn("to-merge query is of type ".concat(Ia(t),", can only overwrite"),t,e,n),t[r]=e[r]):t[r]=e[r]}function vc(t){return Aa(t)||Pa(t)||Ta(t)}function yc(t){return ac(t)}var mc=function(){function t(){}return t.encode=function(e){return(new t).encodeUpdate(e)},t.prototype.encodeUpdate=function(t){return Ja(t)?this.encodeUpdateCommand(t):"object"===Ia(t)?this.encodeUpdateObject(t):t},t.prototype.encodeUpdateCommand=function(t){if(t.fieldName===la)throw new Error("Cannot encode a comparison command with unset field name");switch(t.operator){case Ma.PUSH:case Ma.PULL:case Ma.PULL_ALL:case Ma.POP:case Ma.SHIFT:case Ma.UNSHIFT:case Ma.ADD_TO_SET:return this.encodeArrayUpdateCommand(t);default:return this.encodeFieldUpdateCommand(t)}},t.prototype.encodeFieldUpdateCommand=function(t){var e,n,r,o,i=rc(t.operator);return t.operator===Ma.REMOVE?((e={})[i]=((n={})[t.fieldName]="",n),e):((r={})[i]=((o={})[t.fieldName]=t.operands[0],o),r)},t.prototype.encodeArrayUpdateCommand=function(t){var e,n,r,o,i,s,a,c,u,l,h=rc(t.operator);switch(t.operator){case Ma.PUSH:var d=void 0;return d=Oa(t.operands)?{$each:t.operands.map(yc)}:t.operands,(e={})[h]=((n={})[t.fieldName]=d,n),e;case Ma.UNSHIFT:return d={$each:t.operands.map(yc),$position:0},(r={})[h]=((o={})[t.fieldName]=d,o),r;case Ma.POP:return(i={})[h]=((s={})[t.fieldName]=1,s),i;case Ma.SHIFT:return(a={})[h]=((c={})[t.fieldName]=-1,c),a;default:return(u={})[h]=((l={})[t.fieldName]=yc(t.operands),l),u}},t.prototype.encodeUpdateObject=function(t){var e=fc(t);for(var n in e)if(!/^\$/.test(n)){var r=e[n];if(Ja(r))e[n]=r._setFieldName(n),pc(e,this.encodeUpdateCommand(e[n]),n);else{e[n]=r=yc(r);var o=new Ka(Ma.SET,[r],n);pc(e,this.encodeUpdateCommand(o),n)}}return e},t}(),gc={};function bc(t){if(!eu.wsClientClass)throw new Error("to use realtime you must import realtime module first");var e=t.config.env;return gc[e]||(gc[e]=new eu.wsClientClass({context:{appConfig:{docSizeLimit:1e3,realtimePingInterval:1e4,realtimePongWaitTimeout:5e3,request:eu.createRequest(t.config)}}})),gc[e]}var wc=function(){return wc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},wc.apply(this,arguments)},_c=function(){function t(t,e,n,r){void 0===r&&(r={});var o=this;this.watch=function(t){return bc(o._db).watch(wc(wc({},t),{envId:o._db.config.env,collectionName:o._coll,query:JSON.stringify({_id:o.id})}))},this._db=t,this._coll=e,this.id=n,this.request=eu.createRequest(this._db.config),this.projection=r}return t.prototype.create=function(t,e){e=e||Ga();var n=Array.isArray(t),r={collectionName:this._coll,data:n?t.map((function(t){return ac(t)})):ac(t)};return!n&&this.id&&(r._id=this.id),this.request.send("database.addDocument",r).then((function(t){var r;t.code?e(0,t):e(0,n?{ids:(null===(r=t.data)||void 0===r?void 0:r.insertedIds)||[],requestId:t.requestId}:{id:t.data._id,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},t.prototype.set=function(t,e){if(e=e||Ga(),!this.id)return Promise.resolve({code:"INVALID_PARAM",message:"docId不能为空"});if(!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n=!1,r=function(t){if("object"==typeof t)for(var e in t)t[e]instanceof Ka?n=!0:"object"==typeof t[e]&&r(t[e])};if(r(t),n)return Promise.resolve({code:"DATABASE_REQUEST_FAILED",message:"update operator complicit"});var o={collectionName:this._coll,queryType:Js.DOC,data:ac(t),multi:!1,merge:!1,upsert:!0};return this.id&&(o.query={_id:this.id}),this.request.send("database.updateDocument",o).then((function(t){t.code?e(0,t):e(0,{updated:t.data.updated,upsertedId:t.data.upserted_id,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},t.prototype.update=function(t,e){if(e=e||Ga(),!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n={_id:this.id},r={collectionName:this._coll,data:mc.encode(t),query:n,queryType:Js.DOC,multi:!1,merge:!0,upsert:!1};return this.request.send("database.updateDocument",r).then((function(t){t.code?e(0,t):e(0,{updated:t.data.updated,upsertedId:t.data.upserted_id,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},t.prototype.remove=function(t){t=t||Ga();var e={_id:this.id},n={collectionName:this._coll,query:e,queryType:Js.DOC,multi:!1};return this.request.send("database.deleteDocument",n).then((function(e){e.code?t(0,e):t(0,{deleted:e.data.deleted,requestId:e.requestId})})).catch((function(e){t(e)})),t.promise},t.prototype.get=function(t){t=t||Ga();var e={_id:this.id},n={collectionName:this._coll,query:e,queryType:Js.DOC,multi:!1,projection:this.projection};return this.request.send("database.queryDocument",n).then((function(e){if(e.code)t(0,e);else{var n=Fa.formatResDocumentData(e.data.list);t(0,{data:n,requestId:e.requestId})}})).catch((function(e){t(e)})),t.promise},t.prototype.field=function(e){for(var n in e)e[n]?e[n]=1:e[n]=0;return new t(this._db,this._coll,this.id,e)},t}(),Ic=function(){function t(){}return t.encode=function(t){return(new Ec).encodeQuery(t)},t}(),Ec=function(){function t(){}return t.prototype.encodeQuery=function(t,e){var n;return vc(t)?Ya(t)?this.encodeLogicCommand(t):Za(t)?this.encodeQueryCommand(t):((n={})[e]=this.encodeQueryObject(t),n):Ea(t)?this.encodeQueryObject(t):t},t.prototype.encodeRegExp=function(t){return{$regex:t.source,$options:t.flags}},t.prototype.encodeLogicCommand=function(t){var e,n,r,o,i,s,a,c=this;switch(t.operator){case Ha.NOR:case Ha.AND:case Ha.OR:var u=rc(t.operator),l=t.operands.map((function(e){return c.encodeQuery(e,t.fieldName)}));return(e={})[u]=l,e;case Ha.NOT:u=rc(t.operator);var h=t.operands[0];return Ta(h)?((n={})[t.fieldName]=((r={})[u]=this.encodeRegExp(h),r),n):(l=this.encodeQuery(h)[t.fieldName],(o={})[t.fieldName]=((i={})[u]=l,i),o);default:if(u=rc(t.operator),1===t.operands.length){var d=this.encodeQuery(t.operands[0]);return(s={})[u]=d,s}return l=t.operands.map(this.encodeQuery.bind(this)),(a={})[u]=l,a}},t.prototype.encodeQueryCommand=function(t){return tc(t),this.encodeComparisonCommand(t)},t.prototype.encodeComparisonCommand=function(t){var e,n,r,o,i,s,a,c,u;if(t.fieldName===la)throw new Error("Cannot encode a comparison command with unset field name");var l=rc(t.operator);switch(t.operator){case $a.EQ:case $a.NEQ:case $a.LT:case $a.LTE:case $a.GT:case $a.GTE:case $a.ELEM_MATCH:case $a.EXISTS:case $a.SIZE:case $a.MOD:return(e={})[t.fieldName]=((n={})[l]=yc(t.operands[0]),n),e;case $a.IN:case $a.NIN:case $a.ALL:return(r={})[t.fieldName]=((o={})[l]=yc(t.operands),o),r;case $a.GEO_NEAR:var h=t.operands[0];return(i={})[t.fieldName]={$nearSphere:{$geometry:h.geometry.toJSON(),$maxDistance:h.maxDistance,$minDistance:h.minDistance}},i;case $a.GEO_WITHIN:return h=t.operands[0],(s={})[t.fieldName]={$geoWithin:{$geometry:h.geometry.toJSON()}},s;case $a.GEO_INTERSECTS:return h=t.operands[0],(a={})[t.fieldName]={$geoIntersects:{$geometry:h.geometry.toJSON()}},a;default:return(c={})[t.fieldName]=((u={})[l]=yc(t.operands[0]),u),c}},t.prototype.encodeQueryObject=function(t){var e=fc(t);for(var n in e){var r=e[n];if(Ya(r)){e[n]=r._setFieldName(n);var o=this.encodeLogicCommand(e[n]);this.mergeConditionAfterEncode(e,o,n)}else tc(r)?(e[n]=r._setFieldName(n),o=this.encodeComparisonCommand(e[n]),this.mergeConditionAfterEncode(e,o,n)):vc(r)&&(e[n]=yc(r))}return e},t.prototype.mergeConditionAfterEncode=function(t,e,n){for(var r in e[n]||delete t[n],e)t[r]?Oa(t[r])?t[r]=t[r].concat(e[r]):Ea(t[r])?Ea(e[r])?Object.assign(t,e):(console.warn("unmergable condition, query is object but condition is ".concat(Ia(e),", can only overwrite"),e,n),t[r]=e[r]):(console.warn("to-merge query is of type ".concat(Ia(t),", can only overwrite"),t,e,n),t[r]=e[r]):t[r]=e[r]},t}(),Sc=function(){return Sc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Sc.apply(this,arguments)},Oc=function(){function t(t,e,n,r,o){var i=this;this.watch=function(t){return bc(i._db).watch(Sc(Sc({},t),{envId:i._db.config.env,collectionName:i._coll,query:JSON.stringify(i._fieldFilters||{}),limit:i._queryOptions.limit,orderBy:i._fieldOrders?i._fieldOrders.reduce((function(t,e){return t[e.field]=e.direction,t}),{}):void 0}))},this._db=t,this._coll=e,this._fieldFilters=n,this._fieldOrders=r||[],this._queryOptions=o||{},this._request=eu.createRequest(this._db.config)}return t.prototype.get=function(t){t=t||Ga();var e=[];this._fieldOrders&&this._fieldOrders.forEach((function(t){e.push(t)}));var n={collectionName:this._coll,queryType:Js.WHERE};return this._fieldFilters&&(n.query=this._fieldFilters),e.length>0&&(n.order=e),this._queryOptions.offset&&(n.offset=this._queryOptions.offset),this._queryOptions.limit?n.limit=this._queryOptions.limit<1e3?this._queryOptions.limit:1e3:n.limit=100,this._queryOptions.projection&&(n.projection=this._queryOptions.projection),this._request.send("database.queryDocument",n).then((function(e){if(e.code)t(0,e);else{var n={data:Fa.formatResDocumentData(e.data.list),requestId:e.requestId};void 0!==e.total&&(n.total=e.total),void 0!==e.limit&&(n.limit=e.limit),void 0!==e.offset&&(n.offset=e.offset),t(0,n)}})).catch((function(e){t(e)})),t.promise},t.prototype.count=function(t){t=t||Ga();var e={collectionName:this._coll,queryType:Js.WHERE};return this._fieldFilters&&(e.query=this._fieldFilters),this._request.send("database.countDocument",e).then((function(e){e.code?t(0,e):t(0,{requestId:e.requestId,total:e.data.total})})).catch((function(e){t(e)})),t.promise},t.prototype.where=function(e){if("Object"!==Object.prototype.toString.call(e).slice(8,-1))throw Error(Bs.QueryParamTypeError);var n=Object.keys(e),r=n.some((function(t){return void 0!==e[t]}));if(n.length&&!r)throw Error(Bs.QueryParamValueError);return new t(this._db,this._coll,Ic.encode(e),this._fieldOrders,this._queryOptions)},t.prototype.orderBy=function(e,n){Ba.isFieldPath(e),Ba.isFieldOrder(n);var r={field:e,direction:n},o=this._fieldOrders.concat(r);return new t(this._db,this._coll,this._fieldFilters,o,this._queryOptions)},t.prototype.limit=function(e){Ba.isInteger("limit",e);var n=Sc({},this._queryOptions);return n.limit=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.skip=function(e){Ba.isInteger("offset",e);var n=Sc({},this._queryOptions);return n.offset=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.update=function(t,e){if(e=e||Ga(),!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n={collectionName:this._coll,query:this._fieldFilters,queryType:Js.WHERE,multi:!0,merge:!0,upsert:!1,data:mc.encode(t)};return this._request.send("database.updateDocument",n).then((function(t){t.code?e(0,t):e(0,{requestId:t.requestId,updated:t.data.updated,upsertId:t.data.upsert_id})})).catch((function(t){e(t)})),e.promise},t.prototype.field=function(e){for(var n in e)e[n]?"object"!=typeof e[n]&&(e[n]=1):e[n]=0;var r=Sc({},this._queryOptions);return r.projection=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,r)},t.prototype.remove=function(t){t=t||Ga(),Object.keys(this._queryOptions).length>0&&console.warn("`offset`, `limit` and `projection` are not supported in remove() operation"),this._fieldOrders.length>0&&console.warn("`orderBy` is not supported in remove() operation");var e={collectionName:this._coll,query:Ic.encode(this._fieldFilters),queryType:Js.WHERE,multi:!0};return this._request.send("database.deleteDocument",e).then((function(e){e.code?t(0,e):t(0,{requestId:e.requestId,deleted:e.data.deleted})})).catch((function(e){t(e)})),t.promise},t}();const Pc=(t=>{var e={};return l.d(e,t),e})({EJSON:()=>a.EJSON});var Tc=function(){function t(t,e){this._stages=[],t&&e&&(this._db=t,this._request=eu.createRequest(this._db.config),this._collectionName=e)}return t.prototype.end=function(){return t=this,e=void 0,r=function(){var t;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}(this,(function(e){switch(e.label){case 0:if(!this._collectionName||!this._db)throw new Error("Aggregation pipeline cannot send request");return[4,this._request.send("database.aggregate",{collectionName:this._collectionName,stages:this._stages})];case 1:return(t=e.sent())&&t.data&&t.data.list?[2,{requestId:t.requestId,data:JSON.parse(t.data.list).map(Pc.EJSON.parse)}]:[2,t]}}))},new((n=void 0)||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}));var t,e,n,r},t.prototype.unwrap=function(){return this._stages},t.prototype.done=function(){return this._stages.map((function(t){var e,n=t.stageKey,r=t.stageValue;return(e={})[n]=JSON.parse(r),e}))},t.prototype._pipe=function(t,e){return this._stages.push({stageKey:"$".concat(t),stageValue:JSON.stringify(e)}),this},t.prototype.addFields=function(t){return this._pipe("addFields",t)},t.prototype.bucket=function(t){return this._pipe("bucket",t)},t.prototype.bucketAuto=function(t){return this._pipe("bucketAuto",t)},t.prototype.count=function(t){return this._pipe("count",t)},t.prototype.geoNear=function(t){return t.query&&(t.query=Ic.encode(t.query)),t.distanceMultiplier&&"number"==typeof t.distanceMultiplier&&(t.distanceMultiplier=t.distanceMultiplier),t.near&&(t.near=new Va(t.near.longitude,t.near.latitude).toJSON()),this._pipe("geoNear",t)},t.prototype.group=function(t){return this._pipe("group",t)},t.prototype.limit=function(t){return this._pipe("limit",t)},t.prototype.match=function(t){return this._pipe("match",Ic.encode(t))},t.prototype.project=function(t){return this._pipe("project",t)},t.prototype.lookup=function(t){return this._pipe("lookup",t)},t.prototype.replaceRoot=function(t){return this._pipe("replaceRoot",t)},t.prototype.sample=function(t){return this._pipe("sample",t)},t.prototype.skip=function(t){return this._pipe("skip",t)},t.prototype.sort=function(t){return this._pipe("sort",t)},t.prototype.sortByCount=function(t){return this._pipe("sortByCount",t)},t.prototype.unwind=function(t){return this._pipe("unwind",t)},t}();const Ac=Tc;var Rc=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Cc=function(t){function e(e,n){return t.call(this,e,n)||this}return Rc(e,t),Object.defineProperty(e.prototype,"name",{get:function(){return this._coll},enumerable:!1,configurable:!0}),e.prototype.doc=function(t){if("string"!=typeof t&&"number"!=typeof t)throw new Error("docId必须为字符串或数字");return new _c(this._db,this._coll,t)},e.prototype.add=function(t,e){return new _c(this._db,this._coll,void 0).create(t,e)},e.prototype.aggregate=function(){return new Ac(this._db,this._coll)},e}(Oc),Nc={eq:function(t){return new Xa($a.EQ,[t])},neq:function(t){return new Xa($a.NEQ,[t])},lt:function(t){return new Xa($a.LT,[t])},lte:function(t){return new Xa($a.LTE,[t])},gt:function(t){return new Xa($a.GT,[t])},gte:function(t){return new Xa($a.GTE,[t])},in:function(t){return new Xa($a.IN,t)},nin:function(t){return new Xa($a.NIN,t)},all:function(t){return new Xa($a.ALL,t)},elemMatch:function(t){return new Xa($a.ELEM_MATCH,[t])},exists:function(t){return new Xa($a.EXISTS,[t])},size:function(t){return new Xa($a.SIZE,[t])},mod:function(t){return new Xa($a.MOD,[t])},geoNear:function(t){return new Xa($a.GEO_NEAR,[t])},geoWithin:function(t){return new Xa($a.GEO_WITHIN,[t])},geoIntersects:function(t){return new Xa($a.GEO_INTERSECTS,[t])},and:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Oa(arguments[0])?arguments[0]:Array.from(arguments);return new za(Ha.AND,n)},nor:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Oa(arguments[0])?arguments[0]:Array.from(arguments);return new za(Ha.NOR,n)},or:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Oa(arguments[0])?arguments[0]:Array.from(arguments);return new za(Ha.OR,n)},not:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Oa(arguments[0])?arguments[0]:Array.from(arguments);return new za(Ha.NOT,n)},set:function(t){return new Ka(Ma.SET,[t])},remove:function(){return new Ka(Ma.REMOVE,[])},inc:function(t){return new Ka(Ma.INC,[t])},mul:function(t){return new Ka(Ma.MUL,[t])},push:function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(Ea(e[0])&&e[0].hasOwnProperty("each")){var r=e[0];t={$each:r.each,$position:r.position,$sort:r.sort,$slice:r.slice}}else t=Oa(e[0])?e[0]:Array.from(e);return new Ka(Ma.PUSH,t)},pull:function(t){return new Ka(Ma.PULL,t)},pullAll:function(t){return new Ka(Ma.PULL_ALL,t)},pop:function(){return new Ka(Ma.POP,[])},shift:function(){return new Ka(Ma.SHIFT,[])},unshift:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Oa(arguments[0])?arguments[0]:Array.from(arguments);return new Ka(Ma.UNSHIFT,n)},addToSet:function(t){return new Ka(Ma.ADD_TO_SET,t)},rename:function(t){return new Ka(Ma.RENAME,[t])},bit:function(t){return new Ka(Ma.BIT,[t])},max:function(t){return new Ka(Ma.MAX,[t])},min:function(t){return new Ka(Ma.MIN,[t])},expr:function(t){return{$expr:t}},jsonSchema:function(t){return{$jsonSchema:t}},text:function(t){return function(t){return"string"===Ia(t)}(t)?{$search:t.search}:{$search:t.search,$language:t.language,$caseSensitive:t.caseSensitive,$diacriticSensitive:t.diacriticSensitive}},aggregate:{pipeline:function(){return new Ac},abs:function(t){return new xc("abs",t)},add:function(t){return new xc("add",t)},ceil:function(t){return new xc("ceil",t)},divide:function(t){return new xc("divide",t)},exp:function(t){return new xc("exp",t)},floor:function(t){return new xc("floor",t)},ln:function(t){return new xc("ln",t)},log:function(t){return new xc("log",t)},log10:function(t){return new xc("log10",t)},mod:function(t){return new xc("mod",t)},multiply:function(t){return new xc("multiply",t)},pow:function(t){return new xc("pow",t)},sqrt:function(t){return new xc("sqrt",t)},subtract:function(t){return new xc("subtract",t)},trunc:function(t){return new xc("trunc",t)},arrayElemAt:function(t){return new xc("arrayElemAt",t)},arrayToObject:function(t){return new xc("arrayToObject",t)},concatArrays:function(t){return new xc("concatArrays",t)},filter:function(t){return new xc("filter",t)},in:function(t){return new xc("in",t)},indexOfArray:function(t){return new xc("indexOfArray",t)},isArray:function(t){return new xc("isArray",t)},map:function(t){return new xc("map",t)},range:function(t){return new xc("range",t)},reduce:function(t){return new xc("reduce",t)},reverseArray:function(t){return new xc("reverseArray",t)},size:function(t){return new xc("size",t)},slice:function(t){return new xc("slice",t)},zip:function(t){return new xc("zip",t)},and:function(t){return new xc("and",t)},not:function(t){return new xc("not",t)},or:function(t){return new xc("or",t)},cmp:function(t){return new xc("cmp",t)},eq:function(t){return new xc("eq",t)},gt:function(t){return new xc("gt",t)},gte:function(t){return new xc("gte",t)},lt:function(t){return new xc("lt",t)},lte:function(t){return new xc("lte",t)},neq:function(t){return new xc("ne",t)},cond:function(t){return new xc("cond",t)},ifNull:function(t){return new xc("ifNull",t)},switch:function(t){return new xc("switch",t)},dateFromParts:function(t){return new xc("dateFromParts",t)},dateFromString:function(t){return new xc("dateFromString",t)},dayOfMonth:function(t){return new xc("dayOfMonth",t)},dayOfWeek:function(t){return new xc("dayOfWeek",t)},dayOfYear:function(t){return new xc("dayOfYear",t)},isoDayOfWeek:function(t){return new xc("isoDayOfWeek",t)},isoWeek:function(t){return new xc("isoWeek",t)},isoWeekYear:function(t){return new xc("isoWeekYear",t)},millisecond:function(t){return new xc("millisecond",t)},minute:function(t){return new xc("minute",t)},month:function(t){return new xc("month",t)},second:function(t){return new xc("second",t)},hour:function(t){return new xc("hour",t)},week:function(t){return new xc("week",t)},year:function(t){return new xc("year",t)},literal:function(t){return new xc("literal",t)},mergeObjects:function(t){return new xc("mergeObjects",t)},objectToArray:function(t){return new xc("objectToArray",t)},allElementsTrue:function(t){return new xc("allElementsTrue",t)},anyElementTrue:function(t){return new xc("anyElementTrue",t)},setDifference:function(t){return new xc("setDifference",t)},setEquals:function(t){return new xc("setEquals",t)},setIntersection:function(t){return new xc("setIntersection",t)},setIsSubset:function(t){return new xc("setIsSubset",t)},setUnion:function(t){return new xc("setUnion",t)},concat:function(t){return new xc("concat",t)},dateToString:function(t){return new xc("dateToString",t)},indexOfBytes:function(t){return new xc("indexOfBytes",t)},indexOfCP:function(t){return new xc("indexOfCP",t)},split:function(t){return new xc("split",t)},strLenBytes:function(t){return new xc("strLenBytes",t)},strLenCP:function(t){return new xc("strLenCP",t)},strcasecmp:function(t){return new xc("strcasecmp",t)},substr:function(t){return new xc("substr",t)},substrBytes:function(t){return new xc("substrBytes",t)},substrCP:function(t){return new xc("substrCP",t)},toLower:function(t){return new xc("toLower",t)},toUpper:function(t){return new xc("toUpper",t)},meta:function(t){return new xc("meta",t)},addToSet:function(t){return new xc("addToSet",t)},avg:function(t){return new xc("avg",t)},first:function(t){return new xc("first",t)},last:function(t){return new xc("last",t)},max:function(t){return new xc("max",t)},min:function(t){return new xc("min",t)},push:function(t){return new xc("push",t)},stdDevPop:function(t){return new xc("stdDevPop",t)},stdDevSamp:function(t){return new xc("stdDevSamp",t)},sum:function(t){return new xc("sum",t)},let:function(t){return new xc("let",t)}},project:{slice:function(t){return new Lc("slice",t)},elemMatch:function(t){return new Lc("elemMatch",t)}}},xc=function(t,e){this["$"+t]=e},Lc=function(t,e){this["$"+t]=e},Uc=function(){function t(t){var e=t.regexp,n=t.options;if(!e)throw new TypeError("regexp must be a string");this.$regex=e,this.$options=n}return t.prototype.parse=function(){return{$regex:this.$regex,$options:this.$options}},Object.defineProperty(t.prototype,"_internalType",{get:function(){return _a},enumerable:!1,configurable:!0}),t}();function Dc(t){return new Uc(t)}var kc="insert document failed",jc="DATABASE_TRANSACTION_CONFLICT",qc=function(){return qc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},qc.apply(this,arguments)},Mc=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Wc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Fc="database.updateDocInTransaction",Bc=function(){function t(t,e,n){this._coll=e,this.id=n,this._transaction=t,this._request=this._transaction.getRequestMethod(),this._transactionId=this._transaction.getTransactionId()}return t.prototype.create=function(t){return Mc(this,void 0,void 0,(function(){var e,n,r,o;return Wc(this,(function(i){switch(i.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,data:Pc.EJSON.stringify(ac(t),{relaxed:!1})},this.id&&(e._id=this.id),[4,this._request.send("database.insertDocInTransaction",e)];case 1:if((n=i.sent()).code)throw n;if(r=Pc.EJSON.parse(n.inserted),1==(o=Pc.EJSON.parse(n.ok))&&1==r)return[2,qc(qc({},n),{ok:o,inserted:r})];throw new Error(kc)}}))}))},t.prototype.get=function(){return Mc(this,void 0,void 0,(function(){var t,e;return Wc(this,(function(n){switch(n.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}}},[4,this._request.send("database.getInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,{data:"null"!==e.data?Fa.formatField(Pc.EJSON.parse(e.data)):Pc.EJSON.parse(e.data),requestId:e.requestId}]}}))}))},t.prototype.set=function(t){return Mc(this,void 0,void 0,(function(){var e,n;return Wc(this,(function(r){switch(r.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}},data:Pc.EJSON.stringify(ac(t),{relaxed:!1}),upsert:!0},[4,this._request.send(Fc,e)];case 1:if((n=r.sent()).code)throw n;return[2,qc(qc({},n),{updated:Pc.EJSON.parse(n.updated),upserted:n.upserted?JSON.parse(n.upserted):null})]}}))}))},t.prototype.update=function(t){return Mc(this,void 0,void 0,(function(){var e,n;return Wc(this,(function(r){switch(r.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}},data:Pc.EJSON.stringify(mc.encode(t),{relaxed:!1})},[4,this._request.send(Fc,e)];case 1:if((n=r.sent()).code)throw n;return[2,qc(qc({},n),{updated:Pc.EJSON.parse(n.updated)})]}}))}))},t.prototype.delete=function(){return Mc(this,void 0,void 0,(function(){var t,e;return Wc(this,(function(n){switch(n.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}}},[4,this._request.send("database.deleteDocInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,qc(qc({},e),{deleted:Pc.EJSON.parse(e.deleted)})]}}))}))},t}(),Vc=function(){return Vc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Vc.apply(this,arguments)},Gc=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Hc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Kc="database.getInTransaction",Jc=function(){function t(t,e,n,r,o){this._coll=e,this._transaction=t,this._fieldFilters=n,this._fieldOrders=r||[],this._queryOptions=o||{},this._request=this._transaction.getRequestMethod(),this._transactionId=this._transaction.getTransactionId()}return t.prototype.where=function(e){if("Object"!==Object.prototype.toString.call(e).slice(8,-1))throw Error(Bs.QueryParamTypeError);var n=Object.keys(e),r=n.some((function(t){return void 0!==e[t]}));if(n.length&&!r)throw Error(Bs.QueryParamValueError);return new t(this._transaction,this._coll,Ic.encode(e),this._fieldOrders,this._queryOptions)},t.prototype.orderBy=function(e,n){Ba.isFieldPath(e),Ba.isFieldOrder(n);var r={field:e,direction:n},o=this._fieldOrders.concat(r);return new t(this._transaction,this._coll,this._fieldFilters,o,this._queryOptions)},t.prototype.limit=function(e){Ba.isInteger("limit",e);var n=Vc({},this._queryOptions);return n.limit=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.skip=function(e){Ba.isInteger("offset",e);var n=Vc({},this._queryOptions);return n.offset=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.field=function(e){for(var n in e)e[n]?"object"!=typeof e[n]&&(e[n]=1):e[n]=0;var r=Vc({},this._queryOptions);return r.projection=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,r)},t.prototype.get=function(){return Gc(this,void 0,void 0,(function(){var t,e,n,r,o,i;return Hc(this,(function(s){switch(s.label){case 0:return t=[],this._fieldOrders&&this._fieldOrders.forEach((function(e){t.push(e)})),e={collectionName:this._coll,transactionId:this._transactionId},this._fieldFilters&&(e.query=this._fieldFilters),t.length>0&&(e.order=t),this._queryOptions.offset&&(e.offset=this._queryOptions.offset),this._queryOptions.limit?e.limit=this._queryOptions.limit<1e3?this._queryOptions.limit:1e3:e.limit=100,this._queryOptions.projection&&(e.projection=this._queryOptions.projection),[4,this._request.send(Kc,e)];case 1:if((n=s.sent()).code)throw n;return r="null"!==n.data?Pc.EJSON.parse(n.data):null,o=r?Array.isArray(r)?Fa.formatResDocumentData(r):[Fa.formatField(r)]:[],i={data:o,requestId:n.requestId},void 0!==n.total&&(i.total=n.total),void 0!==n.limit&&(i.limit=n.limit),void 0!==n.offset&&(i.offset=n.offset),[2,i]}}))}))},t.prototype.count=function(){return Gc(this,void 0,void 0,(function(){var t,e,n,r;return Hc(this,(function(o){switch(o.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId},this._fieldFilters&&(t.query=this._fieldFilters),[4,this._request.send(Kc,t)];case 1:if((e=o.sent()).code)throw e;return n="null"!==e.data?Pc.EJSON.parse(e.data):null,r=Array.isArray(n)?n.length:n?1:0,[2,{requestId:e.requestId,total:void 0!==e.total?e.total:r}]}}))}))},t.prototype.update=function(t){return Gc(this,void 0,void 0,(function(){var e,n;return Hc(this,(function(r){switch(r.label){case 0:if(!t||"object"!=typeof t)throw new Error("参数必需是非空对象");if(t.hasOwnProperty("_id"))throw new Error("不能更新_id的值");return e={collectionName:this._coll,transactionId:this._transactionId,query:this._fieldFilters,data:Pc.EJSON.stringify(mc.encode(t),{relaxed:!1})},[4,this._request.send("database.updateDocInTransaction",e)];case 1:if((n=r.sent()).code)throw n;return[2,Vc(Vc({},n),{updated:Pc.EJSON.parse(n.updated)})]}}))}))},t.prototype.remove=function(){return Gc(this,void 0,void 0,(function(){var t,e;return Hc(this,(function(n){switch(n.label){case 0:return Object.keys(this._queryOptions).length>0&&console.warn("`offset`, `limit` and `projection` are not supported in remove() operation"),this._fieldOrders.length>0&&console.warn("`orderBy` is not supported in remove() operation"),t={collectionName:this._coll,transactionId:this._transactionId,query:this._fieldFilters},[4,this._request.send("database.deleteDocInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,Vc(Vc({},e),{deleted:Pc.EJSON.parse(e.deleted)})]}}))}))},t}(),zc=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Yc=function(t){function e(e,n){return t.call(this,e,n)||this}return zc(e,t),Object.defineProperty(e.prototype,"name",{get:function(){return this._coll},enumerable:!1,configurable:!0}),e.prototype.doc=function(t){if("string"!=typeof t&&"number"!=typeof t)throw new Error("docId必须为字符串或数字");return new Bc(this._transaction,this._coll,t)},e.prototype.add=function(t){var e;return void 0!==t._id&&(e=t._id),new Bc(this._transaction,this._coll,e).create(t)},e}(Jc),$c=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},Qc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},Xc=function(){function t(t){this._db=t,this._request=eu.createRequest(this._db.config),this.aborted=!1,this.commited=!1,this.inited=!1}return t.prototype.init=function(){return $c(this,void 0,void 0,(function(){var t;return Qc(this,(function(e){switch(e.label){case 0:return[4,this._request.send("database.startTransaction")];case 1:if((t=e.sent()).code)throw t;return this.inited=!0,this._id=t.transactionId,[2]}}))}))},t.prototype.collection=function(t){if(!t)throw new Error("Collection name is required");return new Yc(this,t)},t.prototype.getTransactionId=function(){return this._id},t.prototype.getRequestMethod=function(){return this._request},t.prototype.commit=function(){return $c(this,void 0,void 0,(function(){var t,e;return Qc(this,(function(n){switch(n.label){case 0:return t={transactionId:this._id},[4,this._request.send("database.commitTransaction",t)];case 1:if((e=n.sent()).code)throw e;return this.commited=!0,[2,e]}}))}))},t.prototype.rollback=function(t){return $c(this,void 0,void 0,(function(){var e,n;return Qc(this,(function(r){switch(r.label){case 0:return e={transactionId:this._id},[4,this._request.send("database.abortTransaction",e)];case 1:if((n=r.sent()).code)throw n;return this.aborted=!0,this.abortReason=t,[2,n]}}))}))},t}();function Zc(){return $c(this,void 0,void 0,(function(){var t;return Qc(this,(function(e){switch(e.label){case 0:return[4,(t=new Xc(this)).init()];case 1:return e.sent(),[2,t]}}))}))}function tu(t,e){return void 0===e&&(e=3),$c(this,void 0,void 0,(function(){var n,r,o,i,s=this;return Qc(this,(function(a){switch(a.label){case 0:return a.trys.push([0,4,,10]),[4,(n=new Xc(this)).init()];case 1:return a.sent(),[4,t(n)];case 2:if(r=a.sent(),!0===n.aborted)throw n.abortReason;return[4,n.commit()];case 3:return a.sent(),[2,r];case 4:if(o=a.sent(),!1===n.inited)throw o;return i=function(t){return $c(s,void 0,void 0,(function(){return Qc(this,(function(e){switch(e.label){case 0:if(n.aborted||n.commited)return[3,5];e.label=1;case 1:return e.trys.push([1,3,,4]),[4,n.rollback()];case 2:case 3:return e.sent(),[3,4];case 4:throw t;case 5:if(!0===n.aborted)throw n.abortReason;throw t}}))}))},e<=0?[4,i(o)]:[3,6];case 5:a.sent(),a.label=6;case 6:return o&&o.code===jc?[4,tu.bind(this)(t,--e)]:[3,8];case 7:return[2,a.sent()];case 8:return[4,i(o)];case 9:return a.sent(),[3,10];case 10:return[2]}}))}))}var eu=function(){function t(t){this.config=t,this.Geo=u,this.serverDate=qa,this.command=Nc,this.RegExp=Dc,this.startTransaction=Zc,this.runTransaction=tu,this.logicCommand=za,this.updateCommand=Ka,this.queryCommand=Xa}return t.createRequest=function(e){var n=new t.reqClass(e),r=n.send;return n.send=function(t,n){return e.instance&&(n.instance=e.instance),e.database&&(n.database=e.database),r.call(this,t,n)},n},t.prototype.collection=function(t){if(!t)throw new Error("Collection name is required");return new Cc(this,t)},t.prototype.createCollection=function(e){var n={collectionName:e};return t.createRequest(this.config).send("database.addCollection",n)},t}(),nu=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ru=function(){return ru=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ru.apply(this,arguments)},ou=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))},iu=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},su={filterRes:function(t){return delete t.header,delete t.statusCode,t},flattenResData:function(t){if("object"==typeof t.data&&null!==t.data){var e=ru(ru({},t),t.data);return delete e.data,e}return t},safeParseEJSON:function(t){if("string"!=typeof t)return t;try{return Pc.EJSON.parse(t)}catch(e){return t}},buildQueryParams:function(t){return Object.entries(t).filter((function(t){t[0];var e=t[1];return null!=e&&""!==e})).map((function(t){var e=t[0],n=t[1],r="object"==typeof n?JSON.stringify(n):String(n);return"".concat(encodeURIComponent(e),"=").concat(encodeURIComponent(r))})).join("&")},getUrlPrefix:function(t){var e=(null==t?void 0:t.instance)||"(default)",n=(null==t?void 0:t.database)||"(default)";return"/database/instances/".concat(e,"/databases/").concat(n)},"database.queryDocument":function(t){var e,n,r,o,i,s;return ou(this,void 0,Promise,(function(){var a,c,u,l;return iu(this,(function(h){switch(h.label){case 0:return a=!!(null===(n=null===(e=t.query)||void 0===e?void 0:e._id)||void 0===n?void 0:n.$eq),c=su.buildQueryParams(ru({projection:t.projection,transactionId:t.transactionId},a?{}:{offset:null!==(r=t.offset)&&void 0!==r?r:0,limit:null!==(o=t.limit)&&void 0!==o?o:100,order:t.order,query:t.query?Pc.EJSON.stringify(t.query,{relaxed:!1}):void 0})),u="".concat(su.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents?").concat(c),a&&(u="".concat(su.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/").concat((null===(i=t.query._id)||void 0===i?void 0:i.$eq)||t.query._id,"?").concat(c)),[4,this.gateWay({url:u,method:"GET"})];case 1:return(l=h.sent()).data=su.safeParseEJSON(JSON.stringify(l.data)),!a||l.code||(null===(s=l.data)||void 0===s?void 0:s.code)?[2,su.filterRes(l)]:[2,ru(ru({},l),{data:{list:[l.data]}})]}}))}))},"database.addDocument":function(t){var e,n,r;return ou(this,void 0,Promise,(function(){var o;return iu(this,(function(i){switch(i.label){case 0:return[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents"),method:"POST",data:ru({data:Array.isArray(t.data)?t.data:[t.data]},t.transactionId&&{transactionId:t.transactionId})})];case 1:return o=i.sent(),Array.isArray(t.data)?o=ru(ru({},o),{data:ru({ids:(null===(e=o.data)||void 0===e?void 0:e.insertedIds)||[]},o.data)}):(null===(r=null===(n=o.data)||void 0===n?void 0:n.insertedIds)||void 0===r?void 0:r[0])&&(o=ru(ru({},o),{data:ru({_id:o.data.insertedIds[0]},o.data)})),[2,su.filterRes(o)]}}))}))},"database.updateDocument":function(t){return ou(this,void 0,Promise,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents"),method:"PATCH",data:ru({query:t.query,data:t.data,multi:!!t.multi,upsert:!!t.upsert,replaceMode:!!t.replaceMode},t.transactionId&&{transactionId:t.transactionId})})];case 1:return e=n.sent(),[2,su.filterRes(e)]}}))}))},"database.deleteDocument":function(t){return ou(this,void 0,Promise,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/remove"),method:"POST",data:ru({query:t.query,multi:!!t.multi},t.transactionId&&{transactionId:t.transactionId})})];case 1:return e=n.sent(),[2,su.filterRes(e)]}}))}))},"database.countDocument":function(t){return ou(this,void 0,Promise,(function(){var e,n;return iu(this,(function(r){switch(r.label){case 0:return e=su.buildQueryParams({count:!0,query:t.query?Pc.EJSON.stringify(t.query,{relaxed:!1}):void 0}),[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents?").concat(e),method:"GET"})];case 1:return n=r.sent(),[2,su.filterRes(n)]}}))}))},"database.addCollection":function(t){return ou(this,void 0,Promise,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/collections"),method:"POST",data:{collectionName:t.collectionName}})];case 1:return e=n.sent(),[2,su.filterRes(e)]}}))}))},"database.aggregate":function(t){var e;return ou(this,void 0,Promise,(function(){var n,r;return iu(this,(function(o){switch(o.label){case 0:return n=t.stages.map((function(t){var e,n;try{var r="string"==typeof t.stageValue?JSON.parse(t.stageValue):t.stageValue;return(e={})[t.stageKey]=Pc.EJSON.serialize(r),e}catch(e){return(n={})[t.stageKey]=t.stageValue,n}})),[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/aggregations"),method:"POST",data:{pipeline:n}})];case 1:return r=o.sent(),Array.isArray(null===(e=r.data)||void 0===e?void 0:e.list)&&(r.data.list=JSON.stringify(r.data.list.map((function(t){return JSON.stringify(t)})))),[2,su.filterRes(r)]}}))}))},"database.startTransaction":function(t){return ou(this,void 0,void 0,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/transactions"),method:"POST"})];case 1:return e=n.sent(),[2,su.filterRes(su.flattenResData(e))]}}))}))},"database.commitTransaction":function(t){return ou(this,void 0,void 0,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/transactions/").concat(t.transactionId,"/commit"),method:"POST"})];case 1:return e=n.sent(),[2,su.filterRes(e)]}}))}))},"database.abortTransaction":function(t){return ou(this,void 0,void 0,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/transactions/").concat(t.transactionId,"/rollback"),method:"POST"})];case 1:return e=n.sent(),[2,su.filterRes(e)]}}))}))},"database.getInTransaction":function(t){var e;return ou(this,void 0,void 0,(function(){var n;return iu(this,(function(r){switch(r.label){case 0:return[4,su["database.queryDocument"].call(this,t)];case 1:return"object"==typeof(n=r.sent()).data&&null!==n.data?(null===(e=n.data)||void 0===e?void 0:e.code)?[2,su.flattenResData(n)]:[2,ru(ru({},n),{data:JSON.stringify(n.data)})]:[2,n]}}))}))},"database.updateDocInTransaction":function(t){return ou(this,void 0,void 0,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return t.data=su.safeParseEJSON(t.data),[4,su["database.updateDocument"].call(this,t)];case 1:return e=n.sent(),[2,su.flattenResData(e)]}}))}))},"database.deleteDocInTransaction":function(t){return ou(this,void 0,void 0,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return[4,su["database.deleteDocument"].call(this,t)];case 1:return e=n.sent(),[2,su.flattenResData(e)]}}))}))},"database.insertDocInTransaction":function(t){var e;return ou(this,void 0,Promise,(function(){var n,r;return iu(this,(function(o){switch(o.label){case 0:return t.data=su.safeParseEJSON(t.data),[4,su["database.addDocument"].call(this,t)];case 1:return"object"==typeof(n=o.sent()).data&&null!==n.data?(r=!!(null===(e=n.data)||void 0===e?void 0:e._id),n=ru(ru(ru({},n),{inserted:r?1:0,ok:r?1:0}),n.data)):n=ru({inserted:0,ok:0},n),delete n.data,[2,n]}}))}))},"database.runCommands":function(t){return ou(this,void 0,Promise,(function(){var e;return iu(this,(function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(su.getUrlPrefix(t),"/commands"),method:"POST",data:ru({commands:Pc.EJSON.serialize(t.commands)},t.transactionId&&{transactionId:t.transactionId})})];case 1:"object"==typeof(e=n.sent()).data&&null!==e.data&&(delete(e=ru(ru({},e),e.data)).data,delete e.request_id);try{e=Pc.EJSON.deserialize(e)}catch(t){}return[2,su.filterRes(e)]}}))}))}},au={name:"database",entity:{database:function(t){var e=this.platform,n=e.adapter,r=e.runtime,o=function(t){function e(e){return t.call(this,e)||this}return nu(e,t),e.prototype.send=function(e,n){return ou(this,void 0,void 0,(function(){var r;return iu(this,(function(o){switch(o.label){case 0:return r=null,"GATEWAY"===this.config.endPointMode&&su[e]?[4,su[e].call(this,n)]:[3,2];case 1:return r=o.sent(),[3,4];case 2:return[4,t.prototype.send.call(this,e,n)];case 3:r=o.sent(),o.label=4;case 4:return[2,r]}}))}))},e}(this.request.constructor);return eu.reqClass=o,eu.getAccessToken=this.authInstance?this.authInstance.getAccessToken.bind(this.authInstance):function(){return""},eu.runtime=r,this.wsClientClass&&(eu.wsClass=n.wsClass,eu.wsClientClass=this.wsClientClass),eu.ws||(eu.ws=null),new(function(t){function e(e){return t.call(this,e)||this}return nu(e,t),e.prototype.runCommands=function(t){return ou(this,void 0,Promise,(function(){return iu(this,(function(e){return[2,eu.createRequest(this.config).send("database.runCommands",t)]}))}))},e}(eu))(ru(ru(ru({},this.config),{_fromApp:this}),t))}}};try{cloudbase.registerComponent(au)}catch(t){}function cu(t){try{t.registerComponent(au)}catch(t){console.warn(t)}}try{window.registerDatabase=cu}catch(t){}$t.registerVersion("3.4.6");try{!function(t){try{t.registerComponent(Jn)}catch(t){console.warn(t)}}($t),function(t){try{t.registerComponent(vr)}catch(t){console.warn(t)}}($t),Gr($t),cu($t),function(t){try{t.registerComponent(Ao),t.registerHook(To)}catch(t){console.warn(t)}}($t),qo($t),As($t),or($t),Ls($t),Hs($t)}catch(t){}try{window.cloudbase=$t}catch(t){}const uu=$t})();var d=h.Z;export{d as default};
|
|
3
|
+
//# sourceMappingURL=index.esm.js.map
|