@engineering-tf/shared 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/shared.d.ts +4 -0
- package/dist/types/shared.js +4 -0
- package/package.json +1 -1
package/dist/types/shared.d.ts
CHANGED
package/dist/types/shared.js
CHANGED
|
@@ -150,6 +150,10 @@ exports.FORMATTED_ERROR = {
|
|
|
150
150
|
CODE: "UNKNOWN_ERROR",
|
|
151
151
|
MESSAGE: "Try again",
|
|
152
152
|
},
|
|
153
|
+
USER_NOT_PROVISIONED: {
|
|
154
|
+
CODE: "USER_NOT_PROVISIONED",
|
|
155
|
+
MESSAGE: "Your account setup is incomplete. Please sign in again to complete setup.",
|
|
156
|
+
},
|
|
153
157
|
};
|
|
154
158
|
var STRIPE_SUBSCRIPTION_STATUS;
|
|
155
159
|
(function (STRIPE_SUBSCRIPTION_STATUS) {
|