@@ -29,61 +29,61 @@ export const createFormStorageOperations = (): FormBuilderFormStorageOperations
29
29
30
30
const createForm = ( ) => {
31
31
throw new Error (
32
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
32
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
33
33
) ;
34
34
} ;
35
35
36
36
const createFormFrom = async ( ) => {
37
37
throw new Error (
38
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
38
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
39
39
) ;
40
40
} ;
41
41
42
42
const updateForm = async ( ) => {
43
43
throw new Error (
44
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
44
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
45
45
) ;
46
46
} ;
47
47
48
48
const getForm = async ( ) => {
49
49
throw new Error (
50
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
50
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
51
51
) ;
52
52
} ;
53
53
54
54
const listForms = ( ) => {
55
55
throw new Error (
56
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
56
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
57
57
) ;
58
58
} ;
59
59
60
60
const listFormRevisions = async ( ) => {
61
61
throw new Error (
62
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
62
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
63
63
) ;
64
64
} ;
65
65
66
66
const deleteForm = async ( ) => {
67
67
throw new Error (
68
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
68
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
69
69
) ;
70
70
} ;
71
71
72
72
const deleteFormRevision = async ( ) => {
73
73
throw new Error (
74
- "api-form-builder-ddb-esdoes not implement the Form Builder storage operations."
74
+ "api-form-builder-so- ddb-esdoes not implement the Form Builder storage operations."
75
75
) ;
76
76
} ;
77
77
78
78
const publishForm = async ( ) => {
79
79
throw new Error (
80
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
80
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
81
81
) ;
82
82
} ;
83
83
84
84
const unpublishForm = async ( ) => {
85
85
throw new Error (
86
- "api-form-builder-ddb-es does not implement the Form Builder storage operations."
86
+ "api-form-builder-so- ddb-es does not implement the Form Builder storage operations."
87
87
) ;
88
88
} ;
89
89
0 commit comments